v3.ocaml.org-rescript icon indicating copy to clipboard operation
v3.ocaml.org-rescript copied to clipboard

Update dependency next to v12

Open renovate[bot] opened this issue 4 years ago • 0 comments

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next (source) ^11.0.0 -> 12.0.3 age adoption passing confidence

Release Notes

vercel/next.js

v12.0.3

Compare Source

Core Changes
  • Improve error message for importing native Node APIs in the edge runtime: #​30696
  • Keep attempting to load binary files after failure: #​30755
  • Fix Invalid character in header ["Content-Disposition"]: #​30287
  • Relax restriction of images.path in next.config.js: #​30741
  • Prevent storing page props cache when in SSG + preview mode: #​30757
  • Optimize other fonts provide by Google: #​30554
  • Update swc: #​30790
  • Add regenerator path: #​30786
  • Update loader-utils: #​30743
  • Re-enable minifying middleware chunks: #​30823
  • Don't require source files to be writeable in dev mode: #​30758
  • Fix incorrect _document.js error when disableStaticImages: true: #​30768
  • Improve error message for importing unsupported native modules: #​30829
  • update mini-css-plugin and remove experimentalUseImportModule: #​30617
  • Ensure dev react bundles are not ignored in traces: #​30849
  • Fix client component imports are not being correctly tracked: #​30853
  • Update swc: #​30859
  • Fix lost combinator before global: #​30771
  • Add Next.js version to trace: #​30881
  • Update swc: #​30890
  • Edge Functions: expose globalThis: #​30877
  • Move browserslist loading webpack-config.ts: #​30889
  • Add linux-x64-musl to napi array: #​30909
  • Re-enable linux-musl-x64 build target: #​30910
  • Fix musll typo: #​30912
  • Add config support for build activity indicator position: #​30109
  • Update to use repo specific napi instead of npx: #​30914
  • fixes #​30604 - Cannot read properties of null (reading 'tagName'): #​30919
  • Update to use project dir for file tracing base: #​30857
  • Fix styles that should not be made dynamic: #​30928
  • Account for assetPrefix when initializing HMR connection : #​30632
  • upgrade webpack-sources: #​30944
  • next-swc: Add .bundle(): #​30935
  • fix preset name for improved performance: #​30954
  • Use absolute document and app paths for the middleware SSR loader: #​30963
  • Fix version in trace: #​30982
  • Update resolving for node_modules trace pass: #​30985
  • Fix code splitting and build target for the server-web build: #​30972
  • pass Buffer directly to Rust: #​30975
Documentation Changes
  • Add note about HMR WebSocket to upgrade guide: #​30704
  • Add security notes to the URL imports documentation.: #​30708
  • Add workaround for prefixing the default locale to the docs.: #​30673
  • Fix spelling error: #​30737
  • docs: update react 18 configuration: #​30726
  • Recommend using next CLI for Docker entrypoint and not yarn: #​29024
  • Add note about rewrites query updating: #​30747
  • Update response-helpers.md: #​30816
  • Add note about HMR WebSocket with express to upgrading: #​30905
  • Added closing tag to <Suspense>: #​30983
Example Changes
  • Fix link to Elasticsearch products page: #​30752
  • Updates dependencies for with-supertokens example: #​30162
Misc Changes
  • Ensure dev binary download skips for docs only change: #​30746
  • Fix a couple more missing doc only checks: #​30748
  • Remove binary-cache check in id: binary-cache: #​30658
  • Add Node.js 17 to CI: #​30760
  • Upgraded the node-notifier version to 8.0.1: #​30777
  • Add postinstall script to install native packages: #​30850
  • Ensure correct tmpdir is used for install-native: #​30855
  • Update lock time and message.: #​30902
  • Skip next-swc canary postinstall in CI: #​30916
  • Update codeowners to be more specific: #​30908
  • Decrease lock time from 90 to 45.: #​30922
  • Keep using checkout instead of cache for building swc: #​30923
  • Fix flakey preload test: #​30969
Credits

