[go: up one dir, main page]

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: update deps to latest #1594

Closed
wants to merge 1 commit into from

Conversation

Zamiell
Copy link
Contributor
@Zamiell Zamiell commented Nov 8, 2024

The deps were very old so this PR updates them to the latest.
Additionally, this fixes the big warning when running npm run lint.
Updating Prettier to latest required also running npm run fix:prettier, which changed a lot of files.
Please do a release after this PR so that end-users can solve the peer dependencies problem with TypeScript.

"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.6.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the caret here, since having it here was a bug. (This should be kept exactly the same as what the peer dependency specifies.)

@Perryvw
Copy link
Member
Perryvw commented Nov 8, 2024

Sorry but for security reasons I'm not accepting external contributions messing with all of our deps, especially paired with a +1000-1000 change set

@Perryvw Perryvw closed this Nov 8, 2024
@Zamiell
Copy link
Contributor Author
Zamiell commented Nov 8, 2024

can you update the deps then? it should be easy to replicate this pull request, just type the following:

npx npm-check-updates -u
npm install
npm run fix:prettier

and then fix the typescript bug in package.json, and update the changelog.

@Zamiell Zamiell deleted the update-deps branch November 8, 2024 12:51
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