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.3 to 12.0.4 #869

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps next from 12.0.3 to 12.0.4.

Release notes

Sourced from next's releases.

v12.0.4

Core Changes

  • Update middleware eval checks: #30883
  • Optimize the SSR middleware runtime size: #30906
  • Improve error handling in the SSR middleware: #31057
  • Ensure decode error in minimal mode responds with 400 not 500: #31037
  • Update ServerlessPlugin to use chunkGraph: #31058
  • Fix custom 404 page when concurrentFeatures is enabled: #31059
  • Upgrade React alpha and experimental dependencies to latest: #31039
  • Change disabled SWC message to Log.info: #31091
  • Add render prop support to <Main>: #30156
  • Change .web extension of document page to part of path: #31116
  • Enable code splitting for the web runtime build: #31090
  • Give priority to document.title over h1 when announcing page change: #31147
  • Add webpack5 namespace to fix type errors: #31140
  • Add warning when image has unused sizes prop: #31064
  • Add experimental next-swc jest transform: #30993
  • fix: support --cache-strategy ESLint argument (fixes #29926): #29928
  • fixes #31060: NullReferenceException: #31061
  • use loader-utils 2 for resolve-url-loader to fix ./data: urls in sass: #31134
  • Update reason message for isolatedModules and esModuleInterop: #31150
  • Add input/output test for 30091: #31166
  • Fix useId mismatches on hydration: #31102
  • Do not hide body when concurrentFeatures is enabled: #31187
  • Fix middleware i18n rewrites: #31174
  • next-swc: Add displayNameAndId of styled-components: #31189
  • Use require.resolve to detect "framework" packages (fix pnpm): #21048
  • Add all cases where webpack5 type is used: #31206
  • Add test for styled-components SWC transform disabled: #31214
  • Add initial standalone build handling: #31003
  • fix(middleware): expose CryptoKey and globalThis.CryptoKey: #31193
  • Disable styled-components displayName in production: #31216
  • fix(31013): add base path to preflight request url: #31101
  • share collections in middleware vm context: #31043
  • Support assetPrefix specific protocol: #31213
  • upgrade webpack: #31034
  • Update swc: #31233
  • run middleware parser handler only for middleware modules: #31219
  • Update swc minifier: #31242
  • Fix process.env overriden in web runtime: #31261
  • fix: replaced useless let: #31239
  • Experimental next/jest config helper: #31246
  • correctly assess node equality when nonce attribute is present: #27573
  • bugfix/i18n Do not support the second locale in the pathname: #31229
  • Fix typo in next build log: #31295
  • Ensure next/jest is published: #31296
  • Update swc for jsc.paths: #31290
  • next/jest: Ensure typeof window is not transformed in jsdom environment: #31304
  • Output where preference is saved: #31305

... (truncated)

Commits
  • abd87a5 v12.0.4
  • b204640 v12.0.4-canary.15
  • a9eb0de Ensure swc dep is copied for isolated tests (#31462)
  • b51a020 middleware: add request referrer support (#31343)
  • 66d9b4e v12.0.4-canary.14
  • be03a1d Remove .only and ensure jest lint rules apply for all tests (#31456)
  • ef57953 Close stream when fatal error occurs (#31164)
  • eb0bd63 Fix basePath replacing server-side and normalizeLocalePath() when path is e...
  • 2d9ac39 Remove moment locale replace from craCompat as it's a default in Next.js 12 (...
  • 16d56e2 Refactor server/render for SSR streaming (#31231)
  • Additional commits viewable in compare view


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: