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

Update patch dependencies (patch) #6936

Merged
merged 3 commits into from
Nov 16, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react ^11.5.0 -> ^11.6.0 age adoption passing confidence
@next/mdx ^12.0.3 -> ^12.0.4 age adoption passing confidence
@testing-library/dom ^8.11.0 -> ^8.11.1 age adoption passing confidence
@types/prettier ^2.4.1 -> ^2.4.2 age adoption passing confidence
@types/react ^17.0.34 -> ^17.0.35 age adoption passing confidence
bytes ^3.1.0 -> ^3.1.1 age adoption passing confidence
eslint-plugin-import ^2.25.2 -> ^2.25.3 age adoption passing confidence
eslint-plugin-react ^7.26.1 -> ^7.27.0 age adoption passing confidence
next (source) ^12.0.3 -> ^12.0.4 age adoption passing confidence
nodemailer (source) ^6.7.0 -> ^6.7.1 age adoption passing confidence

Release Notes

vercel/next.js

v12.0.4

Compare Source

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
  • Upgrade webpack: #​31313
  • Ensure asPath is correctly normalized in minimalMode with i18n: #​31281
  • Automatically using different port to start dev server for non-explicit port: #​30736
  • Resolve stream piper on complete shell for renderToReadableStream: #​31186
  • fix(middleware): fetch resource may be a URL instance (or any stringifiable value): #​31260
  • Ensure NODE_ENV is replaced correctly with swc: #​31274
  • Add support for jsxImportSource in tsconfig/jsconfig: #​31358
  • fix(30724): clear "x-middleware-next" header when chaining middlewares: #​30866
  • Add eslint rule to prevent importing next/server outside of _middleware: #​30973
  • Don't proxy middleware if host is the same: #​31180
  • Add support for legacy decorators through tsconfig/jsconfig: #​31376
  • Update swc & fix styled-jsx: #​31407
  • show (middleware only) when a middleware is added to the compiler: #​31409
  • Add minify debug env var to investigate minifier bugs: #​31417
  • add filename to babel warning about anonymous function default exports: #​31322
  • Refactor server/render for SSR streaming: #​31231
  • Remove moment locale replace from craCompat as it's a default in Next.js 12: #​31431
  • Fix basePath replacing server-side and normalizeLocalePath() when path is empty string: #​30978
  • Close stream when fatal error occurs: #​31164
  • middleware: add request referrer support: #​31343
Documentation Changes
  • Expands next/script documentation: #​31063
  • Fix minor typos: #​31161
  • Include www subdomain example in Domain Routing: #​30487
  • Fix heading levels in URL imports docs.: #​31163
  • Update upgrading.md: #​31173
  • docs: fix typo in css-in-js page: #​31244
  • Testing Docs: Add links to jump to sections: #​31311
  • Changes in dev script (package.json): #​31245
  • Typo fixes on Markdown files: #​31380
  • Update data-fetching.md: #​31394
  • Update image-optimization.md: #​31401
  • Fix function syntax for API Routes documentation: #​31414
  • docs: next-iron-session renamed to iron-session: #​31292
  • Clarify with commas: #​31224
  • docs(auth): fix iron-session example url + API: #​31413
Example Changes
  • Optimise bundle size for with-supertokens example: #​31040
  • Update remark and remark-html dependencies: #​31051
  • Docs/examples/with iron session updates: #​30956
  • Fix Auth0 Example: #​31284
  • Updates with-supertokens example to add sign in with apple: #​31200
  • Auth0 Example: getSession should be called with req and res: #​31330
  • examples: fix README with google analytics: #​31384
  • Add Playwright example: #​29426
  • Fix storybook styled-jsx example with styled-jsx 5: #​31357
Misc Changes
  • improve windows support for benchmark: #​31032
  • Add integration test for Suspense and streaming: #​31197
  • Bump cancel-workflow-action to 0.9.1: #​31210
  • test: skip flaky dynamic import tests: #​31221
  • Add integration test of API routes with concurrentFeatures enabled: #​31227
  • Update contributing doc with trouble shooting section for swc: #​31265
  • Fix test-pnp stalling in CI: #​31282
  • Fix failed-loading-swc link in Troubleshooting: #​31314
  • Maintain co-authors when kodiak merges: #​31316
  • bugfix/second-locale-in-pathname remove console.log: #​31289
  • Rewrite send-trace-to-jaeger in Rust: #​31392
  • Ensure Git feature.manyFiles is enabled: #​31408
  • Remove .only and ensure jest lint rules apply for all tests: #​31456
  • Ensure swc dep is copied for isolated tests: #​31462
Credits

Huge thanks to @​javivelasco, @​shuding, @​rishabhpoddar, @​chemicalkosek, @​huozhi, @​timneutkens, @​devknoll, @​sokra, @​KittyGiraudel, @​styfle, @​padmaia, @​housseindjirdeh, @​OKinane, @​KonstHardy, @​BrandonRomano, @​leerob, @​furcan, @​dusanralic, @​kdy1, @​elliottsj, @​vvo, @​Kikobeats, @​hi-ogawa, @​panva, @​genetschneider, @​thundermiracle, @​stefano-rainieri, @​ericbiewener, @​vordgi, @​stevejarvis, @​ihmpavel, @​ijjk, @​delbaoliveira, @​matamatanot, @​dyarfaradj, @​iheyunfei, @​thibautsabot, @​ascorbic, @​fytriht, @​emzoumpo, @​onurtemiz, @​a-ursino, @​mxschmitt, @​knezevicdev, @​bywo, @​OArnarsson, and @​TurekBot for helping!

