Skip to content
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

Update dependency next-pwa to v5 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 26, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-pwa ^3.1.5 -> ^5.0.0 age adoption passing confidence

Release Notes

shadowwalker/next-pwa (next-pwa)

v5.6.0

Compare Source

Summary

BREAKING CHANGE

Start from version 5.6.0. This plugin function signature has been changed to follow the recommended pattern from next.js. Mainly extracting pwa config from mixing into rest of the next.js config. This is also less intrusive. See following commit for details.

shadowwalker/next-pwa@1e6af5f

Full Changelog: shadowwalker/next-pwa@5.5.6...5.6.0

v5.5.6

Compare Source

Important

Version 5.5.5 included a broken change which prevent pwa config to be effective. This release will fix that.

What's Changed

New Contributors

Full Changelog: shadowwalker/next-pwa@5.5.5...5.5.6

v5.5.5

Compare Source

What's Changed

New Contributors

Full Changelog: shadowwalker/next-pwa@5.5.4...5.5.5

v5.5.4

Compare Source

What's Changed

New Contributors

Full Changelog: shadowwalker/next-pwa@5.5.3...5.5.4

v5.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: shadowwalker/next-pwa@5.5.2...5.5.3

v5.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: shadowwalker/next-pwa@5.5.1...5.5.2

v5.5.1

Compare Source

Summary

Fix 404 error on precaching sw.js

v5.5.0

Compare Source

Fix
  1. Update precache manifest revision to contenthash from webpack, suggested by @​ammar-oker
Misc
  • Update dependencies
Fix
  1. (the real) Fix for not precache server js
  2. Fix service worker register url edge case

v5.4.7

Fix
  1. (the real) Fix for not precache server js
  2. Fix service worker register url edge case

v5.4.6

Fix
Misc
  • Update examples and dependencies

v5.4.5

Fix

v5.4.4

Misc
  • Update examples and dependencies

v5.4.2

Fix
  • Exclude middleware-manifest.json from precache
Misc
  • Update examples and dependencies

v5.4.0

  1. Add custom worker directory config (@​TimoWilhelm)

v5.3.2

Misc
  • Update examples and dependencies

v5.3.1

  1. Default range requests for audios and videos

v5.2.25

Fix
  1. Add support for pageExtensions
Misc
  • Update examples and dependencies

v5.2.24

Fix
  1. Back online reload behaviour configurable

v5.2.23

Fix
  1. Fix double // when precache next/image url - Issue 231
Misc
  • Add next-image example

v5.2.22

Fix
  1. Fix dynamic routes url encoding issue
  2. Add check for caches before register - @​redian
  3. Add cross origin cache configuration
Misc
  • Update examples and dependencies

v5.2.17

Fix
  1. Fix offline page fallback scenario
  2. Present offline post page for @​next/mdx users
  3. Auto reload when app becomes online again

v5.2.14

Fix
  1. Fix custom worker and offline page not detected in src folders issue

v5.2.12

Major
  1. Add next-image runtime cache rules by default

v5.2.10

Fix
  1. OAuth workflow in Safari, work out of box with next-auth

v5.2.6

Fix
  1. Fix minor issues

v5.2.5

Major
  1. Add dependency terser-webpack-plugin

v5.2.4

Major
  1. Fix start url redirect use case

v5.2.2

Fix
  1. Add support for pageExtensions
Misc
  • Update examples and dependencies

v5.2.1

Fix
  1. Fix offline page fallback scenario
  2. Present offline post page for @​next/mdx users
  3. Auto reload when app becomes online again

v5.2.0

Major
  1. Implement offline fallbacks feature
Fix
  1. Not precache /_error

v5.1.4

Misc
  1. Offline fallback concept with handlerDidError cache plugin
Fix
  1. Pass auto offline check in Chrome

v5.1.3

Major
  1. Fix webpack build on custom worker
  2. Support typescript for custom worker - Thanks @​felixmosh
  3. Support environment variable in custom worker - Thanks @​felixmosh
Misc
  • Update examples and dependencies

v5.0.6

Major
  1. Update workbox depdencies to 6.1.1
Misc
  • Update examples and dependencies

v5.0.4

Major
  1. Support ES6+ syntax in custom worker
Misc
  • Update examples and dependencies

v5.0.2

Major
  1. Fix bug for default runtimeCaching not populated
  2. Improve log when build custom worker failed

v5.0.0

Major
  1. Upgrade workbox to 6.0.2
  2. Fix modifyURLPrefix config injection
  3. Add build id as revision for precache entries
Misc
  • Update examples and dependencies

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Aug 26, 2021

✔️ Deploy Preview for quizzical-varahamihira-1e9bf5 ready!

🔨 Explore the source changes: d295d04

🔍 Inspect the deploy log: https://app.netlify.com/sites/quizzical-varahamihira-1e9bf5/deploys/612c1f0c26b15b0008fd36a6

😎 Browse the preview: https://deploy-preview-9--quizzical-varahamihira-1e9bf5.netlify.app

@vlzuiev vlzuiev force-pushed the master branch 2 times, most recently from d9332c9 to 6fd761f Compare August 26, 2021 21:47
@renovate renovate bot force-pushed the renovate/next-pwa-5.x branch 4 times, most recently from ca71de4 to d295d04 Compare August 29, 2021 23:58
@renovate renovate bot force-pushed the renovate/next-pwa-5.x branch 2 times, most recently from c4c759d to eaa37b2 Compare October 15, 2021 17:04
@renovate renovate bot force-pushed the renovate/next-pwa-5.x branch from eaa37b2 to 3f0acd5 Compare March 7, 2022 08:54
@renovate renovate bot force-pushed the renovate/next-pwa-5.x branch from 3f0acd5 to 3196ef2 Compare March 26, 2022 13:17
@renovate renovate bot force-pushed the renovate/next-pwa-5.x branch from 3196ef2 to 1b6c6c0 Compare April 24, 2022 19:03
@renovate renovate bot force-pushed the renovate/next-pwa-5.x branch from 1b6c6c0 to 9ecda47 Compare June 18, 2022 15:57
@renovate renovate bot force-pushed the renovate/next-pwa-5.x branch from 9ecda47 to 63e5d45 Compare September 25, 2022 13:05
@renovate renovate bot force-pushed the renovate/next-pwa-5.x branch from 63e5d45 to 949b8f0 Compare November 20, 2022 16:09
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.

0 participants