Skip to content

Commit

Permalink
Auto merge of #3868 - rust-lang:renovate/ember-cli-3.x, r=Turbo87
Browse files Browse the repository at this point in the history
Update dependency ember-cli to v3.28.0

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ember-cli](https://ember-cli.com/) ([source](https://togithub.com/ember-cli/ember-cli)) | [`3.27.0` -> `3.28.0`](https://renovatebot.com/diffs/npm/ember-cli/3.27.0/3.28.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-cli/3.28.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-cli/3.28.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-cli/3.28.0/compatibility-slim/3.27.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-cli/3.28.0/confidence-slim/3.27.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>ember-cli/ember-cli</summary>

### [`v3.28.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3280-beta1)

[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.27.0...v3.28.0)

##### Blueprint Changes

-   [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.27.0...v3.28.0-beta.1)
-   [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.27.0...v3.28.0-beta.1)

##### Changelog

-   [#&#8203;9505](https://togithub.com/ember-cli/ember-cli/pull/9505) Pass `realPath` as `root` rather than the dirname for `addonMainPath` [`@&#8203;brendenpalmer](https://togithub.com/brendenpalmer)`
-   [#&#8203;9507](https://togithub.com/ember-cli/ember-cli/pull/9507) Add a new config, `ember-addon.projectRoot`, to specify the location of the project [`@&#8203;brendenpalmer](https://togithub.com/brendenpalmer)`
-   [#&#8203;9530](https://togithub.com/ember-cli/ember-cli/pull/9530) Drop Node 10 support [`@&#8203;rwjblue](https://togithub.com/rwjblue)`
-   [#&#8203;9487](https://togithub.com/ember-cli/ember-cli/pull/9487) Add support for creating a single addon instance per bundle root (which enables dramatically reducing the total number of addon instances) [`@&#8203;davecombs](https://togithub.com/davecombs)`
-   [#&#8203;9524](https://togithub.com/ember-cli/ember-cli/pull/9524) Update CONTRIBUTING.md to reference cli.emberjs.com [`@&#8203;loganrosen](https://togithub.com/loganrosen)`
-   [#&#8203;9533](https://togithub.com/ember-cli/ember-cli/pull/9533) Ensure package-info objects are stable when they represent the same addon [`@&#8203;brendenpalmer](https://togithub.com/brendenpalmer)`
-   [#&#8203;9538](https://togithub.com/ember-cli/ember-cli/pull/9538) ensure backwards compatibility is maintained with `packageRoot` and `root` [`@&#8203;brendenpalmer](https://togithub.com/brendenpalmer)`
-   [#&#8203;9539](https://togithub.com/ember-cli/ember-cli/pull/9539) avoid setting `root` as `realPath` from the package-info object [`@&#8203;brendenpalmer](https://togithub.com/brendenpalmer)`
-   [#&#8203;9537](https://togithub.com/ember-cli/ember-cli/pull/9537) Implement LCA host/host addons logic in `ember-cli` [`@&#8203;brendenpalmer](https://togithub.com/brendenpalmer)`
-   [#&#8203;9540](https://togithub.com/ember-cli/ember-cli/pull/9540) Use relative override paths in blueprint ESLint config [`@&#8203;loganrosen](https://togithub.com/loganrosen)`
-   [#&#8203;9542](https://togithub.com/ember-cli/ember-cli/pull/9542) Add validation checks for addon instance bundle caching [`@&#8203;brendenpalmer](https://togithub.com/brendenpalmer)`
-   [#&#8203;9543](https://togithub.com/ember-cli/ember-cli/pull/9543) Add ability to specify a custom `ember-addon.perBundleAddonCacheUtil` utility [`@&#8203;brendenpalmer](https://togithub.com/brendenpalmer)`
-   [#&#8203;9562](https://togithub.com/ember-cli/ember-cli/pull/9562) Update `addon-proxy` to support Embroider [`@&#8203;brendenpalmer](https://togithub.com/brendenpalmer)`
-   [#&#8203;9565](https://togithub.com/ember-cli/ember-cli/pull/9565) Drop Node 10 support in blueprint engine spec [`@&#8203;elwayman02](https://togithub.com/elwayman02)`
-   [#&#8203;9568](https://togithub.com/ember-cli/ember-cli/pull/9568) \[BUGFIX release] Skip babel for qunit with embroider [`@&#8203;ctjhoa](https://togithub.com/ctjhoa)`

Thank you to all who took the time to contribute!

</details>

---

### Configuration

📅 **Schedule**: 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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
  • Loading branch information
bors committed Aug 27, 2021
2 parents 3242405 + 0c566c6 commit 640e96c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ember-a11y-testing": "4.2.0",
"ember-api-actions": "0.2.9",
"ember-auto-import": "2.1.0",
"ember-cli": "3.27.0",
"ember-cli": "3.28.0",
"ember-cli-app-version": "5.0.0",
"ember-cli-babel": "7.26.6",
"ember-cli-bundle-analyzer": "0.2.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4324,7 +4324,7 @@ broccoli-funnel@^2.0.0, broccoli-funnel@^2.0.1, broccoli-funnel@^2.0.2:
symlink-or-copy "^1.0.0"
walk-sync "^0.3.1"

broccoli-funnel@^3.0.0, broccoli-funnel@^3.0.2, broccoli-funnel@^3.0.3, broccoli-funnel@^3.0.7, broccoli-funnel@^3.0.8:
broccoli-funnel@^3.0.0, broccoli-funnel@^3.0.2, broccoli-funnel@^3.0.3, broccoli-funnel@^3.0.5, broccoli-funnel@^3.0.7, broccoli-funnel@^3.0.8:
version "3.0.8"
resolved "https://registry.yarnpkg.com/broccoli-funnel/-/broccoli-funnel-3.0.8.tgz#f5b62e2763c3918026a15a3c833edc889971279b"
integrity sha512-ng4eIhPYiXqMw6SyGoxPHR3YAwEd2lr9FgBI1CyTbspl4txZovOsmzFkMkGAlu88xyvYXJqHiM2crfLa65T1BQ==
Expand Down Expand Up @@ -6756,10 +6756,10 @@ ember-cli-version-checker@^5.1.1, ember-cli-version-checker@^5.1.2:
semver "^7.3.4"
silent-error "^1.1.1"

ember-cli@3.27.0:
version "3.27.0"
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-3.27.0.tgz#8ccf9db51d7b462f86210b853d086a4543605c34"
integrity sha512-vFLPFkplXn5v005fattHdOcs5AbSp7RG4w1wpHDWHzOSYpl2Dr+5zzZtqLS7V5IVaLf3XK4l24XwhSW9HpMfsQ==
ember-cli@3.28.0:
version "3.28.0"
resolved "https://registry.yarnpkg.com/ember-cli/-/ember-cli-3.28.0.tgz#0a0374c9a1d08386ddf56e8098a38b71dd4453bc"
integrity sha512-CrMs5edFQ2ingO2xfT33T4nUEl8SlvBQ7q+XO9L/GFTvFU07slHxYSvGur0cwgQfOiLnkSTnIaVF1oqBnEmfPQ==
dependencies:
"@babel/core" "^7.13.8"
"@babel/plugin-transform-modules-amd" "^7.12.1"
Expand All @@ -6775,7 +6775,7 @@ [email protected]:
broccoli-config-loader "^1.0.1"
broccoli-config-replace "^1.1.2"
broccoli-debug "^0.6.5"
broccoli-funnel "^2.0.2"
broccoli-funnel "^3.0.5"
broccoli-funnel-reducer "^1.0.0"
broccoli-merge-trees "^3.0.2"
broccoli-middleware "^2.1.1"
Expand Down Expand Up @@ -6841,7 +6841,7 @@ [email protected]:
sane "^4.1.0"
semver "^7.3.4"
silent-error "^1.1.1"
sort-package-json "^1.48.0"
sort-package-json "^1.49.0"
symlink-or-copy "^1.3.1"
temp "0.9.4"
testem "^3.2.0"
Expand All @@ -6850,7 +6850,7 @@ [email protected]:
uuid "^8.3.2"
walk-sync "^2.2.0"
watch-detector "^1.0.0"
workerpool "^6.0.3"
workerpool "^6.1.4"
yam "^1.0.0"

[email protected]:
Expand Down Expand Up @@ -13341,7 +13341,7 @@ sort-object-keys@^1.1.3:
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==

sort-package-json@^1.48.0:
sort-package-json@^1.49.0:
version "1.50.0"
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-1.50.0.tgz#19fc109fe23bd157bd03c8e572fa3251a52467d8"
integrity sha512-qZpqhMU9XTntebgAgc4hv/D6Fzhh7kFnwvV6a7+q8y8J5JoaDqPYQnvXPf7BBqG95tdE8X6JVNo7/jDzcbdfUg==
Expand Down Expand Up @@ -14862,7 +14862,7 @@ workerpool@^3.1.1:
object-assign "4.1.1"
rsvp "^4.8.4"

workerpool@^6.0.0, workerpool@^6.0.2, workerpool@^6.0.3, workerpool@^6.1.4:
workerpool@^6.0.0, workerpool@^6.0.2, workerpool@^6.1.4:
version "6.1.5"
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.5.tgz#0f7cf076b6215fd7e1da903ff6f22ddd1886b581"
integrity sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==
Expand Down

0 comments on commit 640e96c

Please sign in to comment.