Skip to content

Bump next from 9.5.5 to 10.0.7

Imanuel Ulbricht requested to merge dependabot/npm_and_yarn/next-10.0.7 into main

Created by: dependabot-preview[bot]

Bumps next from 9.5.5 to 10.0.7.

Release notes

Sourced from next's releases.

v10.0.7

Core Changes

  • Fix #top anchor link scroll: #16638
  • fix: add declarations for compiled webpack and loader: #21741
  • Add stats config option: #21761
  • Update stats flag default: #21791
  • Add webpack type to ncc bundle: #21785
  • Rename package build scripts to dev: #21743
  • Add version for stats: #21823
  • feat: Implement webpack require hook: #21802
  • Make experimental stats file approximately 90% smaller: #21858
  • Update reasons array to use module id instead of identifier: #21895
  • Make sure all modules are included in the stats file: #21942
  • Fix profiling plugin for next build: #21989
  • Ensure error is passed up in minimal mode: #22030
  • Add nccing AMP optimizer: #21980
  • Only create locale domain links if on locale domain: #22032
  • fix(link): cancel idle callback on unmount: #22072
  • Check if parentspan is provided in profiler: #22061
  • Upgrade to lerna 4: #22039

Documentation Changes

  • Fix “it’s” typo in CRA migration doc: #21678
  • Docs: delete extra bracket [introduction.md]: #21715
  • Fix docs for sample query parameters: #21879
  • Revert "Fix docs for sample query parameters": #21881
  • Add example for headers and link in the docs: #21821
  • Update server output path in static optimization docs: #21910

Example Changes

  • Return a number from sort compare function: #21763
  • fix: send url to gtm.pageview: #21747
  • Remove dotenv from Relay example.: #21814
  • Fix Linaria link: #21826
  • Update react to 17.0.1 in example/with-typescript-eslint-jest: #21870
  • Update React version in Tailwind example: #21906
  • [examples] Wrap entire app with Styletron provider for with-styletron: #21908
  • Fix example for custom server SSR caching: #18786
  • Added blog-starter example using Ghost CMS: #19990
  • Upgrade packages for example/with-typescript-eslint-jest: #21963
  • Improve sanity.io example: #18227
  • with-apollo SSR example added.: #21956
  • Fix with-firebase-hosting running locally: #21971

Misc Changes

  • Update script loader tests: #21730

... (truncated)

Commits

Dependabot compatibility score

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)

Merge request reports

Loading