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 5 updates #182

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the frontend-dependencies group with 5 updates:

Package Update
@swc/core 1.3.72 to 1.3.73
clsx 1.2.1 to 2.0.0
material-table 1.69.3 to 2.0.5
react 17.0.2 to 18.2.0
react-dom 17.0.2 to 18.2.0

Updates @swc/core from 1.3.72 to 1.3.73

Changelog

Sourced from @​swc/core's changelog.

[1.3.73] - 2023-08-01

Bug Fixes

  • (es/minifier) Handle synthesized export default expression (#7707) (5ea6f27)

  • (es/utils) Fix string evaluation of array literals (#7731) (e8c58cf)

Features

  • (es/preset-env) Update builtin definitions for core-js imports (#7715) (b4f3332)

Testing

  • (es/compat) Add a test for optional chaining with loose mode (#7726) (216c4f1)
Commits
  • 6dce81e chore: Publish v1.3.73 with swc_core v0.79.36 (#7733)
  • 383509f chore: Publish crates
  • 216c4f1 test(es/compat): Add a test for optional chaining with loose mode (#7726)
  • 5284220 chore: Publish crates
  • b4f3332 feat(es/preset-env): Update builtin definitions for core-js imports (#7715)
  • 1a5a331 chore: Publish crates
  • 5ea6f27 fix(es/minifier): Handle synthesized export default expression (#7707)
  • ef30625 chore: Publish crates
  • e8c58cf fix(es/utils): Fix string evaluation of array literals (#7731)
  • ffe99a9 chore: Publish crates
  • See full diff in compare view


Updates clsx from 1.2.1 to 2.0.0

Release notes

Sourced from clsx's releases.

v2.0.0

Breaking

  • Add "exports" map for native ESM support (#57): 3ec8e9f, 0949868 Also supports TypeScript's node16/nodenext module resolution Maintains CommonJS support (with fixed TS definitions) Thank you @​remcohaszing~!

Chores


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

Commits


Updates material-table from 1.69.3 to 2.0.5

Commits


Updates react from 17.0.2 to 18.2.0

Release notes

Sourced from react's releases.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

  • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
  • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

ESLint Plugin: React Hooks

Use Subscription

  • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)

18.0.0 (March 29, 2022)

... (truncated)

Changelog

Sourced from react's changelog.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

  • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
  • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

ESLint Plugin: React Hooks

Use Subscription

  • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by gnoff, a new releaser for react since your current version.


Updates react-dom from 17.0.2 to 18.2.0

Release notes

Sourced from react-dom's releases.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

  • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
  • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

ESLint Plugin: React Hooks

Use Subscription

  • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)

18.0.0 (March 29, 2022)

... (truncated)

Changelog

Sourced from react-dom's changelog.

18.2.0 (June 14, 2022)

React DOM

React DOM Server

  • Pass information about server errors to the client. (@​salazarm and @​gnoff in #24551 and #24591)
  • Allow to provide a reason when aborting the HTML stream. (@​gnoff in #24680)
  • Eliminate extraneous text separators in the HTML where possible. (@​gnoff in #24630)
  • Disallow complex children inside <title> elements to match the browser constraints. (@​gnoff in #24679)
  • Fix buffering in some worker environments by explicitly setting highWaterMark to 0. (@​jplhomer in #24641)

Server Components (Experimental)

18.1.0 (April 26, 2022)

React DOM

React DOM Server

  • Fix escaping for the bootstrapScriptContent contents. (@​gnoff in #24385)
  • Significantly improve performance of renderToPipeableStream. (@​gnoff in #24291)

ESLint Plugin: React Hooks

Use Subscription

  • Replace the implementation with the use-sync-external-store shim. (@​gaearon in #24289)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by gnoff, a new releaser for react-dom since your current version.


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 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[bot] commented 1 year ago

Looks like these dependencies are updatable in another way, so this is no longer needed.