Huge thanks to @​ijjk, @​leerob, @​shuding, @​gish, @​matamatanot, @​vadymshymko, @​huozhi, @​padmaia, @​stefee, @​styfle, @​ihmpavel, @​rishabhpoddar, @​kamsar, @​skhaz, @​Prashoon123, @​kdy1, @​IrisvanOllefen, @​timneutkens, @​evan-bradley, @​sokra, @​Kikobeats, @​ntltd, @​furcan, @​genetschneider, and @​EzequielDM for helping!

v12.0.2

Compare Source

Core Changes
  • update tsconfig correctly when compilerOptions is not set yet: #​30355
  • Update swc: #​30404
  • fix external fallback for invalid packages: #​30427
  • Update swc: #​30426
  • remove console.log: #​30447
  • Relax warning for next/image parent element: #​30453
  • Make sure externals is an array: #​30466
  • Fix native-url containing non-es5 usage: #​30474
  • Fix issue with placeholder followed by numbers: #​30493
  • Share resolve logic for trace and externals: #​30499
  • Update to copy necessary RSC files from dep: #​30505
  • Update swc: #​30509
  • Update swc to fix minifier issue: #​30540
  • Exclude musl from target: #​30548
  • Revert "Update swc to fix minifier issue": #​30551
  • Fix file path overflowing in error popup: #​27575
  • add warning to update featureName in FEATURE_USAGE backend: #​30283
  • Update publish-native to not block on error: #​30565
  • Simplify concurrent features related configurations and fix tests: #​30546
  • Split Set-Cookie header correctly: #​30560
  • Relax warning for next/image loader width: #​30562
  • Fix publish native including non-packages: #​30589
  • Fix redundant styled-jsx global issue: #​30584
  • Add buffering for streaming until the shell is completed: #​30585
  • Check react 18 flags and add more tests: #​30575
  • Update to latest shell-quote: #​30621
  • Relax warning for next/image loader width even more: #​30624
  • make sure "webpack" exists in the repo for typings: #​30371
  • Chore/rust workflow: #​30577
  • update webpack: #​30634
  • Update output tracing to do separate passes: #​30637
  • Revert incremental config to fix missing types: #​30644
  • Fix check compiled step : #​30645
  • Fix missing dev option for the middleware SSR loader: #​30639
  • Fixed "Expected jsx identifier" error on TypeScript generics & angle bracket type assertions in .ts files: #​30619
  • Add auto-commonjs and update swc: #​30661
  • Provide default fallback _document and _app for for concurrent mode: #​30642
  • Remove isCommonJS check as it has been moved to next-swc: #​30677
  • Update swc: #​30685
Documentation Changes
  • Removing duplicated instead word: #​30442
  • fix(docs): Fix broken link in testing documentation: #​30448
  • Update SWC failed error with link to discussion: #​30469
  • docs: update Middleware API reference: #​30485
  • Update examples at headers documentation: #​30502
  • Document Cross-Platform VS Code Debugging: #​30052
  • Add note about no-optional to swc error doc: #​30566
  • Fix link to documentation from deprecated target config message: #​30607
  • correct Next.js 11 upgrade instructions: #​30665
Example Changes
  • Update next-transpile-modules to 9.0.0 across examples: #​30418
Misc Changes
  • Add incremental to template/tsconfig.json to avoid changes on first build: #​30357
  • Fix playwright trace names: #​30374
  • include stdio in error message: #​30358
  • Disable using polling for webpack on test retry: #​30372
  • Update test traces to only run on retry: #​30459
  • Remove extra config for PR stats: #​30478
  • Fixed grammatical errors in contributing.md: #​30542
  • Use fallback SWC version when binary publish fails: #​30568
  • Use unfiltered SWC packages when updating optional: #​30571
  • remove Object.fromEntries polyfill for node 10 in test utils: #​30657
  • Ensure native binary is available for release stats: #​30649
Credits

