@etchteam/eslint-config 2.6.25 → 2.6.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
## <small>2.6.
|
|
1
|
+
## <small>2.6.27 (2026-02-20)</small>
|
|
2
2
|
|
|
3
|
-
* Merge pull request #
|
|
4
|
-
*
|
|
3
|
+
* Merge pull request #489 from etchteam/dependabot/npm_and_yarn/commitlint/cli-20.4.2 ([73d1a9c](https://github.com/etchteam/eslint/commit/73d1a9c)), closes [#489](https://github.com/etchteam/eslint/issues/489)
|
|
4
|
+
* Merge pull request #490 from etchteam/dependabot/npm_and_yarn/commitlint/config-conventional-20.4.2 ([ff2275d](https://github.com/etchteam/eslint/commit/ff2275d)), closes [#490](https://github.com/etchteam/eslint/issues/490)
|
|
5
|
+
* Merge pull request #491 from etchteam/dependabot/npm_and_yarn/eslint-plugin-security-4.0.0 ([7698c49](https://github.com/etchteam/eslint/commit/7698c49)), closes [#491](https://github.com/etchteam/eslint/issues/491)
|
|
6
|
+
* fix: bump eslint-plugin-security from 3.0.1 to 4.0.0 ([7b990d6](https://github.com/etchteam/eslint/commit/7b990d6))
|
|
7
|
+
* chore: bump @commitlint/cli from 20.4.1 to 20.4.2 ([b77aba9](https://github.com/etchteam/eslint/commit/b77aba9))
|
|
8
|
+
* chore: bump @commitlint/config-conventional from 20.4.1 to 20.4.2 ([dc47e5a](https://github.com/etchteam/eslint/commit/dc47e5a))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etchteam/eslint-config",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.27",
|
|
4
4
|
"description": "Etch's standard eslint config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.mjs",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"eslint-plugin-import": "^2.32.0",
|
|
54
54
|
"eslint-plugin-json": "^4.0.1",
|
|
55
55
|
"eslint-plugin-prettier": "^5.5.0",
|
|
56
|
-
"eslint-plugin-security": "^
|
|
56
|
+
"eslint-plugin-security": "^4.0.0",
|
|
57
57
|
"eslint-plugin-storybook": "^10.0.1",
|
|
58
58
|
"eslint-plugin-unused-imports": "^4.1.3",
|
|
59
59
|
"eslint-plugin-yml": "^3.0.0",
|