@etchteam/eslint-config 2.6.41 → 2.6.43

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.41 (2026-03-04)</small>
1
+ ## <small>2.6.43 (2026-03-05)</small>
2
2
 
3
- * Merge pull request #509 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-dd9dd4266a ([61cd0ba](https://github.com/etchteam/eslint/commit/61cd0ba)), closes [#509](https://github.com/etchteam/eslint/issues/509)
4
- * fix: bump the npm_and_yarn group across 1 directory with 2 updates ([e8c5cb0](https://github.com/etchteam/eslint/commit/e8c5cb0))
3
+ * Merge pull request #512 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-b2309f4355 ([ddafa92](https://github.com/etchteam/eslint/commit/ddafa92)), closes [#512](https://github.com/etchteam/eslint/issues/512)
4
+ * fix: bump tar in the npm_and_yarn group across 1 directory ([40b03fa](https://github.com/etchteam/eslint/commit/40b03fa))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.41",
3
+ "version": "2.6.43",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",