@etchteam/eslint-config 2.6.26 → 2.6.28
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 +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## <small>2.6.
|
|
1
|
+
## <small>2.6.28 (2026-02-20)</small>
|
|
2
2
|
|
|
3
|
-
* Merge pull request #
|
|
4
|
-
* fix: bump
|
|
3
|
+
* Merge pull request #492 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-d91ede23c6 ([64a61af](https://github.com/etchteam/eslint/commit/64a61af)), closes [#492](https://github.com/etchteam/eslint/issues/492)
|
|
4
|
+
* fix: bump hono in the npm_and_yarn group across 1 directory ([1eb4934](https://github.com/etchteam/eslint/commit/1eb4934))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etchteam/eslint-config",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.28",
|
|
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",
|