Skip to content

Commit

Permalink
build(deps-dev): update @typescript-eslint/eslint-plugin and `@type…
Browse files Browse the repository at this point in the history
…script-eslint/parser`

This makes them compatible with the new TypeScript version.

This also updates the migration guide with updated guidance around these
dev dependencies.

Signed-off-by: Dustin Popp <[email protected]>
  • Loading branch information
dpopp07 committed Dec 20, 2022
1 parent 80f8bcd commit f0aa9e5
Show file tree
Hide file tree
Showing 3 changed files with 723 additions and 47 deletions.
7 changes: 3 additions & 4 deletions MIGRATION-V4.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ Run `npm install -D typescript@4` to upgrade to version 4.

Code produced by the IBM OpenAPI SDK Generator should already be compliant with TypeScript v4.

Additionally, you may need to upgrade `@typescript-eslint/eslint-plugin` to be compatible with the new
version of TypeScript. This upgrade should be safe and compatible, especially if you remain on major version 4
of this development dependency.
Additionally, you may need to upgrade `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` to
v5 to be compatible with the new version of TypeScript. This upgrade should be safe and compatible.

Run `npm i -D '@typescript-eslint/eslint-plugin'` to upgrade.
Run `npm i -D '@typescript-eslint/eslint-plugin@latest' '@typescript-eslint/parser@latest'` to upgrade.

### Jest Version
The `jest` development dependency is now required to be at least version 29.
Expand Down
Loading

0 comments on commit f0aa9e5

Please sign in to comment.