Trikolon / liquidradio

Frontend for music station Liquid Radio
https://liquidradio.pro
MIT License
7 stars 2 forks source link

Bump offline-plugin from 4.9.0 to 5.0.5 #58

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps offline-plugin from 4.9.0 to 5.0.5.

Release notes *Sourced from [offline-plugin's releases](https://github.com/NekR/offline-plugin/releases).* > ## v5.0.5 > - Fix package dependencies [#387](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/387) > > Thanks [**yesmeck**](https://github.com/yesmeck) for finding the issue! > > (fuck npm 6) > > ## v5.0.4 > ## Bug fixes release > > - Update `deep-extend` package to resolve security issue [#381](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/381) > - Fix rare issue of in-ServiceWorker fetch() interaction with Chrome DevTools [#385](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/385) > - Fix ServiceWorker file being not-navigable and instead returning appShell's file contents [#383](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/383) > > ## v5.0.3 > Fix `ServiceWorker.minify` option to automatically detect when `optimization.minimize` is used and apply Uglify plugin (webpack 4+) https://github-redirect.dependabot.com/NekR/offline-plugin/issues/379 > > ## v5.0.2 > Fixes incompatibility with `hard-source-webpack-plugin` by utilizing newer (webpack 2+) loaders injection into NFM "after-resolve" https://github-redirect.dependabot.com/mzgoddard/hard-source-webpack-plugin/issues/289 > > ## v5.0.1 > Fix usage of the plugin without options [#377](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/377) > > # v5.0.0 πŸŽ‰ > > ### Breaking changes: > > * Support of Node 4 has been dropped [#353](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/353) > * Support of webpack 1 has been dropped [#353](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/353) > * AppCache is now disabled **by default** (celebrating ServiceWorker release in Safari and Edge), but can be enabled again with `AppCache: true` or more detailed `AppCache` options > * `ServiceWorker.navigateFallbackURL` and `ServiceWorker.navigateFallbackForRedirects` have been deprecated since `4.9.0` and now are dropped. Use [`appShell`](https://github.com/NekR/offline-plugin/blob/master/docs/app-shell.md) option instead. Also see [updated SPA example](https://github.com/NekR/offline-plugin/blob/master/docs/examples/SPA.md) with `appShell` option [#335](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/335) > * `ServiceWorker.prefetchRequest.credentials` is now default to `'same-origin'` > * Undocumented "loaders" feature has been removed > > > ### Updates > > * webpack 4 is supported now πŸŽ‰ [#353](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/353), [#357](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/357) > * Fixture tests has been updated to run against webpack 2-4, and more browser tests has been written > * Added `ServiceWorker.updateViaCache` option (reflecting the same option on ServiceWorker's `register()` method) > * Fixed issue with `additional` caches not being added at all when one of them failed to load, preventing caches from being updated/refetched later > > Many thanks to [**ykzts**](https://github.com/ykzts) for his great work on porting `minify` option and `UglifyJsPlugin` in general to work together with `offline-plugin` and webpack 4. πŸ™ŒπŸ™β€οΈ > Thanks to [**GGAlanSmithee**](https://github.com/GGAlanSmithee) for helping with the docs throughout the releases and for his general guiding πŸ‘Œ > > And the last, but not least: Thanks to our [**SPONSORS**](https://opencollective.com/offline-plugin#sponsor) and [**BACKERS**](https://opencollective.com/offline-plugin#backer) for supporting the project! You're the best! β­οΈπŸŽ‰ > > ## v4.9.1 > * Fix `isNotRedirectedResponse` function is used without an argument [#370](https://github-redirect.dependabot.com/NekR/offline-plugin/issues/370)
Commits - [`962f90d`](https://github.com/NekR/offline-plugin/commit/962f90d8445a5e23e8046dfc49747e612e80011e) [ci skip] Release 5.0.5 - [`76d02f3`](https://github.com/NekR/offline-plugin/commit/76d02f3143b8e89d1a756cc97798a1490648a2f6) Fix dependencies. Fuck npm 6 - [`680d427`](https://github.com/NekR/offline-plugin/commit/680d4275451a9b75ee0f88ccfcce852c6350f367) Fix dependencies. Fuck nvm 6 - [`df08535`](https://github.com/NekR/offline-plugin/commit/df085355bd0869c1298e188f7e640a991d4a5f90) [skip ci] 5.0.4 - [`363a89e`](https://github.com/NekR/offline-plugin/commit/363a89e8f0214f186273f180c5a8acc3782728fa) [ci skip] Release 5.0.5 - [`56553d4`](https://github.com/NekR/offline-plugin/commit/56553d44cd70877e18dc51e59c121b63ff48ccdb) [ci skip] Release 5.0.4 - [`ddec2aa`](https://github.com/NekR/offline-plugin/commit/ddec2aa93a7ea1cf8f0338518f96cf9f521607c9) Fix tests - [`ec987f4`](https://github.com/NekR/offline-plugin/commit/ec987f464d4b4bc1b226f94a9413c2c0e9b02d54) Fix appShell returning the shell file when navigating to sw file's location - [`2cf8af2`](https://github.com/NekR/offline-plugin/commit/2cf8af2c07ed80ded8db9e50a3cc9b08b9f21f2e) Update fixtures to new webpack 4's bundle output format - [`5b9f60a`](https://github.com/NekR/offline-plugin/commit/5b9f60a2590d26900ba378548aedc0b9350278dc) Fix 'only-if-cached' in fetch event error - Additional commits viewable in [compare view](https://github.com/NekR/offline-plugin/compare/v4.9.0...v5.0.5)


Dependabot compatibility score

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.


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.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@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 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.
dependabot-preview[bot] commented 6 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.