Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump next from 12.0.3 to 12.0.4 #262

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2021

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 22, 2021
@vercel
Copy link

vercel bot commented Nov 22, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/giscus/giscus/8K28qck2vuTFSucpDhxUy2zWS3Ff
✅ Preview: Failed

[Deployment for f465be3 failed]

@laymonage
Copy link
Member

Doesn't work yet due to vercel/next.js#31240

Bumps [next](https://github.com/vercel/next.js) from 12.0.3 to 12.0.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.0.3...v12.0.4)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2021

Superseded by #294.

@dependabot dependabot bot closed this Dec 4, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-12.0.4 branch December 4, 2021 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant