-
Notifications
You must be signed in to change notification settings - Fork 47
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 minor / patch dependencies
#2625
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
website/package.json
Outdated
"ember-page-title": "^8.2.3", | ||
"ember-power-select": "^8.2.0", | ||
"ember-power-select": "^8.6.1", |
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.
They released a new patch recently, but could be bumped in #2612 (review) too, depending on which one gets in first.
"ember-power-select": "^8.6.1", | |
"ember-power-select": "^8.6.2", |
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.
The other one got in first. I'd appreciate if we can bump this to 8.6.2 (it fixes an accessibility issue)
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.
Upgraded to 8.6.2
. Also moved the changeset entry for the upgrade from the super-select to the general list of upgrades.
02e6a1b
to
f3e5ed4
Compare
`SuperSelect` updates including: | ||
- Updated `ember-power-select` from `8.2.0` to `8.6.0` | ||
- Added `searchFieldPosition="before-options"` to fix a11y issue in `Multiple` component | ||
`SuperSelect` - Added `searchFieldPosition="before-options"` to fix a11y issue in `Multiple` component |
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.
π
π Summary
If merged, this PR would upgrade
dependencies
to the latest minor versions in thecomponents
andember-flight-icons
packagesπ οΈ Detailed description
Upgrades will be made to the following dependencies.
@ember/render-modifiers
from2.0.5
to2.1.0
@ember/addon-shim
from1.8.7
to1.9.0
clipboard-polyfill
from4.1.0
to4.1.1
decorator-transforms
from1.1.0
to1.2.1
ember-a11y-refocus
from4.1.3
to4.1.4
ember-element-helper
from0.8.5
to0.8.6
ember-focus-trap
from1.1.0
to1.1.1
ember-modifier
from4.1.0
to4.2.0
ember-power-select
from8.2.0
to8.6.1
sass
from1.69.5
to1.83.0
The intent is to merge this PR following the other upgrades listed below to avoid significant conflicts.
devDependencies
#2623devDependenices
#2624π External links
Jira ticket: HDS-4252
π Component checklist
π¬ Please consider using conventional comments when reviewing this PR.