Skip to content

Commit b9bb0c5

Browse files
alexlafrosciaonurtemizkan
authored andcommitted
chore(ember): Upgrade Embroider dependencies (#4128)
Two old versions were brought in by @sentry/ember - `0.4.x` was brought in by the very specific, old version of ember-auto-import that the package depends on. It is only able to depend on `1.6.x` releases, which date back to June of 2020 - `0.37.0` was depended on specifically, but the latest is `0.47.1`. Because these are pre-major releases, they will not naturally fluctuate to a newer version This PR updates both of these dependencies to the latest versions possible without making a breaking change.
1 parent 0207695 commit b9bb0c5

File tree

3 files changed

+384
-359
lines changed

3 files changed

+384
-359
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
key: ${{ steps.compute_lockfile_hash.outputs.hash }}
4747
- name: Install dependencies
4848
if: steps.cache_dependencies.outputs.cache-hit == ''
49-
run: yarn install
49+
run: yarn install --ignore-engines
5050
outputs:
5151
dependency_cache_key: ${{ steps.compute_lockfile_hash.outputs.hash }}
5252

packages/ember/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
"test:ember-compatibility": "ember try:each"
3232
},
3333
"dependencies": {
34-
"@embroider/macros": "~0.37.0",
34+
"@embroider/macros": "~0.47.2",
3535
"@sentry/browser": "6.14.3",
3636
"@sentry/tracing": "6.14.3",
3737
"@sentry/types": "6.14.3",
3838
"@sentry/utils": "6.14.3",
39-
"ember-auto-import": "~1.6.0",
39+
"ember-auto-import": "^1.12.0",
4040
"ember-cli-babel": "~7.26.6",
4141
"ember-cli-htmlbars": "^5.7.1",
4242
"ember-cli-typescript": "~3.1.4"
4343
},
4444
"devDependencies": {
4545
"@ember/optional-features": "~1.3.0",
46-
"@embroider/test-setup": "~0.37.0",
46+
"@embroider/test-setup": "~0.47.2",
4747
"@glimmer/component": "~1.0.0",
4848
"@glimmer/tracking": "~1.0.0",
4949
"@sentry-internal/eslint-config-sdk": "6.14.3",

0 commit comments

Comments
 (0)