@etchteam/eslint-config 2.6.17 → 2.6.19

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.17 (2026-02-10)</small>
1
+ ## <small>2.6.19 (2026-02-10)</small>
2
2
 
3
- * Merge pull request #478 from etchteam/dependabot/npm_and_yarn/darraghor/eslint-plugin-nestjs-typed-7 ([f38abc5](https://github.com/etchteam/eslint/commit/f38abc5)), closes [#478](https://github.com/etchteam/eslint/issues/478)
4
- * fix: bump @darraghor/eslint-plugin-nestjs-typed from 7.1.19 to 7.1.20 ([772f496](https://github.com/etchteam/eslint/commit/772f496))
3
+ * Merge pull request #479 from etchteam/dependabot/npm_and_yarn/eslint-plugin-yml-3.1.2 ([f009f09](https://github.com/etchteam/eslint/commit/f009f09)), closes [#479](https://github.com/etchteam/eslint/issues/479)
4
+ * fix: bump eslint-plugin-yml from 3.0.0 to 3.1.2 ([24080f9](https://github.com/etchteam/eslint/commit/24080f9))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.17",
3
+ "version": "2.6.19",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",