open-goal / open-goal.github.io

OpenGOAL Project Landing Page
ISC License
32 stars 15 forks source link

build(deps): bump the frontend-dependencies group with 17 updates #239

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps the frontend-dependencies group with 17 updates:

Package From To
@algolia/client-search 4.23.2 4.23.3
@docusaurus/core 3.2.0 3.2.1
@docusaurus/plugin-ideal-image 3.2.0 3.2.1
@docusaurus/preset-classic 3.2.0 3.2.1
@docusaurus/theme-common 3.2.0 3.2.1
@mui/lab 5.0.0-alpha.169 5.0.0-alpha.170
@mui/material 5.15.14 5.15.16
@mui/styles 5.15.14 5.15.16
@swc/core 1.4.11 1.4.17
clsx 2.1.0 2.1.1
react-dom 18.2.0 18.3.1
react-player 2.15.1 2.16.0
react 18.2.0 18.3.1
recharts 2.12.3 2.12.6
@docusaurus/module-type-aliases 3.2.0 3.2.1
@octokit/rest 20.0.2 20.1.0
typescript 5.4.3 5.4.5

Updates @algolia/client-search from 4.23.2 to 4.23.3

Release notes

Sourced from @​algolia/client-search's releases.

4.23.3

v4.23.3

Changelog

Sourced from @​algolia/client-search's changelog.

v4.23.3

Commits


Updates @docusaurus/core from 3.2.0 to 3.2.1

Release notes

Sourced from @​docusaurus/core's releases.

3.2.1 (2024-04-04)

:bug: Bug Fix

:memo: Documentation

:robot: Dependencies

Committers: 2

Changelog

Sourced from @​docusaurus/core's changelog.

3.2.1 (2024-04-04)

:bug: Bug Fix

:memo: Documentation

:robot: Dependencies

Committers: 2

Commits


Updates @docusaurus/plugin-ideal-image from 3.2.0 to 3.2.1

Release notes

Sourced from @​docusaurus/plugin-ideal-image's releases.

3.2.1 (2024-04-04)

:bug: Bug Fix

:memo: Documentation

:robot: Dependencies

Committers: 2

Changelog

Sourced from @​docusaurus/plugin-ideal-image's changelog.

3.2.1 (2024-04-04)

:bug: Bug Fix

:memo: Documentation

:robot: Dependencies

Committers: 2

Commits


Updates @docusaurus/preset-classic from 3.2.0 to 3.2.1

Release notes

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

3.2.1 (2024-04-04)

:bug: Bug Fix

:memo: Documentation

:robot: Dependencies

Committers: 2

Changelog

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

3.2.1 (2024-04-04)

:bug: Bug Fix

:memo: Documentation

:robot: Dependencies

Committers: 2

Commits


Updates @docusaurus/theme-common from 3.2.0 to 3.2.1

Release notes

Sourced from @​docusaurus/theme-common's releases.

3.2.1 (2024-04-04)

:bug: Bug Fix

:memo: Documentation

:robot: Dependencies

Committers: 2

Changelog

Sourced from @​docusaurus/theme-common's changelog.

3.2.1 (2024-04-04)

:bug: Bug Fix

:memo: Documentation

:robot: Dependencies

Committers: 2

Commits


Updates @mui/lab from 5.0.0-alpha.169 to 5.0.0-alpha.170

Commits


Updates @mui/material from 5.15.14 to 5.15.16

Release notes

Sourced from @​mui/material's releases.

v5.15.15

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.15

@mui/system@5.15.15

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

Changelog

Sourced from @​mui/material's changelog.

v5.15.16

May 1, 2024

A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.16

Docs

Core

... (truncated)

Commits


Updates @mui/styles from 5.15.14 to 5.15.16

Release notes

Sourced from @​mui/styles's releases.

v5.15.15

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.15

@mui/system@5.15.15

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

Changelog

Sourced from @​mui/styles's changelog.

v5.15.16

May 1, 2024

A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.16

Docs

Core

... (truncated)

Commits


Updates @swc/core from 1.4.11 to 1.4.17

Changelog

Sourced from @​swc/core's changelog.

[1.4.17] - 2024-04-23

Bug Fixes

  • (es) Ignore sourceMappingURL in string literals (#8879) (d7188cd)

  • (es/codegen) Use Str.raw for es5 (#8873) (c7a06b1)

  • (es/compat) Fix async generator (#8881) (063eabd)

  • (es/resolver) Prioritze jsc.paths by length in tsc resolver (#8875) (e22c368)

  • (html/codegen) Expand elements before which body isn’t elided (#8877) (5419a94)

[1.4.16] - 2024-04-18

Bug Fixes

  • (es/helpers) Fix resolving of usingCtx helper (#8874) (6e9d1a4)

[1.4.15] - 2024-04-17

Bug Fixes

  • (es/codegen) Fix ascii_only for identifiers (#8866) (2075a23)

  • (es/minifier) Remove raw of strings after modification (#8865) (740c0bb)

  • (es/parser) Fix span of BindingIdent (#8859) (fbd32fb)

  • (es/proposal) Update explicit resource management to match spec (#8860) (6d24076)

Features

  • (es/transforms) Allocate stacks dynamically (#8867) (a1c5415)

... (truncated)

Commits
  • 3311da7 chore: Publish 1.4.17 with swc_core v0.90.37
  • b1c22d5 chore: Improve publish script
  • fedf06f chore: Publish 1.4.17-nightly-20240423.3
  • 2c1e959 chore: Publish 1.4.17-nightly-20240423.2
  • 7b08d38 chore: Update bindings
  • 2fbb864 chore: Publish 1.4.17-nightly-20240423.1
  • 6d3c41d chore: Bump crates
  • c7a06b1 fix(es/codegen): Use Str.raw for es5 (#8873)
  • f5e50c2 chore: Bump crates
  • 063eabd fix(es/compat): Fix async generator (#8881)
  • Additional commits viewable in compare view


Updates clsx from 2.1.0 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

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

Commits


Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits