Skip to content

Commit f47ffe3

Browse files
### Bug Fixes * updated dependencies to latest versions ([509bb76](509bb76)) * updated URLs for ESLint rules ([e6edc33](e6edc33)) * updated URLs for ESLint rules and removed storybook jsx rules ([f8fbd16](f8fbd16)) ### Miscellaneous Chores * **deps:** update dependency typescript to v5.2.2 ([#745](#745)) ([90c1703](90c1703)) * **deps:** update dependency vitest to ^0.34.3 ([#739](#739)) ([67dd404](67dd404)) * **deps:** update devdependencies ([#744](#744)) ([782b4fb](782b4fb)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.5 * **@anolilab/semantic-release-preset:** upgraded to 6.0.5
1 parent aa9012c commit f47ffe3

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

packages/eslint-config/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## @anolilab/eslint-config [11.3.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-08-30)
2+
3+
4+
### Bug Fixes
5+
6+
* updated dependencies to latest versions ([509bb76](https://github.com/anolilab/javascript-style-guide/commit/509bb763780a2fa85a275d8e91cc0525cc57e29f))
7+
* updated URLs for ESLint rules ([e6edc33](https://github.com/anolilab/javascript-style-guide/commit/e6edc337e3a6c4f8d326a5a889cd008c6a4739af))
8+
* updated URLs for ESLint rules and removed storybook jsx rules ([f8fbd16](https://github.com/anolilab/javascript-style-guide/commit/f8fbd16d2752e84fa490d350c4de80ff613833f5))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update dependency typescript to v5.2.2 ([#745](https://github.com/anolilab/javascript-style-guide/issues/745)) ([90c1703](https://github.com/anolilab/javascript-style-guide/commit/90c1703dfc87ac2e16e181f3a42c099e47af609f))
14+
* **deps:** update dependency vitest to ^0.34.3 ([#739](https://github.com/anolilab/javascript-style-guide/issues/739)) ([67dd404](https://github.com/anolilab/javascript-style-guide/commit/67dd404766bceb0103f637208fc646ed40aefb16))
15+
* **deps:** update devdependencies ([#744](https://github.com/anolilab/javascript-style-guide/issues/744)) ([782b4fb](https://github.com/anolilab/javascript-style-guide/commit/782b4fbb8dc934f9db171c52878af44615bf0c29))
16+
17+
18+
19+
### Dependencies
20+
21+
* **@anolilab/package-json-utils:** upgraded to 3.0.5
22+
* **@anolilab/semantic-release-preset:** upgraded to 6.0.5
23+
124
## @anolilab/eslint-config [11.3.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-08-29)
225

326

packages/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/eslint-config",
3-
"version": "11.3.4",
3+
"version": "11.3.5",
44
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
55
"keywords": [
66
"anolilab",
@@ -126,7 +126,7 @@
126126
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
127127
},
128128
"dependencies": {
129-
"@anolilab/package-json-utils": "3.0.4",
129+
"@anolilab/package-json-utils": "3.0.5",
130130
"@babel/eslint-parser": "^7.22.11",
131131
"@babel/plugin-syntax-import-assertions": "^7.22.5",
132132
"@html-eslint/eslint-plugin": "^0.19.1",
@@ -170,7 +170,7 @@
170170
"yaml-eslint-parser": "^1.2.2"
171171
},
172172
"devDependencies": {
173-
"@anolilab/semantic-release-preset": "6.0.4",
173+
"@anolilab/semantic-release-preset": "6.0.5",
174174
"@arthurgeron/eslint-plugin-react-usememo": "^1.1.4",
175175
"@testing-library/dom": "^9.3.1",
176176
"@total-typescript/ts-reset": "^0.5.1",

0 commit comments

Comments
 (0)