-
Notifications
You must be signed in to change notification settings - Fork 44
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
Upgrade major devDependenices
#2624
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a couple of small points of feedback for us to consider
website/package.json
Outdated
"ember-meta": "^2.0.0", | ||
"ember-modifier": "^4.1.0", | ||
"ember-page-title": "^8.2.3", | ||
"ember-power-select": "^8.2.0", | ||
"ember-prism": "^0.13.0", | ||
"ember-prism": "^1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noticed that this package is now archived, so we should create a ticket in our backlog to investigate other options...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here is better alternative I recently used to replace ember-prism
https://github.com/IgnaceMaes/ember-shiki
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could have been more clear with my comment: I think the upgrade is fine but down the road we'll need to look at other options potentially
๐ Summary
If merged, this PR would upgrade most (exceptions detailed below)
devDependencies
to the latest major versions, and removejsdom
from the websitedevDependencies
.๐ ๏ธ Detailed description
These are upgrades for our tooling dependencies and do not require releases for our packages.
The intent is to merge this PR following the other upgrades listed below to avoid significant conflicts.
devDependencies
ย #2623Exceptions:
ember-cli
- Will be addressed in a separate update where theember-cli
blueprint is updated as wellember-prism
- Package is marked as archived, and alternatives will be researched separatelysvgo
/svgr
- related dependencies (we made a conscious decision to use v 1.x)@ember/test-waiters
,@embroider/addon-dev
,@embroider/test-setup
,@glimmer/component
,algoriasearch
,del
,ember-qunit
,eslint
ember-a11y-refocus
,ember-modifier
,sass
dependencies
๐ External links
Jira ticket: HDS-4251
๐ Component checklist
๐ฌ Please consider using conventional comments when reviewing this PR.