skylines-project / skylines

Live tracking, flight database and competition framework
https://skylines.aero/
GNU Affero General Public License v3.0
395 stars 103 forks source link

Update embroider monorepo to v0.50.2 #2468

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/compat 0.39.1 -> 0.50.2 age adoption passing confidence
@embroider/core 0.39.1 -> 0.50.2 age adoption passing confidence
@embroider/webpack 0.39.1 -> 0.50.2 age adoption passing confidence

Release Notes

embroider-build/embroider ### [`v0.50.2`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0502-2022-01-14) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.50.1...v0.50.2) ##### :bug: Bug Fix - `compat`, `macros` - [#​1076](https://togithub.com/embroider-build/embroider/pull/1076) add non-es6-compat to importSync ([@​ef4](https://togithub.com/ef4)) - `core`, `macros` - [#​1075](https://togithub.com/embroider-build/embroider/pull/1075) native v2 addons can always import from NPM ([@​ef4](https://togithub.com/ef4)) ##### Committers: 1 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) ### [`v0.50.1`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0501-2022-01-12) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.50.0...v0.50.1) ##### :bug: Bug Fix - `core` - [#​1074](https://togithub.com/embroider-build/embroider/pull/1074) Ensure `babelFilter` config comes from fully qualified `@embroider/core` path in Stage 2 ([@​krisselden](https://togithub.com/krisselden)) - `compat`, `core`, `macros`, `shared-internals` - [#​1070](https://togithub.com/embroider-build/embroider/pull/1070) Ensure `dependencySatisfies` only considers actual dependencies (includes a fix for invalid results within monorepo scenarios) ([@​NullVoxPopuli](https://togithub.com/NullVoxPopuli)) ##### Committers: 2 - Kris Selden ([@​krisselden](https://togithub.com/krisselden)) - [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) ### [`v0.50.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0500-2022-01-08) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.49.0...v0.50.0) ##### :rocket: Enhancement - `addon-shim`, `core`, `shared-internals` - [#​1069](https://togithub.com/embroider-build/embroider/pull/1069) Make addon-shim a non-ember-addon ([@​ef4](https://togithub.com/ef4)) ##### :bug: Bug Fix - `compat` - [#​1068](https://togithub.com/embroider-build/embroider/pull/1068) Widen the node_modules exclude pattern when copying v2 addons ([@​ef4](https://togithub.com/ef4)) - [#​1064](https://togithub.com/embroider-build/embroider/pull/1064) Fix unsafe reuse of broccoli trees in OneShot ([@​ef4](https://togithub.com/ef4)) ##### Committers: 1 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) ### [`v0.49.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0490-2021-12-21) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.48.1...v0.49.0) ##### :rocket: Enhancement - `webpack` - [#​1055](https://togithub.com/embroider-build/embroider/pull/1055) Accept custom `css-loader` and `style-loader` config in `@embroider/webpack` ([@​dfreeman](https://togithub.com/dfreeman)) - `addon-shim` - [#​1052](https://togithub.com/embroider-build/embroider/pull/1052) restore tree caching via `cacheKeyForTree` ([@​RuslanZavacky](https://togithub.com/RuslanZavacky)) ##### :bug: Bug Fix - `core` - [#​1048](https://togithub.com/embroider-build/embroider/pull/1048) Fix imported CSS with FastBoot ([@​simonihmig](https://togithub.com/simonihmig)) - [#​1045](https://togithub.com/embroider-build/embroider/pull/1045) Append styles imported in JS to end of `document.head` ([@​simonihmig](https://togithub.com/simonihmig)) - `macros` - [#​1059](https://togithub.com/embroider-build/embroider/pull/1059) cleanup test copy-paste errors ([@​ef4](https://togithub.com/ef4)) - `compat`, `util` - [#​1053](https://togithub.com/embroider-build/embroider/pull/1053) resolve failed macro condition in ember-private-api ([@​NullVoxPopuli](https://togithub.com/NullVoxPopuli)) - `compat`, `core`, `shared-internals` - [#​1043](https://togithub.com/embroider-build/embroider/pull/1043) Make extraImports lazy ([@​ef4](https://togithub.com/ef4)) ##### :house: Internal - [#​1044](https://togithub.com/embroider-build/embroider/pull/1044) Fix typo in file assertion test matcher ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 6 - Dan Freeman ([@​dfreeman](https://togithub.com/dfreeman)) - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Ruslan Zavacky ([@​RuslanZavacky](https://togithub.com/RuslanZavacky)) - Simon Ihmig ([@​simonihmig](https://togithub.com/simonihmig)) - [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) ### [`v0.48.1`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0481-2021-12-08) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.48.0...v0.48.1) ##### :bug: Bug Fix - `compat` - [#​1042](https://togithub.com/embroider-build/embroider/pull/1042) Fix ember-cli-babel optimization ([@​ef4](https://togithub.com/ef4)) ##### Committers: 1 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) ### [`v0.48.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0480-2021-12-07) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.47.2...v0.48.0) ##### :rocket: Enhancement - `compat`, `core`, `router` - [#​1021](https://togithub.com/embroider-build/embroider/pull/1021) Add `staticModifiers` option ([@​Windvis](https://togithub.com/Windvis)) ##### :bug: Bug Fix - `compat` - [#​1029](https://togithub.com/embroider-build/embroider/pull/1029) Don't resolve built-in components when used with the component helper ([@​Windvis](https://togithub.com/Windvis)) - [#​1030](https://togithub.com/embroider-build/embroider/pull/1030) fix the ember-get-config compat adapter ([@​ef4](https://togithub.com/ef4)) - [#​1035](https://togithub.com/embroider-build/embroider/pull/1035) Optimize ember-cli-babel handling ([@​ef4](https://togithub.com/ef4)) ##### :memo: Documentation - `macros` - [#​1031](https://togithub.com/embroider-build/embroider/pull/1031) Add `isTesting` and `isDevelopingApp` to readme ([@​mydea](https://togithub.com/mydea)) ##### :house: Internal - `router` - [#​1027](https://togithub.com/embroider-build/embroider/pull/1027) `@embroider/router` Ember 4 CI job compatibility ([@​Windvis](https://togithub.com/Windvis)) ##### Committers: 3 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Francesco Novy ([@​mydea](https://togithub.com/mydea)) - Sam Van Campenhout ([@​Windvis](https://togithub.com/Windvis)) ### [`v0.47.2`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0472-2021-11-11) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.47.1...v0.47.2) ##### :bug: Bug Fix - `compat` - [#​1017](https://togithub.com/embroider-build/embroider/pull/1017) Ensure components + helpers can work from `this` paths with `staticComponents = true` & `staticHelpers = true` ([@​thoov](https://togithub.com/thoov)) - `addon-dev` - [#​1015](https://togithub.com/embroider-build/embroider/pull/1015) Address misleading warnings from rollup about externals ([@​ef4](https://togithub.com/ef4)) ##### :memo: Documentation - `compat` - [#​1011](https://togithub.com/embroider-build/embroider/pull/1011) Minor typo fix ([@​thoov](https://togithub.com/thoov)) ##### Committers: 2 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.47.1`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0471-2021-10-25) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.47.0...v0.47.1) ##### :rocket: Enhancement - `compat` - [#​1008](https://togithub.com/embroider-build/embroider/pull/1008) Support @​ syntax in helpers ([@​thoov](https://togithub.com/thoov)) ##### :bug: Bug Fix - `compat` - [#​1009](https://togithub.com/embroider-build/embroider/pull/1009) Apply compileStyles to custom treeForAddonStyles ([@​ef4](https://togithub.com/ef4)) - `compat`, `core` - [#​1007](https://togithub.com/embroider-build/embroider/pull/1007) Fix exclusion of the hbs file of the pod components when `podModulePrefix === ''` ([@​dcyriller](https://togithub.com/dcyriller)) ##### :memo: Documentation - `addon-shim` - [#​1005](https://togithub.com/embroider-build/embroider/pull/1005) Remove command documentation from `addon-shim` package ([@​simonihmig](https://togithub.com/simonihmig)) ##### Committers: 4 - Cyrille ([@​dcyriller](https://togithub.com/dcyriller)) - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Simon Ihmig ([@​simonihmig](https://togithub.com/simonihmig)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.47.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0470-2021-10-14) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.46.2...v0.47.0) ##### :rocket: Enhancement - `compat`, `core`, `macros`, `shared-internals` - [#​893](https://togithub.com/embroider-build/embroider/pull/893) Support strict mode templates ([@​ef4](https://togithub.com/ef4)) ##### Committers: 1 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) ### [`v0.46.2`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0462-2021-10-11) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.46.1...v0.46.2) ##### :bug: Bug Fix - `addon-dev` - [#​1003](https://togithub.com/embroider-build/embroider/pull/1003) addon-dev: list published files explicitly ([@​ef4](https://togithub.com/ef4)) ##### Committers: 1 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) ### [`v0.46.1`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0461-2021-10-11) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.46.0...v0.46.1) ##### :bug: Bug Fix - `addon-dev` - [#​1002](https://togithub.com/embroider-build/embroider/pull/1002) addon-dev needs a prepare script ([@​ef4](https://togithub.com/ef4)) ##### Committers: 1 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) ### [`v0.46.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0460-2021-10-11) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.45.0...v0.46.0) ##### :boom: Breaking Change - `addon-dev`, `addon-shim`, `compat`, `core`, `shared-internals` - [#​1001](https://togithub.com/embroider-build/embroider/pull/1001) Create addon-dev package ([@​ef4](https://togithub.com/ef4)) ##### :rocket: Enhancement - `addon-dev`, `addon-shim`, `compat`, `core`, `shared-internals` - [#​1001](https://togithub.com/embroider-build/embroider/pull/1001) Create addon-dev package ([@​ef4](https://togithub.com/ef4)) ##### :bug: Bug Fix - `core` - [#​974](https://togithub.com/embroider-build/embroider/pull/974) Production fastboot builds were incorrectly getting server code in the browser ([@​thoov](https://togithub.com/thoov)) - `macros` - [#​990](https://togithub.com/embroider-build/embroider/pull/990) Invalidate [@​embroider/macro](https://togithub.com/embroider/macro)'s babel cache when addon version's change without mutating lock file (e.g. linking) ([@​thoov](https://togithub.com/thoov)) ##### :memo: Documentation - `router` - [#​930](https://togithub.com/embroider-build/embroider/pull/930) add note on route splitting with pods in readme ([@​mydea](https://togithub.com/mydea)) ##### :house: Internal - `core` - [#​989](https://togithub.com/embroider-build/embroider/pull/989) use babel-import-util ([@​ef4](https://togithub.com/ef4)) - [#​988](https://togithub.com/embroider-build/embroider/pull/988) Remove leftover Babel 6 compatibility code ([@​ef4](https://togithub.com/ef4)) ##### Committers: 3 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Francesco Novy ([@​mydea](https://togithub.com/mydea)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.45.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0450-2021-09-30) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.44.2...v0.45.0) ##### :boom: Breaking Change - `compat` - [#​976](https://togithub.com/embroider-build/embroider/pull/976) Restructure workspaceDir logic ([@​thoov](https://togithub.com/thoov)). This removes an (undocumented) feature for the workspace dir from the build, it's unlikely to break in any normal usage. ##### :rocket: Enhancement - `addon-shim` - [#​981](https://togithub.com/embroider-build/embroider/pull/981) v2 addon utility commands ([@​ef4](https://togithub.com/ef4)) ##### :bug: Bug Fix - `core` - [#​985](https://togithub.com/embroider-build/embroider/pull/985) Fix an erroneous assertion in v2 addons ([@​ef4](https://togithub.com/ef4)) ##### :house: Internal - `compat` - [#​976](https://togithub.com/embroider-build/embroider/pull/976) Restructure workspaceDir logic ([@​thoov](https://togithub.com/thoov)) - [#​980](https://togithub.com/embroider-build/embroider/pull/980) Convert stage-1 tests to test-scenarios ([@​thoov](https://togithub.com/thoov)) - Other - [#​986](https://togithub.com/embroider-build/embroider/pull/986) Ensure static test runs in production mode ([@​thoov](https://togithub.com/thoov)) ##### Committers: 2 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.44.2`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0442-2021-09-26) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.44.1...v0.44.2) ##### :bug: Bug Fix - `compat`, `core`, `router`, `shared-internals`, `util` - [#​978](https://togithub.com/embroider-build/embroider/pull/978) backing out ember real-modules mode (fixes some edge cases on ember 3.27 and 3.28) ([@​ef4](https://togithub.com/ef4)) ##### :house: Internal - Other - [#​977](https://togithub.com/embroider-build/embroider/pull/977) Convert fastboot-addon to test scenarios ([@​thoov](https://togithub.com/thoov)) - [#​975](https://togithub.com/embroider-build/embroider/pull/975) Unify CI matrix generation and linting job ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​964](https://togithub.com/embroider-build/embroider/pull/964) Clean up fastboot app scenario test ([@​thoov](https://togithub.com/thoov)) - `compat`, `router`, `util` - [#​961](https://togithub.com/embroider-build/embroider/pull/961) Upgrade `ember-cli` to latest throughout test infrastructure ([@​stefanpenner](https://togithub.com/stefanpenner)) - `addon-shim`, `compat`, `core`, `hbs-loader`, `macros`, `shared-internals`, `util`, `webpack` - [#​967](https://togithub.com/embroider-build/embroider/pull/967) Upgrade TypeScript ([@​stefanpenner](https://togithub.com/stefanpenner)) ##### Committers: 3 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Stefan Penner ([@​stefanpenner](https://togithub.com/stefanpenner)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.44.1`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0441-2021-09-07) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.44.0...v0.44.1) ##### :rocket: Enhancement - `addon-shim`, `compat`, `router`, `util` - [#​959](https://togithub.com/embroider-build/embroider/pull/959) Upgrade ember-auto-import to latest in `@embroider/addon-shim` ([@​stefanpenner](https://togithub.com/stefanpenner)) ##### :bug: Bug Fix - `compat` - [#​958](https://togithub.com/embroider-build/embroider/pull/958) Add allowEmpty to `__COMPILED_STYLES__` funnel ([@​thoov](https://togithub.com/thoov)) ##### :house: Internal - `router`, `util` - [#​960](https://togithub.com/embroider-build/embroider/pull/960) Upgrade qunit ([@​stefanpenner](https://togithub.com/stefanpenner)) ##### Committers: 2 - Stefan Penner ([@​stefanpenner](https://togithub.com/stefanpenner)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.44.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0440-2021-09-02) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.43.5...v0.44.0) ##### :boom: Breaking Change - `webpack` - [#​877](https://togithub.com/embroider-build/embroider/pull/877) \[BREAKING] Respect JOBS count if present ([@​stefanpenner](https://togithub.com/stefanpenner)) ##### :rocket: Enhancement - `compat` - [#​941](https://togithub.com/embroider-build/embroider/pull/941) Add support for ember-cli addon proxy (bundle caching) ([@​eoneill](https://togithub.com/eoneill)) ##### :bug: Bug Fix - `compat` - [#​953](https://togithub.com/embroider-build/embroider/pull/953) fixes: Local helpers not resolved in tests [#​894](https://togithub.com/embroider-build/embroider/issues/894) ([@​lifeart](https://togithub.com/lifeart)) - [#​948](https://togithub.com/embroider-build/embroider/pull/948) Disable compat adapter for ember-inflector >= 4.0.0 (since it is not needed) ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​934](https://togithub.com/embroider-build/embroider/pull/934) Ensure style compilation works properly with ember-cli >= 3.18 ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​924](https://togithub.com/embroider-build/embroider/pull/924) Fix caching of template AST plugins (follow caching protocol of ember-cli-htmlbars) ([@​eoneill](https://togithub.com/eoneill)) - [#​928](https://togithub.com/embroider-build/embroider/pull/928) Update custom package rules for ember-basic-dropdown ([@​mydea](https://togithub.com/mydea)) - `router` - [#​929](https://togithub.com/embroider-build/embroider/pull/929) Use [@​ember/test-waiters](https://togithub.com/ember/test-waiters) in [@​embroider/router](https://togithub.com/embroider/router) ([@​mydea](https://togithub.com/mydea)) ##### :memo: Documentation - [#​923](https://togithub.com/embroider-build/embroider/pull/923) Add documentation how to use safe components in tests ([@​mydea](https://togithub.com/mydea)) ##### :house: Internal - `addon-shim`, `compat`, `core`, `shared-internals` - [#​955](https://togithub.com/embroider-build/embroider/pull/955) chore: improve package json typings ([@​lifeart](https://togithub.com/lifeart)) - Other - [#​937](https://togithub.com/embroider-build/embroider/pull/937) Tighten CI job timeout down to 15min ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​944](https://togithub.com/embroider-build/embroider/pull/944) Fix SourceMaps when debugging published embroider ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​942](https://togithub.com/embroider-build/embroider/pull/942) Update ember data ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​940](https://togithub.com/embroider-build/embroider/pull/940) Limit linting and matrix discovery CI jobs to 5 minutes ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​938](https://togithub.com/embroider-build/embroider/pull/938) Moving cache busting tests to separate CI job ([@​thoov](https://togithub.com/thoov)) - [#​843](https://togithub.com/embroider-build/embroider/pull/843) \[hygiene] Volta pin latest node / yarn ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​925](https://togithub.com/embroider-build/embroider/pull/925) upgrade [@​ember/test-helpers](https://togithub.com/ember/test-helpers) ([@​stefanpenner](https://togithub.com/stefanpenner)) - `router` - [#​949](https://togithub.com/embroider-build/embroider/pull/949) Convert macro-sample-addon to new test scenario infra ([@​thoov](https://togithub.com/thoov)) - `router`, `util` - [#​935](https://togithub.com/embroider-build/embroider/pull/935) Bump ember-source in test scenarios to at-least ~3.22.0 ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​933](https://togithub.com/embroider-build/embroider/pull/933) \[Closes [#​932](https://togithub.com/embroider-build/embroider/issues/932)] fix ember-canary test scenario ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​925](https://togithub.com/embroider-build/embroider/pull/925) upgrade [@​ember/test-helpers](https://togithub.com/ember/test-helpers) ([@​stefanpenner](https://togithub.com/stefanpenner)) ##### Committers: 5 - Alex Kanunnikov ([@​lifeart](https://togithub.com/lifeart)) - Eugene ONeill ([@​eoneill](https://togithub.com/eoneill)) - Francesco Novy ([@​mydea](https://togithub.com/mydea)) - Stefan Penner ([@​stefanpenner](https://togithub.com/stefanpenner)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.43.5`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0435-2021-08-09) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.43.4...v0.43.5) ##### :rocket: Enhancement - `compat` - [#​918](https://togithub.com/embroider-build/embroider/pull/918) Add `needsCache` and `persistentOutput` to internal broccoli-plugins. ([@​rwjblue](https://togithub.com/rwjblue)) ##### :bug: Bug Fix - `core`, `macros`, `shared-internals` - [#​913](https://togithub.com/embroider-build/embroider/pull/913) Ensure `dependencySatisfies` invalidates when installed packages change ([@​thoov](https://togithub.com/thoov)) ##### :house: Internal - [#​917](https://togithub.com/embroider-build/embroider/pull/917) Improve Heimdall Types ([@​krisselden](https://togithub.com/krisselden)) ##### Committers: 3 - Kris Selden ([@​krisselden](https://togithub.com/krisselden)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.43.4`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0434-2021-08-03) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.43.3...v0.43.4) ##### :rocket: Enhancement - `compat` - [#​915](https://togithub.com/embroider-build/embroider/pull/915) Reduce memory pressure from compat layer by disabling Heimdall node gathering during OneShotPlugin ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 2 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Kris Selden ([@​krisselden](https://togithub.com/krisselden)) ### [`v0.43.3`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0433-2021-07-30) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.43.2...v0.43.3) ##### :bug: Bug Fix - `compat` - [#​910](https://togithub.com/embroider-build/embroider/pull/910) Fix arguments to `preprocessCss` (to match classic build) ([@​thoov](https://togithub.com/thoov)) - [#​880](https://togithub.com/embroider-build/embroider/pull/880) Fix compatibility with ember-data@3.27+ ([@​ef4](https://togithub.com/ef4)) - `webpack` - [#​914](https://togithub.com/embroider-build/embroider/pull/914) Remove transitive `loader-utils` dependency from `@embroider/webpack` ([@​mydea](https://togithub.com/mydea)) ##### Committers: 3 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Francesco Novy ([@​mydea](https://togithub.com/mydea)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.43.2`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0432-2021-07-29) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.43.1...v0.43.2) ##### :rocket: Enhancement - `compat`, `core` - [#​912](https://togithub.com/embroider-build/embroider/pull/912) Use `require` for retrieving the adjust imports info ([@​krisselden](https://togithub.com/krisselden)) ##### :bug: Bug Fix - `hbs-loader` - [#​831](https://togithub.com/embroider-build/embroider/pull/831) Replace loader-utils with built-in webpack 5 functionality ([@​mydea](https://togithub.com/mydea)) ##### :house: Internal - `router` - [#​911](https://togithub.com/embroider-build/embroider/pull/911) Upgrade ember-qunit to address canary deprecations ([@​ef4](https://togithub.com/ef4)) ##### Committers: 3 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Francesco Novy ([@​mydea](https://togithub.com/mydea)) - Kris Selden ([@​krisselden](https://togithub.com/krisselden)) ### [`v0.43.1`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0431-2021-07-28) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.43.0...v0.43.1) ##### :rocket: Enhancement - `compat`, `core` - [#​907](https://togithub.com/embroider-build/embroider/pull/907) Deflate AdjustImportsOptions ([@​krisselden](https://togithub.com/krisselden)) ##### :bug: Bug Fix - `core` - [#​899](https://togithub.com/embroider-build/embroider/pull/899) support inert TemplateLiteral in hbs plugin ([@​eoneill](https://togithub.com/eoneill)) - `compat` - [#​900](https://togithub.com/embroider-build/embroider/pull/900) Only patch `ember-cli-deprecation-workflow` releases before `2.0.0` ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - [#​904](https://togithub.com/embroider-build/embroider/pull/904) Fix ember-test-selectors custom adapter for 6.x ([@​mydea](https://togithub.com/mydea)) ##### Committers: 5 - Alex LaFroscia ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - Eugene ONeill ([@​eoneill](https://togithub.com/eoneill)) - Francesco Novy ([@​mydea](https://togithub.com/mydea)) - Kris Selden ([@​krisselden](https://togithub.com/krisselden)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.43.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0430-2021-07-13) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.42.3...v0.43.0) ##### :boom: Breaking Change - `macros` - [#​888](https://togithub.com/embroider-build/embroider/pull/888) Expose sourceOfConfig to macro config mergers ([@​mydea](https://togithub.com/mydea)) - `babel-loader-7`, `compat`, `core`, `macros`, `shared-internals`, `webpack` - [#​890](https://togithub.com/embroider-build/embroider/pull/890) Drop support for apps that use babel 6 ([@​ef4](https://togithub.com/ef4)) ##### :bug: Bug Fix - `macros` - [#​886](https://togithub.com/embroider-build/embroider/pull/886) `undefined` does not serialize with broccoli-babel-transpiler ([@​thoov](https://togithub.com/thoov)) - `core`, `shared-internals`, `webpack` - [#​881](https://togithub.com/embroider-build/embroider/pull/881) Fix race condition finding the owning package of a given file when using multiple workers ([@​ef4](https://togithub.com/ef4)) ##### Committers: 3 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Francesco Novy ([@​mydea](https://togithub.com/mydea)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.42.3`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0423-2021-06-28) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.42.2...v0.42.3) ##### :rocket: Enhancement - `core` - [#​875](https://togithub.com/embroider-build/embroider/pull/875) Improve Webpack logging output ([@​stefanpenner](https://togithub.com/stefanpenner)) ##### :bug: Bug Fix - `macros` - [#​865](https://togithub.com/embroider-build/embroider/pull/865) Enable parallelization of [@​embroider/macros](https://togithub.com/embroider/macros) in non-Embroider builds ([@​thoov](https://togithub.com/thoov)) - `core` - [#​872](https://togithub.com/embroider-build/embroider/pull/872) Template compiler plugin not removed due to bad path comparison on Windows ([@​thoov](https://togithub.com/thoov)) - `compat`, `core`, `shared-internals`, `webpack` - [#​870](https://togithub.com/embroider-build/embroider/pull/870) Ensure tmpdir usage internally is always the realpath ([@​stefanpenner](https://togithub.com/stefanpenner)) ##### :house: Internal - `compat` - [#​878](https://togithub.com/embroider-build/embroider/pull/878) redundant path resolution ([@​ef4](https://togithub.com/ef4)) - Other - [#​874](https://togithub.com/embroider-build/embroider/pull/874) Convert `sample-lib` to new test infra ([@​thoov](https://togithub.com/thoov)) ##### Committers: 3 - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Stefan Penner ([@​stefanpenner](https://togithub.com/stefanpenner)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.42.2`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0422-2021-06-23) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.42.1...v0.42.2) ##### :bug: Bug Fix - `babel-loader-8`, `webpack` - [#​868](https://togithub.com/embroider-build/embroider/pull/868) Fix issue with thread-loader + babel-loader performance ([@​krisselden](https://togithub.com/krisselden)) ##### :house: Internal - Other - [#​869](https://togithub.com/embroider-build/embroider/pull/869) Fix infinite loop in local testing scenario building ([@​krisselden](https://togithub.com/krisselden)) - `addon-shim`, `util` - [#​864](https://togithub.com/embroider-build/embroider/pull/864) Add missing typescript devDependency ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 2 - Kris Selden ([@​krisselden](https://togithub.com/krisselden)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v0.42.1`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0421-2021-06-18) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.42.0...v0.42.1) ##### :rocket: Enhancement - `webpack` - [#​860](https://togithub.com/embroider-build/embroider/pull/860) Ensure all errors are reported when an error occurs in webpack ([@​rwjblue](https://togithub.com/rwjblue)) ##### :bug: Bug Fix - `util` - [#​863](https://togithub.com/embroider-build/embroider/pull/863) Restore typings for `@embroider/util` ([@​simonihmig](https://togithub.com/simonihmig)) - `compat` - [#​853](https://togithub.com/embroider-build/embroider/pull/853) Better error message when an asset cannot be found in entry file ([@​thoov](https://togithub.com/thoov)) ##### :house: Internal - Other - [#​861](https://togithub.com/embroider-build/embroider/pull/861) Remove test-packages: macro-test and funky-sample-addon ([@​thoov](https://togithub.com/thoov)) - [#​859](https://togithub.com/embroider-build/embroider/pull/859) Convert macro-test to new test structure ([@​thoov](https://togithub.com/thoov)) - [#​858](https://togithub.com/embroider-build/embroider/pull/858) Remove ember-engines version pin ([@​thoov](https://togithub.com/thoov)) - [#​854](https://togithub.com/embroider-build/embroider/pull/854) Convert engines-host-app to new test structure ([@​thoov](https://togithub.com/thoov)) - `compat` - [#​856](https://togithub.com/embroider-build/embroider/pull/856) Remove eager-engine, lazy-engine, and engine-host-app ([@​thoov](https://togithub.com/thoov)) ##### Committers: 3 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Simon Ihmig ([@​simonihmig](https://togithub.com/simonihmig)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.42.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0420-2021-06-15) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.41.0...v0.42.0) ##### :boom: Breaking Change - `addon-shim`, `babel-loader-7`, `compat`, `core`, `hbs-loader`, `macros`, `router`, `shared-internals`, `test-setup`, `util`, `webpack` - [#​852](https://togithub.com/embroider-build/embroider/pull/852) Drop support for Node 10, 11, 13, and 15. ([@​rwjblue](https://togithub.com/rwjblue)) ##### :bug: Bug Fix - `core` - [#​851](https://togithub.com/embroider-build/embroider/pull/851) Fix missing exports in [@​embroider/core](https://togithub.com/embroider/core) `package.json` ([@​thoov](https://togithub.com/thoov)) - [#​841](https://togithub.com/embroider-build/embroider/pull/841) Ensure babel transpilation cache is invalided when changing versions of babel plugins or AST transforms ([@​stefanpenner](https://togithub.com/stefanpenner)) - `compat`, `core`, `macros` - [#​839](https://togithub.com/embroider-build/embroider/pull/839) Fix Babel-Loader Caching for ember-template-compiler ([@​stefanpenner](https://togithub.com/stefanpenner)) - `addon-shim` - [#​828](https://togithub.com/embroider-build/embroider/pull/828) Update addon-shim to use ember-auto-import v2 final ([@​josemarluedke](https://togithub.com/josemarluedke)) ##### :house: Internal - `addon-shim`, `compat`, `core`, `hbs-loader`, `macros`, `shared-internals`, `test-setup`, `util`, `webpack` - [#​844](https://togithub.com/embroider-build/embroider/pull/844) Upgrade dependencies/devDependencies ([@​stefanpenner](https://togithub.com/stefanpenner)) - Other - [#​842](https://togithub.com/embroider-build/embroider/pull/842) Re-roll `yarn.lock` ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​840](https://togithub.com/embroider-build/embroider/pull/840) Run linting in CI before running the full matrix of jobs ([@​rwjblue](https://togithub.com/rwjblue)) - [#​837](https://togithub.com/embroider-build/embroider/pull/837) Remove `ember-cli-htmlbars-inline-precompile` in test packages ([@​stefanpenner](https://togithub.com/stefanpenner)) - [#​832](https://togithub.com/embroider-build/embroider/pull/832) Schedule CI runs daily ([@​rwjblue](https://togithub.com/rwjblue)) - `webpack` - [#​838](https://togithub.com/embroider-build/embroider/pull/838) Ensure errors in `webpack.run` callback always reject ([@​stefanpenner](https://togithub.com/stefanpenner)) - `addon-shim` - [#​820](https://togithub.com/embroider-build/embroider/pull/820) Add `@embroider/addon-shim` repository data to package.json ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 4 - Josemar Luedke ([@​josemarluedke](https://togithub.com/josemarluedke)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Stefan Penner ([@​stefanpenner](https://togithub.com/stefanpenner)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v0.41.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0410-2021-05-20) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.40.0...v0.41.0) ##### :rocket: Enhancement - `webpack` - [#​812](https://togithub.com/embroider-build/embroider/pull/812) Update thread-loader to get RegExp serialization ([@​bendemboski](https://togithub.com/bendemboski)) - [#​796](https://togithub.com/embroider-build/embroider/pull/796) Allow customization of Webpack's babel loader options ([@​charlespierce](https://togithub.com/charlespierce)) - [#​795](https://togithub.com/embroider-build/embroider/pull/795) Allow `thread-loader` configuration ([@​bendemboski](https://togithub.com/bendemboski)) - `compat` - [#​770](https://togithub.com/embroider-build/embroider/pull/770) Add compat adapter for `ember-get-config` ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - [#​772](https://togithub.com/embroider-build/embroider/pull/772) Allow compat adapter's to expose shouldApplyAdapter ([@​thoov](https://togithub.com/thoov)) ##### :bug: Bug Fix - `addon-shim`, `compat`, `core`, `util` - [#​766](https://togithub.com/embroider-build/embroider/pull/766) Update to broccoli-funnel@3.0.5 ([@​rwjblue](https://togithub.com/rwjblue)) - `compat` - [#​797](https://togithub.com/embroider-build/embroider/pull/797) Use configPath to locate the configuration file, instead of assuming a fixed path ([@​charlespierce](https://togithub.com/charlespierce)) - [#​784](https://togithub.com/embroider-build/embroider/pull/784) Remove usage of the Ember global ([@​sandydoo](https://togithub.com/sandydoo)) - [#​785](https://togithub.com/embroider-build/embroider/pull/785) Improve semver checks for the modules polyfill ([@​sandydoo](https://togithub.com/sandydoo)) - `test-setup` - [#​792](https://togithub.com/embroider-build/embroider/pull/792) Install `webpack` alongside `@embroider/webpack` when using `@embroider/test-setup` ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - `webpack` - [#​791](https://togithub.com/embroider-build/embroider/pull/791) Better error message with webpack v4 installed ([@​bendemboski](https://togithub.com/bendemboski)) ##### :memo: Documentation - `addon-shim` - [#​804](https://togithub.com/embroider-build/embroider/pull/804) Fix installation instructions in [@​embroider/addon-shim](https://togithub.com/embroider/addon-shim) ([@​rwjblue](https://togithub.com/rwjblue)) - `util` - [#​807](https://togithub.com/embroider-build/embroider/pull/807) Add repository entry for the [@​embroider/util](https://togithub.com/embroider/util) package ([@​mansona](https://togithub.com/mansona)) - Other - [#​789](https://togithub.com/embroider-build/embroider/pull/789) Update README for webpack install requirement ([@​bendemboski](https://togithub.com/bendemboski)) - [#​782](https://togithub.com/embroider-build/embroider/pull/782) docs: for setting publicAssetUrl in non-production environments ([@​timiyay](https://togithub.com/timiyay)) ##### :house: Internal - `compat`, `core`, `test-setup`, `webpack` - [#​765](https://togithub.com/embroider-build/embroider/pull/765) Packager Refactoring ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - Other - [#​774](https://togithub.com/embroider-build/embroider/pull/774) Convert static-app to new test structure ([@​thoov](https://togithub.com/thoov)) - [#​816](https://togithub.com/embroider-build/embroider/pull/816) Limit CI jobs to 30 minutes ([@​rwjblue](https://togithub.com/rwjblue)) - [#​790](https://togithub.com/embroider-build/embroider/pull/790) Update app template dependency versions ([@​bendemboski](https://togithub.com/bendemboski)) - `addon-shim` - [#​776](https://togithub.com/embroider-build/embroider/pull/776) github actions failing silently ([@​ef4](https://togithub.com/ef4)) ##### Committers: 9 - Alex LaFroscia ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - Ben Demboski ([@​bendemboski](https://togithub.com/bendemboski)) - Charles Pierce ([@​charlespierce](https://togithub.com/charlespierce)) - Chris Manson ([@​mansona](https://togithub.com/mansona)) - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Sander Melnikov ([@​sandydoo](https://togithub.com/sandydoo)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) - [@​timiyay](https://togithub.com/timiyay) ### [`v0.40.0`](https://togithub.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v0400-2021-04-24) [Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.39.1...v0.40.0) ##### :boom: Breaking Change - `compat`, `core`, `hbs-loader`, `shared-internals`, `webpack` - [#​652](https://togithub.com/embroider-build/embroider/pull/652) webpack 5 ([@​ef4](https://togithub.com/ef4)). - If you have customized webpack config, you may need to update it for webpack 5. - webpack is now a peerDependency of [@​embroider/webpack](https://togithub.com/embroider/webpack) so you have more direct control over its version and can import any plugins out of it that you might need ##### :rocket: Enhancement - `compat` - [#​754](https://togithub.com/embroider-build/embroider/pull/754) compatibility with ember-cli-htmlbars serialization for improved build performance ([@​ef4](https://togithub.com/ef4)) - [#​763](https://togithub.com/embroider-build/embroider/pull/763) Add Compat Adapter for `@html-next/vertical-collection` ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - `addon-shim`, `shared-internals`, `util` - [#​773](https://togithub.com/embroider-build/embroider/pull/773) Updates to addon shim ([@​ef4](https://togithub.com/ef4)) ##### :bug: Bug Fix - `compat` - [#​728](https://togithub.com/embroider-build/embroider/pull/728) Avoid building excessive copies of addons that appear in peerDependencies ([@​charlespierce](https://togithub.com/charlespierce)) - `compat`, `core`, `router`, `shared-internals`, `util`, `webpack` - [#​752](https://togithub.com/embroider-build/embroider/pull/752) add Windows support to CI matrix ([@​thoov](https://togithub.com/thoov)) ##### :memo: Documentation - [#​753](https://togithub.com/embroider-build/embroider/pull/753) Readme: Add splitAtRoutes to options ([@​scottmessinger](https://togithub.com/scottmessinger)) ##### :house: Internal - Other - [#​775](https://togithub.com/embroider-build/embroider/pull/775) update scenario-tester ([@​ef4](https://togithub.com/ef4)) - `router` - [#​756](https://togithub.com/embroider-build/embroider/pull/756) Leverage test-scenarios from ember-auto-import ([@​thoov](https://togithub.com/thoov)) ##### Committers: 6 - Alex LaFroscia ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - Charles Pierce ([@​charlespierce](https://togithub.com/charlespierce)) - Edward Faulkner ([@​ef4](https://togithub.com/ef4)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Scott Ames-Messinger ([@​scottmessinger](https://togithub.com/scottmessinger)) - Travis Hoover ([@​thoov](https://togithub.com/thoov))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.