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 nextjs monorepo to ^10.1.3 (minor) #5366

Merged
merged 2 commits into from
Apr 19, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/mdx ^10.0.9 -> ^10.1.3 age adoption passing confidence
next (source) ^10.0.9 -> ^10.1.3 age adoption passing confidence

Release Notes

vercel/next.js

v10.1.3

Compare Source

Core Changes
  • Fix memory leak in image optimization: #​23565
  • Mark this.router protected: #​23573
  • Ensure has segments are allowed in destination: #​23588
  • Update decoder to correctly handle grayscale PNGs: #​23393
  • update webpack to 5.30: #​23612
  • Clean up RenderOptsPartial: #​23614
Documentation Changes
  • Update router.md to improve a11y: #​23611
Example Changes
  • Remove redundant prefresh dependency in with-preact example: #​23567
  • Delete examples/with-style-sheet directory: #​23609
  • Update custom-routes-proxying to use fallback rewrites: #​23610
Credits

Huge thanks to @​shuding, @​zephraph, @​timneutkens, @​samrobbins85, @​sokra, and @​devknoll for helping!

v10.1.2

Compare Source

Core Changes
  • Temporarily remove experimental ESLint integration: #​23521
Credits

Huge thanks to @​Timer for helping!

v10.1.1

Compare Source

Core Changes
  • Make eslint opt-in until it lands on stable: #​23509
Documentation Changes
  • Fix YAML parsing issue in ESLint docs.: #​23511
Credits

Huge thanks to @​leerob for helping!

v10.1.0

Compare Source

Core Changes
  • Revert "Revert "[a11y] Route Announcements"": #​23086
  • Upgrade jest-worker: #​23077
  • update webpack, fix runtime location, fix undeclared variable, omit env vars from cache version: #​23113
  • add env var to enable advanced webpack logging and profiling: #​23178
  • get files from entrypoints instead of from chunks: #​23174
  • rename to NEXT_WEBPACK_LOGGING: #​23186
  • Improve image optimizer to only create 1 worker thread: #​23188
  • Ensure process exits after build completes : #​23207
  • Fix invalid console.error link: #​23213
  • Experimental feature for allowing importing Typescript files outside of the root directory: #​22867
  • add separate progress output for typechecking: #​23226
  • Fix wrong source path resolved from the stack frame to not expose internal code: #​23203
  • upgrade webpack to 5.27.1: #​23224
  • Remove visibility: hidden from the image component: #​23278
  • Add fallback for component when JavaScript is disabled in browser: #​19052
  • Add polyfills for node_modules that are covered in webpack 4 to webpack 5: #​23316
  • Add ESLint to Next.js: #​22437
  • Remove visibility: inherit from the image component: #​23329
  • Automatically enable webpack 5 when possible: #​22323
  • upgrade webpack to 5.28.0: #​23350
  • Add has route field: #​22341
  • Make sure the image optimization endpoint only response with images: #​23366
  • Run server client/server builds serially: #​23371
  • Add handling fo beforeFiles, afterFiles, and fallback rewrites: #​23407
  • Update err.sh links to use nextjs.org/docs/messages instead: #​23353
  • Add os-browserify dep: #​23354
  • Temporarily remove the automatic opt-in for webpack5: #​23497
Documentation Changes
  • Add note about next/export to Image Optimization docs.: #​23088
  • Duplicate scroll description: #​23103
  • Add image base path configuration option: #​23115
  • Document how to use basePath with next/image.: #​23123
  • Update next.config.js link to default config: #​22989
  • Add note about multiple requests when using incremental static generation: #​23190
  • docs(authentication): rephrase next-iron-session/next-auth: #​23199
  • Clarify a custom server doesn't mean you can't use an existing backend.: #​23200
  • Added Prepr CMS Examples to docs: #​23221
  • Include useEffect in SPA demo import, Fix punctuation: #​23256
  • Add manifest of error pages: #​23310
  • Fix typo in eslint doc: #​23338
  • Update babel docs to mention you can use babel.config.js.: #​23434
  • doc: fix ActiveLink detection condition: #​23472
  • Update with-docker example and deployment docs.: #​23486
Example Changes
Misc Changes
  • Update CODEOWNERS
  • Add PR template
  • Consistent use of colons in contributing docs: #​23260
  • Update static-dir-deprecated.md
  • Update next.config.js rewrites
  • Update manifest.json
  • Update webpack5.md
Credits

Huge thanks to @​shuding, @​leerob, @​rekomat, @​Mzaien, @​phoenixbox, @​Mokshit06, @​sokra, @​jflayhart, @​vvo, @​ijjk, @​samsisle, @​tim-hanssen, @​cipriancaba, @​DeHoKo, @​Mito9999, @​JulienKode, @​elitan, @​peduarte, @​timneutkens, @​moh12594, @​brunocrosier, @​housseindjirdeh, @​matamatanot, @​Timer, @​turadg, @​styfle, @​huozhi, and @​scottmacdonnell for helping!


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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box.

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

@changeset-bot
Copy link

changeset-bot bot commented Apr 5, 2021

🦋 Changeset detected

Latest commit: 74d6a33

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

This PR includes changesets to release 13 packages
Name Type
@keystone-next/example-auth Patch
@keystone-next/app-basic Patch
@keystone-next/example-ecommerce Patch
@keystone-next/example-next-lite Patch
@keystone-next/example-roles Patch
@keystone-next/example-todo Patch
@keystone-next/admin-ui Patch
@keystone-next/keystone Patch
@keystone-ui/website Patch
@keystone-next/website Patch
@keystone-next/test-utils-legacy 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
Copy link

vercel bot commented Apr 5, 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/8Fvp8GhpdBWF3iqRJ4Kfm4dQj6rB
✅ Preview: https://keystone-next-docs-git-renovate-nextjs-monorepo-keystonejs.vercel.app

@codesandbox-ci
Copy link

codesandbox-ci bot commented Apr 5, 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.

Latest deployment of this branch, based on commit 74d6a33:

Sandbox Source
@keystone-next/example-sandbox Configuration

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 1eec58b to f5f72aa Compare April 6, 2021 01:58
@vercel vercel bot temporarily deployed to Preview April 6, 2021 01:58 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from f5f72aa to 8d95b67 Compare April 6, 2021 14:16
@vercel vercel bot temporarily deployed to Preview April 6, 2021 14:16 Inactive
@bladey bladey added the dependencies Related to our dependencies label Apr 8, 2021
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 8d95b67 to 21dd214 Compare April 12, 2021 14:18
@vercel vercel bot temporarily deployed to Preview April 12, 2021 14:18 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 21dd214 to c693215 Compare April 13, 2021 15:12
@vercel vercel bot temporarily deployed to Preview April 13, 2021 15:12 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from c693215 to 2271eaf Compare April 19, 2021 00:14
@vercel vercel bot temporarily deployed to Preview April 19, 2021 00:14 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 2271eaf to fe7b02e Compare April 19, 2021 00:16
@vercel vercel bot temporarily deployed to Preview April 19, 2021 00:17 Inactive
Copy link
Contributor

@timleslie timleslie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@timleslie timleslie enabled auto-merge (squash) April 19, 2021 00:18
@vercel vercel bot temporarily deployed to Preview April 19, 2021 00:21 Inactive
@timleslie timleslie merged commit 115b061 into master Apr 19, 2021
@timleslie timleslie deleted the renovate/nextjs-monorepo branch April 19, 2021 00:24
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