Skip to content

Commit c61ac36

Browse files
### Bug Fixes * allow node 21 ([e95c9f7](e95c9f7)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.9 * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
1 parent c5cd9bb commit c61ac36

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

packages/eslint-config/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## @anolilab/eslint-config [15.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (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+
115
## @anolilab/eslint-config [15.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-11-02)
216

317

packages/eslint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/eslint-config",
3-
"version": "15.0.1",
3+
"version": "15.0.2",
44
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
55
"keywords": [
66
"anolilab",
@@ -128,7 +128,7 @@
128128
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
129129
},
130130
"dependencies": {
131-
"@anolilab/package-json-utils": "3.0.8",
131+
"@anolilab/package-json-utils": "3.0.9",
132132
"@babel/eslint-parser": "^7.22.15",
133133
"@babel/plugin-syntax-import-assertions": "^7.22.5",
134134
"@eslint/js": "^8.52.0",
@@ -175,7 +175,7 @@
175175
"yaml-eslint-parser": "^1.2.2"
176176
},
177177
"devDependencies": {
178-
"@anolilab/semantic-release-preset": "8.0.1",
178+
"@anolilab/semantic-release-preset": "8.0.2",
179179
"@arthurgeron/eslint-plugin-react-usememo": "^2.1.2",
180180
"@testing-library/dom": "^9.3.3",
181181
"@total-typescript/ts-reset": "^0.5.1",

0 commit comments

Comments
 (0)