@luxass/eslint-config 4.8.2 → 4.8.3

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/dist/index.d.cts CHANGED
@@ -2707,7 +2707,7 @@ interface RuleOptions {
2707
2707
  */
2708
2708
  'react-dom/no-unsafe-iframe-sandbox'?: Linter.RuleEntry<[]>
2709
2709
  /**
2710
- * disallow 'target="_blank"' on an external link without 'rel="noreferrer noopener"'.
2710
+ * disallow 'target="_blank"' on an external link without 'rel="noreferrer noopener"'
2711
2711
  * @see https://eslint-react.xyz/docs/rules/dom-no-unsafe-target-blank
2712
2712
  */
2713
2713
  'react-dom/no-unsafe-target-blank'?: Linter.RuleEntry<[]>
@@ -2950,7 +2950,7 @@ interface RuleOptions {
2950
2950
  */
2951
2951
  'react/no-unused-class-component-members'?: Linter.RuleEntry<[]>
2952
2952
  /**
2953
- * Prevents unused state of class component.
2953
+ * Prevents unused state of class component
2954
2954
  * @see https://eslint-react.xyz/docs/rules/no-unused-state
2955
2955
  */
2956
2956
  'react/no-unused-state'?: Linter.RuleEntry<[]>
@@ -2965,6 +2965,7 @@ interface RuleOptions {
2965
2965
  */
2966
2966
  'react/prefer-destructuring-assignment'?: Linter.RuleEntry<[]>
2967
2967
  /**
2968
+ * enforce that component props are read-only
2968
2969
  * @see https://eslint-react.xyz/docs/rules/prefer-read-only-props
2969
2970
  */
2970
2971
  'react/prefer-read-only-props'?: Linter.RuleEntry<[]>
package/dist/index.d.ts CHANGED
@@ -2707,7 +2707,7 @@ interface RuleOptions {
2707
2707
  */
2708
2708
  'react-dom/no-unsafe-iframe-sandbox'?: Linter.RuleEntry<[]>
2709
2709
  /**
2710
- * disallow 'target="_blank"' on an external link without 'rel="noreferrer noopener"'.
2710
+ * disallow 'target="_blank"' on an external link without 'rel="noreferrer noopener"'
2711
2711
  * @see https://eslint-react.xyz/docs/rules/dom-no-unsafe-target-blank
2712
2712
  */
2713
2713
  'react-dom/no-unsafe-target-blank'?: Linter.RuleEntry<[]>
@@ -2950,7 +2950,7 @@ interface RuleOptions {
2950
2950
  */
2951
2951
  'react/no-unused-class-component-members'?: Linter.RuleEntry<[]>
2952
2952
  /**
2953
- * Prevents unused state of class component.
2953
+ * Prevents unused state of class component
2954
2954
  * @see https://eslint-react.xyz/docs/rules/no-unused-state
2955
2955
  */
2956
2956
  'react/no-unused-state'?: Linter.RuleEntry<[]>
@@ -2965,6 +2965,7 @@ interface RuleOptions {
2965
2965
  */
2966
2966
  'react/prefer-destructuring-assignment'?: Linter.RuleEntry<[]>
2967
2967
  /**
2968
+ * enforce that component props are read-only
2968
2969
  * @see https://eslint-react.xyz/docs/rules/prefer-read-only-props
2969
2970
  */
2970
2971
  'react/prefer-read-only-props'?: Linter.RuleEntry<[]>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxass/eslint-config",
3
- "version": "4.8.2",
3
+ "version": "4.8.3",
4
4
  "description": "ESLint config for @luxass",
5
5
  "type": "module",
6
6
  "author": {
@@ -8,7 +8,7 @@
8
8
  "email": "lucasnrgaard@gmail.com",
9
9
  "url": "https://luxass.dev"
10
10
  },
11
- "packageManager": "pnpm@9.4.0",
11
+ "packageManager": "pnpm@9.5.0",
12
12
  "license": "MIT",
13
13
  "repository": {
14
14
  "type": "git",
@@ -92,27 +92,27 @@
92
92
  "@antfu/install-pkg": "^0.3.3",
93
93
  "@clack/prompts": "^0.7.0",
94
94
  "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
95
- "@stylistic/eslint-plugin": "^2.1.0",
96
- "@typescript-eslint/eslint-plugin": "^7.12.0",
97
- "@typescript-eslint/parser": "^7.12.0",
98
- "eslint-config-flat-gitignore": "^0.1.5",
95
+ "@stylistic/eslint-plugin": "^2.3.0",
96
+ "@typescript-eslint/eslint-plugin": "^7.15.0",
97
+ "@typescript-eslint/parser": "^7.15.0",
98
+ "eslint-config-flat-gitignore": "^0.1.6",
99
99
  "eslint-flat-config-utils": "^0.2.5",
100
100
  "eslint-merge-processors": "^0.1.0",
101
- "eslint-plugin-antfu": "^2.3.3",
102
- "eslint-plugin-import-x": "^0.5.1",
103
- "eslint-plugin-jsdoc": "^48.2.9",
101
+ "eslint-plugin-antfu": "^2.3.4",
102
+ "eslint-plugin-import-x": "^0.5.3",
103
+ "eslint-plugin-jsdoc": "^48.5.2",
104
104
  "eslint-plugin-jsonc": "^2.16.0",
105
105
  "eslint-plugin-markdown": "^5.0.0",
106
- "eslint-plugin-n": "^17.8.1",
106
+ "eslint-plugin-n": "^17.9.0",
107
107
  "eslint-plugin-regexp": "^2.6.0",
108
- "eslint-plugin-toml": "^0.11.0",
108
+ "eslint-plugin-toml": "^0.11.1",
109
109
  "eslint-plugin-unicorn": "^54.0.0",
110
110
  "eslint-plugin-unused-imports": "^4.0.0",
111
111
  "eslint-plugin-vitest": "^0.5.4",
112
- "eslint-plugin-vue": "^9.26.0",
112
+ "eslint-plugin-vue": "^9.27.0",
113
113
  "eslint-plugin-yml": "^1.14.0",
114
114
  "eslint-processor-vue-blocks": "^0.1.2",
115
- "globals": "^15.4.0",
115
+ "globals": "^15.8.0",
116
116
  "jsonc-eslint-parser": "^2.4.0",
117
117
  "local-pkg": "^0.5.0",
118
118
  "parse-gitignore": "^2.0.0",
@@ -121,14 +121,14 @@
121
121
  "yaml-eslint-parser": "^1.2.3"
122
122
  },
123
123
  "devDependencies": {
124
- "@eslint-react/eslint-plugin": "^1.5.19",
124
+ "@eslint-react/eslint-plugin": "^1.5.23",
125
125
  "@eslint/config-inspector": "^0.5.1",
126
126
  "@stylistic/eslint-plugin-migrate": "^2.3.0",
127
127
  "@types/eslint": "^8.56.10",
128
128
  "@types/estree": "^1.0.5",
129
129
  "@types/node": "^20.14.9",
130
- "@typescript-eslint/rule-tester": "^7.14.1",
131
- "@unocss/eslint-plugin": "^0.61.0",
130
+ "@typescript-eslint/rule-tester": "^7.15.0",
131
+ "@unocss/eslint-plugin": "^0.61.3",
132
132
  "astro-eslint-parser": "^1.0.2",
133
133
  "eslint": "^9.6.0",
134
134
  "eslint-plugin-astro": "^1.2.2",
@@ -143,7 +143,7 @@
143
143
  "simple-git-hooks": "^2.11.1",
144
144
  "tailwindcss": "^3.4.4",
145
145
  "tsup": "^8.1.0",
146
- "typescript": "^5.5.2",
146
+ "typescript": "^5.5.3",
147
147
  "unocss": "^0.61.3",
148
148
  "vitest": "^1.6.0",
149
149
  "vue": "^3.4.31"