Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 16 updates #29

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the production-dependencies group with 15 updates in the / directory:

Package From To
@google-labs/agent-kit 0.8.1 0.14.0
@google-labs/breadboard 0.22.0 0.30.0
@google-labs/core-kit 0.11.0 0.17.0
@google-labs/gemini-kit 0.5.2 0.10.0
@google-labs/json-kit 0.3.3 0.3.13
json-schema-to-ts 3.1.0 3.1.1
json-schema-to-zod 2.3.1 2.5.0
react 18.3.1 19.0.0
@types/react 18.3.3 19.0.1
react-dom 18.3.1 19.0.0
@types/react-dom 18.3.0 19.0.2
react-router-dom 6.25.1 7.0.2
sass 1.77.8 1.83.0
zod 3.23.8 3.24.1
zod-to-json-schema 3.23.1 3.24.1

Updates @google-labs/agent-kit from 0.8.1 to 0.14.0

Changelog

Sourced from @​google-labs/agent-kit's changelog.

0.14.0

Minor Changes

  • 32b50af: Expose side wires in InspectableGraph.
  • 9d5f11b: Convert existing declarative kits to BGL.
  • 2c7587a: Rename "Specialist" to "Model".

Patch Changes

  • 392b111: Ignore blank tools in Model (Specialist).
  • Updated dependencies [ca466cd]
  • Updated dependencies [18dace0]
  • Updated dependencies [19fc2d0]
  • Updated dependencies [c75e26f]
  • Updated dependencies [9d5f11b]
    • @​breadboard-ai/types@​0.3.0
    • @​breadboard-ai/build@​0.11.0

0.13.0

Minor Changes

  • 83b735f: Introduce "Context To Slides" component.
  • a133437: Implement "Role" configuration port for Content component.
  • bf69ac9: Teach Specialist to be more robust with routes.
  • 8f079a1: Teach Inspector API about modules

Patch Changes

  • @​breadboard-ai/build@​0.10.5

0.12.4

Patch Changes

  • Updated dependencies [b5981d0]
    • @​breadboard-ai/build@​0.10.4

0.12.3

Patch Changes

  • @​breadboard-ai/build@​0.10.3

0.12.2

Patch Changes

  • Updated dependencies [7921983]

... (truncated)

