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.6.0 #426

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 24, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-pwa 5.0.1 -> 5.6.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

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.

@vercel
Copy link

vercel bot commented Jan 24, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/monkeybear/portfolio-next-js/Gd8Av1uc3rAWokr11zQNVV2TBLWz
✅ Preview: https://portfolio-next-js-git-renovate-next-pwa-5x-monkeybear.vercel.app

@DeKalDangerBot
Copy link
Collaborator

DeKalDangerBot commented Jan 24, 2021

Fails
🚫

Requires one of these labels: [tag: new feature, tag: breaking change, tag: bug fix, tag: enhancement, tag: documentation, tag: internal] to be referenced in CHANGELOG.md

🚫 Please assign someone to merge this PR, and optionally include people who should review.

Generated by 🚫 dangerJS against 0f8bfe9

@renovate renovate bot changed the title Update dependency next-pwa to v5.0.4 Update dependency next-pwa to v5.0.5 Feb 2, 2021
@renovate renovate bot changed the title Update dependency next-pwa to v5.0.5 Update dependency next-pwa to v5.0.6 Mar 7, 2021
@renovate renovate bot changed the title Update dependency next-pwa to v5.0.6 Update dependency next-pwa to v5.2.15 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/next-pwa-5.x branch from 7f89c30 to 457afae Compare May 9, 2021 21:18
@renovate renovate bot changed the title Update dependency next-pwa to v5.2.15 Update dependency next-pwa to v5.2.21 May 9, 2021
@DeKal
Copy link
Owner

DeKal commented Jun 15, 2021

@dependabot rebase

@renovate renovate bot changed the title Update dependency next-pwa to v5.2.21 Update dependency next-pwa to v5.2.22 Jul 3, 2021
@renovate renovate bot changed the title Update dependency next-pwa to v5.2.22 Update dependency next-pwa to v5.2.23 Jul 5, 2021
@renovate renovate bot changed the title Update dependency next-pwa to v5.2.23 Update dependency next-pwa to v5.2.24 Jul 19, 2021
@renovate renovate bot changed the title Update dependency next-pwa to v5.2.24 Update dependency next-pwa to v5.2.25 Aug 16, 2021
@renovate renovate bot changed the title Update dependency next-pwa to v5.2.25 Update dependency next-pwa to v5.3.0 Aug 16, 2021
@renovate renovate bot changed the title Update dependency next-pwa to v5.3.0 Update dependency next-pwa to v5.3.1 Aug 16, 2021
@renovate renovate bot changed the title Update dependency next-pwa to v5.3.1 Update dependency next-pwa to v5.4.0 Oct 18, 2021
@renovate renovate bot changed the title Update dependency next-pwa to v5.4.0 Update dependency next-pwa to v5.4.5 Mar 7, 2022
@renovate renovate bot changed the title Update dependency next-pwa to v5.4.5 Update dependency next-pwa to v5.4.6 Mar 26, 2022
@renovate renovate bot changed the title Update dependency next-pwa to v5.4.6 Update dependency next-pwa to v5.5.2 Apr 24, 2022
@vercel
Copy link

vercel bot commented Apr 24, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portfolio-next-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2024 5:03pm

@renovate renovate bot changed the title Update dependency next-pwa to v5.5.2 Update dependency next-pwa to v5.5.4 Jun 18, 2022
@renovate renovate bot changed the title Update dependency next-pwa to v5.5.4 Update dependency next-pwa to v5.6.0 Sep 25, 2022
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.

2 participants