Releases: NullVoxPopuli/eslint-configs
Releases · NullVoxPopuli/eslint-configs
v4.3.0-@nullvoxpopuli/eslint-configs: Merge pull request #656 from NullVoxPopuli/release-preview
v4.3.0-@nullvoxpopuli/eslint-configs: Merge pull request #656 from NullVoxPopuli/release-preview
Latest
Release (2024-11-01)
@nullvoxpopuli/eslint-configs 4.3.0 (minor)
🚀 Enhancement
@nullvoxpopuli/eslint-configs
- #671 Expose ember's config builder (@NullVoxPopuli)
Committers: 1
v4.2.0-@nullvoxpopuli/eslint-configs: Merge pull request #655 from NullVoxPopuli/release-preview
Release (2024-08-02)
@nullvoxpopuli/eslint-configs 4.2.0 (minor)
🚀 Enhancement
@nullvoxpopuli/eslint-configs
- #654 Support mts for node config (@NullVoxPopuli)
Committers: 1
v4.1.0-@nullvoxpopuli/eslint-configs: Merge pull request #640 from NullVoxPopuli/release-preview
Release (2024-08-02)
@nullvoxpopuli/eslint-configs 4.1.0 (minor)
🚀 Enhancement
@nullvoxpopuli/eslint-configs
- #653 Use node config builder for node (@NullVoxPopuli)
Committers: 1
v4.0.0-@nullvoxpopuli/eslint-configs: Prepare Release using 'release-plan' (#630)
Release (2024-05-14)
@nullvoxpopuli/eslint-configs 4.0.0 (major)
💥 Breaking Change
@nullvoxpopuli/eslint-configs
- #627 Support GJS and GTS (@NullVoxPopuli)
- #634 Drop support for prettier 2, only support 3 (@NullVoxPopuli)
- #632 Update import-sort to v12 (@NullVoxPopuli)
- #631 Bump eslint-plugin-n to v17 (@NullVoxPopuli)
- #628 Use latest typescript-eslint (v8) (@NullVoxPopuli)
🐛 Bug Fix
@nullvoxpopuli/eslint-configs
- #581 fix: add @babel/plugin-proposal-decorators as peerDep (@betocantu93)
🏠 Internal
@nullvoxpopuli/eslint-configs
- #633 Update renovate config (@NullVoxPopuli)
- #629 Release plan (@NullVoxPopuli)
Committers: 2
- Alberto Cantú Gómez (@betocantu93)
- @NullVoxPopuli
@nullvoxpopuli/[email protected]
Patch Changes
- #498
37296f5
Thanks @NullVoxPopuli! - widen peer dep ranges
@nullvoxpopuli/[email protected]
Patch Changes
-
#496
bca6895
Thanks @NullVoxPopuli! - ```js
'@typescript-eslint/prefer-optional-chain': 'off',we typically want this one enabled, but in a major release of typescript-eslint, it began to require that tsconfig.json be passed which, means we need to disable the lint. in a future release of `@nullvoxpopuli/eslint-configs`, we can conditionally add the tsconfig-needing lints if a tsconfig path is passed, or a local tsconfig.json is present and detected this capability will align with the upcoming eslint 9 config in the next major of eslint-configs
@nullvoxpopuli/[email protected]
Minor Changes
- #469
51f56a9
Thanks @NullVoxPopuli! - Add the 'type-tests' folder to the ember configuration
@nullvoxpopuli/[email protected]
Patch Changes
- #458
5ff6154
Thanks @NullVoxPopuli! - Add better support for v1 addons in the ember config
@nullvoxpopuli/[email protected]
Patch Changes
- #362
0efe54e
Thanks @simonihmig! - Fix typo in configs/ember.js whererequireConfigFile
for the@babel/eslint-parser
was misspelled.
@nullvoxpopuli/[email protected]
Patch Changes
087ea28
Thanks @NullVoxPopuli! - import-sorting fix: place node imports separate from package imports