Skip to content

Commit bab18bd

Browse files
### Bug Fixes * added missing define-config back ([f78fa05](f78fa05)) * Update eslint-config including tests ([97e624d](97e624d)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.6 * **@anolilab/semantic-release-preset:** upgraded to 7.0.3
1 parent 00c13b7 commit bab18bd

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

packages/eslint-config/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## @anolilab/eslint-config [14.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* added missing define-config back ([f78fa05](https://github.com/anolilab/javascript-style-guide/commit/f78fa055634079b36c135ea192c8d792080298b1))
7+
* Update eslint-config including tests ([97e624d](https://github.com/anolilab/javascript-style-guide/commit/97e624de948bacb4b229bdd1b7fd41f56ff1f6f6))
8+
9+
10+
11+
### Dependencies
12+
13+
* **@anolilab/package-json-utils:** upgraded to 3.0.6
14+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.3
15+
116
## @anolilab/eslint-config [14.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-25)
217

318

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": "14.0.3",
3+
"version": "14.0.4",
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.5",
131+
"@anolilab/package-json-utils": "3.0.6",
132132
"@babel/eslint-parser": "^7.22.15",
133133
"@babel/plugin-syntax-import-assertions": "^7.22.5",
134134
"@eslint/js": "^8.50.0",
@@ -173,7 +173,7 @@
173173
"yaml-eslint-parser": "^1.2.2"
174174
},
175175
"devDependencies": {
176-
"@anolilab/semantic-release-preset": "7.0.2",
176+
"@anolilab/semantic-release-preset": "7.0.3",
177177
"@arthurgeron/eslint-plugin-react-usememo": "^2.0.1",
178178
"@testing-library/dom": "^9.3.3",
179179
"@total-typescript/ts-reset": "^0.5.1",

0 commit comments

Comments
 (0)