chore(deps): update dependency @serwist/next to v9.5.7#816
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @serwist/next to v9.5.7#816renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
📦 Next.js Bundle Analysis for junat.liveThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #816 +/- ##
==========================================
+ Coverage 71.34% 73.88% +2.54%
==========================================
Files 57 73 +16
Lines 813 919 +106
Branches 190 215 +25
==========================================
+ Hits 580 679 +99
- Misses 233 239 +6
- Partials 0 1 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2247e0a to
bfbf656
Compare
bfbf656 to
26def23
Compare
26def23 to
a0390e8
Compare
7a83369 to
9ad6dfe
Compare
c74e040 to
23dcb62
Compare
fc733e9 to
7e6a8a6
Compare
7e6a8a6 to
4eb1499
Compare
4eb1499 to
73de131
Compare
7bd92b9 to
5e7cc30
Compare
5e7cc30 to
4bdf71c
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:
9.2.3→9.5.7Release Notes
serwist/serwist (@serwist/next)
v9.5.7Compare Source
Patch Changes
v9.5.6Compare Source
Patch Changes
v9.5.5Compare Source
Patch Changes
v9.5.4Patch Changes
v9.5.3Patch Changes
v9.5.2Patch Changes
v9.5.1Compare Source
Patch Changes
#326
b410227Thanks @Debbl! - fix(next/cli): ignore _global-error.htmlUpdated dependencies []:
v9.5.0Compare Source
Patch Changes
v9.4.4Compare Source
Patch Changes
a7ef40fThanks @DuCanhGH! - feat(next/config): addedserwist.withNextConfigUpdated dependencies []:
v9.4.3Compare Source
Patch Changes
2d44bc1Thanks @DuCanhGH! - fix(utils): publish@serwist/utils@serwist/utilstypes being unresolvable when used in other packages.Updated dependencies [
2d44bc1]:v9.4.2Compare Source
v9.4.1Compare Source
Patch Changes
bfe94ce]:v9.4.0Compare Source
Minor Changes
1271a93Thanks @DuCanhGH! - feat(turbo,next): addeddisabletoSerwistProvider@serwist/windowwhen needed.Patch Changes
v9.3.1Compare Source
Patch Changes
ed4174bThanks @DuCanhGH! - feat(next): added config modeThis patch adds config mode to
@serwist/next, which allows running@serwist/nextafter building the Next.js application. This change allows@serwist/nextto automatically determine and precache prerendered routes. To migrate:Install
concurrently,esbuild, and@serwist/cli:Remove
withSerwistfrom next.config.js:Add serwist.config.js:
If you don't want Serwist to precache prerendered routes, set
precachePrerenderedtofalse.Change your build script:
{ "scripts": { "dev": "concurrently 'serwist build --watch' 'next dev'", "build": "next build && serwist build" } }If you want the Serwist config file to be somewhere else, add
--config path/to/config.js.Add app/serwist.ts to re-export
SerwistProviderfrom@serwist/next:Wrap your app in
SerwistProvider:The config mode works with Turbopack. You don't have to install
@serwist/turbopackto use this.Updated dependencies [
ed4174b]:v9.3.0Compare Source
Patch Changes
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.
This PR was generated by Mend Renovate. View the repository job log.