Skip to content

Conversation

thomaspoignant
Copy link
Owner

@thomaspoignant thomaspoignant commented Oct 20, 2025

Description

This pull request updates Docusaurus from version 3.9.1 to 3.9.2 for the website.

What was the problem?
The website was using an outdated version of Docusaurus (3.9.1) and needed to be updated to the latest patch version (3.9.2) for bug fixes and improvements.

How it is resolved?
Updated all Docusaurus-related packages in package.json and package-lock.json from version 3.9.1 to 3.9.2:

  • @docusaurus/core
  • @docusaurus/plugin-client-redirects
  • @docusaurus/plugin-google-gtag
  • @docusaurus/plugin-google-tag-manager
  • @docusaurus/preset-classic
  • @docusaurus/theme-mermaid
  • @docusaurus/eslint-plugin
  • @docusaurus/module-type-aliases
  • @docusaurus/types

How can we test the change?

  • Run npm install in the website directory
  • Run npm run build to ensure the website builds successfully
  • Run npm start to test the development server
  • Verify all website functionality works as expected

If there are breaking changes, please describe them in detail and why we cannot avoid them.
This is a patch version update (3.9.1 → 3.9.2) which should not contain any breaking changes. Docusaurus follows semantic versioning, so patch updates only include bug fixes and minor improvements.

Closes issue(s)

Resolve #

Checklist

  • I have tested this code
  • I have added unit test to cover this code
  • I have updated the documentation (README.md and /website/docs)
  • I have followed the contributing guide

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Copy link

netlify bot commented Oct 20, 2025

Deploy Preview for go-feature-flag-doc-preview ready!

Name Link
🔨 Latest commit 7e11fda
🔍 Latest deploy log https://app.netlify.com/projects/go-feature-flag-doc-preview/deploys/68f69cab9dc72700071d9ea6
😎 Deploy Preview https://deploy-preview-4136--go-feature-flag-doc-preview.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.

Copy link

Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.76%. Comparing base (c787099) to head (7e11fda).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4136   +/-   ##
=======================================
  Coverage   83.76%   83.76%           
=======================================
  Files         139      139           
  Lines        6831     6831           
=======================================
  Hits         5722     5722           
+ Misses        899      898    -1     
- Partials      210      211    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kodiakhq kodiakhq bot merged commit fcdcf01 into main Oct 20, 2025
26 checks passed
@kodiakhq kodiakhq bot deleted the chore-bump-docusaurus-3.9.2 branch October 20, 2025 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant