Skip to content

Update embroider to v0.35.0 #3105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2020
Merged

Update embroider to v0.35.0 #3105

merged 1 commit into from
Dec 21, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

embroider-build/embroider

v0.35.0

Compare Source

  • BUGFIX: support disabled in-repo addons.
  • COMPAT: implement insertRuntimeErrors option on the hbs inline compiler
  • BUGFIX: conditionally import lazy engine css by @​thoov
  • HOUSEKEEPING: split hbs-loader into its own package (so ember-auto-import can also use it)
  • COMPAT: updates to @​embroider/util to follow latest ember canary

Renovate 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 these updates again.


  • If you want to rebase/retry this PR, check this box

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

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @smarnach (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@renovate renovate bot force-pushed the renovate/embroider branch from 0ab9f4d to 8ecc3a6 Compare December 20, 2020 20:28
@Turbo87
Copy link
Member

Turbo87 commented Dec 21, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Dec 21, 2020

📌 Commit 8ecc3a6 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Dec 21, 2020

⌛ Testing commit 8ecc3a6 with merge 6e6270d...

bors added a commit that referenced this pull request Dec 21, 2020
Update embroider to v0.35.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 |
|---|---|---|---|---|---|
| [`@embroider/compat](https://togithub.com/embroider-build/embroider)` | [`0.34.0` -> `0.35.0`](https://renovatebot.com/diffs/npm/`@embroider%2fcompat/0.34.0/0.35.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@embroider%2fcompat/0.35.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@embroider%2fcompat/0.35.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@embroider%2fcompat/0.35.0/compatibility-slim/0.34.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@embroider%2fcompat/0.35.0/confidence-slim/0.34.0)](https://docs.renovatebot.com/merge-confidence/)` |
| [`@embroider/core](https://togithub.com/embroider-build/embroider)` | [`0.34.0` -> `0.35.0`](https://renovatebot.com/diffs/npm/`@embroider%2fcore/0.34.0/0.35.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@embroider%2fcore/0.35.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@embroider%2fcore/0.35.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@embroider%2fcore/0.35.0/compatibility-slim/0.34.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@embroider%2fcore/0.35.0/confidence-slim/0.34.0)](https://docs.renovatebot.com/merge-confidence/)` |
| [`@embroider/webpack](https://togithub.com/embroider-build/embroider)` | [`0.34.0` -> `0.35.0`](https://renovatebot.com/diffs/npm/`@embroider%2fwebpack/0.34.0/0.35.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@embroider%2fwebpack/0.35.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@embroider%2fwebpack/0.35.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@embroider%2fwebpack/0.35.0/compatibility-slim/0.34.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@embroider%2fwebpack/0.35.0/confidence-slim/0.34.0)](https://docs.renovatebot.com/merge-confidence/)` |

---

### Release Notes

<details>
<summary>embroider-build/embroider</summary>

### [`v0.35.0`](https://togithub.com/embroider-build/embroider/blob/master/CHANGELOG.md#&#8203;0350-2020-12-20)

[Compare Source](https://togithub.com/embroider-build/embroider/compare/v0.34.0...v0.35.0)

-   BUGFIX: support disabled in-repo addons.
-   COMPAT: implement `insertRuntimeErrors` option on the hbs inline compiler
-   BUGFIX: conditionally import lazy engine css by [`@&#8203;thoov](https://togithub.com/thoov)`
-   HOUSEKEEPING: split hbs-loader into its own package (so ember-auto-import can also use it)
-   COMPAT: updates to [`@&#8203;embroider/util](https://togithub.com/embroider/util)` to follow latest ember canary

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

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

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

:no_bell: **Ignore**: Close this PR and you won't be reminded about these updates 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).
@bors
Copy link
Contributor

bors commented Dec 21, 2020

💔 Test failed - checks-actions

@Turbo87
Copy link
Member

Turbo87 commented Dec 21, 2020

@bors retry

@bors
Copy link
Contributor

bors commented Dec 21, 2020

⌛ Testing commit 8ecc3a6 with merge 36eb8c6...

@bors
Copy link
Contributor

bors commented Dec 21, 2020

☀️ Test successful - checks-actions
Approved by: Turbo87
Pushing 36eb8c6 to master...

@bors bors merged commit 36eb8c6 into master Dec 21, 2020
@renovate renovate bot deleted the renovate/embroider branch December 21, 2020 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants