Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and github-actions[bot] committed Apr 22, 2024
1 parent ea895c2 commit a6ea43c
Show file tree
Hide file tree
Showing 16 changed files with 402 additions and 39 deletions.
257 changes: 232 additions & 25 deletions .release-plan.json

Large diffs are not rendered by default.

156 changes: 156 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,161 @@
# Embroider Changelog

## Release (2024-04-22)

@embroider/addon-dev 4.4.0 (minor)
@embroider/addon-shim 1.8.8 (patch)
@embroider/babel-loader-9 4.0.0 (major)
@embroider/broccoli-side-watch 0.1.0 (minor)
@embroider/compat 4.0.0 (major)
@embroider/core 4.0.0 (major)
@embroider/hbs-loader 4.0.0 (major)
@embroider/macros 2.0.0 (major)
@embroider/router 3.0.0 (major)
@embroider/shared-internals 2.7.0 (minor)
@embroider/test-setup 5.0.0 (major)
@embroider/util 1.13.1 (patch)
@embroider/vite 1.0.0 (major)
@embroider/webpack 5.0.0 (major)

#### :boom: Breaking Change
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`
* [#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))
* `@embroider/compat`, `@embroider/core`, `@embroider/test-support`, `@embroider/test-scenarios`
* [#1653](https://github.com/embroider-build/embroider/pull/1653) Refactor embroider-implicit-modules export pojo ([@mansona](https://github.com/mansona))
* `@embroider/compat`, `@embroider/macros`, `@embroider/webpack`, `@embroider/test-fixtures`, `@embroider/test-scenarios`
* [#1692](https://github.com/embroider-build/embroider/pull/1692) force importSync to always be eager ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `@embroider/compat`, `@embroider/vite`, `addon-template`, `app-template`, `@embroider/test-scenarios`, `ts-app-template`
* [#1836](https://github.com/embroider-build/embroider/pull/1836) Replace content-for using a Vite plugin ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* `@embroider/compat`, `@embroider/core`
* [#1811](https://github.com/embroider-build/embroider/pull/1811) Module Resolver: Virtual test-support.css ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/test-scenarios`
* [#1805](https://github.com/embroider-build/embroider/pull/1805) Module resolver: virtualize vendor.css ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* [#1739](https://github.com/embroider-build/embroider/pull/1739) support ts, gts and gjs in vite ([@patricklx](https://github.com/patricklx))
* `@embroider/macros`
* [#1845](https://github.com/embroider-build/embroider/pull/1845) support import sync with dynamic expression ([@patricklx](https://github.com/patricklx))
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`
* [#1807](https://github.com/embroider-build/embroider/pull/1807) Module resolver: virtualize test-support.js ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* [#1650](https://github.com/embroider-build/embroider/pull/1650) Add Esbuild resolver ([@mansona](https://github.com/mansona))
* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios`
* [#1863](https://github.com/embroider-build/embroider/pull/1863) add isLazy to resolver config and streamline Engine interface ([@mansona](https://github.com/mansona))
* [#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))
* `@embroider/shared-internals`, `@embroider/vite`
* [#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))
* `@embroider/vite`, `@embroider/test-scenarios`
* [#1736](https://github.com/embroider-build/embroider/pull/1736) vite find assets & build copy assets ([@patricklx](https://github.com/patricklx))
* [#1744](https://github.com/embroider-build/embroider/pull/1744) control ember build through vite ([@patricklx](https://github.com/patricklx))
* `@embroider/vite`
* [#1834](https://github.com/embroider-build/embroider/pull/1834) add vite@5 to the peer deps of @embroider/vite ([@mansona](https://github.com/mansona))
* [#1680](https://github.com/embroider-build/embroider/pull/1680) [vite] use transform instead of load for gjs & hbs files ([@patricklx](https://github.com/patricklx))
* [#1704](https://github.com/embroider-build/embroider/pull/1704) add correct extensions to optimizeDeps() config ([@mansona](https://github.com/mansona))
* `@embroider/compat`
* [#1819](https://github.com/embroider-build/embroider/pull/1819) Add a new prebuild function with strict defaults ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* `@embroider/addon-dev`, `@embroider/vite`
* [#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))
* `@embroider/core`, `@embroider/hbs-loader`, `@embroider/vite`, `@embroider/webpack`
* [#1763](https://github.com/embroider-build/embroider/pull/1763) Add new watches API ([@ef4](https://github.com/ef4))
* `@embroider/addon-dev`, `@embroider/test-scenarios`
* [#1760](https://github.com/embroider-build/embroider/pull/1760) Add exclude option to appReexports and publicEntrypoints rollup plugins ([@simonihmig](https://github.com/simonihmig))
* [#1642](https://github.com/embroider-build/embroider/pull/1642) Allow for more flexible addon-dev appReexports ([@krasnoukhov](https://github.com/krasnoukhov))
* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`
* [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))
* `@embroider/core`, `@embroider/vite`, `@embroider/webpack`
* [#1707](https://github.com/embroider-build/embroider/pull/1707) improved resolver logging ([@ef4](https://github.com/ef4))
* `@embroider/broccoli-side-watch`
* [#1693](https://github.com/embroider-build/embroider/pull/1693) Add broccoli-side-watch package ([@balinterdi](https://github.com/balinterdi))

#### :bug: Bug Fix
* `@embroider/vite`, `@embroider/test-scenarios`
* [#1852](https://github.com/embroider-build/embroider/pull/1852) vite fix hbs loader for v1 addons ([@patricklx](https://github.com/patricklx))
* [#1795](https://github.com/embroider-build/embroider/pull/1795) fix vite build ([@patricklx](https://github.com/patricklx))
* `@embroider/vite`
* [#1813](https://github.com/embroider-build/embroider/pull/1813) vite: fix hbs loading for virtual pair components ([@patricklx](https://github.com/patricklx))
* [#1827](https://github.com/embroider-build/embroider/pull/1827) fix extension resolving for esbuild ([@mansona](https://github.com/mansona))
* [#1816](https://github.com/embroider-build/embroider/pull/1816) Remove silent option from ember build in compatPrebuild ([@enspandi](https://github.com/enspandi))
* [#1729](https://github.com/embroider-build/embroider/pull/1729) remove missing import from vite index ([@mansona](https://github.com/mansona))
* [#1713](https://github.com/embroider-build/embroider/pull/1713) esbuild: fix babel config location ([@mansona](https://github.com/mansona))
* `@embroider/compat`
* [#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))
* `@embroider/shared-internals`
* [#1738](https://github.com/embroider-build/embroider/pull/1738) fix vite on windows ([@patricklx](https://github.com/patricklx))
* Other
* [#1731](https://github.com/embroider-build/embroider/pull/1731) Vite fixes ([@mansona](https://github.com/mansona))
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`, `@embroider/test-support`, `@embroider/test-scenarios`
* [#1686](https://github.com/embroider-build/embroider/pull/1686) Resolver bugfixes ([@mansona](https://github.com/mansona))

#### :memo: Documentation
* Other
* [#1735](https://github.com/embroider-build/embroider/pull/1735) docs: Update addon-author-guide.md ([@johanrd](https://github.com/johanrd))
* [#1791](https://github.com/embroider-build/embroider/pull/1791) docs(porting-addons-to-v2): Explain no-unpublished-required issue ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* [#1772](https://github.com/embroider-build/embroider/pull/1772) Docs porting addons to v2 co location ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* [#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))
* [#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))
* [#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))
* `@embroider/macros`
* [#1790](https://github.com/embroider-build/embroider/pull/1790) Update @embroider/macros README.md real-world examples ([@machty](https://github.com/machty))

#### :house: Internal
* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/test-setup`, `@embroider/webpack`, `@embroider/test-fixtures`, `@embroider/test-scenarios`
* [#1886](https://github.com/embroider-build/embroider/pull/1886) Merge stable into main ([@mansona](https://github.com/mansona))
* `@embroider/compat`, `@embroider/test-scenarios`
* [#1881](https://github.com/embroider-build/embroider/pull/1881) Cleanup stage2 emitting of synthesized styles ([@ef4](https://github.com/ef4))
* `app-template`, `@embroider/test-scenarios`
* [#1879](https://github.com/embroider-build/embroider/pull/1879) Delete vite app from test scenarios ([@mansona](https://github.com/mansona))
* `@embroider/compat`, `@embroider/vite`, `app-template`, `@embroider/test-scenarios`
* [#1859](https://github.com/embroider-build/embroider/pull/1859) Public assets handling/ clean up stage 2 ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* `@embroider/vite`, `addon-template`, `@embroider/test-scenarios`
* [#1877](https://github.com/embroider-build/embroider/pull/1877) Command Watcher ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/shared-internals`, `@embroider/util`, `@embroider/webpack`, `@embroider/test-scenarios`
* [#1872](https://github.com/embroider-build/embroider/pull/1872) Merge stable ([@mansona](https://github.com/mansona))
* `addon-template`, `@embroider/test-fixtures`
* [#1864](https://github.com/embroider-build/embroider/pull/1864) Make the addon-template use vite ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* `@embroider/addon-shim`, `@embroider/compat`, `@embroider/core`, `@embroider/test-setup`, `@embroider/vite`, `app-template`, `@embroider/test-fixtures`, `@embroider/test-scenarios`, `ts-app-template`
* [#1840](https://github.com/embroider-build/embroider/pull/1840) Use Vite for all tests ([@mansona](https://github.com/mansona))
* `@embroider/test-scenarios`
* [#1847](https://github.com/embroider-build/embroider/pull/1847) Refactor watch mode tests ([@ef4](https://github.com/ef4))
* [#1817](https://github.com/embroider-build/embroider/pull/1817) pin ember-data to fix issue in CI ([@mansona](https://github.com/mansona))
* [#1771](https://github.com/embroider-build/embroider/pull/1771) Simplify vite-app template ([@ef4](https://github.com/ef4))
* [#1703](https://github.com/embroider-build/embroider/pull/1703) Disable chokidar polling override in tests ([@chancancode](https://github.com/chancancode))
* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/shared-internals`, `@embroider/webpack`
* [#1825](https://github.com/embroider-build/embroider/pull/1825) Merge stable into main ([@mansona](https://github.com/mansona))
* Other
* [#1778](https://github.com/embroider-build/embroider/pull/1778) Fix failing addon-dev-js test on main ([@simonihmig](https://github.com/simonihmig))
* [#1700](https://github.com/embroider-build/embroider/pull/1700) Merge stable into main ([@mansona](https://github.com/mansona))
* `@embroider/compat`, `@embroider/core`, `@embroider/shared-internals`, `@embroider/test-scenarios`, `@types/ember-cli`
* [#1782](https://github.com/embroider-build/embroider/pull/1782) Merge stable into main ([@mansona](https://github.com/mansona))
* `@embroider/compat`, `@embroider/macros`, `@embroider/test-scenarios`
* [#1714](https://github.com/embroider-build/embroider/pull/1714) update scenario-tester ([@mansona](https://github.com/mansona))
* `@embroider/test-support`, `@embroider/test-scenarios`
* [#1740](https://github.com/embroider-build/embroider/pull/1740) enable vite windows tests ([@patricklx](https://github.com/patricklx))
* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`
* [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))
* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`
* [#1723](https://github.com/embroider-build/embroider/pull/1723) Sync stable->main ([@ef4](https://github.com/ef4))
* `@embroider/addon-dev`, `@embroider/compat`
* [#1721](https://github.com/embroider-build/embroider/pull/1721) Merge stable into main ([@mansona](https://github.com/mansona))
* `@embroider/addon-dev`
* [#1697](https://github.com/embroider-build/embroider/pull/1697) Hide base path from public URL of rollup-public-assets ([@simonihmig](https://github.com/simonihmig))
* `@embroider/macros`
* [#1712](https://github.com/embroider-build/embroider/pull/1712) Merge stable ([@ef4](https://github.com/ef4))
* `@embroider/compat`, `@embroider/shared-internals`
* [#1691](https://github.com/embroider-build/embroider/pull/1691) Move fix for @ember-data/debug into virtualPeerDeps ([@mansona](https://github.com/mansona))

#### Committers: 12
- Alex Matchneer ([@machty](https://github.com/machty))
- Andreas Minnich ([@enspandi](https://github.com/enspandi))
- Balint Erdi ([@balinterdi](https://github.com/balinterdi))
- Chris Manson ([@mansona](https://github.com/mansona))
- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov))
- Edward Faulkner ([@ef4](https://github.com/ef4))
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))
- [@johanrd](https://github.com/johanrd)

## Release (2024-04-18)

@embroider/compat 3.4.8 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/addon-dev",
"version": "4.3.1",
"version": "4.4.0",
"description": "Utilities for addon authors",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/addon-shim",
"version": "1.8.7",
"version": "1.8.8",
"description": "Make v2 addons work in non-Embroider apps.",
"keywords": [],
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-loader-9/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/babel-loader-9",
"version": "3.1.1",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/embroider-build/embroider.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/broccoli-side-watch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/broccoli-side-watch",
"version": "0.0.1",
"version": "0.1.0",
"description": "Watch changes in other folders to rebuild Ember app",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/compat",
"version": "3.4.8",
"version": "4.0.0",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/core",
"version": "3.4.8",
"version": "4.0.0",
"private": false,
"description": "A build system for EmberJS applications.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hbs-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/hbs-loader",
"version": "3.0.3",
"version": "4.0.0",
"private": false,
"description": "Glimmer handlebars loader for webpack",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/macros",
"version": "1.16.0",
"version": "2.0.0",
"private": false,
"description": "Standardized build-time macros for ember apps.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/router",
"version": "2.1.6",
"version": "3.0.0",
"description": "Lazy loading router",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-internals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/shared-internals",
"version": "2.6.0",
"version": "2.7.0",
"private": false,
"description": "Utilities shared among the other embroider packages",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/test-setup",
"version": "4.0.0",
"version": "5.0.0",
"repository": {
"type": "git",
"url": "https://github.com/embroider-build/embroider.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/util",
"version": "1.13.0",
"version": "1.13.1",
"description": "Utilities for app and addon authors.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/vite",
"version": "0.2.0",
"version": "1.0.0",
"main": "index.mjs",
"peerDependencies": {
"@embroider/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/webpack",
"version": "4.0.0",
"version": "5.0.0",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down

0 comments on commit a6ea43c

Please sign in to comment.