Huge thanks to @​oBusk, @​sokra, @​ijjk, @​kdy1, @​martpie, @​BruceRodrigues, @​luke-h1, @​styfle, @​balazsorban44, @​padmaia, @​lucasvazq, @​velocity23, @​AkiraTsuboi, @​mitheelgajare, @​kyliau, @​huozhi, @​karaggeorge, @​JamiesWhiteShirt, @​shuding, @​stefanprobst, @​leroydev, @​JulienZD, and @​timneutkens for helping!

v12.0.1

Compare Source

Core Changes
  • Add new target for middleware: #​30299
  • Clear up confusion around SWC being disabled for Babel while swcMinify is on: #​30337
  • fix missed hmr events: #​30309
  • Update SWC OS and CPU fields: #​30341
  • Fix flight loader parsing: #​30345
  • keep sortedMiddleware intact as it's used by the runtime: #​30361
  • fix rsc on windows: #​30364
  • lint: remove unused variable: #​30370
  • Fix exportRuntime and react-18 concurrent tests: #​30381
  • Disable loading of .swcrc: #​30384
  • Fix PerformanceObserver usage for older browsers and CI: #​30387
Documentation Changes
Misc Changes
  • Update manifest.json
  • Ensure linux-aarch64-musl swc target skips when cached: #​30331
  • feat: ignore incremental TS compilation build info: #​30362
  • Make check release job parallel to build job: #​30350
  • Revert "Make check release job parallel to build job": #​30388
Credits

Huge thanks to @​shuding, @​leotaku, @​timneutkens, @​sokra, @​huozhi, @​ijjk, @​molebox, @​mattfwood, @​kripod, @​kdy1, and @​styfle for helping!

v12.0.0

Compare Source

