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 eslint-config-next to v12 #17

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next 11.1.2 -> 12.1.5 age adoption passing confidence

Release Notes

vercel/next.js

v12.1.5

Compare Source

Core Changes
  • [Script] Use __non_webpack_require__ to fetch partytown server-side: #​35793
  • Use ReadableStream in client hydration for Firefox compatibility: #​35796
  • Continue testing react v17 with e2e tests: #​35787
  • Collect packages are used and eliminated in getServerSideProps: #​35404
  • Initial implementation of statically optimized flight data of server component pages: #​35619
  • Fix layout="raw" image element sizes prop: #​35809
  • fix: reset visible state when src/href changed: #​35287
  • Add warning when importing "next" directly: #​35884
  • Custom app for switchable runtime: #​35666
  • Update repo to use react 18 by default: #​35888
  • Fix Firefox flash of white on next/image with placeholder=blur: #​35889
  • Fix data encoder and decoder to use stream in renderer: #​35936
  • Revert "fix the dynamic routing of middleware": #​35932
  • Update: Add error message when for getServerSideProps invalid return value: #​35887
  • Code refactoring: #​35937
  • fix: add locale prefix to middleware preflight url: #​35911
  • Emotion SWC Plugin - Allow for jsxImportSource to be configurable: #​35963
  • Update polyfill of web streams: #​35571
  • Add .eslintrc.cjs to list of supported next lint config files: #​35440
  • update webpack: #​35867
  • Ensure minimalMode previousCache expire time is capped: #​35954
  • Add test case for module resolution in node_modules from different contexts: #​35978
  • Support shared component with next built-in client components: #​35975
  • Use eager import to include client modules: #​35979
  • Use renderToString for flush effects: #​35999
  • test: organize react 18 tests: #​36003
  • allow to provide postcss plugin options as a string: #​35173
  • Fix leaking internal config to user-defined loader prop in next/image: #​36013
  • Support export all syntax in client components: #​36027
  • Interpolate default exports: #​35933
  • feat(next-swc): Update swc crates: #​35996
  • Interpolate default exports is now unnecessary: #​36065
  • Do not add locale to link for api route and middleware preflight: #​35994
  • update @​vercel/nft to 0.18.1: #​36075
  • Fix outputStandalone with optimizeCss: #​36028
  • Interpolate module.exports as default import : #​36082
  • fix(next-url): print properly using logger symbol: #​36097
Documentation Changes
  • Docs: update react 18's overview: #​35766
  • Update dead link for getStaticPaths in error docs: #​35814
  • Link to with-docker-multi-env example.: #​35820
  • Add Vitest example.: #​35858
  • Docs: Add useful link to invalid-getstaticprops-value error message: #​35915
  • Update Manual Steps in Getting Started guide: #​35898
  • fix: toBeInTheDocument is not a function: #​35930
  • Refactor default locale prefix to support clone(): #​35874
  • docs: clarify when you use getServerSideProps: #​35922
  • Update docs related to React 18: #​35952
  • Mention HTTP 303 See Other in redirects section: #​35997
  • Update the docs for Switchable Runtime: #​36015
  • Add docs for x-nextjs-cache header: #​36023
  • Improvements to the MDX Docs and replaced a leftover reference to babel: #​35332
  • Moving middleware file : #​36009
  • Revert "Improvements to the MDX Docs and replaced a leftover reference to babel": #​36066
  • docs: failed-loading-swc possible fix for Windows users: #​36081
Example Changes
  • fix(with-mongodb): Change comment of MongoDB client in getServerSideProps: #​35750
  • [example] Fix bird animations in with-three-js example: #​36053
  • Update to with-supertokens example: #​35991
  • [Examples] Updating with-elasticsearch to latest Elasticsearch lib version: #​36063
  • [example] Fix fast refresh in with-slate example: #​36095
  • add support for changing /route/#hashes: #​36079
Misc Changes
  • test: add test for basic dynamic import with react 18 hydration: #​35772
  • Send build trace to datadog in CI: #​35306
  • Fix docs only check for performance metrics job: #​35785
  • Run e2e suite against React 18: #​35774
  • ci(trace): adjust agent env variables: #​35790
  • ci(trace): fix workflow conditions: #​35800
  • ci(workflow): fix api key for trace: #​35804
  • Stabilize react streaming ISR test: #​35885
  • Fix flaky test: #​35951
  • Add note to contributing about docs manifest: #​36020
  • Update turbo cache key: #​36074
  • docs: suggest cloning with depth=1 to avoid huge downloads: #​36064
Credits

Huge thanks to @​TianenPang, @​huozhi, @​Brooooooklyn, @​SokichiFujita, @​timneutkens, @​housseindjirdeh, @​kwonoj, @​jonespen, @​leerob, @​shuding, @​atcastle, @​SukkaW, @​samueldusek, @​styfle, @​amandeepmittal, @​bestony, @​nkzawa, @​kamerat, @​JohnDaly, @​jakejarvis, @​sokra, @​reconbot, @​bjorm, @​kdy1, @​HaNdTriX, @​Markos-Th09, @​rishabhpoddar, @​timeyoutakeit, @​aravindputrevu, @​molebox, @​gsimone, @​Ethan-Arrowood, @​Kikobeats, @​williamli, and @​vltansky for helping!

v12.1.4

Compare Source

Core Changes
  • Only resolve page runtime for react 18 and error on read failure: #​35705
  • feat(next-swc): Update swc crates: #​35395
  • Fix document styles with react 18: #​35760
  • Fix router isReady and react 18 not being detected with no config: #​35762
Documentation Changes
  • Updated create-next-app docs to include pnpm usage: #​35755
Credits

Huge thanks to @​huozhi, @​styfle, and @​kdy1 for helping!

v12.1.3

Compare Source

Core Changes
  • Add deprecated JSDoc comments for the previous middleware signature: #​35448
  • fix the dynamic routing of middleware: #​32601
  • fix: don't override user-agent in fetch if specified: #​35547
  • Fix typos: #​35683
  • Fix Fast Refresh for React 18: #​35718
  • Emotion css minify should not trim end spaces if item is not the last: #​35697
  • Ensure the app shell is rendered before rendering the document: #​35732
  • fix: Prevent page to scroll to top during data HMR: #​35739
  • Fix _document and getInitialProps with React 18: #​35736
  • test(fix: Prevent page to scroll to top during data HMR): #​35744
  • Update to pre-compile use-subscription: #​35746
  • Fix useStatic404 condition: #​35749
  • Fix streaming SSR with multi-byte characters: #​35724
Documentation Changes
  • docs: fix typo in Script Component docs: #​35731
Misc Changes
  • Fix next info test during stable release: #​35668
  • Update default test timeouts for yarn install times: #​35669
  • test(integration): emit console error when test fails: #​35507
Credits

Huge thanks to @​lfades, @​nkzawa, @​kwonoj, @​SethFalco, @​hiro0218, @​Brooooooklyn, @​shuding, @​BWsix, @​schickling, @​ijjk, and @​martinnabhan for helping!

v12.1.2

Compare Source

Core Changes
  • RSC: handle commonjs in flight loader: #​35563
  • Update rsc refresh typing and doc example: #​35543
  • Revert "Revert "Make concurrent features independent from the global runtime option" #​35405": #​35490
  • Update terminal tree view for switchable runtime: #​35394
  • Prevent spaces between expressions from being removed: #​35613
  • Fix: disable script worker in edge and fix rsc loader and runtime: #​35604
  • enhance: detect ESM by ast type: #​35627
  • Clean up legacy react 18 tests: #​35615
  • Fix server component render condition: #​35663
  • Rename createRSCHook to createFlightHook: #​35665
  • Ensure eslint plugins dont conflict: #​35667
Documentation Changes
  • docs: update styling support for streaming: #​35375
  • Fix typo in rewrites docs: #​35639
  • Update middleware examples list: #​35622
Misc Changes
  • Fix create-next-app failing without yarn installed: #​35608
  • Fix hydration issue in the switchable runtime tests: #​35616
Credits

Huge thanks to @​huozhi, @​shuding, @​Brooooooklyn, @​TianenPang, @​lfades, and @​timneutkens for helping!

v12.1.1

Compare Source

