Bump next from 9.5.5 to 10.0.5
Created by: dependabot-preview[bot]
Bumps next from 9.5.5 to 10.0.5.
Release notes
Sourced from next's releases.
v10.0.5
Core Changes
- Remove extra redirect for index with i18n: #20397
- Update revalidate checks: #19796
- Ensure query is present with i18n and history navigation: #20441
- Ensure index rewrite is matched with i18n correctly: #20509
- fix(next/image): inherit parent visibility: #20542
- fix Fast Refresh tests with webpack@5: #20543
- Ensure path encoding is handled consistently for prerendered pages: #19135
- Remove import type syntax from core files: #20379
- Add error for invalid webpack 5 version: #20558
- Ignore emacs lockfiles: #20497
- fix(next/image): ignore typography prose styles: #20580
- Clean up webpack 5 version error: #20578
- Update sharp optional dependency to support NPM 7: #20432
- deps: upgrade various deps (mainly babel): #20586
- Remove unnecessary unfetch polyfill for dev: #20589
- Add profiling to webpack loaders: #20392
- Ensure next/image loads correctly with basePath: #20592
- fix(next/link): reset scroll before lifecycles: #20595
- Refactor GS(S)P notFound client-side handling: #20594
- Ensure index basePath is detected correctly: #20596
- Ensure domain locales are redirected client-side: #20562
- fix(build): require test files be full name or extension: #20605
- fix(router): consistent scroll behavior for Link/Router#push: #20606
- feat(next/image): reduce byte waste for 3x screens: #20610
- Fix memory leak in useIntersection: #20407
- feat(next/image): preload priority images: #20615
- Move CSS Preloads to top of head at document render: #18864
- Ensure SSG data 404 handles correctly for non-notFound: #20622
- Fix: fallback font tag repetition: #20382
- feat: upgrade to ncc@0.26.1: #20627
- Ensure href is updated for locale domain: #20631
- fix(experimental scroll): use
sessionStorage
instead ofhistory
: #20633- Add isReady field on router: #20628
- fix(overlay): skip disable & upgrade platform: #20647
- Fix react-dev-overlay rem style conflict: #17723
- fix(next/image): do not pass-through srcSrc on lazy image: #20651
- Ensure all entries are cleared from cache on runtime change: #20652
- Update error when internal href and external as are used: #20658
- fix(source map): correctly generate source maps: #20672
- chore: remove old traces of
next/data
experiment: #20678- fix(next/babel): read env from caller, not process: #20679
- Don't dedupe meta tags with the same name but unique keys: #17099
- chore(client-image): add return types: #20686
- Ensure isReady is set correctly for auto static dynamic route: #20729
- Call res.write('') inside apiRes.redirect() helper to prevent an edge case: #20461
- fix(next): add missing peer dependencies for sass support: #17606
- fix(next-mdx): resolve webpack loader: #17983
Commits
-
ef32e16
v10.0.5 -
b2c6115
v10.0.5-canary.12 -
66a4972
feat: add Twilio Paste example (#20587) -
54102b0
Update gtm.js (#20807) -
b580bea
tests: addisReady
field test for TS (#20821) -
817cffd
Use vercel.app for blog starter URL (#20820) -
79e5615
Add missing isReady declaration to NextRouter type (#20819) -
5fc8d48
Added with-mqtt-js example (#17939) -
35a02d9
v10.0.5-canary.11 -
9a73db7
Fix: Build time error for with-mysql example #19635 (#19636) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)