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

fix(deps): update dependency next to v12.1.6 #58

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 4, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

vercel/next.js

v12.1.6

Compare Source

Core Changes
  • rsc: remove router injection: #​36101
  • Fix export from and native modules in server component: #​36072
  • feat(next-swc): Update css parser: #​36114
  • fix: do not add locale prefix to api route on NextURL: #​36118
  • Add experimental onlyGenereated flag for unstable_revalidate: #​36108
  • Support necessary headers in the web server response: #​36122
  • Fix only generated case in minimal mode: #​36130
  • Fix req.url of rsc dynamic routes pages gSSP in edge runtime: #​36134
  • Reogranize the client component detection utils: #​36135
  • Add support for catch-all route params in NextRequest page type declaration: #​36137
  • rsc: mark next head as client component: #​36138
  • rsc: keep static page props: #​36157
  • Update to target es5 for use-subscription: #​36159
  • Fix text decoding for chunk: #​36165
  • Fix symlink and copy logic to standalone directory when using outputStandalone: #​35535
  • Adds linting rule to avoid assignment to 'module' variable: #​35279
  • Fix res.json support for string / null: #​36186
  • Update swc: #​36187
  • Fix next/image usage in most cases of onLoad(): #​36176
  • [eslint-config-next] Update @​typescript-eslint/parser to v5.19.0: #​36156
  • Add support for tsconfig moduleResolution node | node12 | nodenext: #​36189
  • Fix missing _app component of AppTree in gIP context: #​36206
  • refactor(build): no force transpile optional chaining: #​35976
  • NextResponse.json: pass options to Response: #​35367
  • Improve NextApiHandler type for early returns: #​35166
  • Fix build activity indicator position: #​36208
  • 404 page - Responsive color scheme: #​32113
  • perf(escapeStringRegexp): test before replace: #​34472
  • rsc: skip next builtin module when apply loaders: #​36202
  • Use finally to clean up seen requests: #​36222
  • fix(next-swc/ssg): less aggressive exports drop: #​36199
  • fix type definition for defaultGetInitialProps: #​36252
  • Use renderToStaticMarkup to render documentHTML: #​36213
  • Fix flight loader: #​36282
  • Add telemetry for image config formats (avif/webp): #​36289
  • Ensure error is cleared for missing global css: #​36292
  • next/jest: Allow moduleNameMapper to match before Next.js internal mappings: #​36312
  • Add client HMR tracing for debugging: #​36328
  • feat:Add support for useDefineForClassFields typescript option: #​36335
  • Use fallbackable path module for node and edge runtime: #​36306
  • Update swc: #​36269
  • fix(next): use moduleGraph.getIssuer to avoid deprecation warning (#​36329): #​36330
  • Ensure beforeFiles client-side resolving handles dynamic routes: #​36317
  • Ensure there is only 1 render pass in concurrent rendering with getInitialProps in _document: #​36352
  • Changes to the beforeInteractive strategy to make it work for streaming: #​31936
  • Update swc: #​36351
  • Fix failing E2E deployment test cases: #​36368
  • chore: upgrade PostCSS dependencies: #​34354
  • Fix next/image usage of onError(): #​36305
  • Simplify the App and Component handling in render: #​36395
  • Do not polyfill node built-in modules on edge functions: #​36190
  • Fix to remove webpack message per error: #​36452
  • Rework behavior (backwards compatible): #​36436
  • Fix missing interpolation on next/head exports: #​36435
  • Add stitches and material-ui tests for new link behavior + fix TypeScript types when imported: #​36474
  • chore: remove git.io: #​36479
  • fix(#​36435): apply correct fix: #​36464
  • Add process env NEXT_RUNTIME: #​36383
  • Fix incorrect asPath with fallback rewrite in minimal mode: #​36463
  • Update manual revalidate response cache handling: #​36462
  • Pass nextRuntime in webpack context: #​36488
  • Support swc parse api in WASM: #​36482
  • Use edge compiler for middleware: #​36486
  • Update swc: #​36477
  • Remove passhref Eslint rule as it's no longer needed with new link behavior: #​36511
  • Add string children case for newNextLinkBehavior codemod: #​36516
  • Add with-edgedb example: #​35929
  • polish isomorphic path module: #​36521
  • Ensure optional params are normalized correctly in minimal mode: #​36513
  • Always add height and width prop to image with layout="raw": #​36523
  • Align behavior of SWC transform & transformSync: #​36500
  • Add event for swc load failure and attempt patching lockfile: #​36527
  • next-swc/wasm: Make span start at 0: #​36532
  • Add support for passing ref to next/link with new behavior enabled: #​36537
  • Update swc: #​36535
  • Refactor base server to get rid of the __server_context hack: #​36550
  • Tweak lockfile patching to be eager: #​36549
  • unlock eslint-config-next dependencies: #​35781
  • Hoist the desired ReactDOM import expression: #​36552
  • bump styled-jsx to latest: #​36554
  • chore: clarify CLI network errors: #​36567
  • Ensure older lockfile/invalid formats are handled: #​36577
  • Adds inline script functionality to next/script for worker and beforeInteractive strategies: #​36364
  • Fix missing Content-Length header from Image Optimization API: #​36581
  • Refactor Page Paths utils and Middleware Plugin: #​36576
  • Reexports styled-jsx JSXStyle in nextjs: #​36585
  • Update status code for normalize error: #​36580
  • Add pagesDir to Jest transformer: #​36599
  • Add tests for routing experiment: #​36618
  • Update findPagesDir: #​36619
  • Fix swc jest pagesDir config: #​36623
  • Fix next node buildin module error message for edge runtime: #​36434
  • Handle styled-jsx in newLinkBehavior codemod: #​36628
Documentation Changes
  • Add instructions to create pages directory and add an index.js file to it: #​35971
  • docs: specify minimum required react version: #​36091
  • Loosen the "public" condition on getSSP: #​36018
  • fixed typo, that should say 'in' not 'from': #​36046
  • Docs: workarounds for router not resetting state (fixes #​35138): #​35651
  • Add onLoad gotcha note to basic-features doc: #​36261
  • Fix introduction.md for next.config.js: #​36286
  • Clarifies that path params exist on query object: #​36321
  • Fix broken data fetching links in docs: #​33766
  • Change getStaticProps to getStaticPaths in getStaticPaths docs: #​36403
  • Revert "Change getStaticProps to getStaticPaths in getStaticPaths docs": #​36425
  • Update usage paragraph of next/script onLoad: #​36453
  • Add note about lockfile causing swc to fail to load: #​36484
  • Add docs on self-hosted ISR persisting across pods.: #​36520
  • Adds <link rel="preconnect" ... /> to example optimized font output: #​36529
  • Add note about running next without a sub-command: #​36560
  • Add docs about SSR caching (yes, you can do this with Next.js): #​36588
Example Changes
  • Fixes scripts in Electron examples.: #​36133
  • docs(examples/with-emotion-swc): update readme: #​36197
  • docs: add yoga to examples: #​36253
  • Adds removeListener handler to with-electron-typescript example.: #​36323
  • Removed unnecessary React Fragment: #​36331
  • updated with-rebass dependencies: #​36416
  • Add pnpm-debug: #​36394
  • added with-react-foundation example: #​36375
  • Grammar Changed features and API to features and it's API: #​36396
  • Adding Typescript and Mantine example: #​36294
  • [examples] Update styled-components with Babel - add types: #​36125
  • Fix failing yarn PnP test from missing dependency: #​36515
  • docs(examples): Updated Chakra UI examples: #​36333
  • Fix typo: #​36592
  • add Script key for cache: #​36627
Misc Changes
  • Update CODEOWNERS: #​36164
  • Stabilize flakey prerender test: #​36193
  • Stabilize flakey build-output test: #​36195
  • Validate streaming writer chunk type in testing: #​36200
  • Update CI cache key to allow re-running only failed: #​36249
  • feat(trace): next/trace to event format converter: #​36281
  • Add handling for testing against deployments: #​36285
  • Make setup-wasm script work for local dev: #​36355
  • chore(create-next-app): fix pnpm create step: #​36398
  • Update font-optimization test snapshot: #​36492
  • docs: clarify triaging: #​36507
  • Remove extra yarn PnP example test: #​36518
  • Update rewrite destination for flakey rewrite tests: #​36519
  • Normalize font optimization snapshot to reduce flakes: #​36531
  • Bump react dev dep to 18.1: #​36491
Credits

Huge thanks to @​huozhi, @​shuding, @​kdy1, @​nkzawa, @​prichey, @​manovotny, @​balazsorban44, @​remorses, @​amandeepmittal, @​mward-sudo, @​eric-burel, @​timneutkens, @​styfle, @​ytkg, @​CuriosBasant, @​bart-krakowski, @​SukkaW, @​jameshfisher, @​Kikobeats, @​bjorm, @​alex-page, @​fmmoret, @​ijjk, @​davidbarker, @​kwonoj, @​seanparmelee, @​ddgrishkin, @​mmartinsoliv, @​byjoshuadavis, @​sakib412, @​Chastrlove, @​padmaia, @​janicklas-ralph, @​MaedahBatool, @​shinkj11, @​youngvform, @​zaida04, @​therealmarzouq, @​codedbyjordan, @​deadlynjdj, @​lfades, @​Brooooooklyn, @​renbaoshuo, @​javivelasco, @​triyanox, @​rafae2k, @​colinhacks, @​atcastle, @​leerob, @​sa3dany, @​nikolovlazar, @​refactorized, @​housseindjirdeh, @​ro11ingbutler, and @​gusrb3164 for helping!

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 ini

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.

@viezly
Copy link

viezly bot commented Dec 4, 2021

Pull request by bot. No need to analyze

@renovate renovate bot changed the title Update dependency next to v12.0.5 Update dependency next to v12.0.6 Dec 4, 2021
@renovate renovate bot changed the title Update dependency next to v12.0.6 Update dependency next to v12.0.7 Dec 5, 2021
@renovate renovate bot changed the title Update dependency next to v12.0.7 Update dependency next to v12.0.8 Jan 12, 2022
@renovate renovate bot changed the title Update dependency next to v12.0.8 Update dependency next to v12.0.9 Jan 27, 2022
@renovate renovate bot changed the title Update dependency next to v12.0.9 Update dependency next to v12.0.10 Feb 1, 2022
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from ed733a4 to 4e8ca96 Compare March 7, 2022 15:21
@renovate renovate bot changed the title Update dependency next to v12.0.10 Update dependency next to v12.1.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 4e8ca96 to ad054a8 Compare March 26, 2022 12:39
@renovate renovate bot changed the title Update dependency next to v12.1.0 fix(deps): update dependency next to v12.1.1 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from ad054a8 to c809dc2 Compare April 24, 2022 18:56
@renovate renovate bot changed the title fix(deps): update dependency next to v12.1.1 fix(deps): update dependency next to v12.1.5 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from c809dc2 to 4d68822 Compare May 16, 2022 00:19
@renovate renovate bot changed the title fix(deps): update dependency next to v12.1.5 fix(deps): update dependency next to v12.1.6 May 16, 2022
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