Core Changes
  • refactor: move HtmlContext: #​34482
  • rsc: clean client buffer cache after flushed: #​34475
  • Ensure config's experimental field exists: #​34500
  • Only log experiments warning if user actually opted in to an experiment(s): #​34413
  • Add unstable_useFlushEffects hook: #​34117
  • fix: mock image path as next/image expects it: #​34350
  • fix process polyfill on middleware: #​34426
  • Ensure workers are not left open: #​34503
  • Leverage existing component checking warning for streaming: #​34526
  • build(next-swc): linux glibc compatible issue: #​34481
  • Fix next/image incorrectly warning for position: absolute parent: #​34551
  • Remove useMaybeDeferContent hook: #​34506
  • Allow reading request bodies in middlewares (#​34294): #​34519
  • Update swc crates: #​34491
  • feat(react-dev-overlay): export getErrorByType and add preventDisplay prop: #​34237
  • Improve next/image warnings to avoid printing more than once: #​34562
  • Support trailingSlash in middleware SSR: #​34544
  • Update to latest version of jscodeshift: #​34563
  • Don't import internally from types in next-env.d.ts: #​34394
  • Improve type imports in server/render and optimize the Edge SSR loader: #​34552
  • remove commons chunk config: #​34445
  • Add cargo clippy and cargo fmt to CI: #​34625
  • Fix rsc bootstrap buffer missing in the future renders: #​34631
  • fix: match redirect and rewrite destination types: #​34617
  • fix: make sure image-config.ts gets transpiled to ES5: #​34677
  • Normalize image optimizer error status codes: #​34699
  • Fix CSS Loader Detection False Positives: #​34584
  • Upgrade @​napi-rs/triples to support android arm platform: #​34752
  • Add proper headers to responses in web server: #​34723
  • produce source maps for middlewares: #​34409
  • Reduce the size of web server: #​34767
  • collect telemetry for ESLint rules: #​34564
  • Refactor entries generation in hot-reloader: #​34733
  • Integrate tsec into the linting process: #​33746
  • Add API config to allow disabling response size warning: #​34700
  • fix(#​34030): ignore non-checkable jsx spread attribute: #​34473
  • fix eslint-plugin-react version to avoid jsx-key error: #​34800
  • fix: #​34711 ensure distDir inside project folder: #​34795
  • Update to ncc dev overlay during build instead of pre-compile: #​34813
  • Add warning for Yarn PnP v3 with Node.js < 16.14: #​34818
  • lock eslint-config-next dependencies: #​34823
  • Clean-up error when starting next with non-existent dir: #​34830
  • Ensure unstable_revalidate does not error from notFound: true: #​34826
  • Update eslint-plugin-react to latest version: #​34819
  • Add CLI command typo detection: #​34836
  • Fix flight loader for shared components: #​34692
  • refactor: re-use existed escapeRegex: #​34470
  • Fix only byte stream writing is allowed in CF workers: #​34893
  • Only warn styles and scripts under next head in concurrent mode: #​34897
  • Fix image optimization invalid internal upstream image: #​34899
  • feat(next-swc): Update swc: #​34878
  • Simplify next-flight-server-loader: #​34902
  • Ensure non-matching API routes can be rewritten: #​33966
  • Optimize component type filters: #​34941
  • Expose WASM bindings in Middleware: #​34437
  • Provide page runtime parsing utils: #​34922
  • Refactor export marks of server components: #​34945
  • Fix next/image noscript when blur and priority: #​34973
  • Fix named export missing from client components: #​34974
  • Adopt react 18 rc1: #​34972
  • Fix typescript 4.6.2 randomUUID(): #​34976
  • Update ISR error handling: #​34931
  • Handle de-duping revalidations in minimal mode: #​34935
  • feat: allow dotenv default expansion: #​34765
  • Support colons in Middleware NextResponse.rewrite path: #​32543
  • Generate static html for bots: #​35004
  • Enable import assertion syntax parsing: #​33750
  • Split up & tweak next/client initialization: #​33838
  • Normalize root path according to trailingSlash option in default next/image loader #​21337: #​22453
  • Fix animated png bypass from Image Optimization API: #​35120
  • watch node_modules: #​35140
  • feat(trace): postprocess trace reporter for datadog: #​35032
  • [next] Fix to not call middleware with shallow push, fix middleware call wit…: #​35047
  • fix post request hangs when no body is consumed on middleware: #​35131
  • fix: hard-navigate when preflight request fails: #​35145
  • Per-page runtime: #​35011
  • Delay prefix flushing: #​35170
  • Change to loadBindings for swc parse: #​35171
  • Ensure mjs files are transformed with jest: #​34698
  • Disable the functions manifest plugin: #​35155
  • Adopt react 18 rc2: #​35161
  • Convert server.js to module.exports: #​35181
  • Fix next/image when src is webp but browser doesnt support it: #​35190
  • [Fix] Adds try/catch to gracefully handle performance observer exception: #​35202
  • Render resolved streaming content for static render result: #​35221
  • feat(next-swc): Update crates: #​35133
  • Ensure that pages manifest contains pages of both runtimes: #​35243
  • chore: upgrade cssnano-simple: #​35258
  • fix(Script): allow passing defer=false to Script component: #​34850
  • Remove the special _document-concurrent component: #​35242
  • Adds web worker support to <Script /> using Partytown: #​34244
  • Bump styled-jsx to 5.0.1: #​35290
  • Add new 'raw' image layout: #​34339
  • SWC emotion transform plugin: #​34687
  • enhance: cover re-exported gsp cases for runtime fallback: #​35326
  • Make concurrent features independent from the global runtime option: #​35245
  • Update comments for the web server: #​35366
  • Add libc fields to Linux platform packages: #​35354
  • Drop browser field for edge runtime: #​35335
  • Make router able to navigate between rsc pages: #​35344
  • Revert "Make concurrent features independent from the global runtime option": #​35405
  • Update on-demand ISR to skip fetch locally: #​35386
  • Use hasConcurrentFeatures instead of reactRoot as the condition of Fizz: #​35407
  • Abstract out stream related utils from render and web/utils: #​35372
  • Keep fouc tags for streaming: #​35417
  • Fix: change the timing for clearing the inlined data buffer: #​35413
  • fix(document): accepts nodearray for head's children: #​35424
  • Update to latest @​vercel/nft and leverage new reason types: #​35446
  • Add test to ensure fs.readFile() works with Output File Tracing: #​35338
  • feat(next-swc): embed target triple string: #​35416
  • Typo in URL removed: #​35472
  • feat(telemetry): report swc target triple to telemetry: #​35420
  • Update trace ignore check to check reasons correctly: #​35511
  • SWC import modularization plugin: #​34969
  • Reduce hello-world middleware bundle size from 128k to 88k: #​35512
  • Update next/link error when no children are provided: #​35453
  • Normalize ssgCacheKey for /index with minimalMode de-duping: #​35536
  • Merge rsc queries handling: #​35545
  • Upgrade react-server-dom-webpack: #​35524
  • Fix styled transform in next-swc/emotion: #​35527
  • Fix next info accidentally printing stderr: #​35556
  • chore: replace deprecated String.prototype.substr(): #​35421
  • test: warn on substr() usage: #​35499
Documentation Changes
  • Update docs for image optimization swr: #​34483
  • Fix 404 links in React 18 docs: #​34486
  • Fix snippet language sh -> bash: #​34487
  • Add info on rendering an error page when using getServerSideProps: #​34488
  • Update details about Cache Control Headers: #​34416
  • Update wrong code snippet: #​34520
  • fix: change showcase url: #​34590
  • Add note about public folder with standalone mode: #​34646
  • added styled-components & replay support in swc: #​34647
  • Provide more detail to static folder placement: #​34651
  • Update testing.md: #​34661
  • Remove page-specific font example from docs: #​34694
  • Fix typo in documentation: #​34734
  • Improve rewrites documentation: #​34725
  • Add Error Handling document: #​34329
  • Update inlineCode reference: #​34817
  • Add redirect for error doc rename: #​34791
  • Fix issues in getStaticPaths docs: #​34840
  • Improve TypeScript documentation.: #​34690
  • Fix broken link in react-18 streaming docs.: #​34884
  • Add missing closing parenthesis in docs: #​34924
  • [examples] Update styled-components to use SWC: #​34770
  • feat: support pnpm with create-next-app: #​34947
  • Fix missing parenthesis for link in docs: #​35090
  • Update shallow routing caveat: #​35052
  • Add next/image docs section for animated images: #​35123
  • Add info on context.ctx argument in _app docs page: #​35303
  • Encourage installation of sass as a devDep: #​35323
  • [docs] Update docs about Cache-Control default headers.: #​35336
  • [docs] Update going to production docs around caching headers: #​35374
  • Update next/image docs for width & height: #​35188
  • Added note about why Next.js used 307 and 308 status codes: #​35325
  • Fix typo in getServerSideProps doc page: #​35467
  • clarify use of Script: #​35491
  • Server component docs use wrong next version: #​35313
  • Add link for revalidate from notFound section: #​35553
  • Fix typo in docs: #​35561
Example Changes
  • Convert custom-server-hapi Example to Typescript: #​34507
  • Updated head, img -> Image, type { NextPage } as default next-app: #​34513
  • removing redundant/unnecessary lines as these are defaults: #​34587
  • Sentry example: add js types to SentryWebpackPluginOptions: #​28726
  • Add .git to .dockerignore in docker examples: #​34628
  • Updates with-supertokens example: #​34679
  • Convert with-redis example to TypeScript: #​34720
  • Update MySQL example.: #​34784
  • Some minor adjustments to MySQL example.: #​34792
  • docs: update CMS examples to use the new tw grid gaps: #​34917
  • docs: update cms-sanity example: #​34898
  • Update cms-wordpress example: #​34944
  • Update supertokens demo app: #​35007
  • fix(examples/with-docker): add npm comment for yarn build: #​35040
  • [examples] Add Tina CMS blog starter: #​35045
  • [examples] Use more semantic footer element: #​35033
  • Re-add _document to with-styled-components example: #​35163
  • docs(examples): add on-demand ISR to cms-sanity: #​35220
  • examples: update instructions for create-strapi-app: #​35288
  • Remove with-custom-reverse-proxy example: #​35340
  • Change README structure in examples: #​35349
  • use initial state for rootReducer in with-redux-saga example: #​35406
Misc Changes
  • chore: clarify GitHub action (bot) comments: #​34546
  • Add test for multiple cookies coming from middleware: #​34465
  • Simplify .env.local gitignores: #​34471
  • Clarify test types during scaffolding: #​34638
  • Ensure rust-check skips on docs only change: #​34648
  • Update CODEOWNERS to include renamed files: #​34686
  • Lock yarn pnp version in tests: #​34688
  • Fix create-next-app Multiple calls to the function 'makeDir': #​34669
  • chore: Move test for streaming and RSC: #​34724
  • Fix react-dom type error in CNA typescript template: #​34623
  • Update test concurrency for CI: #​34827
  • Update to use whatwg validator for test: #​34891
  • dep: upgrade @​swc/core v1.2.148 , @​swc/cli v0.1.55: #​35054
  • Run tests against node LTS (v16) and current (v17): #​35414
  • test: add document head multi child prod test: #​35426
  • Use check on prerender test assertion: #​35482
Credits

Huge thanks to @​styfle, @​shuding, @​balazsorban44, @​huozhi, @​amandeepmittal, @​bennettdams, @​sophiabits, @​MaedahBatool, @​devknoll, @​nkzawa, @​kinetifex, @​elrumordelaluz, @​Brooooooklyn, @​mitchell-abbott, @​Schniz, @​natew, @​nrjdalal, @​dephraiim, @​lfades, @​sokra, @​AmirhBeigi, @​marshalcode, @​timneutkens, @​mxgnus-de, @​MoltenCoffee, @​jonespen, @​NoamNol, @​khuezy, @​rishabhpoddar, @​kara, @​reubn, @​luciy, @​Pauldic, @​brodyd795, @​eungyeole, @​kyliau, @​Nutlope, @​jgoping, @​crice88, @​leerob, @​SukkaW, @​thibautsabot, @​sincovschi, @​ahollenbach, @​kolarski, @​AFusco, @​stipsan, @​sisp, @​kdy1, @​lydiahallie, @​Skagoo, @​ijjk, @​klarstrup, @​midgleyc, @​perkinsjr, @​bnoguchi, @​fhinkel, @​fliptheweb, @​kwonoj, @​leyanlo, @​ericponto, @​huzaifarif, @​chemicalkosek, @​chentsulin, @​housseindjirdeh, @​bernard-lin, @​atcastle, @​kylemh, @​samsisle, @​Gomurmamma, @​molebox, @​Xairoo, @​nelodev, @​SevlaMare, @​lukahartwig, @​losfair, @​cramforce, @​hiro0218, and @​CommanderRoot for helping!

v12.1.0

Compare Source

Core Changes
  • Relay Support in Rust Compiler: #​33702
  • fix eslint link-passhref rule: #​33857
  • update webpack: #​33831
  • Flush buffered vitals metrics on page mount: #​33867
  • fix problem with HMR when middleware and page reference the same node_module: #​33873
  • Refactor page component getter in web server: #​33759
  • update NextResponse default redirect status to 307 to match docs: #​33505
  • Bug fix: dynamic page should not be interpreted as predefined page: #​33808
  • Group streaming experimental apis: #​33878
  • Encapsulate routing and initial hydration: #​33875
  • Optimize offline condition judgment: #​33238
  • Ensure external beforeFiles rewrites are handled with next/link: #​33888
  • Fix parsing params for i18n optional route in minimal mode: #​33896
  • Ensure browserslist extends works properly: #​33890
  • Fix image cache race condition: #​33883
  • Add support for Relay projects without artifactDirectory: #​33918
  • fix: handle jsxspreadattribute in inline-script-id eslint rule: #​32421
  • feat(next-swc): Update swc: #​33724
  • Update to latest version of amphtml-validator: #​33967
  • Warn in dev mode when script tags are added with next/head: #​33968
  • Ensure optional chaining in swc matches babel: #​33995
  • Use react-dom/server.browser in Node.js: #​33950
  • Ensure external middleware rewrite is handled correctly: #​33962
  • Update Terser to v5.10.0, fix minification issues: #​33045
  • Warn in dev mode when stylesheets are added using next/head: #​34004
  • Use ReadableStream in RenderResult: #​34005
  • Fix suffix ordering while streaming: #​34011
  • Don't use yarn if a package-lock.json file is found: #​31926
  • Do not warn when application/ld+json scripts are used with next/head: #​34021
  • Babel & next-swc: Fix exporting page config with AsExpression: #​32702
  • Detect per page runtime config for functions manifest: #​33945
  • Add JSDoc to config options: #​32915
  • Update font-stylesheet-gathering-plugin.ts: #​30709
  • Add decoratorMetadata flag if enabled by tsconfig: #​32914
  • fix: data url handling in css-loader: #​34034
  • Place 'charset' element at the top of : #​28119
  • Fix detection of anchor click events inside svg: #​23272
  • Allow passing nothing as custom jest config: #​32328
  • Fixes #​31240: Adding a recursive addPackagePath function in webpack-config: #​31264
  • Require component rendered as child of Link to pass event to onClick handler: #​27723
  • Allow scroll prevention on hash change: #​31921
  • Add support for async fn / promise in next.config.js/.mjs: #​33662
  • Fix lazyRoot functionality for next/image: #​33933
  • Change SWC minify from beta to release candidate: #​34056
  • Make Router state immutable: #​33925
  • Stop exposing internal render and renderError methods from next/client: #​34069
  • Add api-utils helper for testing: #​34078
  • feat(next-swc): Update swc: #​34045
  • Deprecate concurrentFeatures with runtime: #​34068
  • Add check for resolveWeak to next/dynamic: #​33908
  • remove unneeded and broken plugin: #​34087
  • Remove experimental warning from next/jest: #​34096
  • fix: arrow function export in rsc client component: #​34105
  • Use renderToStream with React 18: #​34106
  • Fix static result being piped: #​34111
  • Polyfill pipeTo and pipeThrough: #​34112
  • Update to leverage response-cache for image-optimizer: #​34075
  • fix: next/image usage from node_modules: #​33559
  • Fix included flight manifest on node runtime: #​34113
  • Fix: Use react-dom/server.browser when reactRoot: true: #​34116
  • Fix image-optimizer requires in next-server: #​34141
  • Fix required files matching in rsc: #​34137
  • Throw error when ts file contains css.resolve: #​34149
  • Chore/stable swc compiler options: #​34074
  • Fix bug with "Circular Structure" error: #​23905
  • Add _document and _app pre-import: #​23261
  • Ensure standalone server handles SIGTERM: #​34151
  • Bump nft to 0.17.5: #​34190
  • feat: copy .env file in standalone mode: #​34143
  • Fix reuse of inline flight response and 404 for RSC in node runtime: #​34202
  • Use updated recursive rm fs method for image-optimizer: #​34210
  • Fix link for "Delete Query Params in Middleware" error message in next-server.ts: #​34230
  • Enable dynamic HTML in minimal mode: #​34222
  • Fix uncaught error in getInitialProps when runtime is set to nodejs: #​34228
  • Optimize the web server size: #​34242
  • feat: allow node-sass@7 as peer dependency: #​34107
  • Adding step to build the app with docker in existing projects: #​34083
  • Changed all occurrences of etc to match: #​34280
  • Align reactRoot config between server and webpack config: #​34328
  • Fix <RouteAnnouncer/> shouldn't announce initial path under strict mode and React 18: #​34338
  • Fix flight root failed to hydrate in strict mode: #​34333
  • Allow dismissing full refresh warning for session: #​33868
  • Remove experimental image optimization feature: #​34349
  • Add support for "type": "module" in package.json: #​33637
  • feat(next-swc): Update swc: #​34355
  • Ensure invalid request to static page is handled correctly: #​34346
  • Add Error Handing section for ISR: #​34360
  • feat(next-swc): Update swc: #​34408
  • feat: improve opening a new issue flow: #​34434
  • Ensure we don't poll page in development when notFound: true is returned: #​34352
  • Add image config for dangerouslyAllowSVG and contentSecurityPolicy: #​34431
  • Revert swc css bump temporarily: #​34440
  • update webpack: #​34444
  • Update server-only changes HMR handling: #​34298
  • Fix .svg image optimization with a loader prop: #​34452
  • Allow reading request bodies in middlewares: #​34294
  • Revert "Allow reading request bodies in middlewares": #​34479
  • update webpack: #​34477
  • Fix chunk buffering for server components: #​34474
  • Remove deprecation for relative URL usage in middlewares: #​34461
Documentation Changes
  • Building web forms with Next.js and Vercel: #​32525
  • Add Clarity About Downloading and Self-Hosting a Font File: #​33760
  • Correct pluralization in newly added Relay documentation: #​33880
  • Update MDX document: #​33916
  • Update info on how to process webhooks by disabling bodyParser: #​33909
  • Update deployment docs to fix oversized image.: #​33934
  • docs: recommend .end instead of .send when no body is being sent: #​33611
  • Update custom document docs to prepare for React 18.: #​33814
  • Fix typo in new experimental Relay support docs: #​33963
  • docs(isr): add missing key prop in jsx loop: #​33984
  • docs: use function for components in general: #​33990
  • Updated going-to-production with loading performance: #​33179
  • docs: fix variable name from profileData to data in CSR page: [#​34018](https://togith

Configuration

📅 Schedule: 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, click this checkbox.

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

@vercel
Copy link

vercel bot commented Oct 27, 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/yadgithub/zulybot/3PYBTyR7Annzw3j8aWt88vvFubWB
✅ Preview: https://zulybot-git-renovate-major-nextjs-monorepo-yadgithub.vercel.app

@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 2290375 to d28c27b Compare October 31, 2021 17:23
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from d28c27b to 5526cbf Compare November 5, 2021 20:44
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 5526cbf to f0a862f Compare November 15, 2021 22:43
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from f0a862f to be6d0d2 Compare December 4, 2021 00:07
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from be6d0d2 to a9e2b6a Compare December 4, 2021 14:09
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from a9e2b6a to 28c0927 Compare December 5, 2021 02:42
@renovate renovate bot changed the title Update nextjs monorepo to v12 (major) Update dependency eslint-config-next to v12 Dec 9, 2021
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 28c0927 to 4ec7841 Compare January 12, 2022 09:43
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 4ec7841 to 840564a Compare March 7, 2022 08:36
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 840564a to 2ed80da Compare March 26, 2022 13:04
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