@anolilab/eslint-config 14.0.11 → 14.0.12
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 +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @anolilab/eslint-config [14.0.12](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.11...@anolilab/eslint-config@14.0.12) (2023-09-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.7
|
|
13
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.5
|
|
14
|
+
|
|
1
15
|
## @anolilab/eslint-config [14.0.11](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.10...@anolilab/eslint-config@14.0.11) (2023-09-27)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.12",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -128,10 +128,10 @@
|
|
|
128
128
|
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@anolilab/package-json-utils": "3.0.
|
|
131
|
+
"@anolilab/package-json-utils": "3.0.7",
|
|
132
132
|
"@babel/eslint-parser": "^7.22.15",
|
|
133
133
|
"@babel/plugin-syntax-import-assertions": "^7.22.5",
|
|
134
|
-
"@jsenv/eslint-import-resolver": ">=8.0.
|
|
134
|
+
"@jsenv/eslint-import-resolver": ">=8.0.4",
|
|
135
135
|
"@eslint/js": "^8.50.0",
|
|
136
136
|
"@html-eslint/eslint-plugin": "^0.19.1",
|
|
137
137
|
"@html-eslint/parser": "^0.19.1",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"yaml-eslint-parser": "^1.2.2"
|
|
175
175
|
},
|
|
176
176
|
"devDependencies": {
|
|
177
|
-
"@anolilab/semantic-release-preset": "7.0.
|
|
177
|
+
"@anolilab/semantic-release-preset": "7.0.5",
|
|
178
178
|
"@arthurgeron/eslint-plugin-react-usememo": "^2.0.1",
|
|
179
179
|
"@testing-library/dom": "^9.3.3",
|
|
180
180
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"tsup": "^7.2.0",
|
|
216
216
|
"type-fest": "^4.3.2",
|
|
217
217
|
"typescript": "^5.2.2",
|
|
218
|
-
"vitest": "^0.34.
|
|
218
|
+
"vitest": "^0.34.6"
|
|
219
219
|
},
|
|
220
220
|
"peerDependencies": {
|
|
221
221
|
"@arthurgeron/eslint-plugin-react-usememo": "^2.0.1",
|