rustwasm / gloo

A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM
https://gloo-rs.web.app
Apache License 2.0
1.72k stars 141 forks source link

chore(deps): bump the website-deps group in /website with 6 updates #460

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps the website-deps group in /website with 6 updates:

Package From To
@docusaurus/core 3.0.0-beta.0 3.2.0
@docusaurus/preset-classic 3.0.0-beta.0 3.2.0
@mdx-js/react 2.3.0 3.0.1
clsx 2.0.0 2.1.0
prism-react-renderer 1.3.5 2.3.1
@docusaurus/module-type-aliases 3.0.0-beta.0 3.2.0

Updates @docusaurus/core from 3.0.0-beta.0 to 3.2.0

Release notes

Sourced from @​docusaurus/core's releases.

3.2.0 (2024-03-29)

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

:bug: Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

:running_woman: Performance

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

3.2.0 (2024-03-29)

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

:bug: Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

:running_woman: Performance

... (truncated)

Commits
  • 5af1436 v3.2.0
  • 8212471 refactor(utils): remove duplicated function (#9972)
  • efbe474 refactor(core): improve dev perf, fine-grained site reloads - part 3 (#9975)
  • 93a09ea refactor(core): improve dev perf, fine-grained site reloads - part2 (#9968)
  • 9017fb9 feat(sitemap): add support for "lastmod" (#9954)
  • 8d115a9 feat(core): add new plugin allContentLoaded lifecycle (#9931)
  • d02b96f refactor(core): improve dev perf, fine-grained site reloads - part1 (#9903)
  • 6bf21d2 fix(core): fix default i18n calendar used, infer it from locale if possible (...
  • b26e262 fix(core): ensure core error boundary is able to render theme layout (#9852)
  • 8abd189 feat(swizzle): ask user preferred language if no language CLI option provided...
  • Additional commits viewable in compare view


Updates @docusaurus/preset-classic from 3.0.0-beta.0 to 3.2.0

Release notes

Sourced from @​docusaurus/preset-classic's releases.

3.2.0 (2024-03-29)

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

:bug: Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

:running_woman: Performance

... (truncated)

Changelog

Sourced from @​docusaurus/preset-classic's changelog.

3.2.0 (2024-03-29)

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

:bug: Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

:running_woman: Performance

... (truncated)

Commits


Updates @mdx-js/react from 2.3.0 to 3.0.1

Release notes

Sourced from @​mdx-js/react's releases.

3.0.1

Fix

Types

Site

Full Changelog: https://github.com/mdx-js/mdx/compare/3.0.0...3.0.1

3.0.0

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change

  • e08b7596 5afa48e6 Change to require Node 16
  • 5a13d73b Change to use export maps
  • cbc2822f Update unified, types, plugins, etc
  • 96b51f93 Remove inferral of development from NODE_ENV

Change (unlikely to affect you)

  • c961af80 Remove useDynamicImport option
  • 9cb26fd1 @mdx-js/register: remove package
  • 0d1558a3 @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce9 @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f924227 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb43 @mdx-js/react: remove deprecated MDXContext, withMDXComponents

Add

  • e12f3079 Add support for passing baseUrl when running
  • 2c511a40 Add support for baseUrl as a URL
  • 1863914c Add deprecation warning for classic runtime
  • a34177c3 Add support for ES2024 in MDX, adjacent JSX and expression blocks
  • 44fd9cac Add support for await in MDX
  • 3a7f1947 Add tableCellAlignToStyle option, to use align

... (truncated)

Commits


Updates clsx from 2.0.0 to 2.1.0

Release notes

Sourced from clsx's releases.

v2.1.0

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);
    

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    

    // strings-only usage is identical clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz" lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"

    // clsx/lite ignores all non-strings clsx('foo', { a: true, b: false, c: true }); //=> "foo a c" lite('foo', { a: true, b: false, c: true }); //=> "foo"


Full Changelog: https://github.com/lukeed/clsx/compare/v2.0.1...v2.1.0

v2.0.1

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b Adds 5 bytes (+2%) for ~3% avg performance gain Thank you @​jalalazimi

Chores

  • Update module size: bf64e71
  • Update benchmark results: 855eec2, 6e3b2b9,
  • Replace nyc with c8 in CI: 6e2468e
  • Update Node CI matrix: 308a238
  • Fix readme typos (#76, #82): 42354d3, 4c9a55d Thank you @​andipaetzold and @​acusti

Full Changelog: https://github.com/lukeed/clsx/compare/v2.0.0...v2.0.1

Commits


Updates prism-react-renderer from 1.3.5 to 2.3.1

Release notes

Sourced from prism-react-renderer's releases.

prism-react-renderer@2.3.1

Patch Changes

  • Export normalizeTokens and useTokenize utility functions. (#237)

prism-react-renderer@2.3.0

Minor Changes

  • Upgrade clsx to v2.0.0. (#232)

prism-react-renderer@2.2.0

Minor Changes

  • Add Python support. (#226)

Patch Changes

  • Fix html language preset by using markup instead. (#230)

prism-react-renderer@2.1.0

Minor Changes

  • Added oneDark and oneLight themes (#224)

prism-react-renderer@2.0.6

Patch Changes

  • Export all types from package (#216)

prism-react-renderer@2.0.5

Patch Changes

  • Fixed bug where an undefined theme would cause a runtime error. (#213)

prism-react-renderer@2.0.4

Patch Changes

  • Fix types for Prism library. (#204)

prism-react-renderer@2.0.3

Patch Changes

... (truncated)

Commits
  • f27b612 Merge pull request #238 from FormidableLabs/changeset-release/master
  • 8e59a69 Version Packages
  • f8eae73 Merge pull request #237 from FormidableLabs/task/export-util-fns
  • 0c20178 Export normalizeTokens and useTokenize utility functions.
  • e6d3233 Merge pull request #233 from FormidableLabs/changeset-release/master
  • b2b07c1 Version Packages
  • a511d83 Merge pull request #232 from harryzcy/clsx-2.0
  • 5afd574 Add changeset
  • 2b965d0 Upgrade clsx to 2.0.0
  • 64da1c7 Merge pull request #227 from FormidableLabs/changeset-release/master
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by formidablelabs, a new releaser for prism-react-renderer since your current version.


Updates @docusaurus/module-type-aliases from 3.0.0-beta.0 to 3.2.0

Release notes

Sourced from @​docusaurus/module-type-aliases's releases.

3.2.0 (2024-03-29)

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

:bug: Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

:running_woman: Performance

... (truncated)

Changelog

Sourced from @​docusaurus/module-type-aliases's changelog.

3.2.0 (2024-03-29)

:rocket: New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

:bug: Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

:running_woman: Performance

... (truncated)

Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge th... _Description has been truncated_
dependabot[bot] commented 2 months ago

Superseded by #467.