Skip to content

Commit 3327b82

Browse files
committedJul 3, 2023
chore(release): @anolilab/eslint-config@7.4.0 [skip ci]\n\n## @anolilab/eslint-config [7.4.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@7.3.5...@anolilab/eslint-config@7.4.0) (2023-07-03)
### Features * Add eslint-plugin-security rules and enhance ESLint configuration, fixed bug with prettier overwrite rules ([f26cc20](f26cc20)) ### Miscellaneous Chores * removed "semantic-release-npm-deprecate" not working like expected ([a988c89](a988c89)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 1.6.0 * **@anolilab/semantic-release-preset:** upgraded to 4.1.0
1 parent 60198ce commit 3327b82

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed
 

‎packages/eslint-config/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## @anolilab/eslint-config [7.4.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@7.3.5...@anolilab/eslint-config@7.4.0) (2023-07-03)
2+
3+
4+
### Features
5+
6+
* Add eslint-plugin-security rules and enhance ESLint configuration, fixed bug with prettier overwrite rules ([f26cc20](https://github.com/anolilab/javascript-style-guide/commit/f26cc20789aa1305ff3ed9331bda90252713c622))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* removed "semantic-release-npm-deprecate" not working like expected ([a988c89](https://github.com/anolilab/javascript-style-guide/commit/a988c898ebe4941cc6534ee3f8e1ec7e7a85d929))
12+
13+
14+
15+
### Dependencies
16+
17+
* **@anolilab/package-json-utils:** upgraded to 1.6.0
18+
* **@anolilab/semantic-release-preset:** upgraded to 4.1.0
19+
120
## @anolilab/eslint-config [7.3.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@7.3.1...@anolilab/eslint-config@7.3.2) (2023-06-29)
221

322

‎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": "7.3.2",
3+
"version": "7.4.0",
44
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
55
"keywords": [
66
"anolilab",
@@ -112,7 +112,7 @@
112112
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
113113
},
114114
"dependencies": {
115-
"@anolilab/package-json-utils": "1.5.1",
115+
"@anolilab/package-json-utils": "1.6.0",
116116
"@html-eslint/eslint-plugin": "^0.19.0",
117117
"@html-eslint/parser": "^0.19.0",
118118
"@rushstack/eslint-patch": "^1.3.2",
@@ -153,7 +153,7 @@
153153
"yaml-eslint-parser": "^1.2.2"
154154
},
155155
"devDependencies": {
156-
"@anolilab/semantic-release-preset": "4.0.3",
156+
"@anolilab/semantic-release-preset": "4.1.0",
157157
"@testing-library/dom": "^9.3.1",
158158
"@total-typescript/ts-reset": "^0.4.2",
159159
"@types/confusing-browser-globals": "^1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.