Skip to content

Update deps to latest #333

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

Merged
merged 1 commit into from
Jul 13, 2024
Merged

Update deps to latest #333

merged 1 commit into from
Jul 13, 2024

Conversation

mrienstra
Copy link
Contributor

@mrienstra mrienstra commented Jul 12, 2024

I'm submitting a...

[ ] Bug Fix
[ ] Feature
[x] Other (Refactoring, Added tests, Documentation, ...)

Checklist

  • Test your changes
  • Followed the build steps

Description

Update all deps to latest versions. I didn't encounter any issues, though surely there are other changes that would be worth doing, as there were some major version jumps. I also removed a few things that didn't seem necessary anymore, mostly related to eslint.

Removed packages:
@typescript-eslint/eslint-plugin
@typescript-eslint/eslint-plugin-tslint
@typescript-eslint/parser
rollup-plugin-terser

Added packages:
@eslint/js
@rollup/plugin-terser
@types/eslint__js
typescript-eslint

Major version bumps:
@types/jest
jest
jest-environment-jsdom
rollup
ts-jest
typescript

I ran tests and built using node v20.15.0 and npm 10.7.0.

These changes remove the following npm output:

npm warn deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm warn deprecated [email protected]: Use your platform's native performance.now() and performance.timeOrigin.
npm warn deprecated [email protected]: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.
1 moderate severity vulnerability

Does this PR introduce a breaking change?

[ ] Yes
[x] No

@inorganik
Copy link
Owner

Thank you!

@inorganik inorganik merged commit 17450aa into inorganik:master Jul 13, 2024
@mrienstra mrienstra deleted the update-deps branch July 14, 2024 00:11
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