Changelog
*Sourced from [ember-cli-fastboot's changelog](https://github.com/ember-fastboot/ember-cli-fastboot/blob/master/CHANGELOG.md).*
> ## v2.2.0 (2019-09-10)
>
> * use volta to pin node to ease development
> * Added support to update manifest app files from index.html
> Embroider Support: Moved app factory module out of fastboot-app-module ([#714](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/714))
> * Point to ember-data-storefront instead of ember-cached-shoe ([#718](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/718))
> * Dev server forwards out of scope requests
>
> ## v2.1.1 (2019-06-03)
>
> #### :bug: Bug Fix
> * [#699](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/699) Ensure FastBoot rendered content is cleared even if the server rendered application contains malformed HTML. ([@noslouch](https://github.com/noslouch))
>
> #### Committers: 1
> - Brian Whitton ([@noslouch](https://github.com/noslouch))
>
> ## v2.1.0 (2019-05-28)
>
> #### :rocket: Enhancement
> * [#666](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/666) memoize existsSync calls on the fastboot instance itself ([@stefanpenner](https://github.com/stefanpenner))
>
> #### :bug: Bug Fix
> * [#692](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/692) Fix deprecation warning for Ember.Logger usage ([@rileyhilliard](https://github.com/rileyhilliard))
> * [#690](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/690) Moved building fastboot config tree from postProcessTree to treeForPublic ([@dnalagatla](https://github.com/dnalagatla))
>
> #### :memo: Documentation
> * [#694](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))
>
> #### :house: Internal
> * [#694](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))
> * [#679](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/679) Get tests passing again by testing against ember-data@3.8.0 instead of master ([@kiwiupover](https://github.com/kiwiupover))
>
> #### Committers: 5
> - David Laird ([@kiwiupover](https://github.com/kiwiupover))
> - Dinesh Nalagatla ([@dnalagatla](https://github.com/dnalagatla))
> - Riley Hilliard ([@rileyhilliard](https://github.com/rileyhilliard))
> - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
> - Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
>
> ## 2.0.4
>
> * Fix issue in IE11 when using `Array.from`
>
> ## 2.0.1
> * Fixes issue where shoebox data was being cleared when clearing the server side content.
>
> ## 2.0.0
>
> * Drop Node 4 support.
> * Disentangle from broccoli-asset-rev (requires broccoli-asset-rev@3.0.0).
> ... (truncated)
Commits
- [`6a4c8b8`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/6a4c8b813f67ba5c0f14e174bdc2b15f8b827a46) release v2.2.0 🎉
- [`499c8ad`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/499c8add037677f68ea49dc51463d20b115e7561) update changelog
- [`94a2674`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/94a2674a18decf12769c34380b853cca88d73a7c) Merge pull request [#723](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/723) from ember-fastboot/use-volta
- [`f5c19d5`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/f5c19d575ee7a55ccccc8838f8517747a75c66cc) use volta to pin node to ease development
- [`87a8695`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/87a86951b0aee0532af08309d4eab7d364a060e5) Added support to update manifest appfiles from index.html ([#701](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/701))
- [`0a12a6f`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/0a12a6f226f037e83ecb256c18519b47269e9dc0) Added support to update manifest app files from index.html
- [`2ad9389`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/2ad9389fac229357f5d5a25b1d7a73fdadbe050e) Embroider Support: Moved app factory module out of fastboot-app-… ([#714](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/714))
- [`617a17c`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/617a17c23f4d2157f935db2471d0a3d621971a8b) Embroider Support: Moved app factory module out of fastboot-app-module
- [`85a2aad`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/85a2aad5c33ac106ec61cc394cb2a5a171bfb180) Point to ember-data-storefront instead of ember-cached-shoe ([#718](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/718))
- [`60eeeba`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/60eeeba770c082808371fc6e806112441a29711e) Dev server forwards out of scope requests ([#717](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/717))
- Additional commits viewable in [compare view](https://github.com/ember-fastboot/ember-cli-fastboot/compare/v2.1.3...v2.2.0)
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.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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 the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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.
Bumps ember-cli-fastboot from 2.1.3 to 2.2.0.
Changelog
*Sourced from [ember-cli-fastboot's changelog](https://github.com/ember-fastboot/ember-cli-fastboot/blob/master/CHANGELOG.md).* > ## v2.2.0 (2019-09-10) > > * use volta to pin node to ease development > * Added support to update manifest app files from index.html > Embroider Support: Moved app factory module out of fastboot-app-module ([#714](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/714)) > * Point to ember-data-storefront instead of ember-cached-shoe ([#718](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/718)) > * Dev server forwards out of scope requests > > ## v2.1.1 (2019-06-03) > > #### :bug: Bug Fix > * [#699](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/699) Ensure FastBoot rendered content is cleared even if the server rendered application contains malformed HTML. ([@noslouch](https://github.com/noslouch)) > > #### Committers: 1 > - Brian Whitton ([@noslouch](https://github.com/noslouch)) > > ## v2.1.0 (2019-05-28) > > #### :rocket: Enhancement > * [#666](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/666) memoize existsSync calls on the fastboot instance itself ([@stefanpenner](https://github.com/stefanpenner)) > > #### :bug: Bug Fix > * [#692](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/692) Fix deprecation warning for Ember.Logger usage ([@rileyhilliard](https://github.com/rileyhilliard)) > * [#690](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/690) Moved building fastboot config tree from postProcessTree to treeForPublic ([@dnalagatla](https://github.com/dnalagatla)) > > #### :memo: Documentation > * [#694](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue)) > > #### :house: Internal > * [#694](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/694) Add automated release setup. ([@rwjblue](https://github.com/rwjblue)) > * [#679](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/pull/679) Get tests passing again by testing against ember-data@3.8.0 instead of master ([@kiwiupover](https://github.com/kiwiupover)) > > #### Committers: 5 > - David Laird ([@kiwiupover](https://github.com/kiwiupover)) > - Dinesh Nalagatla ([@dnalagatla](https://github.com/dnalagatla)) > - Riley Hilliard ([@rileyhilliard](https://github.com/rileyhilliard)) > - Robert Jackson ([@rwjblue](https://github.com/rwjblue)) > - Stefan Penner ([@stefanpenner](https://github.com/stefanpenner)) > > ## 2.0.4 > > * Fix issue in IE11 when using `Array.from` > > ## 2.0.1 > * Fixes issue where shoebox data was being cleared when clearing the server side content. > > ## 2.0.0 > > * Drop Node 4 support. > * Disentangle from broccoli-asset-rev (requires broccoli-asset-rev@3.0.0). > ... (truncated)Commits
- [`6a4c8b8`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/6a4c8b813f67ba5c0f14e174bdc2b15f8b827a46) release v2.2.0 🎉 - [`499c8ad`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/499c8add037677f68ea49dc51463d20b115e7561) update changelog - [`94a2674`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/94a2674a18decf12769c34380b853cca88d73a7c) Merge pull request [#723](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/723) from ember-fastboot/use-volta - [`f5c19d5`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/f5c19d575ee7a55ccccc8838f8517747a75c66cc) use volta to pin node to ease development - [`87a8695`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/87a86951b0aee0532af08309d4eab7d364a060e5) Added support to update manifest appfiles from index.html ([#701](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/701)) - [`0a12a6f`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/0a12a6f226f037e83ecb256c18519b47269e9dc0) Added support to update manifest app files from index.html - [`2ad9389`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/2ad9389fac229357f5d5a25b1d7a73fdadbe050e) Embroider Support: Moved app factory module out of fastboot-app-… ([#714](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/714)) - [`617a17c`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/617a17c23f4d2157f935db2471d0a3d621971a8b) Embroider Support: Moved app factory module out of fastboot-app-module - [`85a2aad`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/85a2aad5c33ac106ec61cc394cb2a5a171bfb180) Point to ember-data-storefront instead of ember-cached-shoe ([#718](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/718)) - [`60eeeba`](https://github.com/ember-fastboot/ember-cli-fastboot/commit/60eeeba770c082808371fc6e806112441a29711e) Dev server forwards out of scope requests ([#717](https://github-redirect.dependabot.com/ember-fastboot/ember-cli-fastboot/issues/717)) - Additional commits viewable in [compare view](https://github.com/ember-fastboot/ember-cli-fastboot/compare/v2.1.3...v2.2.0)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
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.