Core Changes
  • Remove .next/traces directory as it's not used: #​28728
  • Update css-loader runtime to use compiled files: #​28735
  • Fix typings of dynamic suspense: #​28740
  • Ensure build trace handles mixed modules: #​28770
  • [ESLint Plugin] Updates no-document-import-in-page rule to use path separators: #​28768
  • feat: Adding generic typing for previewData: #​28668
  • Add RenderResult class: #​28776
  • Reuse warning from postcss-loader: #​28727
  • mini-css-extract-plugin should not bundle webpack code: #​28822
  • update webpack to 5.52.0: #​28771
  • Add tracing for css-loader: #​28756
  • Simplify static + dynamic HTML generation: #​28793
  • [ESLint] Support single-file linting in next lint (necessary for lint-staged): #​28042
  • Webpack rule to block importing images into _document: #​28475
  • Remove outdated webpack conformance experiment: #​28846
  • Remove unused profiler: #​28844
  • Remove unused dependencies: #​28876
  • Update concurrent tests and enable experimental streaming: #​28892
  • Fix/swc minify: #​28898
  • Ensure timed out prefetches are cleaned up correctly: #​28899
  • Simplify RenderResult: #​28900
  • fix: should allow optional properties for images option: #​28709
  • Adopt context based experimental styled-jsx version: #​28646
  • Fix ensurePage race condition: #​28939
  • Support node-sass@6: #​28710
  • Update swc: #​28946
  • Update swc in next-swc: #​28970
  • Ensure cache-control is correct for notFound: true with revalidate: #​28973
  • Update gSSP type to support props as a promise: #​28999
  • Use Writable instead of Observable: #​29007
  • Pass code as buffer to swc minify: #​29009
  • Deprecate webpack 4 support: #​28840
  • Make next-ssg optional: #​28862
  • next/dynamic: Accept pagesDir: #​29055
  • Update test set-up to leverage playwright when able to: #​28634
  • Make traces in development reliable: #​28990
  • Fix webpack version and safari test and update compiled: #​29059
  • Throw error if res is accessed after gSSP returns: #​29010
  • Fix/upload binary artifact: #​29069
  • Add crossOrigin type to the NextConfig: #​29033
  • reload the page to show 404 when receiving invalid event from on-demand-entries: #​29074
  • Add stats config for SWC: #​28883
  • Fix host segment replacing for custom routes: #​29090
  • Add/styled jsx swc: #​29005
  • Update styled-jsx: #​29103
  • Remove inert font tag in font optimization: #​28869
  • Remove log from failing to parse source map: #​29118
  • Development tracing improvements: #​29076
  • Update trace ignores for next import: #​29119
  • Fix partial one off global selectors: #​29128
  • Update next-swc binaries: #​29132
  • Fix transform of ` in styled-jsx: #​29136
  • Update next-swc binaries: #​29140
  • Ensure Next.js dist files are commonjs compatible with swcLoader enabled: #​29138
  • next-ssg: Don't inject __N_SSP for files without server props.: #​29141
  • Build next-swc binaries: #​29144
  • Add crawler blocking for fallback: true: #​29121
  • upgrade to typescript 4.4.3: #​29112
  • Fix native unit tests: #​29146
  • Ensure traces are flushed in development when there is an error: #​29149
  • Add name to invalidated span: #​29170
  • suggest incremental typescript for typescript >= 4.4.2: #​29169
  • make code consistent with babel externals: #​28867
  • add support for new URL(): #​28940
  • Fix bug where returning { notFound: true } from GSP broke next export: #​24481
  • Fix #​11107 - don't prefetch preloaded modules: #​22818
  • Fix array query value has matching: #​29216
  • Remove useless getComputedStyle call.: #​27969
  • Preserve next-env.d.ts line ending: #​28100
  • fix compilation span relationship: #​29174
  • Add spans for hot-reloader start: #​29251
  • Fix dynamic style issue: #​29163
  • Ensure trailingSlash is correct for index with query: #​29217
  • Migrate prerender tests to new set-up: #​29245
  • Fix resolving href with query and matching as: #​29246
  • upgrade webpack to 5.53.0: #​29168
  • Fix basePath: false not being honored for client-side redirect: #​29235
  • Fix default static /500 with i18n: #​29250
  • Remove docker usage for running development tests: #​29264
  • Remove collect-dependencies span as it balloons trace size: #​29266
  • Initial work for using webpack 5 typings: #​29105
  • Rename experimental tracing to outputFileTracing: #​29267
  • Add internal mode for debugging Next.js core webpack: #​29254
  • Fix invalid project dir casing breaking Next.js on Windows: #​29205
  • Fix add-entry span duration: #​29288
  • Update to latest @​vercel/nft and use async fs methods: #​29341
  • feat: allow setting custom tsconfig file: #​28104
  • Ensure static image works correctly with basePath: #​29307
  • Use webpack resolve with nft: #​29342
  • Experimental: hook version of reportWebVitals: #​28769
  • enable unsafeCache for better incremental build performance: #​29175
  • upgrade webpack and enable experiments.cacheUnaffected: #​29369
  • Fix onLoadingComplete() callback when image src is Data URL: #​29367
  • Additional bench tracing improvements: #​29325
  • Remove inline-source-map for Windows: #​28893
  • Ensure blurDataURL is correct in dev with basePath: #​29436
  • Update swc : #​29460
  • Build next-swc binaries: #​29465
  • Fix SWC unit test: #​29466
  • Ensure initial imports are included in traces correctly: #​29437
  • Rename onReadyToStream to onCompleteShell: #​29442
  • Update css parser: #​29484
  • update webpack: #​29469
  • Parallelize requirePage when loading components: #​29494
  • Invalidate webpack cache when swc options are enabled/disabled: #​29497
  • Update output tracing resolving: #​29473
  • Remove error that is too strict in next/dynamic swc transform: #​29511
  • make client and server independent for on-demand-entries: #​29518
  • Update resolve options for nft: #​29524
  • Fix root global jsx style: #​29505
  • Fix custom app file regex: #​29525
  • Upgrade swc deps: #​29531
  • Ensure all package.json files are traced correctly: #​29539
  • Add page mapping for Server Components: #​29508
  • Fix ie11 from untranspiled vitals: #​29532
  • Update version @​babel/runtime: #​29458
  • upgrade webpack: #​29549
  • Include param vars in nearest scope bindings: #​29536
  • Update swc_css_parser: #​29572
  • Upgrade swc deps: #​29620
  • fixes #​29553: #​29611
  • Add trace file for "next dev": #​29633
  • Update to latest version of node-file-trace: #​29617
  • Update swc crates: #​29643
  • Fix missing trace items and migrate required files test: #​29649
  • Create TelemetryPlugin for collecting feature usage metrics: #​29145
  • Fix grammar in conflicting paths error: #​29658
  • update webpack: #​29644
  • Bump squoosh to the latest version: #​29506
  • Remove webpack 4 support: #​29660
  • Ensure conditional resolve alias does not affect server: #​29673
  • Chore/update swc: #​29675
  • Remove isWebpack5 checks: #​29677
  • chore: Update swc: #​29689
  • fix: Prevent image redirection when trailingSlash is set: #​29640
  • fix(styled-jsx): Use correct SyntaxContext for identifiers: #​29705
  • Use correct arg for require.resolveWeak: #​29719
  • update webpack: #​29708
  • update webpack: #​29738
  • serverOnlyChanges should be determined when both compilers are done: #​29757
  • Hmr DX improvements: #​29753
  • Add trace span for module readFile: #​29759
  • Fix bug with getServerSideProps when swcLoader is enabled: #​29760
  • feat(build/swc): Add debug utilities: #​29730
  • Fix bugs of styled-jsx and swc: #​29774
  • Fix swc tests: #​29776
  • Fix styled-jsx: Don't drop extra selectors: #​29791
  • show partial compiled message and correct module count: #​29795
  • avoid using absolute paths in import/require: #​29797
  • Update swc: #​29798
  • Pass sourcemap when swcMinify is enabled: #​29794
  • hide build error when returning to old build: #​29813
  • only schedule pages for disposing and dispose on next compile: #​29816
  • reduce default maxInactiveAge to 15s: #​29817
  • add summary logging option: #​29814
  • handle new hmr connection as heartbeat signal: #​29818
  • allow to reload disposed client pages: #​29815
  • Collect feature usage for optimizeCss: #​29828
  • Add support for AVIF to next/image: #​29683
  • Update swc: #​29843
  • Avoid TypeError when comparing path param: #​29821
  • feat(jsconfig-paths-plugin): Resolve paths synchronously: #​29467
  • Update swc: #​29866
  • Update swc: #​29881
  • Added more examples to Response Helpers page: #​29462
  • update webpack: #​29870
  • Add experimental option to enable fullySpecified: #​29880
  • only listen to drain even once: #​29885
  • Update swc & Improve CI time: #​29884
  • Enable esmExternals by default: #​29878
  • Refactor Document to prep for classic streaming: #​29834
  • Update to latest @​vercel/nft: #​29902
  • Remove unused options from swc-loader: #​29907
  • Update swc: #​29913
  • upgrade strip-ansi in react-dev-overlay: #​29906
  • Add revalidate to the GetStaticPropsResult: #​29919
  • Migrate server-sent events HMR connection to WebSocket: #​29903
  • Upate swc to allow line comments in css: #​29943
  • fix Log Typo: #​29937
  • Bump "engines" to node >= 12.22.0: #​29949
  • Update webpack target to node12.22: #​29953
  • Add ESLint docs URLs: #​29645
  • Use import() to load next.config.js: #​29935
  • Fix config import on Windows and disable test in failing envs: #​29971
  • Update swc: #​29969
  • Fix identifier handling ofstyled-jsx: #​29986
  • Update swc to fix minifier: #​29989
  • Remove obsolete prerender indicator code: #​30004
  • Update swc: #​30019
  • Update swc: #​30029
  • Compile native-url and node-libs-browser: #​30032
  • Update swc to fix regenerator issue: #​30035
  • Update tracing to collect from reasons: #​29975
  • Fix eslint loading on Windows: #​30040
  • Fix next/image when parent is <p>: #​30041
  • Fix trace when initial file is also child: #​30048
  • Update react 18 streaming api: #​30038
  • Update manifest to include notFound revalidate info: #​30046
  • Sanitize the path to the user config before importing: #​30003
  • Update swc: #​30055
  • Update swc: #​30057
  • Update swc: #​30066
  • Prevent inherited styles on next/image wrapper or sizer: #​30064
  • update webpack: #​30073
  • Print error when images.loader is assigned but images.path is not: #​30080
  • Update swc: #​30086
  • Enable fast refresh transform when using SWC: #​30106
  • Implement Middleware RFC: #​30081
  • Enable shared worker pool by default: #​30110
  • use xxhash64 by default: #​30095
  • [ESLint] Adds temporary error message for ESLint v8: #​30113
  • improve production error message printing: #​30065
  • Simplify export statement: #​30015
  • automatically enable managed paths for all node_modules: #​30089
  • Skip minifying middleware: #​30122
  • Fix creation of styled jsx ids: #​30124
  • Update swc: #​30127
  • avoid showing empty Import trace for requested module: #​30130
  • fix pageKey and compiling output for on-demand-entries: #​30116
  • add experimental.urlImports option: #​30079
  • Update swc: #​30141
  • Ensure we dont attempt minifying middleware-chunks: #​30147
  • Update middleware chunk handling: #​30151
  • Ensure error message prints next.config.mjs: #​30152
  • Use default next.config.js if not found: #​30155
  • Add warning when using middleware: #​30160
  • test and fix error reporting for stack overflows and other fatal errors: #​30169
  • [ESLint] Add add next/script support for no-unwanted-polyfillio rule: #​28944
  • make static image import output path consistent with other media: #​30168
  • De-dupe inflight getStaticProps requests: #​30125
  • Update include/exclude handling for output tracing: #​30184
  • make import trace consistent between runtime and build: #​30175
  • Add middlewareCount info to build optimized: #​30185
  • Change AVIF to opt-in via configuration: #​30180
  • Add page config swc transform: #​30183
  • Move tracing next-server to next build: #​30190
  • Update to latest caniuse-lite version: #​30194
  • Remove all: initial in favor of specific styles on next/image: #​30191
  • Upgrade styled-jsx for react 18 improvement: #​30179
  • Enable SWC by default when there is no custom Babel config: #​29811
  • Enable outputFileTracing by default: #​30202
  • Add isDevfallback to cache name to create a separate cache for the fallback compiler: #​30227
  • Use SWC for middleware: #​30209
  • Update swc: #​30230
  • Add deprecation note for target: #​30200
  • Add initial documentation for output file tracing: #​30199
  • partially migrate to webpack 5 types: #​30189
  • hide next-middleware-loader in import trace: #​30243
  • fix some labels for middleware stuff: #​30241
  • Use Log.warn() instead of console.warn() in next-server: #​30240
  • test, fix and document all possible import types for URL imports: #​30165
  • Ensure isServer is true when compiling middleware: #​30242
  • Add initial test trace outputs: #​30246
  • Move swcMinify out of experimental: #​29810
  • Add events polyfill: #​30256
  • next-swc: Support more platforms: #​30254
  • Update error for failing to load SWC bindings: #​30269
  • update webpack: #​30268
  • fix middleware on windows: #​30253
  • Add warning for large amount of page data: #​29956
  • Add warning when LCP image is missing priority prop: #​30221
  • New Middleware API signature: #​30282
  • Fix trace case with tsconfig/jsconfig baseUrl: #​30286
  • Warn when mutating res if not streaming: #​30284
  • Chore/publish all swc: #​30289
  • Update swc-minify-enabled link: #​30290
  • Fix middleware header propagation: #​30288
  • Move outputFileTracing config up: #​30295
  • Track usage of swc features: #​30297
  • Ensure null bytes in resolved path are handled: #​30313
  • Improve deprecation errors for new middleware API: #​30316
Documentation Changes
  • Update docs to clarify that image imports are static: #​28744
  • Add note to Gatsby migration guide about using next/image with custom loaders.: #​28805
  • doc: fix typo: #​28817
  • (docs) Remove duplicate comma: #​28850
  • (docs) Add permanent property in redirect object: #​28852
  • Update next/link API docs to mention a11y and ESLint rule.: #​28841
  • name should be key: #​28917
  • chore(examples): switch to Script component on the google analytics example: #​27674
  • Fixed issue with grammar: #​28964
  • Fixed typo: #​28989
  • Fix minor typo in no-img-element.md: #​29027
  • Add more examples of static generation to docs page.: #​29052
  • Add note about using Sharp for next/image to deployment docs.: #​29067
  • Add client-side debugging instructions: #​28815
  • Use new @​clerk/nextjs package in with-clerk example, update Next.js authentication docs: #​28906
  • Update router.prefetch section to clarify it supports dynamic routes: #​29070
  • Ensure manifests check has correct exit code on fail: #​29183
  • Fix minor typos: #​29188
  • Update Gatsby migration guide to use image imports.: #​29178
  • Ensure href/as behavior points to correct docs: #​29270
  • Update invalid-getstaticpaths-value.md: #​29397
  • Update imperative routing docs to have better a11y: #​29382
  • Add Stitches example to CSS-in-JS docs: #​29498
  • Update getServerSideProps docs with req.cookie note: #​29457
  • docs: Link to getInitialProps on Custom App page: #​29567
  • Update permanent redirect field documentation: #​29557
  • Use npx create-next-app@latest instead of the version that is installed: #​29595
  • docs: Clarify locale properties on context object in data-fetching: #​29566
  • docs: remove this usage from function component: #​29596
  • Overhaul image component documentation: #​29186
  • Document i18n routing with dynamic routes: #​29632
  • Fix debugging docs markdown lang: #​29674
  • Grammatical fixes: #​29676
  • Fix typo in image optimization documentation: #​29685
  • Fixed method for removing class: #​29735
  • Fix test running command in testing.md: #​29778
  • docs(testing): added Playwright guide: #​29832
  • Add Scss variables section to Built-in CSS Support document: #​29822
  • Update testing based on Failed to parse src "test-file-stub" on `next…: #​29039
  • Update docs for image caching behavior: #​29895
  • Update typo in response helpers doc: #​29899
  • Update minimum Node version in Getting Started: #​29952
  • docs: Remove invalid link "Glamor": #​29982
  • Update docs for Prerender Error message: #​30044
  • Update documentation to fix github cache key: #​29983
  • Update eslint.md with instructions for installing Prettier plugin dependency: #​29764
  • Add image example with background color using blurDataURL: #​30111
  • docs: remove mention of experimental pageDataCollectionTimeout: #​30107
  • Update upgrade docs: #​30265
  • Add minimum Node.js version to upgrading guide: #​30274
  • Fix typo of upgrading: #​30276
  • Add note about improved CSS parser for styled-jsx to upgrading guide: #​30280
  • Add "priority" section to Image Optimization doc: #​30218
  • Add more docs.: #​30320
Example Changes
  • with-stitches example fixes #​28650: #​28652
  • Updates @​react-three/drei version and other dependencies.: #​28755
  • fixes with-typescript-graphql: unable to resolve dependency tree: #​28637
  • Examples Prepr CMS update: #​28871
  • Fix Typo in "with-eslint" Example docs: #​28601
  • Updates supertokens-node dependency version: #​28916
  • Fix falsy values not being returned in post fields: #​29011
  • [Examples] Updates with-google-tag-manager example to use <Script> component: #​29061
  • Update Redux example to use Toolkit + update dependencies.: #​29104
  • fix(with-sentry example): Small tweaks: #​28359
  • bugfix: remark/webpack conflict: #​29180
  • Fix dependency in api-routes example: #​29181
  • Fix type-check in Temporal example: #​28546
  • Update with-react-intl example: [#​28336](http

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.

renovate[bot] avatar Oct 26 '21 16:10 renovate[bot]