Skip to content

chore(deps): update dependency eslint-config-next to v12 #848

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

Merged
merged 2 commits into from
Nov 30, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next ^11.0.0 -> ^12.0.0 age adoption passing confidence

Release Notes

vercel/next.js

v12.0.4

Compare Source

Core Changes
  • Update middleware eval checks: #​30883
  • Optimize the SSR middleware runtime size: #​30906
  • Improve error handling in the SSR middleware: #​31057
  • Ensure decode error in minimal mode responds with 400 not 500: #​31037
  • Update ServerlessPlugin to use chunkGraph: #​31058
  • Fix custom 404 page when concurrentFeatures is enabled: #​31059
  • Upgrade React alpha and experimental dependencies to latest: #​31039
  • Change disabled SWC message to Log.info: #​31091
  • Add render prop support to <Main>: #​30156
  • Change .web extension of document page to part of path: #​31116
  • Enable code splitting for the web runtime build: #​31090
  • Give priority to document.title over h1 when announcing page change: #​31147
  • Add webpack5 namespace to fix type errors: #​31140
  • Add warning when image has unused sizes prop: #​31064
  • Add experimental next-swc jest transform: #​30993
  • fix: support --cache-strategy ESLint argument (fixes #​29926): #​29928
  • fixes #​31060: NullReferenceException: #​31061
  • use loader-utils 2 for resolve-url-loader to fix ./data: urls in sass: #​31134
  • Update reason message for isolatedModules and esModuleInterop: #​31150
  • Add input/output test for 30091: #​31166
  • Fix useId mismatches on hydration: #​31102
  • Do not hide body when concurrentFeatures is enabled: #​31187
  • Fix middleware i18n rewrites: #​31174
  • next-swc: Add displayNameAndId of styled-components: #​31189
  • Use require.resolve to detect "framework" packages (fix pnpm): #​21048
  • Add all cases where webpack5 type is used: #​31206
  • Add test for styled-components SWC transform disabled: #​31214
  • Add initial standalone build handling: #​31003
  • fix(middleware): expose CryptoKey and globalThis.CryptoKey: #​31193
  • Disable styled-components displayName in production: #​31216
  • fix(31013): add base path to preflight request url: #​31101
  • share collections in middleware vm context: #​31043
  • Support assetPrefix specific protocol: #​31213
  • upgrade webpack: #​31034
  • Update swc: #​31233
  • run middleware parser handler only for middleware modules: #​31219
  • Update swc minifier: #​31242
  • Fix process.env overriden in web runtime: #​31261
  • fix: replaced useless let: #​31239
  • Experimental next/jest config helper: #​31246
  • correctly assess node equality when nonce attribute is present: #​27573
  • bugfix/i18n Do not support the second locale in the pathname: #​31229
  • Fix typo in next build log: #​31295
  • Ensure next/jest is published: #​31296
  • Update swc for jsc.paths: #​31290
  • next/jest: Ensure typeof window is not transformed in jsdom environment: #​31304
  • Output where preference is saved: #​31305
  • Upgrade webpack: #​31313
  • Ensure asPath is correctly normalized in minimalMode with i18n: #​31281
  • Automatically using different port to start dev server for non-explicit port: #​30736
  • Resolve stream piper on complete shell for renderToReadableStream: #​31186
  • fix(middleware): fetch resource may be a URL instance (or any stringifiable value): #​31260
  • Ensure NODE_ENV is replaced correctly with swc: #​31274
  • Add support for jsxImportSource in tsconfig/jsconfig: #​31358
  • fix(30724): clear "x-middleware-next" header when chaining middlewares: #​30866
  • Add eslint rule to prevent importing next/server outside of _middleware: #​30973
  • Don't proxy middleware if host is the same: #​31180
  • Add support for legacy decorators through tsconfig/jsconfig: #​31376
  • Update swc & fix styled-jsx: #​31407
  • show (middleware only) when a middleware is added to the compiler: #​31409
  • Add minify debug env var to investigate minifier bugs: #​31417
  • add filename to babel warning about anonymous function default exports: #​31322
  • Refactor server/render for SSR streaming: #​31231
  • Remove moment locale replace from craCompat as it's a default in Next.js 12: #​31431
  • Fix basePath replacing server-side and normalizeLocalePath() when path is empty string: #​30978
  • Close stream when fatal error occurs: #​31164
  • middleware: add request referrer support: #​31343
Documentation Changes
  • Expands next/script documentation: #​31063
  • Fix minor typos: #​31161
  • Include www subdomain example in Domain Routing: #​30487
  • Fix heading levels in URL imports docs.: #​31163
  • Update upgrading.md: #​31173
  • docs: fix typo in css-in-js page: #​31244
  • Testing Docs: Add links to jump to sections: #​31311
  • Changes in dev script (package.json): #​31245
  • Typo fixes on Markdown files: #​31380
  • Update data-fetching.md: #​31394
  • Update image-optimization.md: #​31401
  • Fix function syntax for API Routes documentation: #​31414
  • docs: next-iron-session renamed to iron-session: #​31292
  • Clarify with commas: #​31224
  • docs(auth): fix iron-session example url + API: #​31413
Example Changes
  • Optimise bundle size for with-supertokens example: #​31040
  • Update remark and remark-html dependencies: #​31051
  • Docs/examples/with iron session updates: #​30956
  • Fix Auth0 Example: #​31284
  • Updates with-supertokens example to add sign in with apple: #​31200
  • Auth0 Example: getSession should be called with req and res: #​31330
  • examples: fix README with google analytics: #​31384
  • Add Playwright example: #​29426
  • Fix storybook styled-jsx example with styled-jsx 5: #​31357
Misc Changes
  • improve windows support for benchmark: #​31032
  • Add integration test for Suspense and streaming: #​31197
  • Bump cancel-workflow-action to 0.9.1: #​31210
  • test: skip flaky dynamic import tests: #​31221
  • Add integration test of API routes with concurrentFeatures enabled: #​31227
  • Update contributing doc with trouble shooting section for swc: #​31265
  • Fix test-pnp stalling in CI: #​31282
  • Fix failed-loading-swc link in Troubleshooting: #​31314
  • Maintain co-authors when kodiak merges: #​31316
  • bugfix/second-locale-in-pathname remove console.log: #​31289
  • Rewrite send-trace-to-jaeger in Rust: #​31392
  • Ensure Git feature.manyFiles is enabled: #​31408
  • Remove .only and ensure jest lint rules apply for all tests: #​31456
  • Ensure swc dep is copied for isolated tests: #​31462
Credits

Huge thanks to @​javivelasco, @​shuding, @​rishabhpoddar, @​chemicalkosek, @​huozhi, @​timneutkens, @​devknoll, @​sokra, @​KittyGiraudel, @​styfle, @​padmaia, @​housseindjirdeh, @​OKinane, @​KonstHardy, @​BrandonRomano, @​leerob, @​furcan, @​dusanralic, @​kdy1, @​elliottsj, @​vvo, @​Kikobeats, @​hi-ogawa, @​panva, @​genetschneider, @​thundermiracle, @​stefano-rainieri, @​ericbiewener, @​vordgi, @​stevejarvis, @​ihmpavel, @​ijjk, @​delbaoliveira, @​matamatanot, @​dyarfaradj, @​iheyunfei, @​thibautsabot, @​ascorbic, @​fytriht, @​emzoumpo, @​onurtemiz, @​a-ursino, @​mxschmitt, @​knezevicdev, @​bywo, @​OArnarsson, and @​TurekBot for helping!

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

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about 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.

kodiakhq[bot]
kodiakhq bot previously approved these changes Nov 29, 2021
@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Nov 29, 2021
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 870fa34 to b003724 Compare November 29, 2021 12:29
@netlify
Copy link

netlify bot commented Nov 30, 2021

✔️ Deploy Preview for friendly-turing-cd4054 canceled.

🔨 Explore the source changes: bae717f

🔍 Inspect the deploy log: https://app.netlify.com/sites/friendly-turing-cd4054/deploys/61a60021e3093b0008ffec5e

@kodiakhq kodiakhq bot merged commit 19cc9db into main Nov 30, 2021
@kodiakhq kodiakhq bot deleted the renovate/major-nextjs-monorepo branch November 30, 2021 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants