Skip to content

Commit

Permalink
chore(deps): update dependency vite-plugin-pwa to ^0.19.0 (#115)
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 |
|---|---|---|---|---|---|
| [vite-plugin-pwa](https://togithub.com/vite-pwa/vite-plugin-pwa) |
[`^0.18.0` ->
`^0.19.0`](https://renovatebot.com/diffs/npm/vite-plugin-pwa/0.18.1/0.19.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-pwa/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plugin-pwa/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plugin-pwa/0.18.1/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-pwa/0.18.1/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vite-pwa/vite-plugin-pwa (vite-plugin-pwa)</summary>

###
[`v0.19.0`](https://togithub.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.19.0)

[Compare
Source](https://togithub.com/vite-pwa/vite-plugin-pwa/compare/v0.18.2...v0.19.0)

#####    🚨 Breaking Changes

- Add experimental PWA assets generation and injection  -  by
[@&#8203;userquin](https://togithub.com/userquin) in
[vite-pwa/vite-plugin-pwa#621
[<samp>(d9ffc)</samp>](https://togithub.com/vite-pwa/vite-plugin-pwa/commit/d9ffcb5)

#####     [View changes on
GitHub](https://togithub.com/vite-pwa/vite-plugin-pwa/compare/v0.18.2...v0.19.0)

###
[`v0.18.2`](https://togithub.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.18.2)

[Compare
Source](https://togithub.com/vite-pwa/vite-plugin-pwa/compare/v0.18.1...v0.18.2)

#####    🐞 Bug Fixes

- Use `swDest` folder to resolve mjs and map files in Vite build  -  by
[@&#8203;userquin](https://togithub.com/userquin) in
[vite-pwa/vite-plugin-pwa#661
[<samp>(aaa85)</samp>](https://togithub.com/vite-pwa/vite-plugin-pwa/commit/aaa856b)

#####     [View changes on
GitHub](https://togithub.com/vite-pwa/vite-plugin-pwa/compare/v0.18.1...v0.18.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/SebastianGoeb/chinese-chart).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 19, 2024
1 parent 38ccd5c commit 0b72507
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 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 @@ -37,7 +37,7 @@
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.18.0",
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-solid": "^2.7.2",
"vitest": "^1.1.0"
},
Expand Down

0 comments on commit 0b72507

Please sign in to comment.