@storm-software/eslint 0.149.0 → 0.149.2

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
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.148.23-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)
24
+ [![Version](https://img.shields.io/badge/version-0.149.1-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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Base ESLint Package](#storm-base-eslint-package)
package/dist/types.d.ts CHANGED
@@ -4089,6 +4089,11 @@ Backward pagination arguments
4089
4089
  * @see https://eslint-react.xyz/docs/rules/no-useless-forward-ref
4090
4090
  */
4091
4091
  'react/ensure-forward-ref-using-ref'?: Linter.RuleEntry<[]>
4092
+ /**
4093
+ * Enforces that the 'key' attribute is placed before the spread attribute in JSX elements.
4094
+ * @see https://eslint-react.xyz/docs/rules/jsx-key-before-spread
4095
+ */
4096
+ 'react/jsx-key-before-spread'?: Linter.RuleEntry<[]>
4092
4097
  /**
4093
4098
  * Disallow duplicate props in JSX elements.
4094
4099
  * @see https://eslint-react.xyz/docs/rules/jsx-no-duplicate-props
@@ -5609,7 +5614,7 @@ Backward pagination arguments
5609
5614
  */
5610
5615
  'test/no-standalone-expect'?: Linter.RuleEntry<TestNoStandaloneExpect>
5611
5616
  /**
5612
- * disallow using `test` as a prefix
5617
+ * Disallow using the `f` and `x` prefixes in favour of `.only` and `.skip`
5613
5618
  * @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/no-test-prefixes.md
5614
5619
  */
5615
5620
  'test/no-test-prefixes'?: Linter.RuleEntry<[]>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.149.0",
3
+ "version": "0.149.2",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -168,7 +168,7 @@
168
168
  "dependencies": {
169
169
  "@antfu/install-pkg": "^1.0.0",
170
170
  "@clack/prompts": "^0.10.1",
171
- "@cspell/eslint-plugin": "^8.19.3",
171
+ "@cspell/eslint-plugin": "^8.19.4",
172
172
  "@eslint/eslintrc": "^3.3.1",
173
173
  "@eslint/markdown": "^6.4.0",
174
174
  "@nx/eslint-plugin": "20.8.0",
@@ -176,7 +176,7 @@
176
176
  "@typescript-eslint/eslint-plugin": "^8.31.1",
177
177
  "@typescript-eslint/parser": "^8.31.1",
178
178
  "@typescript-eslint/utils": "^8.31.1",
179
- "@vitest/eslint-plugin": "^1.1.43",
179
+ "@vitest/eslint-plugin": "^1.1.44",
180
180
  "chalk": "^4.1.2",
181
181
  "defu": "6.1.4",
182
182
  "eslint-config-flat-gitignore": "^2.1.0",
@@ -197,7 +197,7 @@
197
197
  "eslint-plugin-paths": "^1.1.0",
198
198
  "eslint-plugin-perfectionist": "^4.12.3",
199
199
  "eslint-plugin-pnpm": "0.3.0",
200
- "eslint-plugin-prettier": "^5.2.6",
200
+ "eslint-plugin-prettier": "^5.3.1",
201
201
  "eslint-plugin-regexp": "^2.7.0",
202
202
  "eslint-plugin-toml": "^0.12.0",
203
203
  "eslint-plugin-tsdoc": "^0.4.0",
@@ -212,8 +212,8 @@
212
212
  "yaml-eslint-parser": "^1.3.0"
213
213
  },
214
214
  "devDependencies": {
215
- "@eslint-community/eslint-utils": "^4.6.1",
216
- "@eslint-react/eslint-plugin": "^1.48.5",
215
+ "@eslint-community/eslint-utils": "^4.7.0",
216
+ "@eslint-react/eslint-plugin": "^1.49.0",
217
217
  "@eslint-types/typescript-eslint": "^7.5.0",
218
218
  "@eslint/config-inspector": "^0.5.6",
219
219
  "@graphql-eslint/eslint-plugin": "^4.4.0",