amclin / react-project-boilerplate

Boilerplate React project incorporating NextJS, CICD pipelines, unit testing, quality gates, and code styling. It is useful for ensuring consistent working environments across multiple different applications.
Other
10 stars 7 forks source link

refactor(deps-dev): bump next from 12.0.4 to 12.1.2 #930

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps next from 12.0.4 to 12.1.2.

Release notes

Sourced from next's releases.

v12.1.2

Core Changes

  • RSC: handle commonjs in flight loader: #35563
  • Update rsc refresh typing and doc example: #35543
  • Revert "Revert "Make concurrent features independent from the global runtime option" #35405": #35490
  • Update terminal tree view for switchable runtime: #35394
  • Prevent spaces between expressions from being removed: #35613
  • Fix: disable script worker in edge and fix rsc loader and runtime: #35604
  • enhance: detect ESM by ast type: #35627
  • Clean up legacy react 18 tests: #35615
  • Fix server component render condition: #35663
  • Rename createRSCHook to createFlightHook: #35665
  • Ensure eslint plugins dont conflict: #35667

Documentation Changes

  • docs: update styling support for streaming: #35375
  • Fix typo in rewrites docs: #35639
  • Update middleware examples list: #35622

Misc Changes

  • Fix create-next-app failing without yarn installed: #35608
  • Fix hydration issue in the switchable runtime tests: #35616

Credits

Huge thanks to @​huozhi, @​shuding, @​Brooooooklyn, @​TianenPang, @​lfades, and @​timneutkens for helping!

v12.1.2-canary.1

Core Changes

  • enhance: detect ESM by ast type: #35627
  • Clean up legacy react 18 tests: #35615
  • Fix server component render condition: #35663
  • Rename createRSCHook to createFlightHook: #35665
  • Ensure eslint plugins dont conflict: #35667

Documentation Changes

  • Fix typo in rewrites docs: #35639
  • Update middleware examples list: #35622

Credits

Huge thanks to @​TianenPang, @​huozhi, @​shuding, @​lfades, and @​timneutkens for helping!

v12.1.2-canary.0

Core Changes

... (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[bot] commented 2 years ago

Superseded by #931.