Closed renovate[bot] closed 11 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
trident | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Dec 13, 2023 11:53pm |
This PR contains the following updates:
^9.0.0
->^10.0.0
Release Notes
DuCanhGH/next-pwa (@ducanh2912/next-pwa)
### [`v10.0.0`](https://togithub.com/DuCanhGH/next-pwa/releases/tag/%40ducanh2912/next-pwa%4010.0.0) [Compare Source](https://togithub.com/DuCanhGH/next-pwa/compare/@ducanh2912/next-pwa@9.7.2...@ducanh2912/next-pwa@10.0.0) **NOTE**: If there's no specific reason to continue using `@ducanh2912/next-pwa`, consider migrating to [`@serwist/next`](https://togithub.com/DuCanhGH/next-pwa/discussions/121). This version (10.0.0) is the LAST PLANNED major version for `@ducanh2912/next-pwa`. It is now under maintenance mode and will not receive as many feature updates as it used to. ##### Major Changes - [`52d2390`](https://togithub.com/DuCanhGH/next-pwa/commit/52d23902cf674345e47d68b85fc0a206d079bf63) Thanks [@DuCanhGH](https://togithub.com/DuCanhGH)! - chore(backporting): backported some changes from `@serwist/next@8.0.0` - Removed `buildExcludes`. - Simply use `workboxOptions.exclude` as a replacement. - Removed `customWorkerDir`. - Use `customWorkerSrc` instead. - Removed `browserslist`, `swcMinify`, `watchWorkersInDev`. - We now create child compilers on Next.js's compiler instead of starting separate Webpack processes. - This also means you don't need to have `@swc/core` installed anymore. - Change the default value for `dest` from `".next"` to `"public"`. - You should change it to `".next"` in your project if there's demand, but I'd recommend using `"public"` instead. - Fixed the custom worker and the fallback worker not working... - This was caused by `next-pwa`'s `importScripts` not being passed to Workbox. I'm seriously sorry... - Moved the minimum supported Next.js version from 11.0.0 to 14.0.0. - This is to remove the appDir check. ##### Patch Changes - [#115](https://togithub.com/DuCanhGH/next-pwa/pull/115) [`974326e`](https://togithub.com/DuCanhGH/next-pwa/commit/974326eb21b31b550b0d5b663cc35a2ebc19344c) Thanks [@vlad-yakovlev](https://togithub.com/vlad-yakovlev)! - fix(next-auth): allow users to use the application offlineConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.