Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade to typescript 4.8 #4115

Closed
wants to merge 1 commit into from

Conversation

PeterSchafer
Copy link
Collaborator

Upgrade typescript from 3.9.10 to 4.8.4
Includes necessary upgrades to these packages as well: @typescript-eslint/eslint-plugin
@typescript-eslint/parser
eslint
eslint-config-prettier
eslint-plugin-jest
jest
ts-jest
ts-loader
ts-node

Signed-off-by: Craig Andrews [email protected]

What does this PR do?

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

What are the relevant tickets?

Screenshots

Additional questions

Upgrade typescript from 3.9.10 to 4.8.4
Includes necessary upgrades to these packages as well:
@typescript-eslint/eslint-plugin
@typescript-eslint/parser
eslint
eslint-config-prettier
eslint-plugin-jest
jest
ts-jest
ts-loader
ts-node

Signed-off-by: Craig Andrews <[email protected]>
@github-actions
Copy link
Contributor

Warnings
⚠️

Since the CLI is unifying on a standard and improved tooling, we're starting to migrate old-style imports and exports to ES6 ones.
A file you've modified is using either module.exports or require(). If you can, please update them to ES6 import syntax and export syntax.
Files found:

  • .eslintrc.json
  • packages/snyk-fix/src/plugins/python/handlers/pip-requirements/index.ts
  • src/cli/commands/monitor/index.ts
  • test/jest/unit/snyk-code/snyk-code-test.spec.ts

Generated by 🚫 dangerJS against b34f84a

@candrews
Copy link
Contributor

Seems related to #3875 - but why not use that PR?

@PeterSchafer
Copy link
Collaborator Author

This PR was just for testing.

@PeterSchafer PeterSchafer deleted the chore/typescript4.8_integration branch October 11, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants