Skip to content

Commit

Permalink
fix(deps): update dependency @ducanh2912/next-pwa to v10.2.4 (#255)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@ducanh2912/next-pwa](https://togithub.com/DuCanhGH/next-pwa) |
[`10.2.3` ->
`10.2.4`](https://renovatebot.com/diffs/npm/@ducanh2912%2fnext-pwa/10.2.3/10.2.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@ducanh2912%2fnext-pwa/10.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ducanh2912%2fnext-pwa/10.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ducanh2912%2fnext-pwa/10.2.3/10.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ducanh2912%2fnext-pwa/10.2.3/10.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

@coderabbitai: ignore

---

### Release Notes

<details>
<summary>DuCanhGH/next-pwa (@&#8203;ducanh2912/next-pwa)</summary>

###
[`v10.2.4`](https://togithub.com/DuCanhGH/next-pwa/releases/tag/%40ducanh2912/next-pwa%4010.2.4)

[Compare
Source](https://togithub.com/DuCanhGH/next-pwa/compare/@ducanh2912/next-pwa@10.2.3...@ducanh2912/next-pwa@10.2.4)

##### Patch Changes

-
[`07c8861`](https://togithub.com/DuCanhGH/next-pwa/commit/07c886159faafc691645c30ad0917f19069d8c6a)
Thanks [@&#8203;DuCanhGH](https://togithub.com/DuCanhGH)! - fix(core):
fixed invalid precache manifest with `assetPrefix`

- Turns out it is much more complex than we thought. To make this work
with `assetPrefix`, `distDir`, and `basePath`, we now remove
`${publicPath}${publicDirRelativeToOutputPath}` from public files in
`manifestTransforms` because `assetPrefix` is not intended for files
that are in the public directory and we also want to remove
`/_next/${publicDirRelativeToOutputPath}` from the URL, since that is
not how we resolve files in the public directory.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cuculus-dev/cuculus).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 7ded40a commit 1afc4a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@cuculus/cuculus-api": "0.4.1",
"@ducanh2912/next-pwa": "10.2.3",
"@ducanh2912/next-pwa": "10.2.4",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
Expand Down

0 comments on commit 1afc4a6

Please sign in to comment.