Commits
  • 93ab328 RELEASING: Releasing 31 package(s)
  • 392b111 [agent-kit] Ignore blank tools in Model (Specialist)
  • 32b50af side wires (#3789)
  • 9d5f11b Convert existing declarative kits to BGL.
  • 2c7587a [agent-kit] Rename "Specialist" to "Model".
  • 6ef5a03 RELEASING: Releasing 33 package(s) (#3690)
  • 8f079a1 [breadboard] Teach Inspector API about modules (#3667)
  • b3de901 build(deps-dev): bump tsx from 4.19.1 to 4.19.2 (#3652)
  • a133437 [agent-kit] Implement "Role" configuration port for Content component,
  • bf69ac9 [agent-kit] Teach Specialist to be more robust with routes.
  • Additional commits viewable in compare view

Updates @google-labs/breadboard from 0.22.0 to 0.30.0

Changelog

Sourced from @​google-labs/breadboard's changelog.

0.30.0

Minor Changes

  • a13caa0: Swap nav for open dialog
  • ca466cd: Plumb probe events (node/graph start/end) for runModule.
  • 18dace0: Allow subgraphs to access modules
  • 32b50af: Expose side wires in InspectableGraph.
  • 8d44489: Implement support for module-based describers
  • ce3a00c: Introduce sidewire transforms.
  • c75e26f: Introduce Imperative Graphs.
  • cc19e8c: Teach Visual Editor how to edit modules
  • 9d5f11b: Convert existing declarative kits to BGL.
  • 66041a7: Migrate to use InspectableGraph.edit for subgraph add/remove/replace.
  • 2c7587a: Rename "Specialist" to "Model".
  • 9e5390d: Introduce Edit Transforms and start using them.
  • 1fb9857: Teach RunObserver about resuming runs.

Patch Changes

  • e37a9bf: Add image and formatting support to Context to Slides
  • 605af98: Start caching describer results.
  • 19fc2d0: Teach EditSpec to add & remove modules
  • 62d627f: Feed compiled JS from TS compiler.
  • b541052: Raft of fixes for Module Editor
  • 31ddc9a: Various polish and fixes.
  • a934fe2: Make describer cache async.
  • Updated dependencies [9250262]
  • Updated dependencies [1131130]
  • Updated dependencies [97b85d4]
  • Updated dependencies [ca466cd]
  • Updated dependencies [669694a]
  • Updated dependencies [19fc2d0]
  • Updated dependencies [74aa9b7]
  • Updated dependencies [c75e26f]
  • Updated dependencies [856e249]
  • Updated dependencies [1f1f7bc]
  • Updated dependencies [db52fbc]
  • Updated dependencies [d42ab17]
  • Updated dependencies [9d5f11b]
    • @​breadboard-ai/jsandbox@​0.2.0
    • @​google-labs/breadboard-schema@​1.10.0
    • @​breadboard-ai/types@​0.3.0

0.29.0

Minor Changes

  • 4dc21f4: Implement basic Google Drive Board Server
  • 71d42aa: Teach Visual Editor to run step by step.

... (truncated)

Commits
  • 93ab328 RELEASING: Releasing 31 package(s)
  • ce3a00c [breadboard] Introduce sidewire transforms.
  • 9e5390d [breadboard] Introduce Edit Transforms and start using them.
  • 66041a7 graph operations (#3795)
  • a28f956 build(deps): bump rollup from 4.25.0 to 4.27.1 (#3793)
  • 32b50af side wires (#3789)
  • 18dace0 Allow subgraphs to access modules
  • a13caa0 [shared-ui] Swap nav for open dialog (#3782)
  • f8f9d43 [breadboard] Enable invoke to choose its starting and stopping points.
  • 9d5f11b Convert existing declarative kits to BGL.
  • Additional commits viewable in compare view

Updates @google-labs/core-kit from 0.11.0 to 0.17.0

Changelog

Sourced from @​google-labs/core-kit's changelog.

0.17.0

Minor Changes

  • 18dace0: Allow subgraphs to access modules
  • 32b50af: Expose side wires in InspectableGraph.
  • 8d44489: Implement support for module-based describers
  • 856e249: Add some infrastructure for types to JSandbox.

Patch Changes

  • ca466cd: Plumb probe events (node/graph start/end) for runModule.
  • d42ab17: Teach Board Server about sandboxed runModule.
  • Updated dependencies [e37a9bf]
  • Updated dependencies [a13caa0]
  • Updated dependencies [ca466cd]
  • Updated dependencies [18dace0]
  • Updated dependencies [605af98]
  • Updated dependencies [32b50af]
  • Updated dependencies [19fc2d0]
  • Updated dependencies [62d627f]
  • Updated dependencies [8d44489]
  • Updated dependencies [ce3a00c]
  • Updated dependencies [b541052]
  • Updated dependencies [c75e26f]
  • Updated dependencies [cc19e8c]
  • Updated dependencies [9d5f11b]
  • Updated dependencies [31ddc9a]
  • Updated dependencies [66041a7]
  • Updated dependencies [a934fe2]
  • Updated dependencies [2c7587a]
  • Updated dependencies [9e5390d]
  • Updated dependencies [1fb9857]
    • @​google-labs/breadboard@​0.30.0
    • @​breadboard-ai/build@​0.11.0

0.16.0

Minor Changes

  • a00058b: Introduce runModule component (experimental).
  • ee2844b: Teach Visual Editor about different edge states.
  • 9bd4439: Implement a JS sandbox and start using it in runModule.

Patch Changes

  • 9d5d6d9: Fixes to jsandbox run
  • 39d1913: Add webpackIgnore to server-only code
  • 5332cbc: Add module behavior
  • Updated dependencies [4dc21f4]

... (truncated)

Commits
  • 93ab328 RELEASING: Releasing 31 package(s)
  • 32b50af side wires (#3789)
  • 18dace0 Allow subgraphs to access modules
  • f8f9d43 [breadboard] Enable invoke to choose its starting and stopping points.
  • 856e249 [jsandbox] Add some infrastructure for types.
  • 8d44489 [breadboard] Implement support for module-based describers.
  • ca466cd [breadboard, jsandbox] Plumb probe events (node/graph start/end) for runModule.
  • d42ab17 [board-server] Teach Board Server about sandboxed runModule.
  • 6ef5a03 RELEASING: Releasing 33 package(s) (#3690)
  • 9d5d6d9 [jsandbox] Fixes to bugs uncovered while playing with runModule.
  • Additional commits viewable in compare view

Updates @google-labs/gemini-kit from 0.5.2 to 0.10.0

Changelog

Sourced from @​google-labs/gemini-kit's changelog.

0.10.0

Minor Changes

  • 2c7587a: Rename "Specialist" to "Model".

Patch Changes

  • Updated dependencies [e37a9bf]
  • Updated dependencies [a13caa0]
  • Updated dependencies [ca466cd]
  • Updated dependencies [18dace0]
  • Updated dependencies [605af98]
  • Updated dependencies [32b50af]
  • Updated dependencies [19fc2d0]
  • Updated dependencies [62d627f]
  • Updated dependencies [8d44489]
  • Updated dependencies [ce3a00c]
  • Updated dependencies [b541052]
  • Updated dependencies [c75e26f]
  • Updated dependencies [856e249]
  • Updated dependencies [cc19e8c]
  • Updated dependencies [d42ab17]
  • Updated dependencies [9d5f11b]
  • Updated dependencies [31ddc9a]
  • Updated dependencies [66041a7]
  • Updated dependencies [a934fe2]
  • Updated dependencies [2c7587a]
  • Updated dependencies [9e5390d]
  • Updated dependencies [1fb9857]
    • @​google-labs/breadboard@​0.30.0
    • @​google-labs/core-kit@​0.17.0
    • @​breadboard-ai/build@​0.11.0
    • @​google-labs/template-kit@​0.3.15

0.9.0

Minor Changes

  • 8cbc686: Surface the actual error from Gemini.

Patch Changes

  • Updated dependencies [9d5d6d9]
  • Updated dependencies [4dc21f4]
  • Updated dependencies [a00058b]
  • Updated dependencies [71d42aa]
  • Updated dependencies [1fc5812]
  • Updated dependencies [63abd70]
  • Updated dependencies [e014e42]

... (truncated)

Commits

Updates @google-labs/json-kit from 0.3.3 to 0.3.13

Changelog

Sourced from @​google-labs/json-kit's changelog.

0.3.13

Patch Changes

  • Updated dependencies [e37a9bf]
  • Updated dependencies [a13caa0]
  • Updated dependencies [ca466cd]
  • Updated dependencies [18dace0]
  • Updated dependencies [605af98]
  • Updated dependencies [32b50af]
  • Updated dependencies [19fc2d0]
  • Updated dependencies [62d627f]
  • Updated dependencies [8d44489]
  • Updated dependencies [ce3a00c]
  • Updated dependencies [b541052]
  • Updated dependencies [c75e26f]
  • Updated dependencies [cc19e8c]
  • Updated dependencies [9d5f11b]
  • Updated dependencies [31ddc9a]
  • Updated dependencies [66041a7]
  • Updated dependencies [a934fe2]
  • Updated dependencies [2c7587a]
  • Updated dependencies [9e5390d]
  • Updated dependencies [1fb9857]
    • @​google-labs/breadboard@​0.30.0
    • @​breadboard-ai/build@​0.11.0

0.3.12

Patch Changes

  • Updated dependencies [4dc21f4]
  • Updated dependencies [71d42aa]
  • Updated dependencies [1fc5812]
  • Updated dependencies [63abd70]
  • Updated dependencies [e014e42]
  • Updated dependencies [6215ade]
  • Updated dependencies [850c217]
  • Updated dependencies [ee2844b]
  • Updated dependencies [39d1913]
  • Updated dependencies [bdf80d8]
  • Updated dependencies [29762d6]
  • Updated dependencies [c6f1a69]
  • Updated dependencies [5332cbc]
  • Updated dependencies [db93a6a]
  • Updated dependencies [2d5b24e]
  • Updated dependencies [8f079a1]
    • @​google-labs/breadboard@​0.29.0
    • @​breadboard-ai/build@​0.10.5

... (truncated)

Commits

Updates @google-labs/template-kit from 0.3.5 to 0.3.15

Changelog

Sourced from @​google-labs/template-kit's changelog.

0.3.15

Patch Changes

  • Updated dependencies [e37a9bf]
  • Updated dependencies [a13caa0]
  • Updated dependencies [ca466cd]
  • Updated dependencies [18dace0]
  • Updated dependencies [605af98]
  • Updated dependencies [32b50af]
  • Updated dependencies [19fc2d0]
  • Updated dependencies [62d627f]
  • Updated dependencies [8d44489]
  • Updated dependencies [ce3a00c]
  • Updated dependencies [b541052]
  • Updated dependencies [c75e26f]
  • Updated dependencies [cc19e8c]
  • Updated dependencies [9d5f11b]
  • Updated dependencies [31ddc9a]
  • Updated dependencies [66041a7]
  • Updated dependencies [a934fe2]
  • Updated dependencies [2c7587a]
  • Updated dependencies [9e5390d]
  • Updated dependencies [1fb9857]
    • @​google-labs/breadboard@​0.30.0
    • @​breadboard-ai/build@​0.11.0

0.3.14

Patch Changes

  • Updated dependencies [4dc21f4]
  • Updated dependencies [71d42aa]
  • Updated dependencies [1fc5812]
  • Updated dependencies [63abd70]
  • Updated dependencies [e014e42]
  • Updated dependencies [6215ade]
  • Updated dependencies [850c217]
  • Updated dependencies [ee2844b]
  • Updated dependencies [39d1913]
  • Updated dependencies [bdf80d8]
  • Updated dependencies [29762d6]
  • Updated dependencies [c6f1a69]
  • Updated dependencies [5332cbc]
  • Updated dependencies [db93a6a]
  • Updated dependencies [2d5b24e]
  • Updated dependencies [8f079a1]
    • @​google-labs/breadboard@​0.29.0
    • @​breadboard-ai/build@​0.10.5

... (truncated)

Commits

Updates json-schema-to-ts from 3.1.0 to 3.1.1

Release notes

Sourced from json-schema-to-ts's releases.

v3.1.1 🌈

Changes

Commits
  • fd6c82b Merge pull request #208 from ThomasAribart/automatically-synchronize-readme-s...
  • d94355a automatically synchronize README sponsors
  • 3396c19 Merge pull request #206 from ThomasAribart/improve-actions-workflows
  • 84d1289 improve actions workflows
  • e9ac5ee v3.1.0 release
  • See full diff in compare view

Updates json-schema-to-zod from 2.3.1 to 2.5.0

Commits

Updates react from 18.3.1 to 19.0.0

Release notes

Sourced from react's releases.

19.0.0 (December 5, 2024)

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.

Note: To help make the upgrade to React 19 easier, we’ve published a [email protected] release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features

React

  • Actions: startTransition can now accept async functions. Functions passed to startTransition are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects like fetch() in the pending state, and provides support for error handling, and optimistic updates.
  • useActionState: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a form action prop to support progressive enhancement in forms.
  • useOptimistic: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.
  • use: is a new API that allows reading resources in render. In React 19, use accepts a promise or Context. If provided a promise, use will suspend until a value is resolved. use can only be used in render but can be called conditionally.
  • ref as a prop: Refs can now be used as props, removing the need for forwardRef.
  • Suspense sibling pre-warming: When a component suspends, React will immediately commit the fallback of the nearest Suspense boundary, without waiting for the entire sibling tree to render. After the fallback commits, React will schedule another render for the suspended siblings to “pre-warm” lazy requests.

React DOM Client

  • <form> action prop: Form Actions allow you to manage forms automatically and integrate with useFormStatus. When a <form> action succeeds, React will automatically reset the form for uncontrolled components. The form can be reset manually with the new requestFormReset API.
  • <button> and <input> formAction prop: Actions can be passed to the formAction prop to configure form submission behavior. This allows using different Actions depending on the input.
  • useFormStatus: is a new hook that provides the status of the parent <form> action, as if the form was a Context provider. The hook returns the values: pending, data, method, and action.
  • Support for Document Metadata: We’ve added support for rendering document metadata tags in components natively. React will automatically hoist them into the <head> section of the document.
  • Support for Stylesheets: React 19 will ensure stylesheets are inserted into the <head> on the client before revealing the content of a Suspense boundary that depends on that stylesheet.
  • Support for async scripts: Async scripts can be rendered anywhere in the component tree and React will handle ordering and deduplication.
  • Support for preloading resources: React 19 ships with preinit, preload, prefetchDNS, and preconnect APIs to optimize initial page loads by moving discovery of additional resources like fonts out of stylesheet loading. They can also be used to prefetch resources used by an anticipated navigation.

React DOM Server

  • Added prerender and prerenderToNodeStream APIs for static site generation. They are designed to work with streaming environments like Node.js Streams and Web Streams. Unlike renderToString, they wait for data to load for HTML generation.

React Server Components

  • RSC features such as directives, server components, and server functions are now stable. This means libraries that ship with Server Components can now target React 19 as a peer dependency with a react-server export condition for use in frameworks that support the Full-stack React Architecture. The underlying APIs used to implement a React Server Components bundler or framework do not follow semver and may break between minors in React 19.x. See docs for how to support React Server Components.

Deprecations

  • Deprecated: element.ref access: React 19 supports ref as a prop, so we’re deprecating element.ref in favor of element.props.ref. Accessing will result in a warning.
  • react-test-renderer: In React 19, react-test-renderer logs a deprecation warning and has switched to concurrent rendering for web usage. We recommend migrating your tests to @​testinglibrary.com/docs/react-testing-library/intro/) or @​testingesting-library.com/docs/react-native-testing-library/intro)

Breaking Changes

React 19 brings in a number of breaking changes, including the removals of long-deprecated APIs. We recommend first upgrading to 18.3.1, where we've added additional deprecation warnings. Check out the upgrade guide for more details and guidance on codemodding.

React

  • New JSX Transform is now required: We introduced a new JSX transform in 2020 to improve bundle size and use JSX without importing React. In React 19, we’re adding additional improvements like using ref as a prop and JSX speed improvements that require the new transform.
  • Errors in render are not re-thrown: Errors that are not caught by an Error Boundary are now reported to window.reportError. Errors that are caught by an Error Boundary are reported to console.error. We’ve introduced onUncaughtError and onCaughtError methods to createRoot and hydrateRoot to customize this error handling.
  • Removed: propTypes: Using propTypes will now be silently ignored. If required, we recommend migrating to TypeScript or another type-checking solution.
  • Removed: defaultProps for functions: ES6 default parameters can be used in place. Class components continue to support defaultProps since there is no ES6 alternative.
  • Removed: contextTypes and getChildContext: Legacy Context for class components has been removed in favor of the contextType API.

... (truncated)

Changelog

Sourced from react's changelog.

19.0.0 (December 5, 2024)

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.

Note: To help make the upgrade to React 19 easier, we’ve published a [email protected] release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features

React

  • Actions: startTransition can now accept async functions. Functions passed to startTransition are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects like fetch() in the pending state, and provides support for error handling, and optimistic updates.
  • useActionState: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a form action prop to support progressive enhancement in forms.
  • useOptimistic: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.
  • use: is a new API that allows reading resources in render. In React 19, use accepts a promise or Context. If provided a promise, use will suspend until a value is resolved. use can only be used in render but can be called conditionally.
  • ref as a prop: Refs can now be used as props, removing the need for forwardRef.
  • Suspense sibling pre-warming: When a component suspends, React will immediately commit the fallback of the nearest Suspense boundary, without waiting for the entire sibling tree to render. After the fallback commits, React will schedule another render for the suspended siblings to “pre-warm” lazy requests.

React DOM Client

  • <form> action prop: Form Actions allow you to manage forms automatically and integrate with useFormStatus. When a <form> action succeeds, React will automatically reset the form for uncontrolled components. The form can be reset manually with the new requestFormReset API.
  • <button> and <input> formAction prop: Actions can be passed to the formAction prop to configure form submission behavior. This allows using different Actions depending on the input.
  • useFormStatus: is a new hook that provides the status of the parent <form> action, as if the form was a Context provider. The hook returns the values: pending, data, method, and action.
  • Support for Document Metadata: We’ve added support for rendering document metadata tags in components natively. React will automatically hoist them into the <head> section of the document.
  • Support for Stylesheets: React 19 will ensure stylesheets are inserted into the <head> on the client before revealing the content of a Suspense boundary that depends on that stylesheet.
  • Support for async scripts: Async scripts can be rendered anywhere in the component tree and React will handle ordering and deduplication.
  • Support for preloading resources: React 19 ships with preinit, preload, prefetchDNS, and preconnect APIs to optimize initial page loads by moving discovery of additional resources like fonts out of stylesheet loading. They can also be used to prefetch resources used by an anticipated navigation.

React DOM Server

  • Added prerender and prerenderToNodeStream APIs for static site generation. They are designed to work with streaming environments like Node.js Streams and Web Streams. Unlike renderToString, they wait for data to load for HTML generation.

React Server Components

  • RSC features such as directives, server components, and server functions are now stable. This means libraries that ship with Server Components can now target React 19 as a peer dependency with a react-server export condition for use in frameworks that support the Full-stack React Architecture. The underlying APIs used to implement a React Server Components bundler or framework do not follow semver and may break between minors in React 19.x. See docs for how to support React Server Components.

Deprecations

  • Deprecated: element.ref access: React 19 supports ref as a prop, so we’re deprecating element.ref in favor of element.props.ref. Accessing will result in a warning.
  • react-test-renderer: In React 19, react-test-renderer logs a deprecation warning and has switched to concurrent rendering for web usage. We recommend migrating your tests to @​testing-library/react or @​testing-library/react-native

Breaking Changes

React 19 brings in a number of breaking changes, including the removals of long-deprecated APIs. We recommend first upgrading to 18.3.1, where we've added additional deprecation warnings. Check out the upgrade guide for more details and guidance on codemodding.

React

  • New JSX Transform is now required: We introduced a new JSX transform in 2020 to improve bundle size and use JSX without importing React. In React 19, we’re adding additional improvements like using ref as a prop and JSX speed improvements that require the new transform.
  • Errors in render are not re-thrown: Errors that are not caught by an Error Boundary are now reported to window.reportError. Errors that are caught by an Error Boundary are reported to console.error. We’ve introduced onUncaughtError and onCaughtError methods to createRoot and hydrateRoot to customize this error handling.
  • Removed: propTypes: Using propTypes will now be silently ignored. If required, we recommend migrating to TypeScript or another type-checking solution.
  • Removed: defaultProps for functions: ES6 default parameters can be used in place. Class components continue to support defaultProps since there is no ES6 alternative.

... (truncated)

Commits
  • e137890 [string-refs] cleanup string ref code (#31443)
  • d1f0472 [string-refs] remove enableLogStringRefsProd flag (#31414)
  • 3dc1e48 Followup: remove dead test code from #30346 (#31415)
  • 07aa494 Remove enableRefAsProp feature flag (#30346)
  • 45804af [flow] Eliminate usage of more than 1-arg React.AbstractComponent in React ...
  • 5636fad [string-refs] log string ref from prod (#31161)
  • b78a7f2 [rcr] Re-export useMemoCache in top level React namespace (#31139)
  • 4e9540e [Fiber] Log the Render/Commit phases and the gaps in between (#31016)
  • d4688df [Fiber] Track Event Time, startTransition Time and setState Time (#31008)
  • 15da917 Don't read currentTransition back from internals (#30991)
  • Additional commits viewable in compare view

Updates @types/react from 18.3.3 to 19.0.1

Commits

Updates react-dom from 18.3.1 to 19.0.0

Release notes

Sourced from react-dom's releases.

19.0.0 (December 5, 2024)

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.

Note: To help make the upgrade to React 19 easier, we’ve published a [email protected] release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features

React

  • Actions: startTransition can now accept async functions. Functions passed to startTransition are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects like fetch() in the pending state, and provides support for error handling, and optimistic updates.
  • useActionState: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a form action prop to support progressive enhancement in forms.
  • useOptimistic: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.
  • use: is a new API that allows reading resources in render. In React 19, use accepts a promise or Context. If provided a promise, use will suspend until a value is resolved. use can only be used in render but can be called conditionally.
  • ref as a prop: Refs can now be used as props, removing the need for forwardRef.
  • Suspense sibling pre-warming: When a component suspends, React will immediately commit the fallback of the nearest Suspense boundary, without waiting for the entire sibling tree to render. After the fallback commits, React will schedule another render for the suspended siblings to “pre-warm” lazy requests.

React DOM Client

  • <form> action prop: Form Actions allow you to manage forms automatically and integrate with useFormStatus. When a <form> action succeeds, React will automatically reset the form for uncontrolled components. The form can be reset manually with the new requestFormReset API.
  • <button> and <input> formAction prop: Actions can be passed to the formAction prop to configure form submission behavior. This allows using different Actions depending on the input.
  • useFormStatus: is a new hook that provides the status of the parent <form> action, as if the form was a Context provider. The hook returns the values: pending, data, method, and action.
  • Support for Document Metadata: We’ve added support for rendering document metadata tags in components natively. React will automatically hoist them into the <head> section of the document.
  • Support for Stylesheets: React 19 will ensure stylesheets are inserted into the <head> on the client before revealing the content of a Suspense boundary that depends on that stylesheet.
  • Support for async scripts: Async scripts can be rendered anywhere in the component tree and React will handle ordering and deduplication.
  • Support for preloading resources: React 19 ships with preinit, preload, prefetchDNS, and preconnect APIs to optimize initial page loads by moving discovery of additional resources like fonts out of stylesheet loading. They can also be used to prefetch resources used by an anticipated navigation.

React DOM Server

  • Added prerender and prerenderToNodeStream APIs for static site generation. They are designed to work with streaming environments like Node.js Streams and Web Streams. Unlike renderToString, they wait for data to load for HTML generation.

React Server Components

  • RSC features such as directives, server components, and server functions are now stable. This means libraries that ship with Server Components can now target React 19 as a peer dependency with a react-server export condition for use in frameworks that support the Full-stack React Architecture. The underlying APIs used to implement a React Server Components bundler or framework do not follow semver and may break between minors in React 19.x. See docs for how to support React Server Components.

Deprecations

  • Deprecated: element.ref access: React 19 supports ref as a prop, so we’re deprecating element.ref in favor of element.props.ref. Accessing will result in a warning.
  • react-test-renderer: In React 19, react-test-renderer logs a deprecation warning and has switched to concurrent rendering for web usage. We recommend migrating your tests to @​testinglibrary.com/docs/react-testing-library/intro/) or @​testingesting-library.com/docs/react-native-testing-library/intro)

Breaking Changes

React 19 brings in a number of breaking changes, including the removals of long-deprecated APIs. We recommend first upgrading to 18.3.1, where we've added additional deprecation warnings. Check out the upgrade guide for more details and guidance on codemodding.

React

  • New JSX Transform is now required: We introduced a new JSX transform in 2020 to improve bundle size and use JSX without importing React. In React 19, we’re adding additional improvements like using ref as a prop and JSX speed improvements that require the new transform.
  • Errors in render are not re-thrown: Errors that are not caught by an Error Boundary are now reported to window.reportError. Errors that are caught by an Error Boundary are reported to console.error. We’ve introduced onUncaughtError and onCaughtError methods to createRoot and hydrateRoot to customize this error handling.
  • Removed: propTypes: Using propTypes will now be silently ignored. If required, we recommend migrating to TypeScript or another type-checking solution.
  • Removed: defaultProps for functions: ES6 default parameters can be used in place. Class components continue to support defaultProps since there is no ES6 alternative.
  • Removed: contextTypes and getChildContext: Legacy Context for class components has been removed in favor of the contextType API.

... (truncated)

Changelog

Sourced from react-dom's changelog.

19.0.0 (December 5, 2024)

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.

Note: To help make the upgrade to React 19 easier, we’ve published a [email protected] release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features

React

  • Actions: startTransition can now accept async functions. Functions passed to startTransition are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects like fetch() in the pending state, and provides support for error handling, and optimistic updates.
  • useActionState: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a form action prop to support progressive enhancement in forms.
  • useOptimistic: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.
  • use: is a new API that allows reading resources in render. In React 19, use accepts a promise or Context. If provided a promise, use will suspend until a value is resolved. use can only be used in render but can be called conditionally.
  • ref as a prop: Refs can now be used as props, removing the need for forwardRef.
  • Suspense sibling pre-warming: When a component suspends, React will immediately commit the fallback of the nearest Suspense boundary, without waiting for the entire sibling tree to render. After the fallback commits, React will schedule another render for the suspended siblings to “pre-warm” lazy requests.

React DOM Client

  • <form> action prop: Form Actions allow you to manage forms automatically and integrate with useFormStatus. When a <form> action succeeds, React will automatically reset the form for uncontrolled components. The form can be reset manually with the new requestFormReset API.
  • <button> and <input> formAction prop: Actions can be passed to the formAction prop to configure form submission behavior. This allows using different Actions depending on the input.
  • useFormStatus: is a new hook that provides the status of the parent <form> action, as if the form was a Context provider. The hook returns the values: pending, data, method, and action.
  • Support for Document Metadata: We’ve added support for rendering document metadata tags in components natively. React will automatically hoist them into the <head> section of the document.
  • Support for Stylesheets: React 19 will e...

    Description has been truncated

…y with 16 updates

Bumps the production-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@google-labs/agent-kit](https://github.com/breadboard-ai/breadboard/tree/HEAD/packages/agent-kit) | `0.8.1` | `0.14.0` |
| [@google-labs/breadboard](https://github.com/breadboard-ai/breadboard/tree/HEAD/packages/breadboard) | `0.22.0` | `0.30.0` |
| [@google-labs/core-kit](https://github.com/breadboard-ai/breadboard/tree/HEAD/packages/core-kit) | `0.11.0` | `0.17.0` |
| [@google-labs/gemini-kit](https://github.com/breadboard-ai/breadboard/tree/HEAD/packages/gemini-kit) | `0.5.2` | `0.10.0` |
| [@google-labs/json-kit](https://github.com/breadboard-ai/breadboard/tree/HEAD/packages/json-kit) | `0.3.3` | `0.3.13` |
| [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) | `3.1.0` | `3.1.1` |
| [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.3.1` | `2.5.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `19.0.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `19.0.2` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.25.1` | `7.0.2` |
| [sass](https://github.com/sass/dart-sass) | `1.77.8` | `1.83.0` |
| [zod](https://github.com/colinhacks/zod) | `3.23.8` | `3.24.1` |
| [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.1` | `3.24.1` |



Updates `@google-labs/agent-kit` from 0.8.1 to 0.14.0
- [Changelog](https://github.com/breadboard-ai/breadboard/blob/main/packages/agent-kit/CHANGELOG.md)
- [Commits](https://github.com/breadboard-ai/breadboard/commits/@google-labs/[email protected]/packages/agent-kit)

Updates `@google-labs/breadboard` from 0.22.0 to 0.30.0
- [Changelog](https://github.com/breadboard-ai/breadboard/blob/main/packages/breadboard/CHANGELOG.md)
- [Commits](https://github.com/breadboard-ai/breadboard/commits/@google-labs/[email protected]/packages/breadboard)

Updates `@google-labs/core-kit` from 0.11.0 to 0.17.0
- [Changelog](https://github.com/breadboard-ai/breadboard/blob/main/packages/core-kit/CHANGELOG.md)
- [Commits](https://github.com/breadboard-ai/breadboard/commits/@google-labs/[email protected]/packages/core-kit)

Updates `@google-labs/gemini-kit` from 0.5.2 to 0.10.0
- [Changelog](https://github.com/breadboard-ai/breadboard/blob/main/packages/gemini-kit/CHANGELOG.md)
- [Commits](https://github.com/breadboard-ai/breadboard/commits/@google-labs/[email protected]/packages/gemini-kit)

Updates `@google-labs/json-kit` from 0.3.3 to 0.3.13
- [Changelog](https://github.com/breadboard-ai/breadboard/blob/main/packages/json-kit/CHANGELOG.md)
- [Commits](https://github.com/breadboard-ai/breadboard/commits/@google-labs/[email protected]/packages/json-kit)

Updates `@google-labs/template-kit` from 0.3.5 to 0.3.15
- [Changelog](https://github.com/breadboard-ai/breadboard/blob/main/packages/template-kit/CHANGELOG.md)
- [Commits](https://github.com/breadboard-ai/breadboard/commits/@google-labs/[email protected]/packages/template-kit)

Updates `json-schema-to-ts` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/ThomasAribart/json-schema-to-ts/releases)
- [Commits](ThomasAribart/json-schema-to-ts@v3.1.0...v3.1.1)

Updates `json-schema-to-zod` from 2.3.1 to 2.5.0
- [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits)

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `@types/react` from 18.3.3 to 19.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

Updates `@types/react-dom` from 18.3.0 to 19.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-router-dom` from 6.25.1 to 7.0.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `sass` from 1.77.8 to 1.83.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.8...1.83.0)

Updates `zod` from 3.23.8 to 3.24.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.8...v3.24.1)

Updates `zod-to-json-schema` from 3.23.1 to 3.24.1
- [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases)
- [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md)
- [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits)

---
updated-dependencies:
- dependency-name: "@google-labs/agent-kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@google-labs/breadboard"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@google-labs/core-kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@google-labs/gemini-kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@google-labs/json-kit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@google-labs/template-kit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: json-schema-to-ts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: json-schema-to-zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: zod-to-json-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 23, 2024

Superseded by #31.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-ac71088342 branch December 23, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants