Releases: HubSpotWebTeam/wt-eslint-typescript
Releases · HubSpotWebTeam/wt-eslint-typescript
v2.0.0
v1.0.2
Summary of Changes 📋
- fix: set node 20 as default for all Github actions.
- fix: update old Github actions
v1.0.0
Summary of Changes 📋
- feat!: deprecated node 18.x
- feat!: update dependencies to use major version update of
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
Notes
Nx 18 requires @typescript-eslint/eslint-plugin
and @typescript-eslint/parser
at version 7.7.1
. Having a conflict between the two versions causes linting errors due to underlying differences in the TypeScript AST.
This PR updates the dependencies in this package to the highest available (note that eslint@9
is not supported yet by @typescript-eslint
.
As this is a breaking change for repositories which use an earlier version of the @typescript-eslint
plugins, I have bumped the major version.
v0.5.0
Summary of Changes 📋
- !feat: upgrade TS to version
5.3.2
- !feat: set default Node version to 20
- !feat: dropping support for Node 16
- feat: add nvmrc file
- feat: update workflows to support node 20
- chore: update other dependencies
v0.4.1
Summary of Changes 📋
- [bugfix] Fix issue with workflow
v0.4.0
Summary of Changes 📋
Disables ESLint no-shadow
and adds the check for TS.
v0.3.0
Summary of Changes 📋
- Updated dependencies
- Removed support for Node 14
v0.2.3
Summary of Changes 📋
- added rule to ignore file extensions in imports for .ts and .tsx files
v0.2.2
Changes:
- Fixed issue with github workflows
- Updated dependencies
v0.2.1
Changes:
- Updated github workflows to easily check and deploy code to NPM
- Updated dependencies
- Removed test files
- Updated npm script