@etchteam/eslint-config 2.6.50 → 2.6.51

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 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,4 @@
1
- ## <small>2.6.50 (2026-03-13)</small>
1
+ ## <small>2.6.51 (2026-03-14)</small>
2
2
 
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))
3
+ * Merge pull request #525 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-eeacf2bf74 ([aeadb26](https://github.com/etchteam/eslint/commit/aeadb26)), closes [#525](https://github.com/etchteam/eslint/issues/525)
4
+ * fix: bump flatted in the npm_and_yarn group across 1 directory ([7896670](https://github.com/etchteam/eslint/commit/7896670))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.50",
3
+ "version": "2.6.51",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",