Skip to content

Bump next from 9.5.5 to 10.1.1

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

Created by: dependabot-preview[bot]

Bumps next from 9.5.5 to 10.1.1.

Release notes

Sourced from next's releases.

v10.1.1

Core Changes

  • Make eslint opt-in until it lands on stable: #23509

Documentation Changes

  • Fix YAML parsing issue in ESLint docs.: #23511

Credits

Huge thanks to @leerob for helping!

v10.1.1-canary.0

Core Changes

  • Make eslint opt-in until it lands on stable: #23509

Documentation Changes

  • Fix YAML parsing issue in ESLint docs.: #23511

Credits

Huge thanks to @leerob for helping!

v10.1.0

Core Changes

  • Revert "Revert "[a11y] Route Announcements"": #23086
  • Upgrade jest-worker: #23077
  • update webpack, fix runtime location, fix undeclared variable, omit env vars from cache version: #23113
  • add env var to enable advanced webpack logging and profiling: #23178
  • get files from entrypoints instead of from chunks: #23174
  • rename to NEXT_WEBPACK_LOGGING: #23186
  • Improve image optimizer to only create 1 worker thread: #23188
  • Ensure process exits after build completes : #23207
  • Fix invalid console.error link: #23213
  • Experimental feature for allowing importing Typescript files outside of the root directory: #22867
  • add separate progress output for typechecking: #23226
  • Fix wrong source path resolved from the stack frame to not expose internal code: #23203
  • upgrade webpack to 5.27.1: #23224
  • Remove visibility: hidden from the image component: #23278
  • Add fallback for component when JavaScript is disabled in browser: #19052
  • Add polyfills for node_modules that are covered in webpack 4 to webpack 5: #23316
  • Add ESLint to Next.js: #22437
  • Remove visibility: inherit from the image component: #23329
  • Automatically enable webpack 5 when possible: #22323
  • upgrade webpack to 5.28.0: #23350
  • Add has route field: #22341

... (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