Bump next from 9.5.5 to 10.0.6
Created by: dependabot-preview[bot]
Bumps next from 9.5.5 to 10.0.6.
Release notes
Sourced from next's releases.
v10.0.6
Core Changes
- refactor(next): client/index.tsx: #20806
- Update profiling approach to cover webpack runs: #20900
- Prevent unpredictable dependency hosting by explicitly resolve module path on webpack.ProvidePlugin: #20971
- fix: Replace all backslashes when normalizing path in getFormattedDiagnostic: #17915
- Error when exporting to
static
directory: #20969- fix(next): always enable absoluteRuntime when running under webpack: #19538
- perf(next): use require.resolve instead of resolve: #19518
- feat(css): add strictPostcssConfiguration flag: #20914
- Add proper error when conflicting paths are detected: #20918
- Font optimization - remove warning message: #20874
- Wrong index path revalidation timer: #20818
- Fix image cache for vector and animated images: #20480
- feat: webpack inlining with configuration for v4 / v5: #20598
- fix: bump node-sass peer dependency: #21084
- fix: webpack 5 and worker-loader support: #21050
- feat: Webpack loader inlining: #21127
- Bump minimum suggested React version: #21046
- fix: resolve two peer dep install warnings: #21176
- fix hydration mismatch on href for url with anchor refs: #21065
- Minimal mode normalizing: #21083
- use webpack resolve api to resolve in externals config: #21205
- improve splitChunks config for webpack 5: #21208
- Add codemod for files that do not support the new React JSX transform: #21281
- Fix webpack 5 warning + disabling of profiling: #21276
- chore: upgrade
chokidar
to fix install warning: #21343- Fix splitting page path by buildId: #19901
- upgrade webpack 5 for empty entrypoint fix: #21353
- Add experimental per-page option to disable JS preloads: #21329
- chore: compile resolve-url-loader: #21351
- chore: compile
style-loader
dep: #21355- chore: compile css-loader: #21357
- Preserve asPath while resolving rewrites: #21410
- ci: fix webpack 5 enabling for tests: #21436
- Fix shallow routing scroll: #21437
- fix(next): respect extends in tsconfig with exclude and include: #16619
- Fix hostname message in dev/start: #20409
- fix: upgrade pinned deps for tests: #21515
- Require only build directory to be writeable for build: #20977
- Critical css fix: #21462
- Fix aspath for getInitialProps: #20572
- refactor: server/api-utils.ts: #21148
- expanded on No Router Instance: #21248
- refactor: add types to name-default-components.ts: #21291
- Fix to parse REACT_EDITOR in env: #21331
- Remove mkdirp: #21365
- Change type of GetServerSidePropsContext.req.cookies the be the same as NextApiRequest.cookies: #21336
- Allow
undefined
body sent tosendData()
: #20981
... (truncated)
Commits
-
5201cdb
v10.0.6 -
f8f2a17
v10.0.6-canary.12 -
232209b
Remove note about Yarn 2 support. (#21665) -
5be31f5
Update CI publish step to trigger after build (#21661) -
5582892
v10.0.6-canary.11 -
843252b
Add note about Yarn 2 support. (#21657) -
8f21c28
Experimental feature changes (#21646) -
08846cf
v10.0.6-canary.10 -
652a1e8
Improvements to webpack tracing, including hot-reload (#21652) -
5a73859
Update docs and Create Next App to use API Middlewares by default. (#21639) - 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)