fix(deps): update dependency next-pwa to v5.6.0 - #635
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
October 11, 2022 05:35
f810263 to
f610e1f
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
October 11, 2022 06:52
f610e1f to
f29d813
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
October 11, 2022 08:26
f29d813 to
6dc7671
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
October 13, 2022 08:23
6dc7671 to
c933e72
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
October 24, 2022 11:20
c933e72 to
763ce15
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
November 6, 2022 16:08
763ce15 to
001348f
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
November 6, 2022 16:29
001348f to
f4762f3
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
November 24, 2022 07:05
f4762f3 to
e29416e
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
December 14, 2022 03:41
e29416e to
38b0b13
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
December 14, 2022 17:25
38b0b13 to
51e6690
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
December 20, 2022 06:41
51e6690 to
ddd5513
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
January 3, 2023 08:35
ddd5513 to
1240fb7
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
January 5, 2023 04:22
1240fb7 to
dfc204b
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
January 5, 2023 19:22
dfc204b to
817b01e
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
February 4, 2023 19:58
817b01e to
aeaa5e8
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
August 10, 2025 15:13
aeaa5e8 to
ee2e958
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
August 31, 2025 11:33
ee2e958 to
2c77800
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
February 15, 2026 10:50
2c77800 to
6bbe529
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
March 5, 2026 15:07
6bbe529 to
78cbad2
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
April 15, 2026 12:56
78cbad2 to
ea096b5
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
May 1, 2026 07:44
ea096b5 to
3b63c4f
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
May 12, 2026 17:18
3b63c4f to
e1195c4
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
May 28, 2026 19:01
e1195c4 to
85a7eb3
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
July 12, 2026 09:36
85a7eb3 to
70475ee
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
July 21, 2026 03:17
70475ee to
94d7d81
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
July 30, 2026 18:02
94d7d81 to
b68308a
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
August 12, 2026 00:01
b68308a to
ea7be24
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
August 29, 2026 05:36
ea7be24 to
eee1106
Compare
renovate
Bot
force-pushed
the
renovate/next-pwa-5.x
branch
from
September 3, 2026 01:44
eee1106 to
b09ecca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.5.4→5.6.0Release Notes
shadowwalker/next-pwa (next-pwa)
v5.6.0Compare Source
Summary
BREAKING CHANGE
Start from version
5.6.0. This plugin function signature has been changed to follow the recommended pattern fromnext.js. Mainly extractingpwaconfig from mixing into rest of the next.js config. This is also less intrusive. See following commit for details.1e6af5fFull Changelog: shadowwalker/next-pwa@5.5.6...5.6.0
v5.5.6Compare Source
Important
Version
5.5.5included a broken change which preventpwaconfig 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.5Compare Source
What's Changed
New Contributors
Full Changelog: shadowwalker/next-pwa@5.5.4...5.5.5
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.