@anolilab/eslint-config 11.2.2 → 11.2.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/CHANGELOG.md +19 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## @anolilab/eslint-config [11.2.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@11.2.2...@anolilab/eslint-config@11.2.3) (2023-08-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* upgrade project dependencies to latest versions ([340ff87](https://github.com/anolilab/javascript-style-guide/commit/340ff87dfe01ca4c7a21536c26c6dd703afc62f7))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency eslint-plugin-cypress to ^2.14.0 ([#727](https://github.com/anolilab/javascript-style-guide/issues/727)) ([75296ea](https://github.com/anolilab/javascript-style-guide/commit/75296eaeb1a271597a7d309c5ae7ba52cb3b7889))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.4
|
|
18
|
+
* **@anolilab/semantic-release-preset:** upgraded to 6.0.4
|
|
19
|
+
|
|
1
20
|
## @anolilab/eslint-config [11.2.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@11.2.1...@anolilab/eslint-config@11.2.2) (2023-08-08)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.3",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -126,20 +126,20 @@
|
|
|
126
126
|
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@anolilab/package-json-utils": "3.0.
|
|
130
|
-
"@babel/eslint-parser": "^7.22.
|
|
129
|
+
"@anolilab/package-json-utils": "3.0.4",
|
|
130
|
+
"@babel/eslint-parser": "^7.22.10",
|
|
131
131
|
"@babel/plugin-syntax-import-assertions": "^7.22.5",
|
|
132
132
|
"@html-eslint/eslint-plugin": "^0.19.1",
|
|
133
133
|
"@html-eslint/parser": "^0.19.1",
|
|
134
|
-
"@rushstack/eslint-patch": "^1.3.
|
|
134
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
135
135
|
"@rushstack/eslint-plugin-security": "^0.6.0",
|
|
136
|
-
"@typescript-eslint/eslint-plugin": ">=6.
|
|
137
|
-
"@typescript-eslint/parser": "^6.
|
|
136
|
+
"@typescript-eslint/eslint-plugin": ">=6.3.0",
|
|
137
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
138
138
|
"confusing-browser-globals": "^1.0.11",
|
|
139
139
|
"eslint-define-config": "^1.23.0",
|
|
140
|
-
"eslint-import-resolver-node": "^0.3.
|
|
141
|
-
"eslint-import-resolver-typescript": "^3.
|
|
142
|
-
"eslint-plugin-antfu": "^0.40.
|
|
140
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
141
|
+
"eslint-import-resolver-typescript": "^3.6.0",
|
|
142
|
+
"eslint-plugin-antfu": "^0.40.2",
|
|
143
143
|
"eslint-plugin-compat": "^4.1.4",
|
|
144
144
|
"eslint-plugin-es-x": "^7.2.0",
|
|
145
145
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"eslint-plugin-i": "^2.28.0",
|
|
148
148
|
"eslint-plugin-jsonc": "^2.9.0",
|
|
149
149
|
"eslint-plugin-markdown": "^3.0.1",
|
|
150
|
-
"eslint-plugin-mdx": "^2.
|
|
150
|
+
"eslint-plugin-mdx": "^2.2.0",
|
|
151
151
|
"eslint-plugin-no-loops": "^0.3.0",
|
|
152
152
|
"eslint-plugin-no-secrets": "^0.8.9",
|
|
153
153
|
"eslint-plugin-no-use-extend-native": "^0.5.0",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"yaml-eslint-parser": "^1.2.2"
|
|
171
171
|
},
|
|
172
172
|
"devDependencies": {
|
|
173
|
-
"@anolilab/semantic-release-preset": "6.0.
|
|
173
|
+
"@anolilab/semantic-release-preset": "6.0.4",
|
|
174
174
|
"@arthurgeron/eslint-plugin-react-usememo": "^1.1.4",
|
|
175
175
|
"@testing-library/dom": "^9.3.1",
|
|
176
176
|
"@total-typescript/ts-reset": "^0.4.2",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"eslint": "^8.46.0",
|
|
181
181
|
"eslint-find-rules": "^4.1.0",
|
|
182
182
|
"eslint-plugin-babel": "^5.3.1",
|
|
183
|
-
"eslint-plugin-cypress": "^2.
|
|
183
|
+
"eslint-plugin-cypress": "^2.14.0",
|
|
184
184
|
"eslint-plugin-editorconfig": "^4.0.3",
|
|
185
185
|
"eslint-plugin-etc": "^2.0.3",
|
|
186
186
|
"eslint-plugin-jest": "^27.2.3",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"rimraf": "^5.0.1",
|
|
207
207
|
"semantic-release": "^21.0.7",
|
|
208
208
|
"tsup": "^7.2.0",
|
|
209
|
-
"type-fest": "^4.
|
|
209
|
+
"type-fest": "^4.2.0",
|
|
210
210
|
"typescript": "^5.1.6",
|
|
211
211
|
"vitest": "^0.34.1"
|
|
212
212
|
},
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"eslint-plugin-array-func": "^3.1.8",
|
|
220
220
|
"eslint-plugin-ava": "^14.0.0",
|
|
221
221
|
"eslint-plugin-babel": "^5.3.1",
|
|
222
|
-
"eslint-plugin-cypress": "^2.
|
|
222
|
+
"eslint-plugin-cypress": "^2.14.0",
|
|
223
223
|
"eslint-plugin-editorconfig": "^4.0.3",
|
|
224
224
|
"eslint-plugin-jest": "^27.2.3",
|
|
225
225
|
"eslint-plugin-jest-async": "^1.0.3",
|