Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Bump ember-cli-htmlbars from 2.0.2 to 3.0.1 (#257)
Browse files Browse the repository at this point in the history
Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 2.0.2 to 3.0.1.
<details>
<summary>Commits</summary>

- [`48a5b69`](ember-cli/ember-cli-htmlbars@48a5b69) release v3.0.1 🎉
- [`fcf265a`](ember-cli/ember-cli-htmlbars@fcf265a) fix memory leak (adapted from [**arthirm**](https://github.com/arthirm)’s https://github.com/ember-cli/ember-c...
- [`28d825f`](ember-cli/ember-cli-htmlbars@28d825f) Merge pull request [#124](https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/issues/124) from ember-cli/upgrades
- [`c54e610`](ember-cli/ember-cli-htmlbars@c54e610) Bump deps
- [`88204ba`](ember-cli/ember-cli-htmlbars@88204ba) release v3.0.0 🎉
- [`c1224fb`](ember-cli/ember-cli-htmlbars@c1224fb) Merge pull request [#123](https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/issues/123) from ember-cli/improve-tests
- [`e56e8e1`](ember-cli/ember-cli-htmlbars@e56e8e1) [fixes #113] Make an actual add-on so it can do comprehensive tests of itself
- [`eb2fe15`](ember-cli/ember-cli-htmlbars@eb2fe15) release v2.0.4 🎉
- [`40c02f9`](ember-cli/ember-cli-htmlbars@40c02f9) Merge pull request [#122](https://github-redirect.dependabot.com/ember-cli/ember-cli-htmlbars/issues/122) from ember-cli/remove-bower
- [`a860e25`](ember-cli/ember-cli-htmlbars@a860e25) Upgrade deps
- Additional commits viewable in [compare view](ember-cli/ember-cli-htmlbars@vv2.0.2...v3.0.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-cli-htmlbars&package-manager=npm_and_yarn&previous-version=2.0.2&new-version=3.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=ember-cli-htmlbars&package-manager=npm_and_yarn&previous-version=2.0.2&new-version=3.0.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

Dependabot will **not** automatically merge this PR because it includes a major update to a development dependency.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
  • Loading branch information
dependabot[bot] authored and Turbo87 committed Oct 14, 2018
1 parent 6d2afc9 commit dbf60fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ember-cli-babel": "^6.8.2",
"ember-cli-blueprint-test-helpers": "^0.18.0",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-htmlbars": "^2.0.2",
"ember-cli-htmlbars": "^3.0.1",
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-qunit": "^4.0.1",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ broccoli-middleware@^1.0.0:
handlebars "^4.0.4"
mime "^1.2.11"

broccoli-persistent-filter@^1.0.1, broccoli-persistent-filter@^1.0.3, broccoli-persistent-filter@^1.1.6:
broccoli-persistent-filter@^1.0.1, broccoli-persistent-filter@^1.1.6:
version "1.2.13"
resolved "https://registry.yarnpkg.com/broccoli-persistent-filter/-/broccoli-persistent-filter-1.2.13.tgz#61368669e2b8f35238fdd38a2a896597e4a1c821"
integrity sha1-YTaGaeK481I4/dOKKolll+ShyCE=
Expand Down Expand Up @@ -2153,13 +2153,13 @@ ember-cli-htmlbars-inline-precompile@^1.0.0:
heimdalljs-logger "^0.1.7"
silent-error "^1.1.0"

ember-cli-htmlbars@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-2.0.2.tgz#230a9ace7c3454b3acff2768a50f963813a90c38"
integrity sha512-Ca7t80nfJx8Gn45m21g/0DR9BH0AODvWOYUp1Ut1pFykoKcTyJa3YiFFu2/IteGQ89cdbnEEy+3Haz62KLSdNA==
ember-cli-htmlbars@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-3.0.1.tgz#01e21f0fd05e0a6489154f26614b1041769e3e58"
integrity sha512-pyyB2s52vKTXDC5svU3IjU7GRLg2+5O81o9Ui0ZSiBS14US/bZl46H2dwcdSJAK+T+Za36ZkQM9eh1rNwOxfoA==
dependencies:
broccoli-persistent-filter "^1.0.3"
hash-for-dep "^1.0.2"
broccoli-persistent-filter "^1.4.3"
hash-for-dep "^1.2.3"
json-stable-stringify "^1.0.0"
strip-bom "^3.0.0"

Expand Down Expand Up @@ -3405,6 +3405,16 @@ hash-for-dep@^1.0.2:
heimdalljs-logger "^0.1.7"
resolve "^1.1.6"

hash-for-dep@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/hash-for-dep/-/hash-for-dep-1.2.3.tgz#5ec69fca32c23523972d52acb5bb65ffc3664cab"
integrity sha512-NE//rDaCFpWHViw30YM78OAGBShU+g4dnUGY3UWGyEzPOGYg/ptOjk32nEc+bC1xz+RfK5UIs6lOL6eQdrV4Ow==
dependencies:
broccoli-kitchen-sink-helpers "^0.3.1"
heimdalljs "^0.2.3"
heimdalljs-logger "^0.1.7"
resolve "^1.4.0"

he@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
Expand Down

0 comments on commit dbf60fe

Please sign in to comment.