Skip to content

chore(deps-dev): bump @vitejs/plugin-react from 5.2.0 to 6.0.2#12272

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitejs/plugin-react-6.0.2
Open

chore(deps-dev): bump @vitejs/plugin-react from 5.2.0 to 6.0.2#12272
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitejs/plugin-react-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @vitejs/plugin-react from 5.2.0 to 6.0.2.

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@6.0.2

Allow all options in reactCompilerPreset (#1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

plugin-react@6.0.1

Expand @rolldown/plugin-babel peer dep range (#1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

plugin-react@6.0.0

Remove Babel Related Features (#1123)

Vite 8+ can handle React Refresh Transform by Oxc and doesn't need Babel for it. With that, there are no transform applied that requires Babel. To reduce the installation size of this plugin, babel is no longer a dependency of this plugin and the related features are removed.

If you are using Babel, you can use @rolldown/plugin-babel together with this plugin:

 import { defineConfig } from 'vite'
 import react from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [


react({



  babel: {



    plugins: ['@babel/plugin-proposal-throw-expressions'],



  },



}),





react(),



babel({



  plugins: ['@babel/plugin-proposal-throw-expressions'],



}),

]
})

For React compiler users, you can use reactCompilerPreset for easier setup with preconfigured filter to improve build performance:

 import { defineConfig } from 'vite'
-import react from '@vitejs/plugin-react'
+import react, { reactCompilerPreset } from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [

react({

 babel: {



   plugins: ['babel-plugin-react-compiler'],



</tr></table>

... (truncated)

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.2 (2026-05-14)

Allow all options in reactCompilerPreset (#1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

6.0.1 (2026-03-13)

Expand @rolldown/plugin-babel peer dep range (#1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

6.0.0 (2026-03-12)

6.0.0-beta.0 (2026-03-03)

Remove Babel Related Features (#1123)

Vite 8+ can handle React Refresh Transform by Oxc and doesn't need Babel for it. With that, there are no transform applied that requires Babel. To reduce the installation size of this plugin, babel is no longer a dependency of this plugin and the related features are removed.

If you are using Babel, you can use @rolldown/plugin-babel together with this plugin:

 import { defineConfig } from 'vite'
 import react from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [


react({



  babel: {



    plugins: ['@babel/plugin-proposal-throw-expressions'],



  },



}),





react(),



babel({



  plugins: ['@babel/plugin-proposal-throw-expressions'],



}),

]
})

For React compiler users, you can use reactCompilerPreset for easier setup with preconfigured filter to improve build performance:

 import { defineConfig } from 'vite'
-import react from '@vitejs/plugin-react'
+import react, { reactCompilerPreset } from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
</tr></table>

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.2.0 to 6.0.2.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.2/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the pr: dependencies Pull requests that update a dependency file label Jul 10, 2026
@dependabot dependabot Bot requested review from Josh-Cena and slorber as code owners July 10, 2026 20:37
@dependabot dependabot Bot added the pr: dependencies Pull requests that update a dependency file label Jul 10, 2026
@meta-cla meta-cla Bot added the CLA Signed Signed Facebook CLA label Jul 10, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​vitejs/​plugin-react@​6.0.210010010093100

View full report

@netlify

netlify Bot commented Jul 10, 2026

Copy link
Copy Markdown

[V2]

Name Link
🔨 Latest commit 75a7622
🔍 Latest deploy log https://app.netlify.com/projects/docusaurus-2/deploys/6a5158112bb70200079083f4
😎 Deploy Preview https://deploy-preview-12272--docusaurus-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions

Copy link
Copy Markdown

Size Change: 0 B

Total Size: 12 MB

ℹ️ View Unchanged
Filename Size Change
website/.docusaurus/codeTranslations.json 2 B 0 B
website/.docusaurus/docusaurus.config.mjs 29 kB 0 B
website/.docusaurus/globalData.json 38.9 kB 0 B
website/.docusaurus/i18n.json 1.36 kB 0 B
website/.docusaurus/registry.js 180 kB 0 B
website/.docusaurus/routes.js 89.4 kB 0 B
website/.docusaurus/routesChunkNames.json 93.8 kB 0 B
website/.docusaurus/site-metadata.json 2.55 kB 0 B
website/build/assets/css/styles.********.css 148 kB 0 B
website/build/assets/js/main.********.js 731 kB 0 B
website/build/assets/js/runtime~main.********.js 40 kB 0 B
website/build/blog.html 77.6 kB 0 B
website/build/blog/2017/12/14/introducing-docusaurus.html 65.7 kB -1 B (0%)
website/build/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus.html 45.1 kB -1 B (0%)
website/build/blog/2018/09/11/Towards-Docusaurus-2.html 49.4 kB +4 B (+0.01%)
website/build/blog/2018/12/14/Happy-First-Birthday-Slash.html 29.3 kB -1 B (0%)
website/build/blog/2019/12/30/docusaurus-2019-recap.html 40.2 kB -1 B (0%)
website/build/blog/2020/01/07/tribute-to-endi.html 32.8 kB -1 B (0%)
website/build/blog/2021/01/19/docusaurus-2020-recap.html 51.6 kB -1 B (0%)
website/build/blog/2021/03/09/releasing-docusaurus-i18n.html 47.6 kB -1 B (0%)
website/build/blog/2021/05/12/announcing-docusaurus-two-beta.html 48.2 kB -1 B (0%)
website/build/blog/2021/11/21/algolia-docsearch-migration.html 54.4 kB -1 B (0%)
website/build/blog/2022/01/24/docusaurus-2021-recap.html 43.6 kB -1 B (0%)
website/build/blog/2022/08/01/announcing-docusaurus-2.0.html 133 kB -1 B (0%)
website/build/blog/2022/09/01/docusaurus-2.1.html 50.3 kB -1 B (0%)
website/build/blog/archive.html 23.8 kB 0 B
website/build/blog/authors.html 50.5 kB 0 B
website/build/blog/authors/j-marcey.html 70.4 kB 0 B
website/build/blog/authors/josh-cena.html 47 kB 0 B
website/build/blog/authors/lex-111.html 55.8 kB 0 B
website/build/blog/authors/slorber.html 81.1 kB 0 B
website/build/blog/authors/slorber/page/2.html 80.3 kB 0 B
website/build/blog/authors/slorber/page/3.html 83.9 kB 0 B
website/build/blog/authors/slorber/page/4.html 96.2 kB 0 B
website/build/blog/authors/slorber/page/5.html 53.4 kB 0 B
website/build/blog/authors/yangshun.html 66.3 kB 0 B
website/build/blog/authors/zpao.html 47.4 kB 0 B
website/build/blog/page/2.html 76.8 kB 0 B
website/build/blog/page/3.html 81.2 kB 0 B
website/build/blog/page/4.html 85.5 kB 0 B
website/build/blog/page/5.html 72.9 kB 0 B
website/build/blog/page/6.html 40.8 kB 0 B
website/build/blog/preparing-your-site-for-docusaurus-v3.html 126 kB -1 B (0%)
website/build/blog/releases/2.2.html 50.5 kB -1 B (0%)
website/build/blog/releases/2.3.html 60.9 kB -2 B (0%)
website/build/blog/releases/2.4.html 64.3 kB -1 B (0%)
website/build/blog/releases/3.0.html 106 kB -1 B (0%)
website/build/blog/releases/3.1.html 53.3 kB -1 B (0%)
website/build/blog/releases/3.2.html 49.1 kB -1 B (0%)
website/build/blog/releases/3.3.html 56.2 kB -1 B (0%)
website/build/blog/releases/3.4.html 55.3 kB -1 B (0%)
website/build/blog/releases/3.5.html 58 kB -1 B (0%)
website/build/blog/releases/3.6.html 76.3 kB -1 B (0%)
website/build/blog/releases/3.7.html 50.8 kB -1 B (0%)
website/build/blog/releases/3.8.html 85.6 kB +4 B (0%)
website/build/blog/releases/3.9.html 60.8 kB -1 B (0%)
website/build/blog/releases/3.10.html 90.6 kB -1 B (0%)
website/build/blog/tags.html 27.4 kB 0 B
website/build/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing.html 123 kB -1 B (0%)
website/build/docs.html 50.8 kB -2 B (0%)
website/build/docs/advanced.html 30.6 kB -2 B (-0.01%)
website/build/docs/advanced/architecture.html 29.2 kB +2 B (+0.01%)
website/build/docs/advanced/client.html 68.2 kB -1 B (0%)
website/build/docs/advanced/plugins.html 53.7 kB -1 B (0%)
website/build/docs/advanced/routing.html 68.7 kB -1 B (0%)
website/build/docs/advanced/ssg.html 72.8 kB -1 B (0%)
website/build/docs/api/docusaurus-config.html 234 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin.html 49.5 kB -2 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-html-links.html 35.4 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text.html 34.5 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading.html 35.7 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages.html 39.3 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/logger.html 38 kB -1 B (0%)
website/build/docs/api/misc/create-docusaurus.html 36.9 kB +6 B (+0.02%)
website/build/docs/api/misc/docusaurus-init/index.html 361 B 0 B
website/build/docs/api/plugin-methods.html 61 kB +7 B (+0.01%)
website/build/docs/api/plugin-methods/extend-infrastructure.html 57.9 kB -1 B (0%)
website/build/docs/api/plugin-methods/i18n-lifecycles.html 56.3 kB -1 B (0%)
website/build/docs/api/plugin-methods/lifecycle-apis.html 157 kB -1 B (0%)
website/build/docs/api/plugin-methods/static-methods.html 43.7 kB -1 B (0%)
website/build/docs/api/plugins.html 31.5 kB -2 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-client-redirects.html 58.1 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-blog.html 181 kB +4 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-docs.html 188 kB +4 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-pages.html 72.6 kB +4 B (+0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-css-cascade-layers.html 45.9 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-debug.html 46.5 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-gtag.html 47.5 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-tag-manager.html 46.4 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-ideal-image.html 55.7 kB +2 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-pwa.html 114 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-rsdoctor.html 39.2 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-sitemap.html 63.9 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-svgr.html 44.2 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-vercel-analytics.html 39.5 kB -1 B (0%)
website/build/docs/api/themes.html 29.1 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-classic.html 42.4 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-live-codeblock.html 35.6 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-mermaid.html 34.4 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-search-algolia.html 32.2 kB -2 B (-0.01%)
website/build/docs/api/themes/configuration.html 246 kB -1 B (0%)
website/build/docs/blog.html 198 kB -1 B (0%)
website/build/docs/browser-support.html 46.7 kB +4 B (+0.01%)
website/build/docs/category/getting-started.html 27.5 kB 0 B
website/build/docs/category/guides.html 37.8 kB 0 B
website/build/docs/category/miscellaneous.html 27.3 kB 0 B
website/build/docs/cli.html 65.2 kB -2 B (0%)
website/build/docs/configuration.html 89.9 kB -2 B (0%)
website/build/docs/create-doc.html 60 kB -1 B (0%)
website/build/docs/creating-pages.html 55.8 kB -1 B (0%)
website/build/docs/deployment.html 64.8 kB -2 B (0%)
website/build/docs/deployment/github-pages.html 116 kB -2 B (0%)
website/build/docs/deployment/netlify.html 37.8 kB -2 B (-0.01%)
website/build/docs/deployment/vercel.html 32.1 kB -2 B (-0.01%)
website/build/docs/docs-introduction.html 49.3 kB -1 B (0%)
website/build/docs/docs-multi-instance.html 71.7 kB -1 B (0%)
website/build/docs/docusaurus-core.html 220 kB -1 B (0%)
website/build/docs/guides/whats-next.html 32.1 kB -2 B (-0.01%)
website/build/docs/i18n/crowdin.html 143 kB +6 B (0%)
website/build/docs/i18n/git.html 77.4 kB +6 B (+0.01%)
website/build/docs/i18n/introduction.html 48.1 kB -2 B (0%)
website/build/docs/i18n/tutorial.html 164 kB -2 B (0%)
website/build/docs/installation.html 67.8 kB -2 B (0%)
website/build/docs/introduction/index.html 280 B 0 B
website/build/docs/markdown-features.html 83 kB 0 B
website/build/docs/markdown-features/admonitions.html 114 kB -1 B (0%)
website/build/docs/markdown-features/assets.html 84.5 kB -1 B (0%)
website/build/docs/markdown-features/code-blocks.html 213 kB -1 B (0%)
website/build/docs/markdown-features/diagrams.html 53.3 kB -1 B (0%)
website/build/docs/markdown-features/head-metadata.html 49.7 kB -1 B (0%)
website/build/docs/markdown-features/links.html 39.9 kB -1 B (0%)
website/build/docs/markdown-features/math-equations.html 89.1 kB -1 B (0%)
website/build/docs/markdown-features/plugins.html 93.4 kB -1 B (0%)
website/build/docs/markdown-features/react.html 130 kB -1 B (0%)
website/build/docs/markdown-features/tabs.html 136 kB -1 B (0%)
website/build/docs/markdown-features/toc.html 84.7 kB -1 B (0%)
website/build/docs/migration.html 38.3 kB -1 B (0%)
website/build/docs/migration/v2.html 38.5 kB -1 B (0%)
website/build/docs/migration/v2/automated.html 38.9 kB -1 B (0%)
website/build/docs/migration/v2/manual.html 185 kB -1 B (0%)
website/build/docs/migration/v2/translated-sites.html 49.8 kB -1 B (0%)
website/build/docs/migration/v2/versioned-sites.html 58.6 kB -1 B (0%)
website/build/docs/migration/v3.html 187 kB 0 B
website/build/docs/playground.html 30.9 kB -2 B (-0.01%)
website/build/docs/resources/index.html 325 B 0 B
website/build/docs/search.html 121 kB -1 B (0%)
website/build/docs/seo.html 86.1 kB -2 B (0%)
website/build/docs/sidebar.html 136 kB -1 B (0%)
website/build/docs/sidebar/autogenerated.html 143 kB -1 B (0%)
website/build/docs/sidebar/items.html 170 kB -1 B (0%)
website/build/docs/sidebar/multiple-sidebars.html 60.5 kB -1 B (0%)
website/build/docs/static-assets.html 50.7 kB -1 B (0%)
website/build/docs/styling-layout.html 137 kB +2 B (0%)
website/build/docs/support/index.html 319 B 0 B
website/build/docs/swizzling.html 108 kB -1 B (0%)
website/build/docs/team/index.html 310 B 0 B
website/build/docs/typescript-support.html 65.6 kB +7 B (+0.01%)
website/build/docs/using-plugins.html 103 kB -2 B (0%)
website/build/docs/versioning.html 89.9 kB -2 B (0%)
website/build/index.html 35.8 kB 0 B

compressed-size-action::DOCUSAURUS_INFRA_FASTER

@github-actions

Copy link
Copy Markdown

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO Report
/ 🔴 35 🟢 98 🟢 100 🟢 100 Report
/docs/installation 🟠 57 🟢 97 🟢 100 🟢 100 Report
/docs/category/getting-started 🟠 67 🟢 100 🟢 100 🟠 86 Report
/blog 🟠 66 🟢 96 🟢 100 🟠 86 Report
/blog/preparing-your-site-for-docusaurus-v3 🟠 64 🟢 92 🟢 100 🟢 100 Report
/blog/tags/release 🟠 65 🟢 96 🟢 100 🟠 86 Report
/blog/tags 🟠 67 🟢 100 🟢 100 🟠 86 Report

@github-actions

Copy link
Copy Markdown

Size Change: 0 B

Total Size: 12.5 MB

ℹ️ View Unchanged
Filename Size Change
website/.docusaurus/codeTranslations.json 2 B 0 B
website/.docusaurus/docusaurus.config.mjs 29 kB 0 B
website/.docusaurus/globalData.json 38.9 kB 0 B
website/.docusaurus/i18n.json 1.36 kB 0 B
website/.docusaurus/registry.js 180 kB 0 B
website/.docusaurus/routes.js 89.4 kB 0 B
website/.docusaurus/routesChunkNames.json 93.8 kB 0 B
website/.docusaurus/site-metadata.json 2.4 kB 0 B
website/build/assets/css/styles.********.css 139 kB 0 B
website/build/assets/js/main.********.js 735 kB 0 B
website/build/assets/js/runtime~main.********.js 39.8 kB 0 B
website/build/blog.html 80.3 kB 0 B
website/build/blog/2017/12/14/introducing-docusaurus.html 67.8 kB -1 B (0%)
website/build/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus.html 47 kB -1 B (0%)
website/build/blog/2018/09/11/Towards-Docusaurus-2.html 51.4 kB +4 B (+0.01%)
website/build/blog/2018/12/14/Happy-First-Birthday-Slash.html 30.9 kB -1 B (0%)
website/build/blog/2019/12/30/docusaurus-2019-recap.html 42.1 kB -1 B (0%)
website/build/blog/2020/01/07/tribute-to-endi.html 34.5 kB -1 B (0%)
website/build/blog/2021/01/19/docusaurus-2020-recap.html 53.7 kB -1 B (0%)
website/build/blog/2021/03/09/releasing-docusaurus-i18n.html 49.6 kB -1 B (0%)
website/build/blog/2021/05/12/announcing-docusaurus-two-beta.html 50.3 kB -1 B (0%)
website/build/blog/2021/11/21/algolia-docsearch-migration.html 56.7 kB -1 B (0%)
website/build/blog/2022/01/24/docusaurus-2021-recap.html 45.5 kB -1 B (0%)
website/build/blog/2022/08/01/announcing-docusaurus-2.0.html 138 kB -1 B (0%)
website/build/blog/2022/09/01/docusaurus-2.1.html 52.6 kB -1 B (0%)
website/build/blog/archive.html 25.2 kB 0 B
website/build/blog/authors.html 52.7 kB 0 B
website/build/blog/authors/j-marcey.html 73.1 kB 0 B
website/build/blog/authors/josh-cena.html 49.1 kB 0 B
website/build/blog/authors/lex-111.html 58.1 kB 0 B
website/build/blog/authors/slorber.html 84 kB 0 B
website/build/blog/authors/slorber/page/2.html 83.2 kB 0 B
website/build/blog/authors/slorber/page/3.html 86.8 kB 0 B
website/build/blog/authors/slorber/page/4.html 99.6 kB 0 B
website/build/blog/authors/slorber/page/5.html 55.6 kB 0 B
website/build/blog/authors/yangshun.html 69 kB 0 B
website/build/blog/authors/zpao.html 49.5 kB 0 B
website/build/blog/page/2.html 79.5 kB 0 B
website/build/blog/page/3.html 83.9 kB 0 B
website/build/blog/page/4.html 88.4 kB 0 B
website/build/blog/page/5.html 75.5 kB 0 B
website/build/blog/page/6.html 42.6 kB 0 B
website/build/blog/preparing-your-site-for-docusaurus-v3.html 130 kB -1 B (0%)
website/build/blog/releases/2.2.html 52.8 kB -1 B (0%)
website/build/blog/releases/2.3.html 63.4 kB -2 B (0%)
website/build/blog/releases/2.4.html 67.1 kB -1 B (0%)
website/build/blog/releases/3.0.html 110 kB -1 B (0%)
website/build/blog/releases/3.1.html 55.5 kB -1 B (0%)
website/build/blog/releases/3.2.html 51.3 kB -1 B (0%)
website/build/blog/releases/3.3.html 58.5 kB -1 B (0%)
website/build/blog/releases/3.4.html 57.7 kB -1 B (0%)
website/build/blog/releases/3.5.html 60.4 kB -1 B (0%)
website/build/blog/releases/3.6.html 79.3 kB -1 B (0%)
website/build/blog/releases/3.7.html 53.1 kB -1 B (0%)
website/build/blog/releases/3.8.html 88.8 kB +4 B (0%)
website/build/blog/releases/3.9.html 63.3 kB -1 B (0%)
website/build/blog/releases/3.10.html 93.8 kB -1 B (0%)
website/build/blog/tags.html 29.1 kB 0 B
website/build/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing.html 127 kB -1 B (0%)
website/build/docs.html 52.8 kB -2 B (0%)
website/build/docs/advanced.html 32.1 kB -2 B (-0.01%)
website/build/docs/advanced/architecture.html 30.7 kB +2 B (+0.01%)
website/build/docs/advanced/client.html 70.9 kB -1 B (0%)
website/build/docs/advanced/plugins.html 55.9 kB -1 B (0%)
website/build/docs/advanced/routing.html 71.3 kB -1 B (0%)
website/build/docs/advanced/ssg.html 75.9 kB -1 B (0%)
website/build/docs/api/docusaurus-config.html 243 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin.html 51.9 kB -2 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-html-links.html 37.3 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text.html 36.2 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading.html 37.5 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages.html 41.2 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/logger.html 39.7 kB -1 B (0%)
website/build/docs/api/misc/create-docusaurus.html 38.7 kB +6 B (+0.02%)
website/build/docs/api/misc/docusaurus-init/index.html 361 B 0 B
website/build/docs/api/plugin-methods.html 63.3 kB +7 B (+0.01%)
website/build/docs/api/plugin-methods/extend-infrastructure.html 60.2 kB -1 B (0%)
website/build/docs/api/plugin-methods/i18n-lifecycles.html 58.4 kB -1 B (0%)
website/build/docs/api/plugin-methods/lifecycle-apis.html 162 kB -1 B (0%)
website/build/docs/api/plugin-methods/static-methods.html 45.6 kB -1 B (0%)
website/build/docs/api/plugins.html 33.1 kB -2 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-client-redirects.html 60.8 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-blog.html 189 kB +4 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-docs.html 196 kB +4 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-pages.html 76.3 kB +4 B (+0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-css-cascade-layers.html 48.1 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-debug.html 48.7 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-gtag.html 49.8 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-tag-manager.html 48.6 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-ideal-image.html 58.4 kB +2 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-pwa.html 119 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-rsdoctor.html 41.2 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-sitemap.html 66.7 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-svgr.html 46.3 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-vercel-analytics.html 41.6 kB -1 B (0%)
website/build/docs/api/themes.html 30.6 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-classic.html 44.4 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-live-codeblock.html 37.3 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-mermaid.html 36.1 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-search-algolia.html 33.8 kB -2 B (-0.01%)
website/build/docs/api/themes/configuration.html 258 kB -1 B (0%)
website/build/docs/blog.html 204 kB -1 B (0%)
website/build/docs/browser-support.html 48.8 kB +4 B (+0.01%)
website/build/docs/category/getting-started.html 28.9 kB 0 B
website/build/docs/category/guides.html 39.5 kB 0 B
website/build/docs/category/miscellaneous.html 28.7 kB 0 B
website/build/docs/cli.html 69 kB -2 B (0%)
website/build/docs/configuration.html 93.4 kB -2 B (0%)
website/build/docs/create-doc.html 62.5 kB -1 B (0%)
website/build/docs/creating-pages.html 58.2 kB -1 B (0%)
website/build/docs/deployment.html 67.6 kB -2 B (0%)
website/build/docs/deployment/github-pages.html 120 kB -2 B (0%)
website/build/docs/deployment/netlify.html 39.8 kB -2 B (-0.01%)
website/build/docs/deployment/vercel.html 33.8 kB -2 B (-0.01%)
website/build/docs/docs-introduction.html 51.6 kB -1 B (0%)
website/build/docs/docs-multi-instance.html 74.9 kB -1 B (0%)
website/build/docs/docusaurus-core.html 228 kB -1 B (0%)
website/build/docs/guides/whats-next.html 33.8 kB -2 B (-0.01%)
website/build/docs/i18n/crowdin.html 148 kB +6 B (0%)
website/build/docs/i18n/git.html 80.7 kB +6 B (+0.01%)
website/build/docs/i18n/introduction.html 50.3 kB -2 B (0%)
website/build/docs/i18n/tutorial.html 170 kB -2 B (0%)
website/build/docs/installation.html 70.7 kB -2 B (0%)
website/build/docs/introduction/index.html 280 B 0 B
website/build/docs/markdown-features.html 86.1 kB 0 B
website/build/docs/markdown-features/admonitions.html 119 kB -1 B (0%)
website/build/docs/markdown-features/assets.html 88.4 kB -1 B (0%)
website/build/docs/markdown-features/code-blocks.html 221 kB -1 B (0%)
website/build/docs/markdown-features/diagrams.html 55.9 kB -1 B (0%)
website/build/docs/markdown-features/head-metadata.html 52.1 kB -1 B (0%)
website/build/docs/markdown-features/links.html 41.9 kB -1 B (0%)
website/build/docs/markdown-features/math-equations.html 93 kB -1 B (0%)
website/build/docs/markdown-features/plugins.html 97.1 kB -1 B (0%)
website/build/docs/markdown-features/react.html 135 kB -1 B (0%)
website/build/docs/markdown-features/tabs.html 143 kB -1 B (0%)
website/build/docs/markdown-features/toc.html 88.3 kB -1 B (0%)
website/build/docs/migration.html 40.2 kB -1 B (0%)
website/build/docs/migration/v2.html 40.3 kB -1 B (0%)
website/build/docs/migration/v2/automated.html 40.9 kB -1 B (0%)
website/build/docs/migration/v2/manual.html 192 kB -1 B (0%)
website/build/docs/migration/v2/translated-sites.html 52 kB -1 B (0%)
website/build/docs/migration/v2/versioned-sites.html 60.9 kB -1 B (0%)
website/build/docs/migration/v3.html 193 kB 0 B
website/build/docs/playground.html 32.4 kB -2 B (-0.01%)
website/build/docs/resources/index.html 325 B 0 B
website/build/docs/search.html 125 kB -1 B (0%)
website/build/docs/seo.html 89.9 kB -2 B (0%)
website/build/docs/sidebar.html 142 kB -1 B (0%)
website/build/docs/sidebar/autogenerated.html 148 kB -1 B (0%)
website/build/docs/sidebar/items.html 177 kB -1 B (0%)
website/build/docs/sidebar/multiple-sidebars.html 63.4 kB -1 B (0%)
website/build/docs/static-assets.html 53 kB -1 B (0%)
website/build/docs/styling-layout.html 142 kB +2 B (0%)
website/build/docs/support/index.html 319 B 0 B
website/build/docs/swizzling.html 113 kB -1 B (0%)
website/build/docs/team/index.html 310 B 0 B
website/build/docs/typescript-support.html 68.4 kB +7 B (+0.01%)
website/build/docs/using-plugins.html 107 kB -2 B (0%)
website/build/docs/versioning.html 93.6 kB -2 B (0%)
website/build/index.html 37.5 kB 0 B

compressed-size-action::DOCUSAURUS_INFRA_SLOWER

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Signed Facebook CLA pr: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants