@etchteam/eslint-config 2.6.21 → 2.6.22

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.21 (2026-02-13)</small>
1
+ ## <small>2.6.22 (2026-02-13)</small>
2
2
 
3
- * Merge pull request #482 from etchteam/dependabot/npm_and_yarn/darraghor/eslint-plugin-nestjs-typed-7 ([3e20346](https://github.com/etchteam/eslint/commit/3e20346)), closes [#482](https://github.com/etchteam/eslint/issues/482)
4
- * fix: bump @darraghor/eslint-plugin-nestjs-typed from 7.1.21 to 7.1.22 ([d15dffc](https://github.com/etchteam/eslint/commit/d15dffc))
3
+ * Merge pull request #483 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-14dc0ebc5a ([91fd92e](https://github.com/etchteam/eslint/commit/91fd92e)), closes [#483](https://github.com/etchteam/eslint/issues/483)
4
+ * fix: bump qs in the npm_and_yarn group across 1 directory ([d81b36e](https://github.com/etchteam/eslint/commit/d81b36e))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.21",
3
+ "version": "2.6.22",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",