open-goal / open-goal.github.io

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

build(deps): bump the frontend-dependencies group with 12 updates #224

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the frontend-dependencies group with 12 updates:

Package From To
@mdx-js/react 3.0.0 3.0.1
@mui/lab 5.0.0-alpha.163 5.0.0-alpha.165
@mui/material 5.15.7 5.15.10
@mui/styled-engine 5.15.7 5.15.11
@mui/styles 5.15.7 5.15.10
@swc/core 1.3.107 1.4.2
html-react-parser 5.1.1 5.1.7
jspdf-autotable 3.8.1 3.8.2
recharts 2.11.0 2.12.1
swc-loader 0.2.4 0.2.6
webpack 5.90.0 5.90.3
prettier 3.2.4 3.2.5

Updates @mdx-js/react from 3.0.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

Commits


Updates @mui/lab from 5.0.0-alpha.163 to 5.0.0-alpha.165

Changelog

Sourced from @​mui/lab's changelog.

Versions

v5.15.11

Feb 21, 2024

A big thanks to the 26 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.11

@mui/material-nextjs@5.15.11

@mui/system@5.15.11

@mui/codemod@5.15.11

@mui/utils@5.15.11

@mui/base@5.0.0-beta.37

@mui/lab@5.0.0-alpha.164

Docs

... (truncated)

Commits


Updates @mui/material from 5.15.7 to 5.15.10

Release notes

Sourced from @​mui/material's releases.

v5.15.10

Feb 12, 2024

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

@mui/material@5.15.10

@mui/joy@5.0.0-beta.28

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

Feb 8, 2024

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.10

Feb 12, 2024

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

@mui/material@5.15.10

@mui/joy@5.0.0-beta.28

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

... (truncated)

Commits


Updates @mui/styled-engine from 5.15.7 to 5.15.11

Release notes

Sourced from @​mui/styled-engine's releases.

v5.15.11

A big thanks to the 26 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.11

@mui/material-nextjs@5.15.11

@mui/system@5.15.11

@mui/codemod@5.15.11

@mui/utils@5.15.11

@mui/base@5.0.0-beta.37

@mui/lab@5.0.0-alpha.164

Docs

... (truncated)

Changelog

Sourced from @​mui/styled-engine's changelog.

v5.15.11

Feb 21, 2024

A big thanks to the 26 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.11

@mui/material-nextjs@5.15.11

@mui/system@5.15.11

@mui/codemod@5.15.11

@mui/utils@5.15.11

@mui/base@5.0.0-beta.37

@mui/lab@5.0.0-alpha.164

Docs

... (truncated)

Commits


Updates @mui/styles from 5.15.7 to 5.15.10

Release notes

Sourced from @​mui/styles's releases.

v5.15.10

Feb 12, 2024

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

@mui/material@5.15.10

@mui/joy@5.0.0-beta.28

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

Feb 8, 2024

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

... (truncated)

Changelog

Sourced from @​mui/styles's changelog.

v5.15.10

Feb 12, 2024

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

@mui/material@5.15.10

@mui/joy@5.0.0-beta.28

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

... (truncated)

Commits


Updates @swc/core from 1.3.107 to 1.4.2

Changelog

Sourced from @​swc/core's changelog.

[1.4.2] - 2024-02-19

Bug Fixes

  • (es/helpers) Add addInitializer to field decorators (#8619) (cd38ef3)

  • (es/minifier) Abort property hoister on this usage (#8647) (9715320)

  • (es/react) Validate pragma before parsing (#8637) (5f1cf01)

  • (es/typescript) Handle exported JSX members (#8642) (22c8e2e)

Features

  • (es/minifier) Remove unused parameters of arrow functions (#8636) (8cd4813)

  • (swc_core) Expose ES linter (#8635) (762959c)

Testing

[1.4.1] - 2024-02-13

Bug Fixes

  • (binding/types) Update typings for options.envs to match implementation (#8620) (2a115cf)

  • (es/compat) Visit AssignExpr right branch in FnEnvHoister (#8633) (e5d6de0)

  • (es/decorators) Do not insert duplicate constructors (#8631) (21a447f)

... (truncated)

Commits
  • f07f5c3 chore: Publish 1.4.2 with swc_core v0.90.10
  • e761c3d chore: Publish 1.4.2-nightly-20240219.2
  • 129ace0 chore: Bump crates
  • 9715320 fix(es/minifier): Abort property hoister on this usage (#8647)
  • d7434be chore: Bump crates
  • 22c8e2e fix(es/typescript): Handle exported JSX members (#8642)
  • 90f7a29 chore: Publish 1.4.2-nightly-20240219.1
  • 9ac304b chore: Publish 1.4.2-nightly-20240216.1
  • 84c05b5 chore: Bump crates
  • cd38ef3 fix(es/helpers): Add addInitializer to field decorators (#8619)
  • Additional commits viewable in compare view


Updates html-react-parser from 5.1.1 to 5.1.7

Release notes

Sourced from html-react-parser's releases.

v5.1.7

5.1.7 (2024-02-19)

Bug Fixes

  • package: set dependency @types/react to 17 or 18 (0605477), closes #1320

v5.1.6

5.1.6 (2024-02-16)

Bug Fixes

v5.1.5

5.1.5 (2024-02-14)

Bug Fixes

  • esm: fix attributes-to-props and dom-to-react exported types (e3c7931)
  • package: move @types/react from devDependencies to dependencies (78b7a8e), closes #1313

v5.1.4

5.1.4 (2024-02-12)

Bug Fixes

  • esm: fix exported types (7a94d61), closes #1305
  • types: use React.JSX instead of the global JSX namespace (a25f41c)

v5.1.3

5.1.3 (2024-02-12)

Build System

  • deps: bump html-dom-parser from 5.0.7 to 5.0.8 (#1307) (00ee71b)

v5.1.2

5.1.2 (2024-02-06)

Code Refactoring

  • improved dom-to-react, type (6630d01)
Changelog

Sourced from html-react-parser's changelog.

5.1.7 (2024-02-19)

Bug Fixes

  • package: set dependency @types/react to 17 or 18 (0605477), closes #1320

5.1.6 (2024-02-16)

Bug Fixes

5.1.5 (2024-02-14)

Bug Fixes

  • esm: fix attributes-to-props and dom-to-react exported types (e3c7931)
  • package: move @types/react from devDependencies to dependencies (78b7a8e), closes #1313

5.1.4 (2024-02-12)

Bug Fixes

  • esm: fix exported types (7a94d61), closes #1305
  • types: use React.JSX instead of the global JSX namespace (a25f41c)

5.1.3 (2024-02-12)

Build System

  • deps: bump html-dom-parser from 5.0.7 to 5.0.8 (#1307) (00ee71b)

5.1.2 (2024-02-06)

Code Refactoring

  • improved dom-to-react, type (6630d01)
Commits