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

Add relevant changesets for the upcoming release and evaluate their impact #1401

Merged
merged 1 commit into from
Apr 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/.recoverignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
21eae416d9fa85ea6f9be55945c44ab3da2c655b
Copy link
Collaborator Author

@NullVoxPopuli NullVoxPopuli Apr 19, 2023

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

137fcab566174aad3ebb67dda12ac80572f78ab9
3a9d8ade05e92b65045a01d59898f063e337fcd1
514566f036a28113d3aefd4430f256658c08e82e
55b12fea25b68bae28886e7705f9e3637ddf0b55
72d5a8e1edf20d0512cd98d1979b7b92360e6fd0
816e5027a838c18907c5c56410d25c5fc4b040e4
a6cd4aac9b7497991b7b1acc18d0e78dccb8cd78
bae34674206d6e519e634adcd6f2e26f29030955
e05dfdc5496dd5b1aaa2684816c1a4e05c4f88c4
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.
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_
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)_