Skip to content

Releases: HubSpotWebTeam/wt-eslint-typescript

v1.0.2

02 May 14:56
Compare
Choose a tag to compare

Summary of Changes 📋

  • fix: set node 20 as default for all Github actions.
  • fix: update old Github actions

v1.0.0

02 May 12:38
2ba93df
Compare
Choose a tag to compare

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

04 Dec 15:50
Compare
Choose a tag to compare

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

04 Aug 08:17
Compare
Choose a tag to compare

Summary of Changes 📋

  • [bugfix] Fix issue with workflow

v0.4.0

03 Aug 15:43
792781a
Compare
Choose a tag to compare

Summary of Changes 📋

Disables ESLint no-shadow and adds the check for TS.

v0.3.0

14 Mar 15:40
Compare
Choose a tag to compare

Summary of Changes 📋

  • Updated dependencies
  • Removed support for Node 14

v0.2.3

12 Jan 14:29
Compare
Choose a tag to compare

Summary of Changes 📋

  • added rule to ignore file extensions in imports for .ts and .tsx files

v0.2.2

25 Jul 14:50
Compare
Choose a tag to compare

Changes:

  • Fixed issue with github workflows
  • Updated dependencies

v0.2.1

08 Jun 16:29
Compare
Choose a tag to compare

Changes:

  • Updated github workflows to easily check and deploy code to NPM
  • Updated dependencies
  • Removed test files
  • Updated npm script