visionmedia/bytes.js

v3.1.1

Compare Source

==================

  • Fix "thousandsSeparator" incorrecting formatting fractional part
nodemailer/nodemailer

v6.7.1

Compare Source

  • fix verify on ses-transport (stanofsky)

Configuration

📅 Schedule: "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Nov 15, 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/keystonejs/keystone-next-docs/B74tJtT6KNimYwxvEyo5y6ADMKyP
✅ Preview: https://keystone-next-docs-git-renovate-patch-patch-d-1d5e8e-keystonejs.vercel.app

@changeset-bot
Copy link

changeset-bot bot commented Nov 15, 2021

🦋 Changeset detected

Latest commit: 76aef73

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@keystone-ui/core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel vercel bot temporarily deployed to Preview November 15, 2021 14:45 Inactive
@bladey bladey added the dependencies Related to our dependencies label Nov 16, 2021
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 61eb833 to 4776a86 Compare November 16, 2021 13:48
@vercel vercel bot temporarily deployed to Preview November 16, 2021 13:48 Inactive
@vercel vercel bot temporarily deployed to Preview November 16, 2021 23:02 Inactive
@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 16, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@vercel vercel bot temporarily deployed to Preview November 16, 2021 23:24 Inactive
@gwyneplaine gwyneplaine merged commit 94e7410 into renovating Nov 16, 2021
@gwyneplaine gwyneplaine deleted the renovate/patch-patch-dependencies branch November 16, 2021 23:39
gwyneplaine added a commit that referenced this pull request Nov 17, 2021
* Update patch dependencies

* explicitly declare return type for Portal element in keystone ui core utils

* Create tiny-impalas-call.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
dcousens added a commit that referenced this pull request Nov 17, 2021
* Update dependency @testing-library/dom to ^8.10.1 (#6817)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Lock file maintenance (#6810)

* Lock file maintenance

* resolve type errors

* revert mdx bump to resolve vercel build errors

* conflict resolution

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

* Update dependency @graphql-tools/schema to ^8.3.0 (#6815)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update nextjs monorepo to v12 (major) (#6835)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>

* Update dependency @manypkg/cli to ^0.19.0 (#6859)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @testing-library/dom to ^8.10.1 (#6817)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Lock file maintenance (#6810)

* Lock file maintenance

* resolve type errors

* revert mdx bump to resolve vercel build errors

* conflict resolution

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

* Update dependency @graphql-tools/schema to ^8.3.0 (#6815)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update nextjs monorepo to v12 (major) (#6835)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>

* Update dependency mime to ^2.6.0 (#6879)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update patch dependencies (#6857)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency graphql to ^15.7.2 (#6860)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency react-select to ^5.2.0 (#6874)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update typescript-eslint monorepo to ^5.3.0 (#6861)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Lock file maintenance (#6852)

* Lock file maintenance

* resolve type errors

* resolve build issues

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

* Update dependency react-focus-lock to ^2.6.0 (#6909)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency eslint-plugin-react-hooks to ^4.3.0 (#6908)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency apollo-server-types to ^3.4.0 (#6902)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @testing-library/dom to ^8.11.0 (#6901)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update patch dependencies (#6898)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Lock file maintenance (#6890)

* Lock file maintenance

* explicitly declare return type of createExpressServer

* Fix things

* Update createExpressServer.ts

* add runtime classic to problematic docs pages

* fix prisma clientVersion in tests

* Create happy-flies-do.md

* more docs runtime fixes

* more docs runtime fixes

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>

* Update typescript-eslint monorepo to ^5.4.0 (#6940)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update patch dependencies (patch) (#6936)

* Update patch dependencies

* explicitly declare return type for Portal element in keystone ui core utils

* Create tiny-impalas-call.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

* Update dependency stripe to ^8.189.0 (#6938)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @emotion/cache to v11.6.0 (#6939)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update prisma monorepo to v3.5.0 (minor) (#6951)

* Update prisma monorepo to v3.5.0

* update tests

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>
gwyneplaine added a commit that referenced this pull request Nov 17, 2021
* Update patch dependencies

* explicitly declare return type for Portal element in keystone ui core utils

* Create tiny-impalas-call.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
gwyneplaine added a commit that referenced this pull request Nov 23, 2021
* Update patch dependencies

* explicitly declare return type for Portal element in keystone ui core utils

* Create tiny-impalas-call.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
gwyneplaine added a commit that referenced this pull request Nov 30, 2021
* Update patch dependencies

* explicitly declare return type for Portal element in keystone ui core utils

* Create tiny-impalas-call.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
gwyneplaine added a commit that referenced this pull request Dec 3, 2021
* Update patch dependencies

* explicitly declare return type for Portal element in keystone ui core utils

* Create tiny-impalas-call.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to our dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants