@anolilab/eslint-config 14.0.11 → 14.0.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## @anolilab/eslint-config [14.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.12...@anolilab/eslint-config@14.0.13) (2023-09-29)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * updated dev deps ([d4bf8d9](https://github.com/anolilab/javascript-style-guide/commit/d4bf8d9b636e68bb214c527791dbb76ee47c6af5))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.0
13
+
14
+ ## @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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
20
+
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@anolilab/package-json-utils:** upgraded to 3.0.7
26
+ * **@anolilab/semantic-release-preset:** upgraded to 7.0.5
27
+
1
28
  ## @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
29
 
3
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "14.0.11",
3
+ "version": "14.0.13",
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.6",
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.3",
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.4",
177
+ "@anolilab/semantic-release-preset": "8.0.0",
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",
@@ -211,11 +211,11 @@
211
211
  "jest": "^29.7.0",
212
212
  "react": "^18.2.0",
213
213
  "rimraf": "^5.0.5",
214
- "semantic-release": "^21.1.2",
214
+ "semantic-release": "^22.0.5",
215
215
  "tsup": "^7.2.0",
216
216
  "type-fest": "^4.3.2",
217
217
  "typescript": "^5.2.2",
218
- "vitest": "^0.34.5"
218
+ "vitest": "^0.34.6"
219
219
  },
220
220
  "peerDependencies": {
221
221
  "@arthurgeron/eslint-plugin-react-usememo": "^2.0.1",