@etchteam/eslint-config 2.6.1 → 2.6.2

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 +5 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- ## <small>2.6.1 (2026-01-29)</small>
1
+ ## <small>2.6.2 (2026-01-29)</small>
2
2
 
3
- * Merge pull request #452 from etchteam/dependabot/npm_and_yarn/angular-eslint-21.1.0 ([67ef4e4](https://github.com/etchteam/eslint/commit/67ef4e4)), closes [#452](https://github.com/etchteam/eslint/issues/452)
4
- * fix: bump angular-eslint from 19.8.1 to 21.1.0 ([b35e7c4](https://github.com/etchteam/eslint/commit/b35e7c4))
3
+ * Merge pull request #453 from etchteam/dependabot/npm_and_yarn/eslint-plugin-lit-2.1.1 ([0f1637f](https://github.com/etchteam/eslint/commit/0f1637f)), closes [#453](https://github.com/etchteam/eslint/issues/453)
4
+ * Merge pull request #455 from etchteam/dependabot/npm_and_yarn/globals-17.2.0 ([37a57dc](https://github.com/etchteam/eslint/commit/37a57dc)), closes [#455](https://github.com/etchteam/eslint/issues/455)
5
+ * fix: bump eslint-plugin-lit from 1.15.0 to 2.1.1 ([e7425e2](https://github.com/etchteam/eslint/commit/e7425e2))
6
+ * fix: bump globals from 16.5.0 to 17.2.0 ([760dc3a](https://github.com/etchteam/eslint/commit/760dc3a))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
@@ -58,7 +58,7 @@
58
58
  "eslint-plugin-unused-imports": "^4.1.3",
59
59
  "eslint-plugin-yml": "^3.0.0",
60
60
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
61
- "globals": "^16.0.0",
61
+ "globals": "^17.2.0",
62
62
  "typescript-eslint": "^8.35.0"
63
63
  },
64
64
  "optionalDependencies": {
@@ -66,7 +66,7 @@
66
66
  "@next/eslint-plugin-next": "^15.0.0",
67
67
  "angular-eslint": "^21.1.0",
68
68
  "eslint-plugin-jsx-a11y": "^6.10.2",
69
- "eslint-plugin-lit": "^1.15.0",
69
+ "eslint-plugin-lit": "^2.1.1",
70
70
  "eslint-plugin-react": "^7.37.5",
71
71
  "eslint-plugin-react-hooks": "^5.0.0"
72
72
  },