From f8499c78eae741ffccc7aa7a56e8ce317a3aa707 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:21:19 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 263 ++++++++++++++++++++-- CHANGELOG.md | 126 +++++++++++ packages/addon-dev/package.json | 2 +- packages/babel-loader-9/package.json | 2 +- packages/broccoli-side-watch/package.json | 2 +- packages/compat/package.json | 2 +- packages/core/package.json | 2 +- packages/hbs-loader/package.json | 2 +- packages/macros/package.json | 2 +- packages/router/package.json | 2 +- packages/shared-internals/package.json | 2 +- packages/test-setup/package.json | 2 +- packages/util/package.json | 2 +- packages/vite/package.json | 2 +- packages/webpack/package.json | 2 +- 15 files changed, 381 insertions(+), 34 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index bb57e989b5..4970bafda1 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,74 +1,295 @@ { "solution": { "@embroider/addon-dev": { - "oldVersion": "4.2.1" + "impact": "major", + "oldVersion": "4.2.1", + "newVersion": "5.0.0", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:^` on @embroider/core" + }, + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/addon-dev/package.json" }, "@embroider/addon-shim": { "oldVersion": "1.8.7" }, "@embroider/babel-loader-9": { - "oldVersion": "3.1.1" + "impact": "major", + "oldVersion": "3.1.1", + "newVersion": "4.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + } + ], + "pkgJSONPath": "./packages/babel-loader-9/package.json" + }, + "@embroider/broccoli-side-watch": { + "impact": "minor", + "oldVersion": "0.0.1", + "newVersion": "0.1.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./packages/broccoli-side-watch/package.json" }, "@embroider/compat": { - "impact": "patch", - "oldVersion": "3.4.4", - "newVersion": "3.4.5", + "impact": "major", + "oldVersion": "3.4.5", + "newVersion": "4.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + }, { "impact": "patch", "reason": "Has dependency `workspace:*` on @embroider/macros" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/compat/package.json" }, "@embroider/core": { - "impact": "patch", - "oldVersion": "3.4.4", - "newVersion": "3.4.5", + "impact": "major", + "oldVersion": "3.4.5", + "newVersion": "4.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, { "impact": "patch", "reason": "Has dependency `workspace:*` on @embroider/macros" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/shared-internals" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/core/package.json" }, "@embroider/hbs-loader": { - "oldVersion": "3.0.3" - }, - "@embroider/macros": { - "impact": "minor", - "oldVersion": "1.13.5", - "newVersion": "1.14.0", + "impact": "major", + "oldVersion": "3.0.3", + "newVersion": "4.0.0", "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + }, { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" } ], + "pkgJSONPath": "./packages/hbs-loader/package.json" + }, + "@embroider/macros": { + "impact": "major", + "oldVersion": "1.14.0", + "newVersion": "2.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/shared-internals" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], "pkgJSONPath": "./packages/macros/package.json" }, "@embroider/reverse-exports": { "oldVersion": "0.1.0" }, "@embroider/router": { - "oldVersion": "2.1.6" + "impact": "major", + "oldVersion": "2.1.6", + "newVersion": "3.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^2.0.0||^3.0.0` on @embroider/core" + } + ], + "pkgJSONPath": "./packages/router/package.json" }, "@embroider/shared-internals": { - "oldVersion": "2.5.2" + "impact": "patch", + "oldVersion": "2.5.2", + "newVersion": "2.5.3", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/shared-internals/package.json" }, "@embroider/test-setup": { - "oldVersion": "3.0.3" + "impact": "major", + "oldVersion": "3.0.3", + "newVersion": "4.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/compat" + }, + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + }, + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/webpack" + } + ], + "pkgJSONPath": "./packages/test-setup/package.json" }, "@embroider/util": { - "oldVersion": "1.12.1" + "impact": "patch", + "oldVersion": "1.12.1", + "newVersion": "1.12.2", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:^` on @embroider/macros" + } + ], + "pkgJSONPath": "./packages/util/package.json" }, "@embroider/vite": { - "oldVersion": "0.2.0" + "impact": "major", + "oldVersion": "0.2.0", + "newVersion": "1.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + }, + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/macros" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/vite/package.json" }, "@embroider/webpack": { - "oldVersion": "3.2.2" + "impact": "major", + "oldVersion": "3.2.2", + "newVersion": "4.0.0", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/babel-loader-9" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/hbs-loader" + }, + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + }, + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/shared-internals" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/webpack/package.json" } }, - "description": "## Release (2024-02-28)\n\n@embroider/compat 3.4.5 (patch)\n@embroider/core 3.4.5 (patch)\n@embroider/macros 1.14.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/macros`\n * [#1815](https://github.com/embroider-build/embroider/pull/1815) Make macro configs static ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* Other\n * [#1824](https://github.com/embroider-build/embroider/pull/1824) update release-plan ([@mansona](https://github.com/mansona))\n* `@embroider/test-scenarios`\n * [#1820](https://github.com/embroider-build/embroider/pull/1820) [stable] Pin ember-data to fix issue in CI ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n" + "description": "## Release (2024-03-21)\n\n@embroider/addon-dev 5.0.0 (major)\n@embroider/babel-loader-9 4.0.0 (major)\n@embroider/broccoli-side-watch 0.1.0 (minor)\n@embroider/compat 4.0.0 (major)\n@embroider/core 4.0.0 (major)\n@embroider/hbs-loader 4.0.0 (major)\n@embroider/macros 2.0.0 (major)\n@embroider/router 3.0.0 (major)\n@embroider/shared-internals 2.5.3 (patch)\n@embroider/test-setup 4.0.0 (major)\n@embroider/util 1.12.2 (patch)\n@embroider/vite 1.0.0 (major)\n@embroider/webpack 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`\n * [#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))\n* `@embroider/compat`, `@embroider/core`, `@embroider/test-support`, `@embroider/test-scenarios`\n * [#1653](https://github.com/embroider-build/embroider/pull/1653) Refactor embroider-implicit-modules export pojo ([@mansona](https://github.com/mansona))\n* `@embroider/compat`, `@embroider/macros`, `@embroider/webpack`, `@embroider/test-fixtures`, `@embroider/test-scenarios`\n * [#1692](https://github.com/embroider-build/embroider/pull/1692) force importSync to always be eager ([@mansona](https://github.com/mansona))\n* `@embroider/addon-dev`\n * [#1697](https://github.com/embroider-build/embroider/pull/1697) Hide base path from public URL of rollup-public-assets ([@simonihmig](https://github.com/simonihmig))\n\n#### :rocket: Enhancement\n* `@embroider/vite`\n * [#1834](https://github.com/embroider-build/embroider/pull/1834) add vite@5 to the peer deps of @embroider/vite ([@mansona](https://github.com/mansona))\n * [#1680](https://github.com/embroider-build/embroider/pull/1680) [vite] use transform instead of load for gjs & hbs files ([@patricklx](https://github.com/patricklx))\n * [#1704](https://github.com/embroider-build/embroider/pull/1704) add correct extensions to optimizeDeps() config ([@mansona](https://github.com/mansona))\n* `@embroider/compat`, `vite-app`\n * [#1819](https://github.com/embroider-build/embroider/pull/1819) Add a new prebuild function with strict defaults ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n* `@embroider/vite`, `@embroider/test-scenarios`, `vite-app`\n * [#1744](https://github.com/embroider-build/embroider/pull/1744) control ember build through vite ([@patricklx](https://github.com/patricklx))\n* `@embroider/addon-dev`, `@embroider/vite`\n * [#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))\n* `@embroider/core`, `@embroider/hbs-loader`, `@embroider/vite`, `@embroider/webpack`\n * [#1763](https://github.com/embroider-build/embroider/pull/1763) Add new watches API ([@ef4](https://github.com/ef4))\n* `@embroider/addon-dev`, `@embroider/test-scenarios`\n * [#1760](https://github.com/embroider-build/embroider/pull/1760) Add exclude option to appReexports and publicEntrypoints rollup plugins ([@simonihmig](https://github.com/simonihmig))\n * [#1642](https://github.com/embroider-build/embroider/pull/1642) Allow for more flexible addon-dev appReexports ([@krasnoukhov](https://github.com/krasnoukhov))\n* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/test-scenarios`, `vite-app`\n * [#1739](https://github.com/embroider-build/embroider/pull/1739) support ts, gts and gjs in vite ([@patricklx](https://github.com/patricklx))\n* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app`\n * [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))\n* `@embroider/core`, `@embroider/vite`, `@embroider/webpack`\n * [#1707](https://github.com/embroider-build/embroider/pull/1707) improved resolver logging ([@ef4](https://github.com/ef4))\n* `@embroider/broccoli-side-watch`\n * [#1693](https://github.com/embroider-build/embroider/pull/1693) Add broccoli-side-watch package ([@balinterdi](https://github.com/balinterdi))\n* `@embroider/compat`, `@embroider/core`, `@embroider/vite`\n * [#1650](https://github.com/embroider-build/embroider/pull/1650) Add Esbuild resolver ([@mansona](https://github.com/mansona))\n* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios`\n * [#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))\n\n#### :bug: Bug Fix\n* `@embroider/compat`\n * [#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))\n* `@embroider/vite`\n * [#1827](https://github.com/embroider-build/embroider/pull/1827) fix extension resolving for esbuild ([@mansona](https://github.com/mansona))\n * [#1816](https://github.com/embroider-build/embroider/pull/1816) Remove silent option from ember build in compatPrebuild ([@enspandi](https://github.com/enspandi))\n * [#1729](https://github.com/embroider-build/embroider/pull/1729) remove missing import from vite index ([@mansona](https://github.com/mansona))\n * [#1713](https://github.com/embroider-build/embroider/pull/1713) esbuild: fix babel config location ([@mansona](https://github.com/mansona))\n* `@embroider/vite`, `@embroider/test-scenarios`, `vite-app`\n * [#1795](https://github.com/embroider-build/embroider/pull/1795) fix vite build ([@patricklx](https://github.com/patricklx))\n* `@embroider/shared-internals`\n * [#1738](https://github.com/embroider-build/embroider/pull/1738) fix vite on windows ([@patricklx](https://github.com/patricklx))\n* `vite-app`\n * [#1731](https://github.com/embroider-build/embroider/pull/1731) Vite fixes ([@mansona](https://github.com/mansona))\n* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`, `@embroider/test-support`, `@embroider/test-scenarios`\n * [#1686](https://github.com/embroider-build/embroider/pull/1686) Resolver bugfixes ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* Other\n * [#1735](https://github.com/embroider-build/embroider/pull/1735) docs: Update addon-author-guide.md ([@johanrd](https://github.com/johanrd))\n * [#1791](https://github.com/embroider-build/embroider/pull/1791) docs(porting-addons-to-v2): Explain no-unpublished-required issue ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#1772](https://github.com/embroider-build/embroider/pull/1772) Docs porting addons to v2 co location ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#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))\n * [#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))\n * [#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))\n* `@embroider/macros`\n * [#1790](https://github.com/embroider-build/embroider/pull/1790) Update @embroider/macros README.md real-world examples ([@machty](https://github.com/machty))\n\n#### :house: Internal\n* `@embroider/test-scenarios`\n * [#1847](https://github.com/embroider-build/embroider/pull/1847) Refactor watch mode tests ([@ef4](https://github.com/ef4))\n * [#1817](https://github.com/embroider-build/embroider/pull/1817) pin ember-data to fix issue in CI ([@mansona](https://github.com/mansona))\n * [#1703](https://github.com/embroider-build/embroider/pull/1703) Disable chokidar polling override in tests ([@chancancode](https://github.com/chancancode))\n* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/shared-internals`, `@embroider/webpack`\n * [#1825](https://github.com/embroider-build/embroider/pull/1825) Merge stable into main ([@mansona](https://github.com/mansona))\n* Other\n * [#1778](https://github.com/embroider-build/embroider/pull/1778) Fix failing addon-dev-js test on main ([@simonihmig](https://github.com/simonihmig))\n * [#1700](https://github.com/embroider-build/embroider/pull/1700) Merge stable into main ([@mansona](https://github.com/mansona))\n* `@embroider/compat`, `@embroider/core`, `@embroider/shared-internals`, `@embroider/test-scenarios`, `@types/ember-cli`\n * [#1782](https://github.com/embroider-build/embroider/pull/1782) Merge stable into main ([@mansona](https://github.com/mansona))\n* `@embroider/test-scenarios`, `vite-app`\n * [#1771](https://github.com/embroider-build/embroider/pull/1771) Simplify vite-app template ([@ef4](https://github.com/ef4))\n* `@embroider/compat`, `@embroider/macros`, `@embroider/test-scenarios`\n * [#1714](https://github.com/embroider-build/embroider/pull/1714) update scenario-tester ([@mansona](https://github.com/mansona))\n* `@embroider/test-support`, `@embroider/test-scenarios`\n * [#1740](https://github.com/embroider-build/embroider/pull/1740) enable vite windows tests ([@patricklx](https://github.com/patricklx))\n* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app`\n * [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))\n* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`\n * [#1723](https://github.com/embroider-build/embroider/pull/1723) Sync stable->main ([@ef4](https://github.com/ef4))\n* `@embroider/addon-dev`, `@embroider/compat`\n * [#1721](https://github.com/embroider-build/embroider/pull/1721) Merge stable into main ([@mansona](https://github.com/mansona))\n* `@embroider/macros`\n * [#1712](https://github.com/embroider-build/embroider/pull/1712) Merge stable ([@ef4](https://github.com/ef4))\n* `@embroider/compat`, `@embroider/shared-internals`\n * [#1691](https://github.com/embroider-build/embroider/pull/1691) Move fix for @ember-data/debug into virtualPeerDeps ([@mansona](https://github.com/mansona))\n\n#### Committers: 12\n- Alex Matchneer ([@machty](https://github.com/machty))\n- Andreas Minnich ([@enspandi](https://github.com/enspandi))\n- Balint Erdi ([@balinterdi](https://github.com/balinterdi))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Godfrey Chan ([@chancancode](https://github.com/chancancode))\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))\n- [@johanrd](https://github.com/johanrd)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6591e1a40..3f0ea039d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,131 @@ # Embroider Changelog +## Release (2024-03-21) + +@embroider/addon-dev 5.0.0 (major) +@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.5.3 (patch) +@embroider/test-setup 4.0.0 (major) +@embroider/util 1.12.2 (patch) +@embroider/vite 1.0.0 (major) +@embroider/webpack 4.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)) +* `@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)) + +#### :rocket: Enhancement +* `@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`, `vite-app` + * [#1819](https://github.com/embroider-build/embroider/pull/1819) Add a new prebuild function with strict defaults ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) +* `@embroider/vite`, `@embroider/test-scenarios`, `vite-app` + * [#1744](https://github.com/embroider-build/embroider/pull/1744) control ember build through vite ([@patricklx](https://github.com/patricklx)) +* `@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/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/test-scenarios`, `vite-app` + * [#1739](https://github.com/embroider-build/embroider/pull/1739) support ts, gts and gjs in vite ([@patricklx](https://github.com/patricklx)) +* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app` + * [#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)) +* `@embroider/compat`, `@embroider/core`, `@embroider/vite` + * [#1650](https://github.com/embroider-build/embroider/pull/1650) Add Esbuild resolver ([@mansona](https://github.com/mansona)) +* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios` + * [#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)) + +#### :bug: Bug Fix +* `@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/vite` + * [#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/vite`, `@embroider/test-scenarios`, `vite-app` + * [#1795](https://github.com/embroider-build/embroider/pull/1795) fix vite build ([@patricklx](https://github.com/patricklx)) +* `@embroider/shared-internals` + * [#1738](https://github.com/embroider-build/embroider/pull/1738) fix vite on windows ([@patricklx](https://github.com/patricklx)) +* `vite-app` + * [#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/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)) + * [#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/test-scenarios`, `vite-app` + * [#1771](https://github.com/embroider-build/embroider/pull/1771) Simplify vite-app template ([@ef4](https://github.com/ef4)) +* `@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`, `vite-app` + * [#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/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-02-28) @embroider/compat 3.4.5 (patch) diff --git a/packages/addon-dev/package.json b/packages/addon-dev/package.json index cacc524eca..aab22a3a11 100644 --- a/packages/addon-dev/package.json +++ b/packages/addon-dev/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-dev", - "version": "4.2.1", + "version": "5.0.0", "description": "Utilities for addon authors", "repository": { "type": "git", diff --git a/packages/babel-loader-9/package.json b/packages/babel-loader-9/package.json index 6293ffd3cc..dc8fff09e4 100644 --- a/packages/babel-loader-9/package.json +++ b/packages/babel-loader-9/package.json @@ -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", diff --git a/packages/broccoli-side-watch/package.json b/packages/broccoli-side-watch/package.json index 7bb3fcd663..10b4e77229 100644 --- a/packages/broccoli-side-watch/package.json +++ b/packages/broccoli-side-watch/package.json @@ -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": [ diff --git a/packages/compat/package.json b/packages/compat/package.json index 2514869865..3f99743c65 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/compat", - "version": "3.4.5", + "version": "4.0.0", "private": false, "description": "Backward compatibility layer for the Embroider build system.", "repository": { diff --git a/packages/core/package.json b/packages/core/package.json index fd916ecc74..472fd069b8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/core", - "version": "3.4.5", + "version": "4.0.0", "private": false, "description": "A build system for EmberJS applications.", "repository": { diff --git a/packages/hbs-loader/package.json b/packages/hbs-loader/package.json index aa7c56cc9d..db84163090 100644 --- a/packages/hbs-loader/package.json +++ b/packages/hbs-loader/package.json @@ -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": { diff --git a/packages/macros/package.json b/packages/macros/package.json index da52011f8d..5d2d9d5402 100644 --- a/packages/macros/package.json +++ b/packages/macros/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/macros", - "version": "1.14.0", + "version": "2.0.0", "private": false, "description": "Standardized build-time macros for ember apps.", "keywords": [ diff --git a/packages/router/package.json b/packages/router/package.json index b81d2d7e8f..305d494bc1 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/router", - "version": "2.1.6", + "version": "3.0.0", "description": "Lazy loading router", "keywords": [ "ember-addon" diff --git a/packages/shared-internals/package.json b/packages/shared-internals/package.json index 24b503ff18..335bc8eac1 100644 --- a/packages/shared-internals/package.json +++ b/packages/shared-internals/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/shared-internals", - "version": "2.5.2", + "version": "2.5.3", "private": false, "description": "Utilities shared among the other embroider packages", "repository": { diff --git a/packages/test-setup/package.json b/packages/test-setup/package.json index b8ae5fedeb..8e63008843 100644 --- a/packages/test-setup/package.json +++ b/packages/test-setup/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/test-setup", - "version": "3.0.3", + "version": "4.0.0", "repository": { "type": "git", "url": "https://github.com/embroider-build/embroider.git", diff --git a/packages/util/package.json b/packages/util/package.json index b782e3eb27..0c0597f3fe 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/util", - "version": "1.12.1", + "version": "1.12.2", "description": "Utilities for app and addon authors.", "keywords": [ "ember-addon" diff --git a/packages/vite/package.json b/packages/vite/package.json index a47869d12e..735f2fe115 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/vite", - "version": "0.2.0", + "version": "1.0.0", "main": "index.mjs", "peerDependencies": { "@embroider/core": "workspace:^", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index ca5e3b4d3e..aba016df47 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/webpack", - "version": "3.2.2", + "version": "4.0.0", "private": false, "description": "Builds EmberJS apps with Webpack", "repository": {