@anolilab/eslint-config 15.0.1 → 15.0.2

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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @anolilab/eslint-config [15.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@15.0.1...@anolilab/eslint-config@15.0.2) (2023-11-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/package-json-utils:** upgraded to 3.0.9
13
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
14
+
1
15
  ## @anolilab/eslint-config [15.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@15.0.0...@anolilab/eslint-config@15.0.1) (2023-11-02)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "15.0.1",
3
+ "version": "15.0.2",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -128,7 +128,7 @@
128
128
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
129
129
  },
130
130
  "dependencies": {
131
- "@anolilab/package-json-utils": "3.0.8",
131
+ "@anolilab/package-json-utils": "3.0.9",
132
132
  "@babel/eslint-parser": "^7.22.15",
133
133
  "@babel/plugin-syntax-import-assertions": "^7.22.5",
134
134
  "@eslint/js": "^8.52.0",
@@ -175,7 +175,7 @@
175
175
  "yaml-eslint-parser": "^1.2.2"
176
176
  },
177
177
  "devDependencies": {
178
- "@anolilab/semantic-release-preset": "8.0.1",
178
+ "@anolilab/semantic-release-preset": "8.0.2",
179
179
  "@arthurgeron/eslint-plugin-react-usememo": "^2.1.2",
180
180
  "@testing-library/dom": "^9.3.3",
181
181
  "@total-typescript/ts-reset": "^0.5.1",
@@ -339,7 +339,7 @@
339
339
  }
340
340
  },
341
341
  "engines": {
342
- "node": ">=18"
342
+ "node": ">=18.* <=21.*"
343
343
  },
344
344
  "publishConfig": {
345
345
  "access": "public",