@etchteam/eslint-config 3.3.3 → 3.3.5

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 +7 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
- ## <small>3.3.3 (2026-04-24)</small>
1
+ ## <small>3.3.5 (2026-04-30)</small>
2
2
 
3
- * Merge pull request #573 from etchteam/fix/import-x-native-flat-config ([81e963d](https://github.com/etchteam/eslint/commit/81e963d)), closes [#573](https://github.com/etchteam/eslint/issues/573)
4
- * test: add JSON/YAML fixtures to every preset dir ([0fd6678](https://github.com/etchteam/eslint/commit/0fd6678))
5
- * fix: scope preact config block to JS/TS files ([acf94db](https://github.com/etchteam/eslint/commit/acf94db))
6
- * fix: switch to eslint-plugin-import-x and drop fixup wrappers ([052f3ce](https://github.com/etchteam/eslint/commit/052f3ce))
3
+ * Merge pull request #577 from etchteam/dependabot/npm_and_yarn/commitlint/config-conventional-20.5.3 ([a4f4697](https://github.com/etchteam/eslint/commit/a4f4697)), closes [#577](https://github.com/etchteam/eslint/issues/577)
4
+ * Merge pull request #578 from etchteam/dependabot/npm_and_yarn/commitlint/cli-20.5.3 ([3242a84](https://github.com/etchteam/eslint/commit/3242a84)), closes [#578](https://github.com/etchteam/eslint/issues/578)
5
+ * Merge pull request #579 from etchteam/dependabot/npm_and_yarn/eslint-plugin-yml-3.3.2 ([1d581a6](https://github.com/etchteam/eslint/commit/1d581a6)), closes [#579](https://github.com/etchteam/eslint/issues/579)
6
+ * fix: Bump eslint-plugin-yml from 3.3.1 to 3.3.2 ([c9dd8d3](https://github.com/etchteam/eslint/commit/c9dd8d3))
7
+ * chore: Bump @commitlint/cli from 20.5.2 to 20.5.3 ([a165413](https://github.com/etchteam/eslint/commit/a165413))
8
+ * chore: Bump @commitlint/config-conventional from 20.5.0 to 20.5.3 ([45643fc](https://github.com/etchteam/eslint/commit/45643fc))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "3.3.3",
3
+ "version": "3.3.5",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",