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 dependency next to v10.2.3 #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 19, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next (source) 10.2.0 -> 10.2.3 age adoption passing confidence

Release Notes

vercel/next.js

v10.2.3

Compare Source

Core Changes
  • lazy load postcss plugins: #​25317
  • Add missing i18n types in gip context: #​25363
  • Ensure externals are correct for mini-css-extract-plugin: #​25340
  • Update beforeFiles rewrites to continue: #​25418
Documentation Changes
  • Update docs to show how to typecheck next.config.js: #​25240
  • docs: typo in rewrites page: #​25377
Example Changes
Misc Changes
Credits

Huge thanks to @​alexbrazier, @​jamsinclair, @​sokra, @​fabianishere, @​rokinsky, @​ijjk, @​msidqi, @​rubensdemelo, and @​Simply007 for helping!

v10.2.2

Compare Source

Core Changes
  • server doesn't need to be contenthashing at all: #​25251
  • Update postcss-loader to 4.3.0: #​25197
  • restore webpack defaults for managed/immutablePaths: #​25250
  • react-loadable-plugin. Handle undefined opts.caller: #​25264
Documentation Changes
  • doc(typescript.md) Mention incremental type checking: #​25268
Misc Changes
  • Ensure CNA install succeeds with npm and example flags: #​25267
  • Update output size test to handle version change: #​25275
  • Update the text for eslint/no-page-custom-font rule: #​25117
Credits

Huge thanks to @​sokra, @​bradlc, @​SinimaWath, and @​rgabs for helping!

v10.2.1

Compare Source

Core Changes
  • Remove unnecessary optimizeFonts key from type: #​24563
  • Fix Image compatibility issue when using sizes: #​24569
  • Replace regex lexer with minimal regex for named groups: #​24604
  • Remove un-used lib files: #​24625
  • Adds ESLint with default rule-set: #​23702
  • Don't swallow MODULE_NOT_FOUND error: #​24577
  • Fix/link router 24075 take asPath instead of pathName in router: #​24199
  • Add experimental blurry placeholder to image component: #​24153
  • update webpack to 5.36.2, use dependOn: #​24656
  • Add type checking events: #​24595
  • fix memory leak in require.cache: #​24282
  • Don't throw 500 error when Content-type is invalid: #​24818
  • Land - Font optimizations - Adobe Fonts / Typekit support : #​24834
  • updated zustand example : #​24884
  • feat(build): Log whether type checking is actually performed: #​24440
  • webpack 5 externals fixes: #​24603
  • Remove experimental babel flag: #​24776
  • cache typechecking with incremental compilation: #​24559
  • Ensure next/dynamic transpiles for tests: #​24751
  • fix: handle compression for custom-server render calls (#​16378): #​18891
  • Refactor experimental-script component : #​24940
  • Fix: Non-writable pages/_app breaks build : #​24849
  • I18n context initial props: #​21930
  • update webpack to 5.37.0: #​24954
  • Ensure webpack cache is invalidated for alias change: #​24956
Documentation Changes
  • Add documentation on Font Optimization.: #​24572
  • Clarify whether router.pathname includes basePath: #​24675
  • Update font optimization docs to mention opting out.: #​24756
  • Bumps version of supertokens dependencies and updates its README: #​24571
  • docs(response-helpers): Update res.json definition: #​24782
  • docs(next/router): Update router.push api: #​24833
  • docs(config intro): Fix github link hash: #​24838
  • Add version note for has property: #​24836
  • Remove old docs sections: #​24853
  • Add additional reason for the Prerender Error when running next export: #​24828
  • feat(create-next-app): add --ts, --typescript support: #​24655
  • ESLint Plugin: Disallow <title> in Head from next/document: #​24868
  • Clarify rewrites and other docs cleanup.: #​24890
  • ESLint Plugin: Google Font rules: #​24766
  • ESLint Plugin: passHref is not assigned: #​24670
  • ESLint Plugin: Custom Font at page-level rule: #​24789
  • ESLint Plugin: Prevent bad imports of next/document and next/head: #​24832
Example Changes
  • Fix: with-passport example dependency issue: #​24567
  • demo serving storybook static build with serve: #​24812
  • Update signin/signup form samples: #​24524
  • react-hook-form example: #​21245
  • Update example with-sentry: #​24819
  • Update custom server examples: #​24814
  • Remove outdated/deprecated/unmainted examples: #​24945
  • Fix build in blog-starter-typescript example: #​24695
  • Update with-three-js example: #​24857
  • Update with-mdx-remote example: #​24973
Misc Changes
  • fix(next-storybook): make rules an array in webpack config: #​22125
  • Fix rewrite shape in Storybook: #​24827
  • Match last PR mention in commit message for release notes
  • Add label for chrome automatically to PR
Credits

Huge thanks to @​darshkpatel, @​leerob, @​sumanthratna, @​shuding, @​housseindjirdeh, @​PepijnSenders, @​prophet1996, @​Joonpark13, @​tremby, @​sokra, @​stefanprobst, @​dopt, @​rishabhpoddar, @​aydinkn, @​ErfanMirzapour, @​vitalybaev, @​ijjk, @​tubbo, @​frontendtony, @​eric-burel, @​ctjlewis, @​Munawwar, @​iker-barriocanal, @​eps1lon, @​janicklas-ralph, @​Gigiz, @​mplis, @​HaNdTriX, and @​jigsawye for helping!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 58c7782 to 9b9815f Compare May 20, 2021 02:47
@renovate renovate bot changed the title Update dependency next to v10.2.1 Update dependency next to v10.2.2 May 20, 2021
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 9b9815f to 7b4809a Compare May 24, 2021 21:21
@renovate renovate bot changed the title Update dependency next to v10.2.2 Update dependency next to v10.2.3 May 24, 2021
@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant