Skip to content

Commit 44a80b6

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent fad2387 commit 44a80b6

File tree

16 files changed

+400
-39
lines changed

16 files changed

+400
-39
lines changed

.release-plan.json

Lines changed: 232 additions & 25 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,159 @@
11
# Embroider Changelog
22

3+
## Release (2024-04-17)
4+
5+
@embroider/addon-dev 4.4.0 (minor)
6+
@embroider/addon-shim 1.8.8 (patch)
7+
@embroider/babel-loader-9 4.0.0 (major)
8+
@embroider/broccoli-side-watch 0.1.0 (minor)
9+
@embroider/compat 4.0.0 (major)
10+
@embroider/core 4.0.0 (major)
11+
@embroider/hbs-loader 4.0.0 (major)
12+
@embroider/macros 2.0.0 (major)
13+
@embroider/router 3.0.0 (major)
14+
@embroider/shared-internals 2.7.0 (minor)
15+
@embroider/test-setup 4.0.0 (major)
16+
@embroider/util 1.13.1 (patch)
17+
@embroider/vite 1.0.0 (major)
18+
@embroider/webpack 4.0.0 (major)
19+
20+
#### :boom: Breaking Change
21+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`
22+
* [#1794](https://github.com/embroider-build/embroider/pull/1794) Refactor the resolve function to be the only public api to module-resolver ([@mansona](https://github.com/mansona))
23+
* `@embroider/compat`, `@embroider/core`, `@embroider/test-support`, `@embroider/test-scenarios`
24+
* [#1653](https://github.com/embroider-build/embroider/pull/1653) Refactor embroider-implicit-modules export pojo ([@mansona](https://github.com/mansona))
25+
* `@embroider/compat`, `@embroider/macros`, `@embroider/webpack`, `@embroider/test-fixtures`, `@embroider/test-scenarios`
26+
* [#1692](https://github.com/embroider-build/embroider/pull/1692) force importSync to always be eager ([@mansona](https://github.com/mansona))
27+
28+
#### :rocket: Enhancement
29+
* `@embroider/compat`, `@embroider/vite`, `addon-template`, `app-template`, `@embroider/test-scenarios`, `ts-app-template`
30+
* [#1836](https://github.com/embroider-build/embroider/pull/1836) Replace content-for using a Vite plugin ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
31+
* `@embroider/compat`, `@embroider/core`
32+
* [#1811](https://github.com/embroider-build/embroider/pull/1811) Module Resolver: Virtual test-support.css ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
33+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/test-scenarios`
34+
* [#1805](https://github.com/embroider-build/embroider/pull/1805) Module resolver: virtualize vendor.css ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
35+
* [#1739](https://github.com/embroider-build/embroider/pull/1739) support ts, gts and gjs in vite ([@patricklx](https://github.com/patricklx))
36+
* `@embroider/macros`
37+
* [#1845](https://github.com/embroider-build/embroider/pull/1845) support import sync with dynamic expression ([@patricklx](https://github.com/patricklx))
38+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`
39+
* [#1807](https://github.com/embroider-build/embroider/pull/1807) Module resolver: virtualize test-support.js ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
40+
* [#1650](https://github.com/embroider-build/embroider/pull/1650) Add Esbuild resolver ([@mansona](https://github.com/mansona))
41+
* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios`
42+
* [#1863](https://github.com/embroider-build/embroider/pull/1863) add isLazy to resolver config and streamline Engine interface ([@mansona](https://github.com/mansona))
43+
* [#1648](https://github.com/embroider-build/embroider/pull/1648) use package paths instead of relative paths for app tree resolving ([@mansona](https://github.com/mansona))
44+
* `@embroider/shared-internals`, `@embroider/vite`
45+
* [#1846](https://github.com/embroider-build/embroider/pull/1846) Prevent query-params added by vite to be passed to core logic ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
46+
* `@embroider/vite`, `@embroider/test-scenarios`
47+
* [#1736](https://github.com/embroider-build/embroider/pull/1736) vite find assets & build copy assets ([@patricklx](https://github.com/patricklx))
48+
* [#1744](https://github.com/embroider-build/embroider/pull/1744) control ember build through vite ([@patricklx](https://github.com/patricklx))
49+
* `@embroider/vite`
50+
* [#1834](https://github.com/embroider-build/embroider/pull/1834) add vite@5 to the peer deps of @embroider/vite ([@mansona](https://github.com/mansona))
51+
* [#1680](https://github.com/embroider-build/embroider/pull/1680) [vite] use transform instead of load for gjs & hbs files ([@patricklx](https://github.com/patricklx))
52+
* [#1704](https://github.com/embroider-build/embroider/pull/1704) add correct extensions to optimizeDeps() config ([@mansona](https://github.com/mansona))
53+
* `@embroider/compat`
54+
* [#1819](https://github.com/embroider-build/embroider/pull/1819) Add a new prebuild function with strict defaults ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
55+
* `@embroider/addon-dev`, `@embroider/vite`
56+
* [#1784](https://github.com/embroider-build/embroider/pull/1784) Bump content-tag and add inline_source_map option for rollup and vite ([@vstefanovic97](https://github.com/vstefanovic97))
57+
* `@embroider/core`, `@embroider/hbs-loader`, `@embroider/vite`, `@embroider/webpack`
58+
* [#1763](https://github.com/embroider-build/embroider/pull/1763) Add new watches API ([@ef4](https://github.com/ef4))
59+
* `@embroider/addon-dev`, `@embroider/test-scenarios`
60+
* [#1760](https://github.com/embroider-build/embroider/pull/1760) Add exclude option to appReexports and publicEntrypoints rollup plugins ([@simonihmig](https://github.com/simonihmig))
61+
* [#1642](https://github.com/embroider-build/embroider/pull/1642) Allow for more flexible addon-dev appReexports ([@krasnoukhov](https://github.com/krasnoukhov))
62+
* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`
63+
* [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))
64+
* `@embroider/core`, `@embroider/vite`, `@embroider/webpack`
65+
* [#1707](https://github.com/embroider-build/embroider/pull/1707) improved resolver logging ([@ef4](https://github.com/ef4))
66+
* `@embroider/broccoli-side-watch`
67+
* [#1693](https://github.com/embroider-build/embroider/pull/1693) Add broccoli-side-watch package ([@balinterdi](https://github.com/balinterdi))
68+
69+
#### :bug: Bug Fix
70+
* `@embroider/vite`, `@embroider/test-scenarios`
71+
* [#1852](https://github.com/embroider-build/embroider/pull/1852) vite fix hbs loader for v1 addons ([@patricklx](https://github.com/patricklx))
72+
* [#1795](https://github.com/embroider-build/embroider/pull/1795) fix vite build ([@patricklx](https://github.com/patricklx))
73+
* `@embroider/vite`
74+
* [#1813](https://github.com/embroider-build/embroider/pull/1813) vite: fix hbs loading for virtual pair components ([@patricklx](https://github.com/patricklx))
75+
* [#1827](https://github.com/embroider-build/embroider/pull/1827) fix extension resolving for esbuild ([@mansona](https://github.com/mansona))
76+
* [#1816](https://github.com/embroider-build/embroider/pull/1816) Remove silent option from ember build in compatPrebuild ([@enspandi](https://github.com/enspandi))
77+
* [#1729](https://github.com/embroider-build/embroider/pull/1729) remove missing import from vite index ([@mansona](https://github.com/mansona))
78+
* [#1713](https://github.com/embroider-build/embroider/pull/1713) esbuild: fix babel config location ([@mansona](https://github.com/mansona))
79+
* `@embroider/compat`
80+
* [#1837](https://github.com/embroider-build/embroider/pull/1837) merge default options and the prebuild options provided in ember-cli-build ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
81+
* `@embroider/shared-internals`
82+
* [#1738](https://github.com/embroider-build/embroider/pull/1738) fix vite on windows ([@patricklx](https://github.com/patricklx))
83+
* Other
84+
* [#1731](https://github.com/embroider-build/embroider/pull/1731) Vite fixes ([@mansona](https://github.com/mansona))
85+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`, `@embroider/test-support`, `@embroider/test-scenarios`
86+
* [#1686](https://github.com/embroider-build/embroider/pull/1686) Resolver bugfixes ([@mansona](https://github.com/mansona))
87+
88+
#### :memo: Documentation
89+
* Other
90+
* [#1735](https://github.com/embroider-build/embroider/pull/1735) docs: Update addon-author-guide.md ([@johanrd](https://github.com/johanrd))
91+
* [#1791](https://github.com/embroider-build/embroider/pull/1791) docs(porting-addons-to-v2): Explain no-unpublished-required issue ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
92+
* [#1772](https://github.com/embroider-build/embroider/pull/1772) Docs porting addons to v2 co location ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
93+
* [#1775](https://github.com/embroider-build/embroider/pull/1775) Docs(peer deps resolution issues): mentions pnpm-dedupe and add links ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
94+
* [#1768](https://github.com/embroider-build/embroider/pull/1768) docs(porting addons to v2): change the recommended package manager to pnpm ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
95+
* [#1765](https://github.com/embroider-build/embroider/pull/1765) Docs(addon-author-guide)/ remove the out-of-date part about alternative to monorepos ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
96+
* `@embroider/macros`
97+
* [#1790](https://github.com/embroider-build/embroider/pull/1790) Update @embroider/macros README.md real-world examples ([@machty](https://github.com/machty))
98+
99+
#### :house: Internal
100+
* `@embroider/compat`, `@embroider/test-scenarios`
101+
* [#1881](https://github.com/embroider-build/embroider/pull/1881) Cleanup stage2 emitting of synthesized styles ([@ef4](https://github.com/ef4))
102+
* `app-template`, `@embroider/test-scenarios`
103+
* [#1879](https://github.com/embroider-build/embroider/pull/1879) Delete vite app from test scenarios ([@mansona](https://github.com/mansona))
104+
* `@embroider/compat`, `@embroider/vite`, `app-template`, `@embroider/test-scenarios`
105+
* [#1859](https://github.com/embroider-build/embroider/pull/1859) Public assets handling/ clean up stage 2 ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
106+
* `@embroider/vite`, `addon-template`, `@embroider/test-scenarios`
107+
* [#1877](https://github.com/embroider-build/embroider/pull/1877) Command Watcher ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
108+
* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/shared-internals`, `@embroider/util`, `@embroider/webpack`, `@embroider/test-scenarios`
109+
* [#1872](https://github.com/embroider-build/embroider/pull/1872) Merge stable ([@mansona](https://github.com/mansona))
110+
* `addon-template`, `@embroider/test-fixtures`
111+
* [#1864](https://github.com/embroider-build/embroider/pull/1864) Make the addon-template use vite ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
112+
* `@embroider/addon-shim`, `@embroider/compat`, `@embroider/core`, `@embroider/test-setup`, `@embroider/vite`, `app-template`, `@embroider/test-fixtures`, `@embroider/test-scenarios`, `ts-app-template`
113+
* [#1840](https://github.com/embroider-build/embroider/pull/1840) Use Vite for all tests ([@mansona](https://github.com/mansona))
114+
* `@embroider/test-scenarios`
115+
* [#1847](https://github.com/embroider-build/embroider/pull/1847) Refactor watch mode tests ([@ef4](https://github.com/ef4))
116+
* [#1817](https://github.com/embroider-build/embroider/pull/1817) pin ember-data to fix issue in CI ([@mansona](https://github.com/mansona))
117+
* [#1771](https://github.com/embroider-build/embroider/pull/1771) Simplify vite-app template ([@ef4](https://github.com/ef4))
118+
* [#1703](https://github.com/embroider-build/embroider/pull/1703) Disable chokidar polling override in tests ([@chancancode](https://github.com/chancancode))
119+
* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/shared-internals`, `@embroider/webpack`
120+
* [#1825](https://github.com/embroider-build/embroider/pull/1825) Merge stable into main ([@mansona](https://github.com/mansona))
121+
* Other
122+
* [#1778](https://github.com/embroider-build/embroider/pull/1778) Fix failing addon-dev-js test on main ([@simonihmig](https://github.com/simonihmig))
123+
* [#1700](https://github.com/embroider-build/embroider/pull/1700) Merge stable into main ([@mansona](https://github.com/mansona))
124+
* `@embroider/compat`, `@embroider/core`, `@embroider/shared-internals`, `@embroider/test-scenarios`, `@types/ember-cli`
125+
* [#1782](https://github.com/embroider-build/embroider/pull/1782) Merge stable into main ([@mansona](https://github.com/mansona))
126+
* `@embroider/compat`, `@embroider/macros`, `@embroider/test-scenarios`
127+
* [#1714](https://github.com/embroider-build/embroider/pull/1714) update scenario-tester ([@mansona](https://github.com/mansona))
128+
* `@embroider/test-support`, `@embroider/test-scenarios`
129+
* [#1740](https://github.com/embroider-build/embroider/pull/1740) enable vite windows tests ([@patricklx](https://github.com/patricklx))
130+
* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`
131+
* [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))
132+
* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`
133+
* [#1723](https://github.com/embroider-build/embroider/pull/1723) Sync stable->main ([@ef4](https://github.com/ef4))
134+
* `@embroider/addon-dev`, `@embroider/compat`
135+
* [#1721](https://github.com/embroider-build/embroider/pull/1721) Merge stable into main ([@mansona](https://github.com/mansona))
136+
* `@embroider/addon-dev`
137+
* [#1697](https://github.com/embroider-build/embroider/pull/1697) Hide base path from public URL of rollup-public-assets ([@simonihmig](https://github.com/simonihmig))
138+
* `@embroider/macros`
139+
* [#1712](https://github.com/embroider-build/embroider/pull/1712) Merge stable ([@ef4](https://github.com/ef4))
140+
* `@embroider/compat`, `@embroider/shared-internals`
141+
* [#1691](https://github.com/embroider-build/embroider/pull/1691) Move fix for @ember-data/debug into virtualPeerDeps ([@mansona](https://github.com/mansona))
142+
143+
#### Committers: 12
144+
- Alex Matchneer ([@machty](https://github.com/machty))
145+
- Andreas Minnich ([@enspandi](https://github.com/enspandi))
146+
- Balint Erdi ([@balinterdi](https://github.com/balinterdi))
147+
- Chris Manson ([@mansona](https://github.com/mansona))
148+
- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov))
149+
- Edward Faulkner ([@ef4](https://github.com/ef4))
150+
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
151+
- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
152+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
153+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
154+
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))
155+
- [@johanrd](https://github.com/johanrd)
156+
3157
## Release (2024-04-10)
4158

5159
@embroider/addon-dev 4.3.0 (minor)

packages/addon-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/addon-dev",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Utilities for addon authors",
55
"repository": {
66
"type": "git",

packages/addon-shim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/addon-shim",
3-
"version": "1.8.7",
3+
"version": "1.8.8",
44
"description": "Make v2 addons work in non-Embroider apps.",
55
"keywords": [],
66
"main": "./src/index.js",

packages/babel-loader-9/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/babel-loader-9",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/embroider-build/embroider.git",

packages/broccoli-side-watch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/broccoli-side-watch",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Watch changes in other folders to rebuild Ember app",
55
"main": "index.js",
66
"keywords": [

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/compat",
3-
"version": "3.4.7",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "Backward compatibility layer for the Embroider build system.",
66
"repository": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/core",
3-
"version": "3.4.7",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A build system for EmberJS applications.",
66
"repository": {

packages/hbs-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/hbs-loader",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "Glimmer handlebars loader for webpack",
66
"repository": {

packages/macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/macros",
3-
"version": "1.15.1",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "Standardized build-time macros for ember apps.",
66
"keywords": [

0 commit comments

Comments
 (0)