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-dev): bump @docusaurus/core from 3.3.2 to 3.4.0 #10239

Merged
merged 2 commits into from
Jun 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2024

Bumps @docusaurus/core from 3.3.2 to 3.4.0.

Release notes

Sourced from @​docusaurus/core's releases.

3.4.0 (2024-05-31)

🚀 New Feature

  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-utils-validation, docusaurus-utils
    • #10137 feat(docs, blog): add support for tags.yml, predefined list of tags (@​OzakIOne)
  • docusaurus-theme-translations
    • #10151 feat(theme-translations): Added Turkmen (tk) default theme translations (@​ilmedova)
    • #10111 feat(theme-translations): Add Bulgarian default theme translations (bg) (@​PetarMc1)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #9859 feat(core): hash router option - browse site offline (experimental) (@​slorber)
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus

🐛 Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #10185 fix(docs, blog): Markdown link resolution does not support hot reload (@​slorber)
  • docusaurus-theme-search-algolia
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils
    • #10168 fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
    • #10145 fix(core): fix serve workaround regexp (@​slorber)
    • #10142 fix(core): fix docusaurus serve broken for assets when using trailingSlash (@​slorber)
    • #10130 fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #10144 fix(theme): fix announcement bar layout shift due to missing storage key namespace (@​slorber)
  • docusaurus-plugin-content-docs, docusaurus
    • #10132 fix(core): configurePostCss() should run after configureWebpack() (@​slorber)
  • docusaurus-utils, docusaurus
    • #10131 fix(core): codegen should generate unique route prop filenames (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #10118 fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals (@​slorber)

📝 Documentation

🤖 Dependencies

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

3.4.0 (2024-05-31)

🚀 New Feature

  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-utils-validation, docusaurus-utils
    • #10137 feat(docs, blog): add support for tags.yml, predefined list of tags (@​OzakIOne)
  • docusaurus-theme-translations
    • #10151 feat(theme-translations): Added Turkmen (tk) default theme translations (@​ilmedova)
    • #10111 feat(theme-translations): Add Bulgarian default theme translations (bg) (@​PetarMc1)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #9859 feat(core): hash router option - browse site offline (experimental) (@​slorber)
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus

🐛 Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #10185 fix(docs, blog): Markdown link resolution does not support hot reload (@​slorber)
  • docusaurus-theme-search-algolia
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils
    • #10168 fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
    • #10145 fix(core): fix serve workaround regexp (@​slorber)
    • #10142 fix(core): fix docusaurus serve broken for assets when using trailingSlash (@​slorber)
    • #10130 fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #10144 fix(theme): fix announcement bar layout shift due to missing storage key namespace (@​slorber)
  • docusaurus-plugin-content-docs, docusaurus
    • #10132 fix(core): configurePostCss() should run after configureWebpack() (@​slorber)
  • docusaurus-utils, docusaurus
    • #10131 fix(core): codegen should generate unique route prop filenames (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #10118 fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals (@​slorber)

📝 Documentation

🤖 Dependencies

... (truncated)

Commits
  • 49e9a21 v3.4.0
  • 17f3e02 feat(core): hash router option - browse site offline (experimental) (#9859)
  • b73ad1e fix(core): fix serve workaround regexp (#10145)
  • 87f0023 fix(core): fix docusaurus serve broken for assets when using trailingSlash ...
  • ff5039f fix(core): configurePostCss() should run after configureWebpack() (#10132)
  • 29b7a4d fix(core): codegen should generate unique route prop filenames (#10131)
  • 394ce84 fix(core): the broken anchor checker should not be sensitive pathname trailin...
  • 02e38d8 refactor: fix i18n bug in node v22 (#10129)
  • 620e463 feat(core): site storage config options (experimental) (#10121)
  • c125f7a chore: release Docusaurus 3.3.0 + 3.3.1 + 3.3.2 (#10101)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Related to dependency updates javascript Pull requests that update Javascript code labels Jun 7, 2024
Copy link

socket-security bot commented Jun 7, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@docusaurus/core@3.4.0 Transitive: environment, eval, filesystem, network, shell, unsafe +239 27.3 MB slorber

🚮 Removed packages: npm/@docusaurus/core@3.3.2

View full report↗︎

@PyvesB
Copy link
Member

PyvesB commented Jun 8, 2024

@dependabot rebase

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.4.0/packages/docusaurus)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docusaurus/core-3.4.0 branch from 373378a to d2a14ef Compare June 8, 2024 09:24
@PyvesB
Copy link
Member

PyvesB commented Jun 8, 2024

Error: Invalid name=docusaurus-plugin-content-docs version number=3.3.2.
All official @docusaurus/* packages should have the exact same version as @docusaurus/core (number=3.4.0).
Maybe you want to check, or regenerate your yarn.lock or package-lock.json file?

Hmmm... Trying to locally regenerate a package-lock.json from scratch did not seems to work. Not exactly sure what is causing this to happen in the dependency spaghetti.

Copy link
Contributor

github-actions bot commented Jun 9, 2024

Messages
📖

✨ Thanks for your contribution to Shields, @dependabot[bot]!

Generated by 🚫 dangerJS against f1df935

@chris48s
Copy link
Member

chris48s commented Jun 9, 2024

When we upgrade @docusaurus/core we also need to run npm update @docusaurus/preset-classic to upgrade the other @docusaurus/* packages in line with it. Dependabot doesn't know this so it doesn't do it for us.

Some background on this:

When we were running docusaurus 2 this wasn't a hard error, but I added some CI automation to pick up this condition
#9608

I raised an issue about this upstream
facebook/docusaurus#9342

As of docusaurus 3, this is now a hard error so I removed that CI automation, but the error message is a bit less clear about what we need to do.

@chris48s chris48s added this pull request to the merge queue Jun 9, 2024
@chris48s
Copy link
Member

chris48s commented Jun 9, 2024

Just thinking about this.. I wonder if we could "teach" dependabot to bump these together if we convert @docusaurus/preset-classic to a top-level dependency and then set up a dependabot group for the pattern @docusaurus/* https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups

Probably worth a go.

Merged via the queue into master with commit 0b4f0c8 Jun 9, 2024
23 checks passed
@chris48s chris48s deleted the dependabot/npm_and_yarn/docusaurus/core-3.4.0 branch June 9, 2024 19:22
@PyvesB
Copy link
Member

PyvesB commented Jun 9, 2024

Have raised #10242 accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependency updates javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants