@etchteam/eslint-config 2.6.46 → 2.6.48

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,4 @@
1
- ## <small>2.6.46 (2026-03-09)</small>
1
+ ## <small>2.6.48 (2026-03-11)</small>
2
2
 
3
- * Merge pull request #515 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.16 ([1d15db4](https://github.com/etchteam/eslint/commit/1d15db4)), closes [#515](https://github.com/etchteam/eslint/issues/515)
4
- * Merge pull request #516 from etchteam/dependabot/npm_and_yarn/eslint/compat-2.0.3 ([ba81d49](https://github.com/etchteam/eslint/commit/ba81d49)), closes [#516](https://github.com/etchteam/eslint/issues/516)
5
- * fix: bump @eslint/compat from 2.0.2 to 2.0.3 ([cb28960](https://github.com/etchteam/eslint/commit/cb28960))
6
- * fix: bump eslint-plugin-storybook from 10.2.15 to 10.2.16 ([569023d](https://github.com/etchteam/eslint/commit/569023d))
3
+ * Merge pull request #520 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-d3731d7e25 ([7c99651](https://github.com/etchteam/eslint/commit/7c99651)), closes [#520](https://github.com/etchteam/eslint/issues/520)
4
+ * fix: bump hono in the npm_and_yarn group across 1 directory ([468e47a](https://github.com/etchteam/eslint/commit/468e47a))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.46",
3
+ "version": "2.6.48",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",