@etchteam/eslint-config 2.6.63 → 2.6.64

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 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## <small>2.6.63 (2026-03-28)</small>
1
+ ## <small>2.6.64 (2026-03-31)</small>
2
2
 
3
- * Merge pull request #544 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-7fa4943c34 ([a397ea1](https://github.com/etchteam/eslint/commit/a397ea1)), closes [#544](https://github.com/etchteam/eslint/issues/544)
4
- * fix: bump path-to-regexp in the npm_and_yarn group across 1 directory ([acd8aff](https://github.com/etchteam/eslint/commit/acd8aff))
3
+ * Merge pull request #545 from etchteam/dependabot/npm_and_yarn/typescript-eslint-8.58.0 ([249c9b4](https://github.com/etchteam/eslint/commit/249c9b4)), closes [#545](https://github.com/etchteam/eslint/issues/545)
4
+ * fix: bump typescript-eslint from 8.57.2 to 8.58.0 ([483fc0b](https://github.com/etchteam/eslint/commit/483fc0b))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.63",
3
+ "version": "2.6.64",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",