ember-components / ember-component-patterns

Transforming https://emberjs-1.gitbook.io/ember-component-patterns/ into an Ember app
7 stars 2 forks source link

Update dependency ember-cli-htmlbars to v5.7.2 #53

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
ember-cli-htmlbars 5.3.1 -> 5.7.2 age adoption passing confidence

Release Notes

ember-cli/ember-cli-htmlbars ### [`v5.7.2`](https://togithub.com/ember-cli/ember-cli-htmlbars/releases/tag/v5.7.2): Release 5.7.2 [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.7.1...v5.7.2) ##### :bug: Bug Fix - [#​740](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/740) Allow console messages (v5.x) ([@​mixonic](https://togithub.com/mixonic)) ##### Committers: 1 - Matthew Beale ([@​mixonic](https://togithub.com/mixonic)) ### [`v5.7.1`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v571-2021-03-18) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.7.0...v5.7.1) ##### :bug: Bug Fix - [#​685](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/685) Ensure global is present for Node 10 + globalThis polyfill ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.7.0`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v570-2021-03-18) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.6.5...v5.7.0) ##### :rocket: Enhancement - [#​683](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/683) Disable the modules API polyfill on Ember 3.27+ ([@​pzuraq](https://togithub.com/pzuraq)) ##### :house: Internal - [#​684](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/684) Update babel-plugin-htmlbars-inline-precompile to 4.4.6. ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 2 - Chris Garrett ([@​pzuraq](https://togithub.com/pzuraq)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.6.5`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v565-2021-03-12) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.6.4...v5.6.5) ##### :bug: Bug Fix - [#​680](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/680) Update inline template compilation plugin to avoid errors on rebuilds ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 2 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.6.4`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v564-2021-03-07) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.6.3...v5.6.4) ##### :bug: Bug Fix - [#​678](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/678) Make `setTimeout`/`clearTimeout` available to the template compiler sandbox ([@​rwjblue](https://togithub.com/rwjblue)) - [#​677](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/677) Support TypeScript merging of export default declarations in template colocation ([@​dfreeman](https://togithub.com/dfreeman)) ##### Committers: 2 - Dan Freeman ([@​dfreeman](https://togithub.com/dfreeman)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.6.3`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v563-2021-03-04) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.6.2...v5.6.3) ##### :bug: Bug Fix - [#​675](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/675) Remove development only `optionalDependencies` (`release-it` and `release-it-lerna-changelog`). ([@​alexlafroscia](https://togithub.com/alexlafroscia)) ##### Committers: 1 - Alex LaFroscia ([@​alexlafroscia](https://togithub.com/alexlafroscia)) ### [`v5.6.2`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v562-2021-02-27) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.6.1...v5.6.2) ##### :bug: Bug Fix - [#​665](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/665) Ensure AST plugins have the same ordering as < ember-cli-htmlbars@5.5.0. ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.6.1`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v561-2021-02-26) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.6.0...v5.6.1) ##### :bug: Bug Fix - [#​663](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/663) Ember Ember 3.27+ can determine global for template compilation ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.6.0`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v560-2021-02-26) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.5.0...v5.6.0) ##### :rocket: Enhancement - [#​661](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/661) Remove usage of registerPlugin / unregisterPlugin ([@​rwjblue](https://togithub.com/rwjblue)) ##### :bug: Bug Fix - [#​662](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/662) Avoid building the template compiler cache key repeatedly ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.5.0`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v550-2021-02-26) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.4.0...v5.5.0) ##### :rocket: Enhancement - [#​660](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/660) Replace `purgeModule` cache busting with `vm` based sandboxing ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.4.0`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v540-2021-02-24) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.3.2...v5.4.0) ##### :house: Internal - [#​659](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/659) Enable experimentation via `ember-template-imports` addon ([@​pzuraq](https://togithub.com/pzuraq)) ##### Committers: 1 - Chris Garrett ([@​pzuraq](https://togithub.com/pzuraq)) ### [`v5.3.2`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/HEAD/CHANGELOG.md#v532-2021-02-10) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.3.1...v5.3.2) ##### :rocket: Enhancement - [#​657](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/657) Make cacheKey lazy ([@​krisselden](https://togithub.com/krisselden)) ##### Committers: 2 - Kris Selden ([@​krisselden](https://togithub.com/krisselden)) - [@​dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview)

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 this update 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.