@etchteam/eslint-config 2.6.48 → 2.6.50

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 +7 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- ## <small>2.6.48 (2026-03-11)</small>
1
+ ## <small>2.6.50 (2026-03-13)</small>
2
2
 
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))
3
+ * Merge pull request #522 from etchteam/dependabot/npm_and_yarn/commitlint/cli-20.4.4 ([be1ccd0](https://github.com/etchteam/eslint/commit/be1ccd0)), closes [#522](https://github.com/etchteam/eslint/issues/522)
4
+ * Merge pull request #523 from etchteam/dependabot/npm_and_yarn/commitlint/config-conventional-20.4.4 ([b2e0408](https://github.com/etchteam/eslint/commit/b2e0408)), closes [#523](https://github.com/etchteam/eslint/issues/523)
5
+ * Merge pull request #524 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.18 ([00d7be0](https://github.com/etchteam/eslint/commit/00d7be0)), closes [#524](https://github.com/etchteam/eslint/issues/524)
6
+ * fix: bump eslint-plugin-storybook from 10.2.17 to 10.2.18 ([a61aeaf](https://github.com/etchteam/eslint/commit/a61aeaf))
7
+ * chore: bump @commitlint/cli from 20.4.3 to 20.4.4 ([9e61acd](https://github.com/etchteam/eslint/commit/9e61acd))
8
+ * chore: bump @commitlint/config-conventional from 20.4.3 to 20.4.4 ([cbc6625](https://github.com/etchteam/eslint/commit/cbc6625))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.48",
3
+ "version": "2.6.50",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",