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.1 to 12.0.2 #855

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps next from 12.0.1 to 12.0.2.

Release notes

Sourced from next's releases.

v12.0.2

Core Changes

  • update tsconfig correctly when compilerOptions is not set yet: #30355
  • Update swc: #30404
  • fix external fallback for invalid packages: #30427
  • Update swc: #30426
  • remove console.log: #30447
  • Relax warning for next/image parent element: #30453
  • Make sure externals is an array: #30466
  • Fix native-url containing non-es5 usage: #30474
  • Fix issue with placeholder followed by numbers: #30493
  • Share resolve logic for trace and externals: #30499
  • Update to copy necessary RSC files from dep: #30505
  • Update swc: #30509
  • Update swc to fix minifier issue: #30540
  • Exclude musl from target: #30548
  • Revert "Update swc to fix minifier issue": #30551
  • Fix file path overflowing in error popup: #27575
  • add warning to update featureName in FEATURE_USAGE backend: #30283
  • Update publish-native to not block on error: #30565
  • Simplify concurrent features related configurations and fix tests: #30546
  • Split Set-Cookie header correctly: #30560
  • Relax warning for next/image loader width: #30562
  • Fix publish native including non-packages: #30589
  • Fix redundant styled-jsx global issue: #30584
  • Add buffering for streaming until the shell is completed: #30585
  • Check react 18 flags and add more tests: #30575
  • Update to latest shell-quote: #30621
  • Relax warning for next/image loader width even more: #30624
  • make sure "webpack" exists in the repo for typings: #30371
  • Chore/rust workflow: #30577
  • update webpack: #30634
  • Update output tracing to do separate passes: #30637
  • Revert incremental config to fix missing types: #30644
  • Fix check compiled step : #30645
  • Fix missing dev option for the middleware SSR loader: #30639
  • Fixed "Expected jsx identifier" error on TypeScript generics & angle bracket type assertions in .ts files: #30619
  • Add auto-commonjs and update swc: #30661
  • Provide default fallback _document and _app for for concurrent mode: #30642
  • Remove isCommonJS check as it has been moved to next-swc: #30677
  • Update swc: #30685

Documentation Changes

  • Removing duplicated instead word: #30442
  • fix(docs): Fix broken link in testing documentation: #30448
  • Update SWC failed error with link to discussion: #30469
  • docs: update Middleware API reference: #30485
  • Update examples at headers documentation: #30502

... (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)
amclin commented 2 years ago

:tada: This PR is included in version 4.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: