-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add relevant changesets for the upcoming release and evaluate their impact #1401
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
21eae416d9fa85ea6f9be55945c44ab3da2c655b | ||
137fcab566174aad3ebb67dda12ac80572f78ab9 | ||
3a9d8ade05e92b65045a01d59898f063e337fcd1 | ||
514566f036a28113d3aefd4430f256658c08e82e | ||
55b12fea25b68bae28886e7705f9e3637ddf0b55 | ||
72d5a8e1edf20d0512cd98d1979b7b92360e6fd0 | ||
816e5027a838c18907c5c56410d25c5fc4b040e4 | ||
a6cd4aac9b7497991b7b1acc18d0e78dccb8cd78 | ||
bae34674206d6e519e634adcd6f2e26f29030955 | ||
e05dfdc5496dd5b1aaa2684816c1a4e05c4f88c4 |
12 changes: 12 additions & 0 deletions
12
.changeset/automated-from-00ec2e7e58f546a5e19a23740302e49883d664d3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
# Change from: 00ec2e7e58f546a5e19a23740302e49883d664d3 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/core": "minor" | ||
--- | ||
|
||
[#1376](https://github.com/embroider-build/embroider/pull/1376) : legacy addon resolving : _by [@ef4](https://github.com/ef4)_ | ||
|
||
This adds the ability to intercept module resolution requests to and from addons that have been rewritten from v1 to v2. | ||
|
||
It's what will allow resolving modules without needing to physically rewrite the node_modules tree. |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-01575a4d3a86b8b329c75024aa77b2539a6dad5d.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: 01575a4d3a86b8b329c75024aa77b2539a6dad5d | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/addon-dev": "minor" | ||
--- | ||
|
||
[#1368](https://github.com/embroider-build/embroider/pull/1368) : Add support for keeping public assets and ember-addon.public-assets meta in sync : _by [@phndiaye](https://github.com/phndiaye)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-07818cc70bf16a5c6d4e3482c1475623c18d168f.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: 07818cc70bf16a5c6d4e3482c1475623c18d168f | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
--- | ||
|
||
[#1362](https://github.com/embroider-build/embroider/pull/1362) : clarify which package rules apply inside vs outside a component : _by [@ef4](https://github.com/ef4)_ |
10 changes: 10 additions & 0 deletions
10
.changeset/automated-from-22d54ebaebdcfe68212fff2bae0161b27b29a43c.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
# Change from: 22d54ebaebdcfe68212fff2bae0161b27b29a43c | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
"@embroider/core": "patch" | ||
"@embroider/webpack": "patch" | ||
--- | ||
|
||
[#1346](https://github.com/embroider-build/embroider/pull/1346) : Bugfix: inconsistent handling of webpack virtual modules : _by [@ef4](https://github.com/ef4)_ |
9 changes: 9 additions & 0 deletions
9
.changeset/automated-from-4f583c9b87a6da95b59ecde0939d4177dfd15d3b.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
# Change from: 4f583c9b87a6da95b59ecde0939d4177dfd15d3b | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/core": "patch" | ||
"@embroider/webpack": "patch" | ||
--- | ||
|
||
[#1355](https://github.com/embroider-build/embroider/pull/1355) : Refactor self-resolution : _by [@ef4](https://github.com/ef4)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-565e9e5032509c63073be1af4b7340018087bd79.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: 565e9e5032509c63073be1af4b7340018087bd79 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/webpack": "patch" | ||
--- | ||
|
||
[#1359](https://github.com/embroider-build/embroider/pull/1359) : Ignore resolve requests that start with ! : _by [@mansona](https://github.com/mansona)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-6e54dd135709bfbead5a58512340d2dab00125f3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: 6e54dd135709bfbead5a58512340d2dab00125f3 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/shared-internals": "patch" | ||
--- | ||
|
||
[#1396](https://github.com/embroider-build/embroider/pull/1396) : Add @ember/owner to emberVirtualPackages : _by [@ef4](https://github.com/ef4)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-8b6569908d0a114c432ee4ff2a0b5a4df8a25187.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: 8b6569908d0a114c432ee4ff2a0b5a4df8a25187 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/addon-shim": "patch" | ||
--- | ||
|
||
[#1327](https://github.com/embroider-build/embroider/pull/1327) : Fix Nested V2 Addons : _by [@gossi](https://github.com/gossi), [@ef4](https://github.com/ef4)_ |
10 changes: 10 additions & 0 deletions
10
.changeset/automated-from-936fd6373339a6848260f6c0a52f426127023299.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
# Change from: 936fd6373339a6848260f6c0a52f426127023299 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "major" | ||
"@embroider/core": "major" | ||
"@embroider/webpack": "major" | ||
--- | ||
|
||
[#1373](https://github.com/embroider-build/embroider/pull/1373) : app tree resolving : _by [@ef4](https://github.com/ef4)_ |
9 changes: 9 additions & 0 deletions
9
.changeset/automated-from-97d8b0d81d62631a8d98afa07f4b6be3ba39504e.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
# Change from: 97d8b0d81d62631a8d98afa07f4b6be3ba39504e | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/core": "major" | ||
"@embroider/webpack": "patch" | ||
--- | ||
|
||
[#1363](https://github.com/embroider-build/embroider/pull/1363) : Simplified template resolution : _by [@ef4](https://github.com/ef4)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-a99302507faed21af683eeb3ac29e02b54eea2ea.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: a99302507faed21af683eeb3ac29e02b54eea2ea | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
--- | ||
|
||
[#1383](https://github.com/embroider-build/embroider/pull/1383) : Rename strict flag to strictMode : _by [@NullVoxPopuli](https://github.com/NullVoxPopuli)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-b490776951484e7ac79e3eedb8f088a9a4a88c2b.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: b490776951484e7ac79e3eedb8f088a9a4a88c2b | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
--- | ||
|
||
[#1347](https://github.com/embroider-build/embroider/pull/1347) : fix resolver bugs around package rules : _by [@void-mAlex](https://github.com/void-mAlex)_ |
11 changes: 11 additions & 0 deletions
11
.changeset/automated-from-b869b2c4d52bddaa347faba404cd283a7bd33493.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
# Change from: b869b2c4d52bddaa347faba404cd283a7bd33493 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "major" | ||
"@embroider/core": "major" | ||
"@embroider/shared-internals": "major" | ||
"@embroider/webpack": "major" | ||
--- | ||
|
||
[#1339](https://github.com/embroider-build/embroider/pull/1339) : Layer template resolver on top of module resolver : _by [@ef4](https://github.com/ef4)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-c2dd82ec06831a846c3d7d7e47261a04b2b4f6a3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: c2dd82ec06831a846c3d7d7e47261a04b2b4f6a3 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
--- | ||
|
||
[#1340](https://github.com/embroider-build/embroider/pull/1340) : Static helpers and static modifiers transform fixes : _by [@void-mAlex](https://github.com/void-mAlex)_ |
10 changes: 10 additions & 0 deletions
10
.changeset/automated-from-d94051e03a2b069dc42be6dfb0902737dfd55ca6.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
# Change from: d94051e03a2b069dc42be6dfb0902737dfd55ca6 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "major" | ||
"@embroider/core": "major" | ||
"@embroider/webpack": "major" | ||
--- | ||
|
||
[#1331](https://github.com/embroider-build/embroider/pull/1331) : Move resolving into dedicated plugins : _by [@ef4](https://github.com/ef4)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-dda695fea24d6ab8daf884b68579d309584fb494.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: dda695fea24d6ab8daf884b68579d309584fb494 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
--- | ||
|
||
[#1386](https://github.com/embroider-build/embroider/pull/1386) : Fix `Maximum call stack size exceeded` error : _by [@simonihmig](https://github.com/simonihmig)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-de6938a9cceeabbd9d2927a81706c1382917418d.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: de6938a9cceeabbd9d2927a81706c1382917418d | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
--- | ||
|
||
[#1352](https://github.com/embroider-build/embroider/pull/1352) : reinstate logic around parsing of invokes packageRules : _by [@void-mAlex](https://github.com/void-mAlex)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-e0fe915f4f6b91ccb78ec0f43c6f63036b731b3f.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: e0fe915f4f6b91ccb78ec0f43c6f63036b731b3f | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
--- | ||
|
||
[#1369](https://github.com/embroider-build/embroider/pull/1369) : Add semverRange <=4.11.0 for ember-data : _by [@mkszepp](https://github.com/mkszepp)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-e1c5b45044283e2107f3fd021034a1651f210ae5.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: e1c5b45044283e2107f3fd021034a1651f210ae5 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
--- | ||
|
||
[#1343](https://github.com/embroider-build/embroider/pull/1343) : Fix `@babel/core` version check to support `ember-cli-babel` v8 : _by [@bertdeblock](https://github.com/bertdeblock)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-e7c17891eef96ab35f75e7323ea39dc69a36a8b6.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: e7c17891eef96ab35f75e7323ea39dc69a36a8b6 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/shared-internals": "patch" | ||
--- | ||
|
||
[#1379](https://github.com/embroider-build/embroider/pull/1379) : don't confuse webpack requests with packageNames : _by [@ef4](https://github.com/ef4)_ |
9 changes: 9 additions & 0 deletions
9
.changeset/automated-from-f04ae3d629ad973d17b577cc30e574bee01a95c2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
# Change from: f04ae3d629ad973d17b577cc30e574bee01a95c2 | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
"@embroider/shared-internals": "patch" | ||
--- | ||
|
||
[#1372](https://github.com/embroider-build/embroider/pull/1372) : restore component invokes rules support : _by [@ef4](https://github.com/ef4)_ |
8 changes: 8 additions & 0 deletions
8
.changeset/automated-from-f5dd6f168b1d17ac52e33d8df4312f7caa01c78c.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change from: f5dd6f168b1d17ac52e33d8df4312f7caa01c78c | ||
# | ||
# Each of these should be one of "patch", "minor", "major" | ||
"@embroider/compat": "patch" | ||
--- | ||
|
||
[#1342](https://github.com/embroider-build/embroider/pull/1342) : restore original ts extension priority : _by [@ef4](https://github.com/ef4)_ |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
these are non-published package PRs (or with changes from no packages whatsoever).
I need to add a flag to changeset-recover to only include PRs from publishable packages