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

GLSP-1449: Update dependencies #1450

Merged
merged 2 commits into from
Dec 16, 2024
Merged

GLSP-1449: Update dependencies #1450

merged 2 commits into from
Dec 16, 2024

Conversation

tortmayr
Copy link
Contributor

What it does

  • Align reflect-metadata version to be in line with latest inversify versions
  • Update prettier
  • Update eslint (not latest 8.x version)
  • Update mocha

Part of #1449

How to test

Follow-ups

Changelog

  • This PR should be mentioned in the changelog
  • This PR introduces a breaking change (if yes, provide more details below for the changelog and the migration guide)

- Align reflect-metadata version to be in line with latest inversify
versions
- Update prettier
- Update eslint (not latest 8.x version)
- Update mocha
"rimraf": "^5.0.1",
"sinon": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16.11.0",
"yarn": ">=1.7.0 <2.x.x"
"node": ">=18",
Copy link
Contributor

Choose a reason for hiding this comment

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

I assume this will be documented somewhere once we have a release.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it will be part of all changelogs.
Theia has dropped support for node 16 so we should do that do.
However, I don't think that this should affect many adopters since 16 is in its EOL phase since September 2023.

@tortmayr tortmayr merged commit ea441ee into master Dec 16, 2024
5 checks passed
@tortmayr tortmayr deleted the inversify branch December 16, 2024 09:53
tortmayr added a commit that referenced this pull request Dec 16, 2024
tortmayr added a commit that referenced this pull request Dec 16, 2024
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