Skip to content

Commit 037f4ab

Browse files
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anolilab/eslint-config [14.0.11](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-27)
### Bug Fixes * Update import/no-useless-path-segments rule and eslint dependency versions ([e265315](e265315)) ### Miscellaneous Chores * **deps:** update devdependencies ([#766](#766)) ([ef64bea](ef64bea)) ### Dependencies * **@anolilab/semantic-release-preset:** upgraded to 7.0.4
1 parent 43052f4 commit 037f4ab

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

packages/eslint-config/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## @anolilab/eslint-config [14.0.11](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Update import/no-useless-path-segments rule and eslint dependency versions ([e265315](https://github.com/anolilab/javascript-style-guide/commit/e265315c4c864d9a23001aee6159017655586ace))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **deps:** update devdependencies ([#766](https://github.com/anolilab/javascript-style-guide/issues/766)) ([ef64bea](https://github.com/anolilab/javascript-style-guide/commit/ef64bea2701995c85b9d1a0ad07ec4da6f7e4b25))
12+
13+
14+
15+
### Dependencies
16+
17+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.4
18+
119
## @anolilab/eslint-config [14.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
220

321

packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/eslint-config",
3-
"version": "14.0.10",
3+
"version": "14.0.11",
44
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
55
"keywords": [
66
"anolilab",
@@ -174,7 +174,7 @@
174174
"yaml-eslint-parser": "^1.2.2"
175175
},
176176
"devDependencies": {
177-
"@anolilab/semantic-release-preset": "7.0.3",
177+
"@anolilab/semantic-release-preset": "7.0.4",
178178
"@arthurgeron/eslint-plugin-react-usememo": "^2.0.1",
179179
"@testing-library/dom": "^9.3.3",
180180
"@total-typescript/ts-reset": "^0.5.1",

0 commit comments

Comments
 (0)