@storm-software/eslint 0.169.131 → 0.169.133

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.169.129-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.169.131-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/dist/types.d.cts CHANGED
@@ -502,12 +502,12 @@ Backward pagination arguments
502
502
  '@next/next/no-unwanted-polyfillio'?: Linter.RuleEntry<[]>
503
503
  /**
504
504
  * Checks dependencies in project's package.json for version mismatches
505
- * @see https://github.com/nrwl/nx/blob/22.5.1/docs/generated/packages/eslint-plugin/documents/dependency-checks.md
505
+ * @see https://github.com/nrwl/nx/blob/22.6.0/docs/generated/packages/eslint-plugin/documents/dependency-checks.md
506
506
  */
507
507
  '@nx/dependency-checks'?: Linter.RuleEntry<NxDependencyChecks>
508
508
  /**
509
509
  * Ensure that module boundaries are respected within the monorepo
510
- * @see https://github.com/nrwl/nx/blob/22.5.1/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md
510
+ * @see https://github.com/nrwl/nx/blob/22.6.0/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md
511
511
  */
512
512
  '@nx/enforce-module-boundaries'?: Linter.RuleEntry<NxEnforceModuleBoundaries>
513
513
  /**
package/dist/types.d.ts CHANGED
@@ -502,12 +502,12 @@ Backward pagination arguments
502
502
  '@next/next/no-unwanted-polyfillio'?: Linter.RuleEntry<[]>
503
503
  /**
504
504
  * Checks dependencies in project's package.json for version mismatches
505
- * @see https://github.com/nrwl/nx/blob/22.5.1/docs/generated/packages/eslint-plugin/documents/dependency-checks.md
505
+ * @see https://github.com/nrwl/nx/blob/22.6.0/docs/generated/packages/eslint-plugin/documents/dependency-checks.md
506
506
  */
507
507
  '@nx/dependency-checks'?: Linter.RuleEntry<NxDependencyChecks>
508
508
  /**
509
509
  * Ensure that module boundaries are respected within the monorepo
510
- * @see https://github.com/nrwl/nx/blob/22.5.1/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md
510
+ * @see https://github.com/nrwl/nx/blob/22.6.0/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md
511
511
  */
512
512
  '@nx/enforce-module-boundaries'?: Linter.RuleEntry<NxEnforceModuleBoundaries>
513
513
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.131",
3
+ "version": "0.169.133",
4
4
  "private": false,
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -140,9 +140,9 @@
140
140
  "@cspell/eslint-plugin": "^8.19.4",
141
141
  "@eslint/eslintrc": "^3.3.5",
142
142
  "@eslint/markdown": "^6.6.0",
143
- "@nx/eslint-plugin": "22.5.1",
144
- "@storm-software/config": "^1.136.1",
145
- "@storm-software/config-tools": "^1.189.42",
143
+ "@nx/eslint-plugin": "22.6.0",
144
+ "@storm-software/config": "^1.136.3",
145
+ "@storm-software/config-tools": "^1.189.44",
146
146
  "@stylistic/eslint-plugin": "^4.4.1",
147
147
  "@typescript-eslint/eslint-plugin": "^8.57.1",
148
148
  "@typescript-eslint/parser": "^8.57.1",
@@ -190,7 +190,7 @@
190
190
  "@eslint/config-inspector": "^0.5.6",
191
191
  "@graphql-eslint/eslint-plugin": "^4.4.0",
192
192
  "@next/eslint-plugin-next": "^15.5.13",
193
- "@nx/eslint": "22.5.1",
193
+ "@nx/eslint": "22.6.0",
194
194
  "@prettier/plugin-xml": "^3.4.2",
195
195
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
196
196
  "@types/eslint": "^9.6.1",
@@ -220,7 +220,7 @@
220
220
  "@eslint-react/eslint-plugin": "^1.19.0",
221
221
  "@graphql-eslint/eslint-plugin": "^4.3.0",
222
222
  "@next/eslint-plugin-next": "^15.2.0-canary.67",
223
- "@nx/eslint": "22.5.1",
223
+ "@nx/eslint": "22.6.0",
224
224
  "@prettier/plugin-xml": "^3.4.1",
225
225
  "@storm-software/tsdoc": "*",
226
226
  "@unocss/eslint-plugin": ">=0.50.0",
@@ -239,5 +239,5 @@
239
239
  "prettier-plugin-astro": "^0.14.0"
240
240
  },
241
241
  "publishConfig": { "access": "public" },
242
- "gitHead": "44dac4c2a9df20ceaf583923530d42d05cfc020c"
242
+ "gitHead": "ed36f57127eb837729d25ba284863ce5ad76b5ca"
243
243
  }