@storm-software/eslint 0.36.1 → 0.37.0

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.36.0-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.36.2-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 -->
package/dist/preset.mjs CHANGED
@@ -13015,7 +13015,7 @@ function stormPreset(options = {
13015
13015
  ])
13016
13016
  )
13017
13017
  ),
13018
- "StormProvider": true
13018
+ "Storm": true
13019
13019
  }
13020
13020
  },
13021
13021
  rules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.36.1",
3
+ "version": "0.37.0",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -50,9 +50,9 @@
50
50
  "monorepo"
51
51
  ],
52
52
  "peerDependencies": {
53
- "@nx/eslint": ">=18.3.0",
54
- "@nx/eslint-plugin": ">=18.3.0",
55
- "eslint": ">=9.0.0",
53
+ "@nx/eslint": ">=19.5.3",
54
+ "@nx/eslint-plugin": ">=19.5.3",
55
+ "eslint": "9.5.0",
56
56
  "graphql": ">=16.9.0"
57
57
  },
58
58
  "peerDependenciesMeta": {
@@ -76,15 +76,15 @@
76
76
  "eslint-plugin-import": "^2.29.1",
77
77
  "eslint-plugin-json": "4.0.0",
78
78
  "eslint-plugin-jsonc": "2.16.0",
79
- "eslint-plugin-jsx-a11y": "6.8.0",
79
+ "eslint-plugin-jsx-a11y": "^6.8.0",
80
80
  "eslint-plugin-markdown": "^5.1.0",
81
81
  "eslint-plugin-markdownlint": "0.6.0",
82
82
  "eslint-plugin-mdx": "3.1.5",
83
83
  "eslint-plugin-n": "17.8.1",
84
84
  "eslint-plugin-prettier": "^5.0.0",
85
85
  "eslint-plugin-promise": "6.2.0",
86
- "eslint-plugin-react": "7.34.3",
87
- "eslint-plugin-react-hooks": "4.6.2",
86
+ "eslint-plugin-react": "^7.34.3",
87
+ "eslint-plugin-react-hooks": "^4.6.2",
88
88
  "eslint-plugin-relay": "1.8.3",
89
89
  "eslint-plugin-sonarjs": "1.0.3",
90
90
  "eslint-plugin-tsdoc": "0.3.0",
@@ -99,10 +99,14 @@
99
99
  },
100
100
  "devDependencies": {
101
101
  "@eslint/config-inspector": "^0.5.1",
102
+ "@nx/eslint": ">=19.5.3",
103
+ "@nx/eslint-plugin": ">=19.5.3",
102
104
  "@types/eslint": "^8.56.10",
103
105
  "@types/eslint__js": "^8.42.3",
104
106
  "@types/node": "^20.14.10",
107
+ "eslint": "9.5.0",
105
108
  "eslint-typegen": "^0.2.4",
109
+ "graphql": ">=16.9.0",
106
110
  "unbuild": "^2.0.0"
107
111
  },
108
112
  "publishConfig": {