Skip to content

chore(deps): bump axios from 1.13.4 to 1.15.0#11927

Merged
slorber merged 2 commits intomainfrom
dependabot/npm_and_yarn/axios-1.15.0
Apr 11, 2026
Merged

chore(deps): bump axios from 1.13.4 to 1.15.0#11927
slorber merged 2 commits intomainfrom
dependabot/npm_and_yarn/axios-1.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps axios from 1.13.4 to 1.15.0.

Release notes

Sourced from axios's releases.

v1.15.0

This release delivers two critical security patches, adds runtime support for Deno and Bun, and includes significant CI hardening, documentation improvements, and routine dependency updates.

⚠️ Important Changes

  • Deprecation: url.parse() usage has been replaced to address Node.js deprecation warnings. If you are on a recent version of Node.js, this resolves console warnings you may have been seeing. (#10625)

🔒 Security Fixes

  • Proxy Handling: Fixed a no_proxy hostname normalisation bypass that could lead to Server-Side Request Forgery (SSRF). (#10661)
  • Header Injection: Fixed an unrestricted cloud metadata exfiltration vulnerability via a header injection chain. (#10660)

🚀 New Features

  • Runtime Support: Added compatibility checks and documentation for Deno and Bun environments. (#10652, #10653)

🔧 Maintenance & Chores

  • CI Security: Hardened workflow permissions to least privilege, added the zizmor security scanner, pinned action versions, and gated npm publishing with OIDC and environment protection. (#10618, #10619, #10627, #10637, #10666)
  • Dependencies: Bumped serialize-javascript, handlebars, picomatch, vite, and denoland/setup-deno to latest versions. Added a 7-day Dependabot cooldown period. (#10574, #10572, #10568, #10663, #10664, #10665, #10669, #10670, #10616)
  • Documentation: Unified docs, improved beforeRedirect credential leakage example, clarified withCredentials/withXSRFToken behaviour, HTTP/2 support notes, async/await timeout error handling, header case preservation, and various typo fixes. (#10649, #10624, #7452, #7471, #10654, #10644, #10589)
  • Housekeeping: Removed stale files, regenerated lockfile, and updated sponsor scripts and blocks. (#10584, #10650, #10582, #10640, #10659, #10668)
  • Tests: Added regression coverage for urlencoded Content-Type casing. (#10573)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

v1.14.0

This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix).

🚀 New Features

  • Runtime Features: No new end-user features were introduced in this release.
  • Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#7510)

🐛 Bug Fixes

  • Headers: Trim trailing CRLF in normalised header values. (#7456)
  • HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#7457)
  • Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515)
  • Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#7499)

... (truncated)

Changelog

Sourced from axios's changelog.

Changelog

1.13.3 (2026-01-20)

Bug Fixes

  • http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335)
  • turn AxiosError into a native error (#5394) (#5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e)

Features

Reverts

  • Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298
  • deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e)

Contributors to this release

... (truncated)

Commits
  • 772a4e5 chore(release): prepare release 1.15.0 (#10671)
  • 4b07137 chore(deps-dev): bump vite from 8.0.0 to 8.0.5 in /tests/smoke/esm (#10663)
  • 51e57b3 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 (#10664)
  • fba1a77 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 in /tests/module/esm (#10665)
  • 0bf6e28 chore(deps): bump denoland/setup-deno in the github-actions group (#10669)
  • 8107157 chore(deps-dev): bump the development_dependencies group with 4 updates (#10670)
  • e66530e ci: require npm-publish environment for releases (#10666)
  • 49f23cb chore(sponsor): update sponsor block (#10668)
  • 3631854 fix: unrestricted cloud metadata exfiltration via header injection chain (#10...
  • fb3befb fix: no_proxy hostname normalization bypass leads to ssrf (#10661)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [axios](https://github.com/axios/axios) from 1.13.4 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.4...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the pr: dependencies Pull requests that update a dependency file label Apr 10, 2026
@dependabot dependabot bot requested review from Josh-Cena and slorber as code owners April 10, 2026 15:13
@dependabot dependabot bot added the pr: dependencies Pull requests that update a dependency file label Apr 10, 2026
@meta-cla meta-cla bot added the CLA Signed Signed Facebook CLA label Apr 10, 2026
@socket-security
Copy link
Copy Markdown

socket-security bot commented Apr 10, 2026

@socket-security
Copy link
Copy Markdown

socket-security bot commented Apr 10, 2026

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm entities is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: ?npm/@docusaurus/core@3.10.0npm/@docusaurus/preset-classic@3.10.0npm/entities@4.5.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/entities@4.5.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm entities is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: ?npm/@docusaurus/preset-classic@3.10.0npm/entities@6.0.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/entities@6.0.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 10, 2026

[V2]

Name Link
🔨 Latest commit a2bb48c
🔍 Latest deploy log https://app.netlify.com/projects/docusaurus-2/deploys/69d91505a0b7a20008d39a6d
😎 Deploy Preview https://deploy-preview-11927--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.7 kB 0 B
website/.docusaurus/i18n.json 1.36 kB 0 B
website/.docusaurus/registry.js 179 kB 0 B
website/.docusaurus/routes.js 88.8 kB 0 B
website/.docusaurus/routesChunkNames.json 93.1 kB 0 B
website/.docusaurus/site-metadata.json 2.54 kB 0 B
website/build/assets/css/styles.********.css 146 kB 0 B
website/build/assets/js/main.********.js 743 kB 0 B
website/build/assets/js/runtime~main.********.js 39.5 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 -1 B (0%)
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.8 kB -1 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 -1 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 48.4 kB -1 B (0%)
website/build/docs/advanced.html 30.9 kB -2 B (-0.01%)
website/build/docs/advanced/architecture.html 29.5 kB +2 B (+0.01%)
website/build/docs/advanced/client.html 68.5 kB -1 B (0%)
website/build/docs/advanced/plugins.html 54 kB -1 B (0%)
website/build/docs/advanced/routing.html 69 kB -1 B (0%)
website/build/docs/advanced/ssg.html 73.1 kB -1 B (0%)
website/build/docs/api/docusaurus-config.html 231 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin.html 44.3 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-html-links.html 35.8 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text.html 34.8 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading.html 36 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages.html 39.6 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/logger.html 38.2 kB -1 B (0%)
website/build/docs/api/misc/create-docusaurus.html 33.3 kB -1 B (0%)
website/build/docs/api/misc/docusaurus-init/index.html 361 B 0 B
website/build/docs/api/plugin-methods.html 61.2 kB +7 B (+0.01%)
website/build/docs/api/plugin-methods/extend-infrastructure.html 58.1 kB -1 B (0%)
website/build/docs/api/plugin-methods/i18n-lifecycles.html 56.5 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.9 kB -1 B (0%)
website/build/docs/api/plugins.html 32.5 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-client-redirects.html 58.9 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-blog.html 182 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-docs.html 189 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-pages.html 73.5 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-css-cascade-layers.html 46.8 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-debug.html 47.4 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-analytics.html 48.9 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-gtag.html 48.4 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-tag-manager.html 47.2 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-ideal-image.html 51.1 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-pwa.html 115 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-rsdoctor.html 40.1 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-sitemap.html 64.7 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-svgr.html 45.1 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-vercel-analytics.html 40.4 kB -1 B (0%)
website/build/docs/api/themes.html 29.4 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-classic.html 42.6 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-live-codeblock.html 35.8 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-mermaid.html 34.6 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-search-algolia.html 32.5 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.8 kB -1 B (0%)
website/build/docs/category/getting-started.html 27.7 kB 0 B
website/build/docs/category/guides.html 38.1 kB 0 B
website/build/docs/category/miscellaneous.html 27.5 kB 0 B
website/build/docs/cli.html 59.2 kB -1 B (0%)
website/build/docs/configuration.html 90.1 kB -1 B (0%)
website/build/docs/create-doc.html 60.3 kB -1 B (0%)
website/build/docs/creating-pages.html 56 kB -1 B (0%)
website/build/docs/deployment.html 210 kB -1 B (0%)
website/build/docs/docs-introduction.html 49.6 kB -1 B (0%)
website/build/docs/docs-multi-instance.html 72 kB -1 B (0%)
website/build/docs/docusaurus-core.html 219 kB -1 B (0%)
website/build/docs/guides/whats-next.html 32.2 kB -2 B (-0.01%)
website/build/docs/i18n/crowdin.html 141 kB -1 B (0%)
website/build/docs/i18n/git.html 75.4 kB -1 B (0%)
website/build/docs/i18n/introduction.html 48.4 kB -1 B (0%)
website/build/docs/i18n/tutorial.html 161 kB -1 B (0%)
website/build/docs/installation.html 63.3 kB -1 B (0%)
website/build/docs/introduction/index.html 280 B 0 B
website/build/docs/markdown-features.html 78.5 kB -1 B (0%)
website/build/docs/markdown-features/admonitions.html 115 kB -1 B (0%)
website/build/docs/markdown-features/assets.html 84.9 kB -1 B (0%)
website/build/docs/markdown-features/code-blocks.html 214 kB -1 B (0%)
website/build/docs/markdown-features/diagrams.html 53.8 kB -1 B (0%)
website/build/docs/markdown-features/head-metadata.html 50.2 kB -1 B (0%)
website/build/docs/markdown-features/links.html 40.3 kB -1 B (0%)
website/build/docs/markdown-features/math-equations.html 89.5 kB -1 B (0%)
website/build/docs/markdown-features/plugins.html 93.8 kB -1 B (0%)
website/build/docs/markdown-features/react.html 130 kB -1 B (0%)
website/build/docs/markdown-features/tabs.html 137 kB -1 B (0%)
website/build/docs/markdown-features/toc.html 85.2 kB -1 B (0%)
website/build/docs/migration.html 38.5 kB -1 B (0%)
website/build/docs/migration/v2.html 38.9 kB -1 B (0%)
website/build/docs/migration/v2/automated.html 39.3 kB -1 B (0%)
website/build/docs/migration/v2/manual.html 185 kB -1 B (0%)
website/build/docs/migration/v2/translated-sites.html 50.1 kB -1 B (0%)
website/build/docs/migration/v2/versioned-sites.html 58.9 kB -1 B (0%)
website/build/docs/migration/v3.html 187 kB 0 B
website/build/docs/playground.html 31.1 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.3 kB -1 B (0%)
website/build/docs/sidebar.html 133 kB -1 B (0%)
website/build/docs/sidebar/autogenerated.html 143 kB -1 B (0%)
website/build/docs/sidebar/items.html 171 kB -1 B (0%)
website/build/docs/sidebar/multiple-sidebars.html 60.8 kB -1 B (0%)
website/build/docs/static-assets.html 50.9 kB -1 B (0%)
website/build/docs/styling-layout.html 136 kB -1 B (0%)
website/build/docs/support/index.html 319 B 0 B
website/build/docs/swizzling.html 109 kB -1 B (0%)
website/build/docs/team/index.html 310 B 0 B
website/build/docs/typescript-support.html 58.9 kB -1 B (0%)
website/build/docs/using-plugins.html 104 kB 0 B
website/build/docs/versioning.html 89.8 kB -1 B (0%)
website/build/index.html 35.5 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
/ 🟠 67 🟢 98 🟢 100 🟢 100 Report
/docs/installation 🟠 65 🟢 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 🟠 66 🟢 92 🟢 100 🟢 100 Report
/blog/tags/release 🟠 66 🟢 96 🟢 100 🟠 86 Report
/blog/tags 🟠 68 🟢 100 🟢 100 🟠 86 Report

@github-actions
Copy link
Copy Markdown

Size Change: 0 B

Total Size: 12.4 MB

ℹ️ View Unchanged
Filename Size Change
website/.docusaurus/codeTranslations.json 2 B 0 B
website/.docusaurus/docusaurus.config.mjs 29.1 kB 0 B
website/.docusaurus/globalData.json 38.7 kB 0 B
website/.docusaurus/i18n.json 1.36 kB 0 B
website/.docusaurus/registry.js 179 kB 0 B
website/.docusaurus/routes.js 88.8 kB 0 B
website/.docusaurus/routesChunkNames.json 93.1 kB 0 B
website/.docusaurus/site-metadata.json 2.38 kB 0 B
website/build/assets/css/styles.********.css 138 kB 0 B
website/build/assets/js/main.********.js 745 kB 0 B
website/build/assets/js/runtime~main.********.js 39.1 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 -1 B (0%)
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 137 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 -1 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 -1 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 50.3 kB -1 B (0%)
website/build/docs/advanced.html 32.4 kB -2 B (-0.01%)
website/build/docs/advanced/architecture.html 31 kB +2 B (+0.01%)
website/build/docs/advanced/client.html 71.2 kB -1 B (0%)
website/build/docs/advanced/plugins.html 56.2 kB -1 B (0%)
website/build/docs/advanced/routing.html 71.6 kB -1 B (0%)
website/build/docs/advanced/ssg.html 76.2 kB -1 B (0%)
website/build/docs/api/docusaurus-config.html 240 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin.html 46.5 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-html-links.html 37.6 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text.html 36.6 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading.html 37.8 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages.html 41.5 kB -1 B (0%)
website/build/docs/api/misc/@docusaurus/logger.html 39.9 kB -1 B (0%)
website/build/docs/api/misc/create-docusaurus.html 34.9 kB -1 B (0%)
website/build/docs/api/misc/docusaurus-init/index.html 361 B 0 B
website/build/docs/api/plugin-methods.html 63.6 kB +7 B (+0.01%)
website/build/docs/api/plugin-methods/extend-infrastructure.html 60.4 kB -1 B (0%)
website/build/docs/api/plugin-methods/i18n-lifecycles.html 58.7 kB -1 B (0%)
website/build/docs/api/plugin-methods/lifecycle-apis.html 163 kB -1 B (0%)
website/build/docs/api/plugin-methods/static-methods.html 45.8 kB -1 B (0%)
website/build/docs/api/plugins.html 34.1 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-client-redirects.html 61.7 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-blog.html 190 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-docs.html 196 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-pages.html 77.1 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-css-cascade-layers.html 49 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-debug.html 49.6 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-analytics.html 51.2 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-gtag.html 50.7 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-tag-manager.html 49.5 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-ideal-image.html 53.6 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-pwa.html 120 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-rsdoctor.html 42.1 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-sitemap.html 67.6 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-svgr.html 47.2 kB -1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-vercel-analytics.html 42.5 kB -1 B (0%)
website/build/docs/api/themes.html 30.9 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-classic.html 44.7 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-live-codeblock.html 37.6 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-mermaid.html 36.3 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-search-algolia.html 34.1 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 49 kB -1 B (0%)
website/build/docs/category/getting-started.html 29.1 kB 0 B
website/build/docs/category/guides.html 39.8 kB 0 B
website/build/docs/category/miscellaneous.html 28.9 kB 0 B
website/build/docs/cli.html 62.7 kB -1 B (0%)
website/build/docs/configuration.html 93.6 kB -1 B (0%)
website/build/docs/create-doc.html 62.7 kB -1 B (0%)
website/build/docs/creating-pages.html 58.4 kB -1 B (0%)
website/build/docs/deployment.html 218 kB -1 B (0%)
website/build/docs/docs-introduction.html 51.8 kB -1 B (0%)
website/build/docs/docs-multi-instance.html 75.2 kB -1 B (0%)
website/build/docs/docusaurus-core.html 227 kB -1 B (0%)
website/build/docs/guides/whats-next.html 34 kB -2 B (-0.01%)
website/build/docs/i18n/crowdin.html 146 kB -1 B (0%)
website/build/docs/i18n/git.html 78.6 kB -1 B (0%)
website/build/docs/i18n/introduction.html 50.6 kB -1 B (0%)
website/build/docs/i18n/tutorial.html 168 kB -1 B (0%)
website/build/docs/installation.html 66 kB -1 B (0%)
website/build/docs/introduction/index.html 280 B 0 B
website/build/docs/markdown-features.html 81.4 kB -1 B (0%)
website/build/docs/markdown-features/admonitions.html 119 kB -1 B (0%)
website/build/docs/markdown-features/assets.html 88.8 kB -1 B (0%)
website/build/docs/markdown-features/code-blocks.html 222 kB -1 B (0%)
website/build/docs/markdown-features/diagrams.html 56.3 kB -1 B (0%)
website/build/docs/markdown-features/head-metadata.html 52.5 kB -1 B (0%)
website/build/docs/markdown-features/links.html 42.3 kB -1 B (0%)
website/build/docs/markdown-features/math-equations.html 93.4 kB -1 B (0%)
website/build/docs/markdown-features/plugins.html 97.5 kB -1 B (0%)
website/build/docs/markdown-features/react.html 136 kB -1 B (0%)
website/build/docs/markdown-features/tabs.html 143 kB -1 B (0%)
website/build/docs/markdown-features/toc.html 88.7 kB -1 B (0%)
website/build/docs/migration.html 40.4 kB -1 B (0%)
website/build/docs/migration/v2.html 40.7 kB -1 B (0%)
website/build/docs/migration/v2/automated.html 41.2 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.3 kB -1 B (0%)
website/build/docs/migration/v2/versioned-sites.html 61.2 kB -1 B (0%)
website/build/docs/migration/v3.html 194 kB 0 B
website/build/docs/playground.html 32.6 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 90.1 kB -1 B (0%)
website/build/docs/sidebar.html 139 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.7 kB -1 B (0%)
website/build/docs/static-assets.html 53.2 kB -1 B (0%)
website/build/docs/styling-layout.html 141 kB -1 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 61.4 kB -1 B (0%)
website/build/docs/using-plugins.html 108 kB 0 B
website/build/docs/versioning.html 93.6 kB -1 B (0%)
website/build/index.html 37.1 kB 0 B

compressed-size-action::DOCUSAURUS_INFRA_SLOWER

@slorber slorber merged commit c6528c1 into main Apr 11, 2026
4 checks passed
@slorber slorber deleted the dependabot/npm_and_yarn/axios-1.15.0 branch April 11, 2026 12:40
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.

1 participant