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

chore(deps): update devdependencies #187

Merged
merged 2 commits into from Aug 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 18.16.18 -> 18.17.1 age adoption passing confidence
@types/react (source) ^18.2.17 -> ^18.2.18 age adoption passing confidence
@vitejs/plugin-react (source) ^4.0.3 -> ^4.0.4 age adoption passing confidence
chalk 5.2.0 -> 5.3.0 age adoption passing confidence
eslint-plugin-react 7.33.0 -> 7.33.1 age adoption passing confidence
next (source) ^13.4.6 -> ^13.4.12 age adoption passing confidence
type-fest ^4.0.0 -> ^4.1.0 age adoption passing confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.0.4

Compare Source

  • Fix #​198: Enable Babel if presets list is not empty
chalk/chalk (chalk)

v5.3.0

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.33.1

Compare Source

Fixed
vercel/next.js (next)

v13.4.12

Compare Source

Core Changes
  • Separate routing code from render servers: #​52492
  • Move Pages API rendering into bundle: #​52149
  • update Turbopack: #​52986
  • Turbopack: Refactoring module references: #​52930
  • Increase timeout for 404 tests: #​52998
  • Reland "Refine the not-found rendering process for app router": #​52985
  • Revert "Separate routing code from render servers (#​52492)": #​53016
Documentation Changes
  • "Clarify the 'Existing Projects' section of the TypeScript docs:: #​52944
  • Update 02-dynamic-routes.mdx: #​52975
  • chore(docs): fix broken link: #​53021
Misc Changes
  • Update to latest version of turborepo: #​52979
  • Update swc_core to v0.79.22: #​52945
  • chore(ci): add pnpm workspace for github actions: #​52976
  • Changed package manager for install-native.mjs to pnpm: #​52971
  • update CODEOWNERS config: #​53017
Credits

Huge thanks to @​ijjk, @​wyattjoh, @​sokra, @​kdy1, @​alexkirsz, @​styfle, @​ShaunFerris, @​syedtaqi95, @​Heidar-An, @​huozhi, and @​ztanner for helping!

v13.4.11

Compare Source

Core Changes
  • fix: add missing <preload> for next/image in App Router: #​52425
  • Support metadata exports for server components not-found: #​52678
  • feat(next-swc): try to fallback native bindings with MODULE_NOT_FOUND: #​52667
  • Turbopack: Vc and Turbo Engine type system improvements : #​51792
  • Fix runtime edge not-found handling: #​52754
  • fix: forward NavigateOptions in adaptForAppRouterInstance: #​52498
  • fix(output): do not slice pathname unless ends with .txt: #​52640
  • Fix tagsManifest initialization check: #​52776
  • Turbopack: Experimental dev app pages support: #​52680
  • Turbopack: move Asset::ident to more specific traits: #​52683
  • Fix tracking of ContextModule: #​52795
  • Set process.title for router and render workers: #​52779
  • fix Remove unnecessary await: #​52800
  • Revert "perf: improve URL validation performance": #​52818
  • Refactor the client entry plugin: #​52798
  • Turbopack: Add manifest generation to pages: #​52793
  • Turbopack: move references() to specific traits: #​52822
  • Update default moduleResolution in tsconfig.json from node to bundler: #​51957
  • Turbopack: Next.rs API improvements: #​52856
  • update turbopack: #​52899
  • Update vendor @​vercel/og: #​52897
  • Fixed:#​52853 Lacking 'color' attribute in IconDescriptor Metadata: #​52902
  • Support basePath with edge runtime for Custom App Routes: #​52910
  • improve error DX on pages with RSC build errors: #​52843
  • fix: allow smooth scrolling if only hash changes (pages & app): #​52915
  • add edge support for next.rs API: #​52885
  • Allow general language codes in the Metadata API: #​52920
  • Fix client reference manifest for interception routes: #​52961
  • Refine the not-found rendering process for app router: #​52790
  • app-router: prefetching tweaks: #​52949
  • Revert "Refine the not-found rendering process for app router": #​52977
Documentation Changes
  • Update mention of route handlers for forms: #​52781
  • (Docs) add missing js version for generateMetadata.: #​52763
  • docs : fix typo in React cache example: #​52787
  • chore(docs): Add mentioning of HOSTNAME env variable for standalone output: #​52804
  • Fix typo in docs: #​52815
  • Update 02-edge-and-nodejs-runtimes.mdx: #​52888
  • chore(docs): add Typescript statically typed links mention in link doc: #​52847
  • chore(docs): fix typo in generate metadata docs: #​52904
  • fix example component in MDX documentation: #​52753
  • wrong content for next.config.mjs for MDX Plugins: #​52738
  • Update 06-lazy-loading.mdx: Incorrect filename in Example on "Importing Named Imports": #​52932
  • Change "publically" to "publicly" in the routing docs: #​52966
Example Changes
  • examples: export force-dynamic from all dynamic routes: #​52916
Misc Changes
  • chore: add "please simplify reproduction" comment: #​52631
  • update job concurrency: #​52788
  • Lock node version to 18.16: #​52894
  • Update runs-on tags
  • chore: add GitHub Action to manage "+1" comments: #​52866
Credits

Huge thanks to @​styfle, @​huozhi, @​balazsorban44, @​kwonoj, @​alexkirsz, @​ijjk, @​Jeffrey-Zutt, @​timneutkens, @​vinaykulk621, @​Ryan-Dia, @​sokra, @​shuding, @​steppefox, @​hiro0218, @​rjsdnql123, @​feedthejim, @​fgiuliani, @​steven-tey, @​AntoineBourin, @​adamrhunter, @​darshanjain-entrepreneur, @​s0h311, @​wyattjoh, @​ztanner, @​djreillo, @​dijonmusters, and @​cassidoo for helping!

v13.4.10

Compare Source

Core Changes
  • Fix trailing slash with locale domain: #​52343
  • perf: use fs.readdirSync with withFileTypes: #​52340
  • Make get_client_chunking_context independent of context: #​51928
  • perf: use fs.opendir for better resource usage: #​52341
  • fix: metadatabase warning message: #​52363
  • perf: simplify getShortDynamicParamType on app-render: #​52355
  • fix: prevent infinite dev refresh on nested parallel routes: #​52362
  • turbopack: add incremental cache for node.js app rendering: #​52172
  • Refactor metadata og and twitter title to be always presented: #​52320
  • perf: reduce system calls on eslint plugin: #​52359
  • Turbopack: Use a different chunking context for web entry: #​52404
  • Temporarily revert change to pages render: #​52407
  • Remove integration tests now in vercel/turbo: #​52413
  • Update Rust nightly toolchain: #​51757
  • Cache concurrent ensurePage requests for the same page: #​52360
  • [turbopack]: Remove skipped integration tests: #​52421
  • Fix metadata layer webpack rule for server-only: #​52403
  • Override file based images with social images property: #​52416
  • Split the client reference manifest file to be generated per-entry: #​52450
  • fix(standalone): fixed output: "standalone" crashing build when there is no app/ page: #​51993
  • fix: add aws packages to default serverComponentsExternalPackages: #​52388
  • refactor: avoid unnecessary async scopes in eslint: #​52418
  • Ensure useParams return array for catch-all routes: #​52494
  • turbopack: Module Trait: #​52401
  • Fix tracking of client reference manifest: #​52505
  • perf: create an experimental bundled version of the next server: #​52206
  • Chore: Remove redundant intersection type: #​52453
  • perf: Refactor recursiveReadDirSync: #​52517
  • add version to function config manifest: #​52507
  • Turbopack: Source trait: #​52511
  • Update id handling for fonts: #​52559
  • feat(turbopack): support swc transform plugins : #​50401
  • feat(babel-loader): provide migration help message for babel config: #​52565
  • Support global-error for ssr fallback: #​52573
  • Fix ISR case with bot requests: #​52581
  • fix(next/jest): jest can not load server-only code: #​52393
  • Turbopack: App Router build POC: #​52036
  • Avoid loading Next.js config again in render workers: #​52587
  • Add more extensions to next-types-plugin for Node16/NodeNext: #​52562
  • feat(next-swc): report native bindings load err code: #​52570
  • Move App Pages rendering into bundle: #​52290
  • feat(turbopack): support native webp: #​52285
  • Set sizes prop to any for svg icons: #​52609
  • Turbopack: OutputAsset trait: #​52606
  • chore(deps): bump react@18.3.0-canary-9377e1010-20230712: #​52649
  • Ensure root layout only render once per request: #​52589
  • Fix bundle path normalization for /index routes: #​52650
  • Turobpack: Next.rs API (part 1): #​52259
  • Clean up promises after resolving: #​52656
  • Catch layout error in global-error: #​52654
  • Fix per-entry client reference manifest for grouped and named segments: #​52664
Documentation Changes
  • chore(docs): fix link to useSearchParams: #​52348
  • docs: Clarify create-next-app requires public GitHub URLs.: #​52367
  • remove unnecessary dot.: #​52387
  • fix metadata-related typo in MDX documentation: #​52446
  • docs: Simplify message in React essentials section.: #​52469
  • docs: Improve error handling docs for server-side errors.: #​52302
  • docs: Add Playwright/Cypress Discord links: #​52084
  • docs: Add Kuma to CSS-in-JS supported list.: #​52438
  • docs: clarify fetch request de-duplication: #​52100
  • docs: Update TypeScript plugin section for VS Code prompt: #​52111
  • docs: Improve hydration mismatch error guide.: #​52481
  • docs: add Supabase loader for next/image: #​52480
  • docs: fix the incrementalCacheHandlerPath: #​52124
  • fixed error #​52486 fetchUsers to fetchUser: #​52487
  • Update 08-parallel-routes.mdx: #​52419
  • docs: Add formData example for Route Handlers: #​52358
  • chore(docs): Typesafe metadata object: #​52252
  • docs: Update _app and _document: #​52479
  • docs: add CDN optimization as possible hydration error cause: #​52489
  • docs: correct TypeScript spelling on the home page: #​52500
  • chore(docs): fix a few typos in image loader docs: #​52508
  • docs: fix grammar on Server Actions: #​52556
  • Fixed grammar in 03-react-essentials.mdx: #​52597
  • docs: fix typo in CSS Modules Description: #​52599
  • docs: Fix typo in generate-static-params.mdx: #​52595
  • docs: move MUI to supported list: #​52584
  • docs: Add missing closing tag for react hydration error message.: #​52607
Example Changes
  • examples: Update Convex to latest version (0.19): #​52473
  • Update examples: counter.tsx - Don't need empty space: #​52576
Misc Changes
  • Update swc_core to v0.79.13: #​52371
  • chore(ci): fix turbo input path globs: #​52414
  • fix(create-next-app): click event blockage under 1024px by adjusting z-index: #​52074
  • chore: add label to locked threads: #​52497
  • fix: not-found.tsx with output: export: #​52526
  • use npm pack instead of yarn pack: #​52563
  • ci: skip build-native for docs only change: #​52571
  • Remove unnecessary body-parser: #​52580
Credits

Huge thanks to @​ijjk, @​anonrig, @​alexkirsz, @​gfgabrielfranca, @​styfle, @​ztanner, @​leerob, @​sokra, @​huozhi, @​Bitbbot, @​wyattjoh, @​kdy1, @​wbinnssmith, @​shuding, @​jridgewell, @​BrennanColberg, @​Nick-Mazuk, @​delbaoliveira, @​thomasballinger, @​lucgagan, @​nroland013, @​SonMooSans, @​jenewland1999, @​thorwebdev, @​jyunhanlin, @​darshanjain-entrepreneur, @​DuCanhGH, @​Gnadhi, @​yagogmaisp, @​carlos-menezes, @​balazsorban44, @​ryo-manba, @​timneutkens, @​feedthejim, @​vamcs, @​matepapp, @​SleeplessOne1917, @​ecklf, @​djreillo, @​kwonoj, @​gnoff, @​feugy, @​karlhorky, @​starunaway, @​FernandVEYRIER, @​Ryan-Dia, @​Terro216, @​anthonyshew, and @​suhaotian for helping!

v13.4.9

Compare Source

Core Changes
  • Reland "ReverseTopological -> AdjacencyMap"": #​52142
  • Change the Server Actions feature flag to be validated at compile time: #​52147
  • Fix modularizeImports transform of antd: #​52148
  • fix: next.config.js with unstable_getImgProps(): #​52153
  • update tests list to include all passing tests: #​52026
  • Support scroll: false for Link component for app router: #​51869
  • Memoize useRouter from next/navigation when used in Pages Router: #​52177
  • chore(deps): bump react 18.3.0-canary-1fdacbefd-20230630: #​52005
  • fix: infinite dev reloads when parallel route is treated a page entry: #​52061
  • disable flaky test cases: #​52184
  • Revert "chore(deps): bump react 18.3.0-canary-1fdacbefd-20230630": #​52192
  • update turbopack: #​52186
  • Update CustomModuleType import: #​52133
  • Skip build-time dynamic code checks for specific polyfills in the Edge runtime: #​52009
  • Update Turbopack: #​52198
  • Use base36 for the RSC query: #​52204
  • Fix dynamicParams check in TS plugin: #​52211
  • Fix tree shaking for image generation module: #​51950
  • fix env reloading for turbopack: #​52194
  • Remove zod from require-hook: #​52197
  • Optimize watch ignore: #​52238
  • Remove the outdated error for find page dir: #​52274
  • Disable flakey turbopack env test: #​52295
  • skip hot reload sync event for applying hmr updates: #​52270
  • Handle 409s in fetch cache: #​51652
  • chore: remove experimental appDir: true from tests: #​52291
  • fix: correct modularizeImports for antd & ant-design/icons: #​52169
  • Update checksum algorithm to SHA1: #​52102
  • chore(deps): bump react to 7118f5d: #​52282
  • Update eslint-plugin-react-hooks to 5.0.0-canary-7118f5dd7-20230705: #​52275
  • Named page chunks: #​51921
  • chore: fix next dev turbopack benchmark: #​52328
  • Fix to use keep-alive in standalone mode: #​50221
  • Use 127.0.0.1 as the default host for the standalone server #​52283
Documentation Changes
  • Update generate-image-metadata.mdx: #​52230
  • docs(mdx): Add clearer instructions on the storage location of mdx-components files.: #​52187
  • docs: Improve some of the error messages pages.: #​52271
  • fix wrong Link import: #​52298
  • Document redirect parameters: #​51987
  • Add manual installation instructions for pages: #​51995
  • Update 10-router-handlers.mdx: #​52098
  • Add app router example: #​52066
  • doc: update typo in instrumentation page: #​52311
Example Changes
  • Remove legacy head.js in examples: #​52292
Misc Changes
  • Update test result step: #​52154
  • Update result job condition: #​52155
  • fix workflow needs: #​52180
  • chore: update issue template option to "App Router": #​52287
  • msic: disable otel esm test: #​52325
  • Test Progressive Enhancement of Server Actions: #​52062
  • fix(create-next-app): add missing metadata type: #​52299
Credits

Huge thanks to @​huozhi, @​shuding, @​ijjk, @​styfle, @​sokra, @​timneutkens, @​ztanner, @​alexkirsz, @​simonswiss, @​feikerwu, @​lubakravche, @​leerob, @​masnormen, @​bottxiang, @​acdlite, @​delbaoliveira, @​feedthejim, @​mhmdrioaf, @​tyler-lutz, @​sebmarkbage, @​vincenthongzy, @​yigithanyucedag, and @​doinki for helping!

v13.4.8

Compare Source

For a more detailed summary of recent performance improvements around compilation, please see this comment.


Core Changes
  • Auto fill title/images/description from openGraph for twitter if missing: #​51453
  • Route Module Updates: #​51433
  • fix(typo): rename var name in comment: #​51531
  • feat: support for numeric separators in revalidate config: #​51438
  • Support response aborting: #​51594
  • Next Build Turbo POC (2): #​51546
  • bugfix: route interception with dynamic paths: #​51526
  • add edge rendering for app dir for Turbopack: #​51631
  • Pages Error Route Module Rendering: #​51374
  • Revert "add edge rendering for app dir for Turbopack": #​51659
  • Update cache handling in draft mode: #​51663
  • Add esm entry for next/server and alias @​vercel/og: #​51651
  • Hot reload when conflicted pages detected and when conflicts are resolved: #​51516
  • Fix standalone rendering for unmatched _next routes: #​51611
  • add edge rendering for app dir for Turbopack: #​51666
  • Revert "Update swc_core to v0.78.15": #​51716
  • type check tests (and convert next-test-utils.js to ts) : #​51071
  • Add default modularizeImports that breaks up @​mui/icons-material, @​mui/material, date-fns, lodash, lodash-es, ramda, react-bootstrap: #​50900
  • Move Pages render out of server: #​51678
  • Add url to patched fetch response: #​51665
  • Correct Flight client's condition for SSR and createServerReference: #​51723
  • Update manual basePath with trailingSlash: #​51726
  • feat: add body parser limit for server actions: #​51104
  • fix: handle 404 errors in HotReload client: #​51637
  • Add critical next config value to github info: #​51715
  • Fix not-found handling in turbopack: #​51735
  • Allow matching against user-agent in rewrites that match headers: #​48271
  • revalidate should be more than a boolean: #​51627
  • Rename serverActionsSizeLimit as serverActionsBodySizeLimit and add docs: #​51755
  • Fix HMR for missing dependencies in next-app-loader: #​51778
  • fix: interception rewrites should support catch-all segments: #​51787
  • Remove execSync: #​51785
  • Remove unncessary source matching from loader: #​51775
  • Fix NODE_OPTIONS='--inspect' not running expected: #​51467
  • Fix tree-shaking for metadata image functions on the Edge runtime: #​51762
  • Add WATCHPACK_WATCHER_LIMIT=20: #​51826
  • Simplify Flight manifest plugin: #​51589
  • performance: don't compile on hover on dev: #​51830
  • Refactor next-font-manifest-plugin: #​51835
  • feat: Introduce eslint rule for async client components: #​51547
  • fix: webpack target should match node engines: #​51852
  • Enable compression for Webpack's cache during dev: #​51851
  • perf: only require nextjs-require-cache-hot-reloader related API in dev mode: #​51834
  • fix: build stats should properly report root page size in appDir: #​51854
  • Optimize client entry creation: #​51849
  • Fix white screen when navigating to pages in certain cases: #​51866
  • Fix missing request body in DELETE and OPTIONS Route Handlers: #​51874
  • make stdout blocking on macos: #​51883
  • Fix windows fill metadata dynamic path: #​51885
  • Support relative url for openGraph.url and itunes.appArgument: #​51877
  • feat(next-dev): add a new experimental flag: #​51895
  • next/node-polyfill-web-streams: fix web stream polyfill for Node v16: #​51901
  • node-polyfill-web-streams: require from stream/web instead of stream: #​51906
  • Add retries and clear message to font fetching: #​51890
  • performance: enable minification for the server bundles: #​51831
  • Simplify module context invalidation: #​51905
  • Reduce the client bundle size of App Router: #​51806
  • fix turbopack mdx import map: #​51881
  • error recovery during turbopack hydration: #​51882
  • Ensure edge runtime Pages API/App Route handlers AbortSignal aborts on client disconnect: #​51727
  • adds payload to server-external-packages.json: #​51933
  • fix(next): improve error for using outside of document: #​45056
  • Support react profiling option for app dir client components: #​51947
  • Add cpu-features to server external packages: #​51946
  • Add unstable_getImgProps export from next/image: #​51205
  • Fix eslint async client component: #​51952
  • fix modularizeImports with @​mui/material: #​51953
  • Fix entrypoints.get and entrypoints.stream from turbopack: #​50733
  • Optimize next-app-loader file resolution: #​51924
  • fix(typedRoutes): added missing anchor props to LinkRestProps: #​51977
  • Update turbopack and swc_core to v0.78.24: #​51943
  • export config into functions config manifest: #​51700
  • Add shared input filesystem: #​51879
  • Make sure DevEx can approve docs PRs / Remove Spaces: #​51996
  • Filter invalid image descriptor from metadata images: #​51992
  • Fix NextRequest constructor parameters: #​52001
  • Update edge-runtime to latest: #​51944
  • Increase time and size windows for cached on-demand entries: #​52019
  • Avoid disposing middleware and instrumentation hook during development: #​52022
  • Update displayed error message for rsc case: #​52004
  • Refactor some loaders to be synchronous: #​51997
  • Optimize inlined Flight data array format: #​52028
  • Revert "Optimize inlined Flight data array format": #​52039
  • Refactor ContentSources to RouteTree: #​51660
  • Fix font missing during server HMR: #​52033
  • Enable Pages Route Module Rendering for Edge: #​51894
  • Ensure non-implicit unstable_cache tags are propagated: #​52058
  • Delegate static analyzation task to the router worker: #​52104
  • Add default modularizeImports for antd / ant-design/icons / ahooks: #​52031
  • Avoid unnecessary resolveExternal calls: #​52053
  • Remove EnvironmentIntention: #​51965
  • fix: env hot reload for RSC pages: #​51930
Documentation Changes
  • added good to know in /app based pages and layout in nested layouts: #​51558
  • docs: Add Panda CSS to CSS-in-JS docs.: #​51484
  • Add docs for src directory to include tailwindcss: #​51619
  • Add page router documentation: #​51626
  • docs: Add 'DO NOT EDIT' comment: #​51600
  • Fix validator action breaking when PRs originate from forks: #​51668
  • docs: fix generated app icons file extensions: #​51562
  • Fix typo in 01-typescript.mdx: #​51669
  • fix(docs): added missing dot: #​51718
  • Update 01-images.mdx: #​51532
  • Add app to tailwind.config.js in fonts documentation.: #​51671
  • Update docs for Google Analytics 4: #​51405
  • Fix Typo in Optimizing - Open Telemetry docs: #​51729
  • docs: improve minor grammar mistake: #​51758
  • fix: typo into 03-css-in-js.mdx page: #​51761
  • docs: Add updated next/image video.: #​51790
  • docs(deploy): fix GitHub Actions cache key: #​51789
  • Fix usage of article "an" before a consonant sound: #​51803
  • Update 10-router-handlers.mdx: #​51850
  • [docs] fix angle bracket in mdx: #​51920
  • [docs] Replace the term "hole" with "slot": #​51919
  • [docs] fix curly brackets in mdx: #​51916
  • Add separate links in shared documentation: #​51733
  • Fix run-on sentence: #​51956
  • docs: make custom image loader a client component.: #​51858
  • docs: clarify reactStrictMode: true by default: #​51931
  • Remove unnecessary mention of scroll false: #​51964
  • Update next lint section: #​51898
  • Docs: Fix broken link: #​51991
  • chore(docs): explain NODE_ENV environment variable: #​52003
  • fix(create-next-app): consolidate messages to "Would you like to use": #​52011
  • Docs: Fix missing typings for typescript example: #​52076
  • docs: Fix broken link: #​52092
Example Changes
  • examples: improve with-supabase example: #​51442
  • examples: add missing supabase-js dependency for with-supabase example: #​51703
  • docs: update with-next-translate example using appdir: #​51720
  • fix some issues on examples/app-dir-i18n-routing: #​51576
  • chore(examples): relax pinned versions to fix npm install fail due to peer deps issue: #​51636
  • Avoiding try-catch block on examples/app-dir-i18n-routing: #​51786
  • [examples] Update styling for with-supabase example: #​51751
Misc Changes
  • chore: make next/src/build files indexable on github: #​51647
  • fix lockfile: #​51650
  • Remove the 'notify' modifier on .vercel.approvers: #​51655
  • Move the Next.js team back to github codeowners: #​51657
  • Revert "[Docs] Fix validator action breaking when PRs originate from …: #​51674
  • Update swc_core to v0.78.15: #​51269
  • Update link validator: use checks, fail on PR from forked repo: #​51706
  • Update page.tsx tw className: #​49040
  • Update needs for build and deploy: #​51731
  • Ensure we run cargo-integration on next change: #​51736
  • Update swc_core to v0.78.24: #​51857
  • Revert "Update swc_core to v0.78.24": #​51940
  • Update codeowners: #​51935
  • lint fix
  • Ensure metadata test is not affected by other tests: #​51973
  • Remove test skip: #​51988
  • Loosen metatdata test matcher: #​52007
  • chore(script): improve markdown changelog output in sync-react.js: #​52052
  • chore(script): fix typo in sync-react.js pull request url: #​52057
  • fix app-hmr-changes.test.ts by updating next-tweet: #​52046
  • link validator: log broken links for PRs from forks: #​51963
  • Renable flaky tests disabled before: #​51680
Credits

Huge thanks to @​huozhi, @​wyattjoh, @​dijonmusters, @​danger-ahead, @​bre30kra69cs, @​leerob, @​Yash-Singh1, @​jridgewell, @​alexkirsz, @​ztanner, @​sokra, @​krmeda, @​tyler-lutz, @​ijjk, @​delbaoliveira, @​bigyanse, @​kdy1, @​2-NOW, @​ForsakenHarmony, @​Mingyu-Song, @​morganfeeney, @​timneutkens, @​aralroca, @​nickmccurdy, @​adamjmcgrath, @​shuding, @​devjiwonchoi, @​angel1254mc, @​cxa, @​ibash, [@​mohanraj-r](https://togithub.c


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from prisis as a code owner June 26, 2023 01:34
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Jun 26, 2023
@vercel
Copy link

vercel bot commented Jun 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
visulima-docs 🛑 Canceled (Inspect) Aug 1, 2023 0:09am

@github-actions
Copy link
Contributor

github-actions bot commented Jun 26, 2023

Size changes

📦 Next.js Bundle Analysis for nextra_example

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 373.42 KB (🔴 +166.59 KB)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

New Pages Added

The following pages were added to the bundle from the code in this PR:

Page Size (compressed) First Load % of Budget (350 KB)
/blog.es-ES 5.9 KB 379.32 KB 108.38%
/blog.ru 5.95 KB 379.38 KB 108.39%
/blog.zh-CN 5.95 KB 379.37 KB 108.39%
/blog/swr-v1.es-ES 10.46 KB 383.89 KB 109.68%
/blog/swr-v1.zh-CN 11.03 KB 384.46 KB 109.84%
/blog/swr-v2.en-US 15.72 KB 389.14 KB 111.18%
/blog/swr-v2.es-ES 15.72 KB 389.14 KB 111.18%
/blog/swr-v2.ru 18.36 KB 391.78 KB 111.94%
/blog/swr-v2.zh-CN 16.84 KB 390.26 KB 111.50%
/docs/advanced/cache.es-ES 37.32 KB 410.75 KB 117.36%
/docs/advanced/cache.fr-FR 37.58 KB 411 KB 117.43%
/docs/advanced/cache.ja 38.1 KB 411.52 KB 117.58%
/docs/advanced/cache.ko 37.76 KB 411.18 KB 117.48%
/docs/advanced/cache.pt-BR 37.58 KB 411 KB 117.43%
/docs/advanced/cache.zh-CN 37.65 KB 411.08 KB 117.45%
/docs/advanced/devtools.en-US 5.33 KB 378.75 KB 108.21%
/docs/advanced/devtools.es-ES 5.33 KB 378.75 KB 108.21%
/docs/advanced/devtools.fr-FR 5.39 KB 378.81 KB 108.23%
/docs/advanced/devtools.ja 5.52 KB 378.94 KB 108.27%
/docs/advanced/devtools.ko 5.33 KB 378.75 KB 108.21%
/docs/advanced/devtools.pt-BR 5.36 KB 378.78 KB 108.22%
/docs/advanced/devtools.ru 5.55 KB 378.97 KB 108.28%
/docs/advanced/devtools.zh-CN 5.33 KB 378.75 KB 108.22%
/docs/advanced/more/footnotes.en-US 5.15 KB 378.58 KB 108.16%
/docs/advanced/performance.fr-FR 7.5 KB 380.92 KB 108.84%
/docs/advanced/performance.ja 7.88 KB 381.3 KB 108.94%
/docs/advanced/performance.ko 7.68 KB 381.1 KB 108.89%
/docs/advanced/performance.pt-BR 7.44 KB 380.86 KB 108.82%
/docs/advanced/performance.zh-CN 7.57 KB 380.99 KB 108.85%
/docs/advanced/react-native.es-ES 6.89 KB 380.31 KB 108.66%
/docs/advanced/react-native.fr-FR 6.95 KB 380.37 KB 108.68%
/docs/advanced/react-native.ja 7.15 KB 380.58 KB 108.74%
/docs/advanced/react-native.ko 7.07 KB 380.49 KB 108.71%
/docs/advanced/react-native.pt-BR 6.88 KB 380.31 KB 108.66%
/docs/advanced/react-native.zh-CN 7.01 KB 380.43 KB 108.69%
/docs/advanced/understanding.en-US 9.01 KB 382.44 KB 109.27%
/docs/advanced/understanding.es-ES 9.01 KB 382.44 KB 109.27%
/docs/advanced/understanding.fr-FR 9.14 KB 382.57 KB 109.30%
/docs/advanced/understanding.ja 9.54 KB 382.97 KB 109.42%
/docs/advanced/understanding.ko 9.01 KB 382.43 KB 109.27%
/docs/advanced/understanding.pt-BR 9.21 KB 382.63 KB 109.32%
/docs/advanced/understanding.ru 9.81 KB 383.23 KB 109.49%
/docs/advanced/understanding.zh-CN 9.47 KB 382.89 KB 109.40%
/docs/api.en-US 6.88 KB 380.31 KB 108.66%
/docs/api.ru 7.75 KB 381.18 KB 108.91%
/docs/api.zh-CN 7.24 KB 380.66 KB 108.76%
/docs/arguments.zh-CN 6.51 KB 379.94 KB 108.55%
/docs/conditional-fetching.zh-CN 6.03 KB 379.45 KB 108.41%
/docs/data-fetching.zh-CN 6.48 KB 379.9 KB 108.54%
/docs/error-handling.zh-CN 7.35 KB 380.78 KB 108.79%
/docs/getting-started.zh-CN 37.66 KB 411.09 KB 117.45%
/docs/global-configuration.zh-CN 7.07 KB 380.49 KB 108.71%
/docs/middleware.es-ES 8.3 KB 381.72 KB 109.06%
/docs/middleware.zh-CN 8.66 KB 382.08 KB 109.17%
/docs/mutation.zh-CN 13.59 KB 387.02 KB 110.58%
/docs/pagination.zh-CN 41.41 KB 414.83 KB 118.52%
/docs/prefetching.zh-CN 7.49 KB 380.91 KB 108.83%
/docs/revalidation.zh-CN 8.55 KB 381.97 KB 109.13%
/docs/subscription.en-US 7.05 KB 380.47 KB 108.71%
/docs/subscription.es-ES 7.05 KB 380.47 KB 108.71%
/docs/subscription.ru 7.62 KB 381.04 KB 108.87%
/docs/subscription.zh-CN 7.28 KB 380.71 KB 108.77%
/docs/suspense.zh-CN 7.04 KB 380.46 KB 108.70%
/docs/typescript.es-ES 7.26 KB 380.68 KB 108.77%
/docs/typescript.ru 7.74 KB 381.16 KB 108.90%
/docs/typescript.zh-CN 7.48 KB 380.9 KB 108.83%
/docs/with-nextjs.zh-CN 7.69 KB 381.11 KB 108.89%
/examples/auth.ja 5.15 KB 378.57 KB 108.16%
/examples/auth.zh-CN 5.16 KB 378.58 KB 108.17%
/examples/basic.zh-CN 5.17 KB 378.59 KB 108.17%
/examples/error-handling.zh-CN 5.17 KB 378.59 KB 108.17%
/examples/infinite-loading.zh-CN 5.18 KB 378.61 KB 108.17%
/examples/optimistic-ui.en-US 5.14 KB 378.57 KB 108.16%
/examples/optimistic-ui.es-ES 5.14 KB 378.57 KB 108.16%
/examples/optimistic-ui.ru 5.18 KB 378.6 KB 108.17%
/examples/optimistic-ui.zh-CN 5.14 KB 378.57 KB 108.16%
/examples/ssr.es-ES 5.15 KB 378.58 KB 108.16%
/examples/ssr.zh-CN 5.15 KB 378.57 KB 108.16%
/examples/subscription.en-US 5.13 KB 378.55 KB 108.16%
/examples/subscription.es-ES 5.13 KB 378.55 KB 108.16%
/examples/subscription.ru 5.13 KB 378.55 KB 108.16%
/examples/subscription.zh-CN 5.13 KB 378.55 KB 108.16%
/index.zh-CN 8.34 KB 381.76 KB 109.07%

One Hundred Ten Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/404 4.91 KB 378.34 KB 108.10% (🟡 +0.01%)
/500 4.9 KB 378.33 KB 108.09% (🟡 +0.02%)
/_error 185 B 373.6 KB 106.74% (+/- <0.01%)
/about/a-page.en-US 4.87 KB 378.29 KB 108.08% (🟡 +0.02%)
/about/acknowledgement.en-US 4.86 KB 378.28 KB 108.08% (🟡 +0.02%)
/about/changelog.en-US 4.85 KB 378.27 KB 108.08% (🟡 +0.01%)
/about/team.en-US 4.91 KB 378.33 KB 108.09% (🟡 +0.02%)
/blog.en-US 5.9 KB 379.33 KB 108.38% (🟡 +0.14%)
/blog/swr-v1.en-US 10.47 KB 383.89 KB 109.68% (🟡 +0.02%)
/blog/swr-v1.ru 12.19 KB 385.61 KB 110.17% (🟡 +0.03%)
/docs/404-500.en-US 5.76 KB 379.19 KB 108.34% (🟡 +0.01%)
/docs/advanced.en-US 5.24 KB 378.66 KB 108.19% (🟡 +0.01%)
/docs/advanced/cache.en-US 37.32 KB 410.74 KB 117.35% (🟡 +5.57%)
/docs/advanced/cache.ru 38.44 KB 411.87 KB 117.68% (🟡 +5.53%)
/docs/advanced/code-highlighting.en-US 5.83 KB 379.26 KB 108.36% (🟡 +0.05%)
/docs/advanced/dynamic-markdown-import.en-US 6.66 KB 380.08 KB 108.59% (🟡 +0.02%)
/docs/advanced/file-name.with.DOTS.en-US 4.91 KB 378.33 KB 108.09% (🟡 +0.02%)
/docs/advanced/file-name.with.DOTS.es-ES 4.92 KB 378.34 KB 108.10% (🟡 +0.01%)
/docs/advanced/file-name.with.DOTS.ru 4.98 KB 378.4 KB 108.11% (🟡 +0.02%)
/docs/advanced/images.en-US 5.16 KB 378.58 KB 108.17% (🟡 +0.01%)
/docs/advanced/markdown-import.en-US 10.13 KB 383.55 KB 109.59% (🟡 +0.08%)
/docs/advanced/more/loooooooooooooooooooong-title.en-US 4.96 KB 378.38 KB 108.11% (🟡 +0.02%)
/docs/advanced/more/tree/one.en-US 4.92 KB 378.34 KB 108.10% (🟡 +0.01%)
/docs/advanced/more/tree/three.en-US 4.87 KB 378.29 KB 108.08% (🟡 +0.02%)
/docs/advanced/more/tree/two.en-US 4.9 KB 378.32 KB 108.09% (🟡 +0.01%)
/docs/advanced/performance.en-US 7.25 KB 380.68 KB 108.77% (🟡 +0.02%)
/docs/advanced/performance.es-ES 7.42 KB 380.84 KB 108.81% (🟡 +0.02%)
/docs/advanced/performance.ru 8.06 KB 381.48 KB 109.00% (🟡 +0.02%)
/docs/advanced/react-native.en-US 6.77 KB 380.19 KB 108.63% (🟡 +0.01%)
/docs/advanced/react-native.ru 7.36 KB 380.78 KB 108.79% (🟡 +0.02%)
/docs/advanced/scrollbar-x.en-US 5.88 KB 379.3 KB 108.37% (🟡 +0.02%)
/docs/arguments.en-US 6.29 KB 379.71 KB 108.49% (🟡 +0.10%)
/docs/arguments.ru 6.65 KB 380.08 KB 108.59% (🟡 +0.11%)
/docs/callout.en-US 6.77 KB 380.2 KB 108.63% (🟡 +0.28%)
/docs/change-log.en-US 5.23 KB 378.65 KB 108.19% (🟡 +0.01%)
/docs/change-log.es-ES 10.53 KB 383.95 KB 109.70% (🟡 +0.02%)
/docs/change-log.ru 10.63 KB 384.06 KB 109.73% (🟡 +0.02%)
/docs/code-block-without-language.en-US 5.07 KB 378.49 KB 108.14% (🟡 +0.01%)
/docs/conditional-fetching.en-US 5.87 KB 379.3 KB 108.37% (🟡 +0.01%)
/docs/conditional-fetching.es-ES 5.94 KB 379.36 KB 108.39% (🟡 +0.01%)
/docs/conditional-fetching.ru 6.17 KB 379.6 KB 108.46% (🟡 +0.01%)
/docs/custom-header-ids.en-US 5.34 KB 378.76 KB 108.22% (🟡 +0.01%)
/docs/data-fetching.en-US 6.32 KB 379.74 KB 108.50% (🟢 -0.21%)
/docs/data-fetching.es-ES 6.37 KB 379.8 KB 108.51% (🟢 -0.20%)
/docs/data-fetching.ru 6.73 KB 380.16 KB 108.62% (🟢 -0.19%)
/docs/error-handling.en-US 7.11 KB 380.53 KB 108.72% (🟢 -0.21%)
/docs/error-handling.es-ES 7.25 KB 380.67 KB 108.76% (🟢 -0.21%)
/docs/error-handling.ru 7.82 KB 381.24 KB 108.93% (🟢 -0.22%)
/docs/getting-started.en-US 37.27 KB 410.69 KB 117.34% (🟡 +7.11%)
/docs/getting-started.es-ES 37.48 KB 410.9 KB 117.40% (🟡 +7.28%)
/docs/getting-started.ru 38.19 KB 411.61 KB 117.60% (🟡 +7.29%)
/docs/global-configuration.en-US 6.85 KB 380.27 KB 108.65% (🟡 +0.21%)
/docs/global-configuration.es-ES 6.95 KB 380.37 KB 108.68% (🟡 +0.22%)
/docs/global-configuration.ru 7.42 KB 380.84 KB 108.81% (🟡 +0.27%)
/docs/middleware.en-US 8.3 KB 381.72 KB 109.06% (🟡 +0.16%)
/docs/middleware.ru 9.31 KB 382.73 KB 109.35% (🟡 +0.21%)
/docs/mutation.en-US 12.87 KB 386.29 KB 110.37% (🟡 +1.49%)
/docs/mutation.es-ES 12.87 KB 386.3 KB 110.37% (🟡 +1.48%)
/docs/mutation.ru 15 KB 388.42 KB 110.98% (🟡 +1.88%)
/docs/options.en-US 6.71 KB 380.14 KB 108.61% (🟡 +0.02%)
/docs/options.es-ES 6.86 KB 380.28 KB 108.65% (🟡 +0.02%)
/docs/options.ru 7.48 KB 380.9 KB 108.83% (🟡 +0.02%)
/docs/pagination.en-US 40.55 KB 413.97 KB 118.28% (🟡 +6.71%)
/docs/pagination.es-ES 41.01 KB 414.43 KB 118.41% (🟡 +6.74%)
/docs/pagination.ru 42.03 KB 415.45 KB 118.70% (🟡 +6.76%)
/docs/prefetching.en-US 7.24 KB 380.66 KB 108.76% (🟡 +0.27%)
/docs/prefetching.es-ES 7.31 KB 380.73 KB 108.78% (🟡 +0.26%)
/docs/prefetching.ru 7.87 KB 381.3 KB 108.94% (🟡 +0.31%)
/docs/raw-layout.en-US 5.59 KB 379.01 KB 108.29% (🟡 +0.01%)
/docs/revalidation.en-US 8.12 KB 381.54 KB 109.01% (🟡 +0.10%)
/docs/revalidation.es-ES 8.3 KB 381.72 KB 109.06% (🟡 +0.11%)
/docs/revalidation.ru 8.84 KB 382.26 KB 109.22% (🟡 +0.09%)
/docs/suspense.en-US 6.76 KB 380.18 KB 108.62% (🟡 +0.13%)
/docs/suspense.es-ES 6.83 KB 380.25 KB 108.64% (🟡 +0.13%)
/docs/suspense.ru 7.43 KB 380.86 KB 108.82% (🟡 +0.19%)
/docs/typescript.en-US 7.27 KB 380.69 KB 108.77% (🟡 +0.19%)
/docs/understanding.en-US 9.04 KB 382.46 KB 109.27% (🟡 +0.04%)
/docs/understanding.es-ES 9.04 KB 382.46 KB 109.27% (🟡 +0.04%)
/docs/understanding.ru 9.03 KB 382.45 KB 109.27% (🟡 +0.04%)
/docs/with-nextjs.en-US 7.68 KB 381.11 KB 108.89% (🟡 +0.36%)
/docs/with-nextjs.es-ES 7.68 KB 381.11 KB 108.89% (🟡 +0.32%)
/docs/with-nextjs.ru 7.68 KB 381.1 KB 108.89% (🟡 +0.21%)
/docs/wrap-toc-items.en-US 5.7 KB 379.12 KB 108.32% (🟡 +0.01%)
/docs/wrap-toc-items.es-ES 5.7 KB 379.12 KB 108.32% (🟡 +0.01%)
/docs/wrap-toc-items.ru 5.69 KB 379.12 KB 108.32% (🟡 +0.01%)
/examples/auth.en-US 5.14 KB 378.57 KB 108.16% (🟡 +0.02%)
/examples/auth.es-ES 5.15 KB 378.57 KB 108.16% (🟡 +0.02%)
/examples/auth.ru 5.18 KB 378.6 KB 108.17% (🟡 +0.02%)
/examples/basic.en-US 5.14 KB 378.57 KB 108.16% (🟡 +0.02%)
/examples/basic.es-ES 5.15 KB 378.57 KB 108.16% (🟡 +0.02%)
/examples/basic.ru 5.19 KB 378.61 KB 108.17% (🟡 +0.02%)
/examples/error-handling.en-US 5.15 KB 378.58 KB 108.16% (🟡 +0.02%)
/examples/error-handling.es-ES 5.16 KB 378.58 KB 108.17% (🟡 +0.01%)
/examples/error-handling.ru 5.19 KB 378.61 KB 108.17% (🟡 +0.02%)
/examples/full.en-US 5.13 KB 378.55 KB 108.16% (🟡 +0.01%)
/examples/infinite-loading.en-US 5.16 KB 378.59 KB 108.17% (🟡 +0.01%)
/examples/infinite-loading.es-ES 5.17 KB 378.59 KB 108.17% (🟡 +0.01%)
/examples/infinite-loading.ru 5.21 KB 378.63 KB 108.18% (🟡 +0.02%)
/examples/ssr.en-US 5.15 KB 378.58 KB 108.16% (🟡 +0.02%)
/examples/ssr.ru 5.15 KB 378.57 KB 108.16% (🟡 +0.02%)
/index.en-US 8.07 KB 381.49 KB 109.00% (🟢 -0.18%)
/index.es-ES 8.22 KB 381.64 KB 109.04% (🟢 -0.07%)
/index.ru 8.68 KB 382.1 KB 109.17% (🟢 -0.06%)
/remote/[slug] 4.84 KB 378.26 KB 108.08% (🟡 +0.01%)
/remote/_meta 237 B 373.65 KB 106.76% (+/- <0.01%)
/remote/graphql-eslint/[[...slug]] 6.63 KB 380.05 KB 108.59% (🟡 +0.28%)
/remote/graphql-eslint/_meta 249 B 373.67 KB 106.76% (+/- <0.01%)
/remote/graphql-yoga/[[...slug]] 4.91 KB 378.34 KB 108.10% (🟡 +0.01%)
/remote/graphql-yoga/_meta 249 B 373.67 KB 106.76% (+/- <0.01%)
/test.en-US 5.12 KB 378.54 KB 108.15% (🟡 +0.02%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/devdependencies branch from 3595be3 to 3e5b348 Compare June 28, 2023 20:06
@renovate renovate bot force-pushed the renovate/devdependencies branch from 3e5b348 to 4b55288 Compare June 28, 2023 22:42
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4b55288 to ad3a4ea Compare June 29, 2023 12:12
@renovate renovate bot force-pushed the renovate/devdependencies branch from ad3a4ea to ec0cc74 Compare June 30, 2023 13:52
@renovate renovate bot force-pushed the renovate/devdependencies branch from ec0cc74 to e75c5c0 Compare June 30, 2023 17:18
@renovate renovate bot force-pushed the renovate/devdependencies branch from e75c5c0 to 356c1e4 Compare July 1, 2023 05:12
@renovate renovate bot force-pushed the renovate/devdependencies branch from 356c1e4 to 8961c53 Compare July 2, 2023 01:26
@renovate renovate bot force-pushed the renovate/devdependencies branch from 8961c53 to f6bacd2 Compare July 2, 2023 04:17
@renovate renovate bot force-pushed the renovate/devdependencies branch from f6bacd2 to 1da2eaa Compare July 2, 2023 13:25
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1da2eaa to 69826c3 Compare July 2, 2023 22:44
@renovate renovate bot force-pushed the renovate/devdependencies branch from 69826c3 to 71bdca6 Compare July 3, 2023 11:48
@renovate renovate bot force-pushed the renovate/devdependencies branch from 71bdca6 to e5b7ced Compare July 3, 2023 17:12
@renovate renovate bot force-pushed the renovate/devdependencies branch from e5b7ced to 124cd24 Compare July 3, 2023 19:17
examples/nextra/components/authors.js Dismissed Show dismissed Hide dismissed
@prisis prisis merged commit 6c5d803 into main Aug 1, 2023
7 of 8 checks passed
@prisis prisis deleted the renovate/devdependencies branch August 1, 2023 12:04
prisis pushed a commit that referenced this pull request Aug 2, 2023
…sulima/nextra-theme-docs [2.2.0](https://github.com/visulima/visulima/compare/@visulima/nextra-theme-docs@2.1.0...@visulima/nextra-theme-docs@2.2.0) (2023-08-02)

### Features

* Add sandbox component and improve tabs component ([aeb6378](aeb6378))

### Styles

* refine type checking and adjust eslint rules ([8202d40](8202d40))

### Miscellaneous Chores

* **deps:** update devdependencies ([#187](#187)) ([6c5d803](6c5d803))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant