alexdiliberto / ember-transformicons

Transformicons for Ember
https://alexdiliberto.com/ember-transformicons
MIT License
51 stars 5 forks source link

chore(deps): update dependency @embroider/test-setup to ^1.8.3 #1130

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/test-setup (source) ^1.1.0 -> ^1.8.3 age adoption passing confidence

Release Notes

embroider-build/embroider (@​embroider/test-setup) ### [`v1.8.3`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#embroideraddon-shim-183---184) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.8.2...v1.8.3) - BUGFIX: Add missing dependency [1282](https://redirect.github.com/embroider-build/embroider/pull/1282) ### [`v1.8.2`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v182-2022-07-04) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.8.1...v1.8.2) ##### :bug: Bug Fix - `compat`, `shared-internals` - [#​1230](https://redirect.github.com/embroider-build/embroider/pull/1230) Detect addons with customized treeForMethod names ([@​ef4](https://redirect.github.com/ef4)) ##### Committers: 1 - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) ### [`v1.8.1`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v181-2022-07-01) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.8.0...v1.8.1) ##### :bug: Bug Fix - `addon-dev` - [#​1227](https://redirect.github.com/embroider-build/embroider/pull/1227) add-dev: HBS files were not watched for rebuilds ([@​ef4](https://redirect.github.com/ef4)) - `compat` - [#​1224](https://redirect.github.com/embroider-build/embroider/pull/1224) Don't apply the `ember-get-config` compat adapter when >= v2.1.0 ([@​bertdeblock](https://redirect.github.com/bertdeblock)) - `macros` - [#​1213](https://redirect.github.com/embroider-build/embroider/pull/1213) Prevent redundant toTree wrapping for macros ([@​raycohen](https://redirect.github.com/raycohen)) ##### :memo: Documentation - [#​1225](https://redirect.github.com/embroider-build/embroider/pull/1225) docs: Add lazy loaded engines EmbroiderRouter details to README ([@​richgt](https://redirect.github.com/richgt)) ##### Committers: 4 - Bert De Block ([@​bertdeblock](https://redirect.github.com/bertdeblock)) - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) - Ray Cohen ([@​raycohen](https://redirect.github.com/raycohen)) - Rich Glazerman ([@​richgt](https://redirect.github.com/richgt)) ### [`v1.8.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v180-2022-06-09) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.7.1...v1.8.0) ##### :rocket: Enhancement - `addon-dev`, `core`, `shared-internals` - [#​1199](https://redirect.github.com/embroider-build/embroider/pull/1199) Add babel plugin for preprocessing templates with ast transforms ([@​wondersloth](https://redirect.github.com/wondersloth)) ##### :bug: Bug Fix - `webpack` - [#​1191](https://redirect.github.com/embroider-build/embroider/pull/1191) Fix thread-load JOBS handling/documentation ([@​bendemboski](https://redirect.github.com/bendemboski)) - `addon-dev` - [#​1215](https://redirect.github.com/embroider-build/embroider/pull/1215) Strip extension from reexport of `rollup-app-reexports` ([@​simonihmig](https://redirect.github.com/simonihmig)) - `core` - [#​1219](https://redirect.github.com/embroider-build/embroider/pull/1219) Fix duplicate HTML content on rebuilds ([@​ef4](https://redirect.github.com/ef4)) - `compat` - [#​1205](https://redirect.github.com/embroider-build/embroider/pull/1205) Fix preprocessors tree by wrapping with moduleName ([@​wondersloth](https://redirect.github.com/wondersloth)) ##### Committers: 4 - Ben Demboski ([@​bendemboski](https://redirect.github.com/bendemboski)) - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) - Matt Edwards ([@​wondersloth](https://redirect.github.com/wondersloth)) - Simon Ihmig ([@​simonihmig](https://redirect.github.com/simonihmig)) ### [`v1.7.1`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v171-2022-05-24) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.7.0...v1.7.1) ##### :bug: Bug Fix - `core` - [#​1210](https://redirect.github.com/embroider-build/embroider/pull/1210) fastboot should not try to load through publicAssetURL ([@​ef4](https://redirect.github.com/ef4)) - `webpack` - [#​1209](https://redirect.github.com/embroider-build/embroider/pull/1209) fix default css chunk naming ([@​ef4](https://redirect.github.com/ef4)) ##### Committers: 1 - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) ### [`v1.7.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v170-2022-05-23) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.6.0...v1.7.0) ##### :rocket: Enhancement - `addon-dev` - [#​1202](https://redirect.github.com/embroider-build/embroider/pull/1202) Accept optional `mapFilename` config for `rollup-app-reexports` ([@​dfreeman](https://redirect.github.com/dfreeman)) - `macros` - [#​1168](https://redirect.github.com/embroider-build/embroider/pull/1168) Add message to clarify error for non-serializable configs ([@​jkeen](https://redirect.github.com/jkeen)) ##### :bug: Bug Fix - `webpack` - [#​1177](https://redirect.github.com/embroider-build/embroider/pull/1177) Write files plugin ([@​krisselden](https://redirect.github.com/krisselden)) - [#​1194](https://redirect.github.com/embroider-build/embroider/pull/1194) Align webpack's outputPath with the whole app ([@​ef4](https://redirect.github.com/ef4)) - `addon-dev` - [#​1126](https://redirect.github.com/embroider-build/embroider/pull/1126) Fix importing of template-only components in V2 addons ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) ##### :memo: Documentation - [#​1201](https://redirect.github.com/embroider-build/embroider/pull/1201) Small Update PORTING-ADDONS-TO-V2.md ([@​angelayanpan](https://redirect.github.com/angelayanpan)) ##### :house: Internal - `compat` - [#​1208](https://redirect.github.com/embroider-build/embroider/pull/1208) Rebuilding yarn.lock ([@​ef4](https://redirect.github.com/ef4)) ##### Committers: 6 - Angela Pan ([@​angelayanpan](https://redirect.github.com/angelayanpan)) - Dan Freeman ([@​dfreeman](https://redirect.github.com/dfreeman)) - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) - Jeff Keen ([@​jkeen](https://redirect.github.com/jkeen)) - Kris Selden ([@​krisselden](https://redirect.github.com/krisselden)) - [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) ### [`v1.6.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v160-2022-04-07) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.5.0...v1.6.0) ##### :rocket: Enhancement - `addon-dev`, `compat`, `core`, `hbs-loader`, `shared-internals`, `webpack` - [#​1010](https://redirect.github.com/embroider-build/embroider/pull/1010) template compilation improvements ([@​ef4](https://redirect.github.com/ef4)) ##### :bug: Bug Fix - `compat` - [#​1170](https://redirect.github.com/embroider-build/embroider/pull/1170) Ensure self-references within a dummy apps work for `@` resolution. ([@​rwjblue](https://redirect.github.com/rwjblue)) - `addon-dev` - [#​1171](https://redirect.github.com/embroider-build/embroider/pull/1171) FIX: rollup-hbs-plugin add resolveId hook ([@​wondersloth](https://redirect.github.com/wondersloth)) ##### :memo: Documentation - Other - [#​1173](https://redirect.github.com/embroider-build/embroider/pull/1173) FIX Typos in CONTRIBUTING.md ([@​wondersloth](https://redirect.github.com/wondersloth)) - `core`, `test-setup`, `util` - [#​1164](https://redirect.github.com/embroider-build/embroider/pull/1164) Update `master` to `main` in links ([@​bertdeblock](https://redirect.github.com/bertdeblock)) - `macros` - [#​1159](https://redirect.github.com/embroider-build/embroider/pull/1159) README typo: "none-test code" ([@​elwayman02](https://redirect.github.com/elwayman02)) - `compat`, `core`, `router` - [#​1161](https://redirect.github.com/embroider-build/embroider/pull/1161) Remove outdated core and compat options ([@​bertdeblock](https://redirect.github.com/bertdeblock)) ##### :house: Internal - [#​1186](https://redirect.github.com/embroider-build/embroider/pull/1186) Fix tests under ember-data 4.x ([@​ef4](https://redirect.github.com/ef4)) - [#​1167](https://redirect.github.com/embroider-build/embroider/pull/1167) register node tests with scenario-tester ([@​ef4](https://redirect.github.com/ef4)) ##### Committers: 5 - Bert De Block ([@​bertdeblock](https://redirect.github.com/bertdeblock)) - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) - Jordan Hawker ([@​elwayman02](https://redirect.github.com/elwayman02)) - Matt Edwards ([@​wondersloth](https://redirect.github.com/wondersloth)) - Robert Jackson ([@​rwjblue](https://redirect.github.com/rwjblue)) ### [`v1.5.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v150-2022-03-08) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.4.0...v1.5.0) ##### :rocket: Enhancement - `util` - [#​1155](https://redirect.github.com/embroider-build/embroider/pull/1155) Turn ensureSafeComponent into a no-op for class values on Ember 3.25+ ([@​Windvis](https://redirect.github.com/Windvis)) ##### :bug: Bug Fix - `macros` - [#​1156](https://redirect.github.com/embroider-build/embroider/pull/1156) fix exception in macros babel plugin ([@​ef4](https://redirect.github.com/ef4)) - `compat` - [#​1154](https://redirect.github.com/embroider-build/embroider/pull/1154) Add `modifier` to the list of built-ins ([@​Windvis](https://redirect.github.com/Windvis)) ##### Committers: 2 - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) - Sam Van Campenhout ([@​Windvis](https://redirect.github.com/Windvis)) ### [`v1.4.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v140-2022-03-07) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.3.0...v1.4.0) ##### :rocket: Enhancement - `compat` - [#​1151](https://redirect.github.com/embroider-build/embroider/pull/1151) Add support for the modifier keyword ([@​Windvis](https://redirect.github.com/Windvis)) ##### :bug: Bug Fix - `core` - [#​1152](https://redirect.github.com/embroider-build/embroider/pull/1152) improve test suite compat ([@​ef4](https://redirect.github.com/ef4)) - `compat` - [#​1150](https://redirect.github.com/embroider-build/embroider/pull/1150) Make the helper keyword handling less strict ([@​Windvis](https://redirect.github.com/Windvis)) ##### Committers: 2 - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) - Sam Van Campenhout ([@​Windvis](https://redirect.github.com/Windvis)) ### [`v1.3.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v130-2022-03-04) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.2.0...v1.3.0) ##### :rocket: Enhancement - `webpack` - [#​1146](https://redirect.github.com/embroider-build/embroider/pull/1146) Use MiniCssExtractPlugin for FastBoot builds ([@​simonihmig](https://redirect.github.com/simonihmig)) - `compat` - [#​1120](https://redirect.github.com/embroider-build/embroider/pull/1120) Add support for the `helper` helper ([@​Windvis](https://redirect.github.com/Windvis)) - [#​1130](https://redirect.github.com/embroider-build/embroider/pull/1130) Only apply `ember-power-select` compat adapter when using `ember-power-select < 5.0.1` ([@​betocantu93](https://redirect.github.com/betocantu93)) ##### :bug: Bug Fix - `core`, `webpack` - [#​1140](https://redirect.github.com/embroider-build/embroider/pull/1140) Fastboot lazy css support ([@​ef4](https://redirect.github.com/ef4)) - `core` - [#​1149](https://redirect.github.com/embroider-build/embroider/pull/1149) Update externals stubs atomically ([@​ef4](https://redirect.github.com/ef4)) - `compat`, `core` - [#​1145](https://redirect.github.com/embroider-build/embroider/pull/1145) Ensure addon `app` trees are merged in the correct order ([@​eoneill](https://redirect.github.com/eoneill)) - `compat` - [#​1135](https://redirect.github.com/embroider-build/embroider/pull/1135) Fix `@cached` decorator export from fake `@glimmer/tracking` module ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) ##### :memo: Documentation - Other - [#​1148](https://redirect.github.com/embroider-build/embroider/pull/1148) Fix `package.json` example in V2 porting guide ([@​SergeAstapov](https://redirect.github.com/SergeAstapov)) - [#​1143](https://redirect.github.com/embroider-build/embroider/pull/1143) Update number of steps for porting addon to V2 guide ([@​AnastasiiaPlutalova](https://redirect.github.com/AnastasiiaPlutalova)) - [#​1137](https://redirect.github.com/embroider-build/embroider/pull/1137) Update `Status` section in main README ([@​bertdeblock](https://redirect.github.com/bertdeblock)) - `addon-dev` - [#​1133](https://redirect.github.com/embroider-build/embroider/pull/1133) Fix typo in V2 addon local development documentation ([@​bertdeblock](https://redirect.github.com/bertdeblock)) ##### :house: Internal - Other - [#​1144](https://redirect.github.com/embroider-build/embroider/pull/1144) Remove a workaround that is trying fix an old bug in volta ([@​krisselden](https://redirect.github.com/krisselden)) - `router`, `util` - [#​1141](https://redirect.github.com/embroider-build/embroider/pull/1141) Drive the test suite from scenario-tester ([@​ef4](https://redirect.github.com/ef4)) - `compat` - [#​1103](https://redirect.github.com/embroider-build/embroider/pull/1103) Update the ember-template-compiler to v4.1.0 ([@​Windvis](https://redirect.github.com/Windvis)) ##### Committers: 10 - Alberto Cantú Gómez ([@​betocantu93](https://redirect.github.com/betocantu93)) - AnastasiiaPlutalova ([@​AnastasiiaPlutalova](https://redirect.github.com/AnastasiiaPlutalova)) - Bert De Block ([@​bertdeblock](https://redirect.github.com/bertdeblock)) - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) - Eugene ONeill ([@​eoneill](https://redirect.github.com/eoneill)) - Kris Selden ([@​krisselden](https://redirect.github.com/krisselden)) - Sam Van Campenhout ([@​Windvis](https://redirect.github.com/Windvis)) - Sergey Astapov ([@​SergeAstapov](https://redirect.github.com/SergeAstapov)) - Simon Ihmig ([@​simonihmig](https://redirect.github.com/simonihmig)) - [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) ### [`v1.2.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#v120-2022-02-10) [Compare Source](https://redirect.github.com/embroider-build/embroider/compare/v1.1.0...v1.2.0) ##### :rocket: Enhancement - `compat` - [#​1124](https://redirect.github.com/embroider-build/embroider/pull/1124) improving ember-data compatibility & test coverage ([@​ef4](https://redirect.github.com/ef4)) - `macros` - [#​1119](https://redirect.github.com/embroider-build/embroider/pull/1119) Reuse the `loc` of the macroMaybeAttrs hashes for the created attributes ([@​Windvis](https://redirect.github.com/Windvis)) ##### :memo: Documentation - [#​1122](https://redirect.github.com/embroider-build/embroider/pull/1122) small nitpicking edits in doc ([@​angelayanpan](https://redirect.github.com/angelayanpan)) ##### :house: Internal - `macros` - [#​1123](https://redirect.github.com/embroider-build/embroider/pull/1123) Regenerate yarn.lock ([@​ef4](https://redirect.github.com/ef4)) ##### Committers: 3 - Angela Pan ([@​angelayanpan](https://redirect.github.com/angelayanpan)) - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) - Sam Van Campenhout ([@​Windvis](https://redirect.github.com/Windvis))

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication