Skip to content
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

build(deps): bump the patch-updates group with 13 updates #10

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps the patch-updates group with 13 updates:

Package From To
@chakra-ui/icons 2.0.12 2.1.1
@chakra-ui/react 2.5.1 2.8.2
@cosmjs/cosmwasm-stargate 0.29.5 0.32.4
@cosmjs/stargate 0.29.5 0.32.4
@emotion/react 11.10.6 11.13.3
@emotion/styled 11.10.6 11.13.0
chain-registry 1.12.0 1.63.94
chakra-react-select 4.6.0 4.9.2
interchain 1.3.0 1.10.4
react 18.2.0 18.3.1
@types/react 18.0.25 18.3.7
react-dom 18.2.0 18.3.1
@types/react-dom 18.0.9 18.3.0

Updates @chakra-ui/icons from 2.0.12 to 2.1.1

Changelog

Sourced from @​chakra-ui/icons's changelog.

2.1.1

Patch Changes

2.1.0

Minor Changes

  • 754d9d4f4 Thanks @​segunadebayo! - To improve support for the App Router, all components and hooks are exported with the "use client" directive.

Patch Changes

2.0.19

Patch Changes

  • e7bd872d0 Thanks @​segunadebayo! - Fix issue where SpinnerIcon id causes accessibility violation

  • Updated dependencies []:

    • @​chakra-ui/icon@​3.0.16

2.0.18

Patch Changes

2.0.17

Patch Changes

... (truncated)

Commits

Updates @chakra-ui/react from 2.5.1 to 2.8.2

Changelog

Sourced from @​chakra-ui/react's changelog.

2.8.2

Patch Changes

  • Updated dependencies [389ff6184, 4168094f3, b6befea76, 6d12ea81f, 3dc2dd41d]:
    • @​chakra-ui/form-control@​2.2.0
    • @​chakra-ui/styled-system@​2.9.2
    • @​chakra-ui/tooltip@​2.3.1
    • @​chakra-ui/alert@​2.2.2
    • @​chakra-ui/toast@​7.0.2
    • @​chakra-ui/checkbox@​2.3.2
    • @​chakra-ui/input@​2.1.2
    • @​chakra-ui/number-input@​2.1.2
    • @​chakra-ui/radio@​2.1.2
    • @​chakra-ui/select@​2.1.2
    • @​chakra-ui/switch@​2.1.2
    • @​chakra-ui/textarea@​2.1.2
    • @​chakra-ui/theme@​3.3.1
    • @​chakra-ui/system@​2.6.2
    • @​chakra-ui/theme-utils@​2.0.21
    • @​chakra-ui/popover@​2.2.1
    • @​chakra-ui/accordion@​2.3.1
    • @​chakra-ui/avatar@​2.3.0
    • @​chakra-ui/breadcrumb@​2.2.0
    • @​chakra-ui/button@​2.1.0
    • @​chakra-ui/card@​2.2.0
    • @​chakra-ui/close-button@​2.1.1
    • @​chakra-ui/control-box@​2.1.0
    • @​chakra-ui/editable@​3.1.0
    • @​chakra-ui/icon@​3.2.0
    • @​chakra-ui/image@​2.1.0
    • @​chakra-ui/layout@​2.3.1
    • @​chakra-ui/media-query@​3.3.0
    • @​chakra-ui/menu@​2.2.1
    • @​chakra-ui/modal@​2.3.1
    • @​chakra-ui/pin-input@​2.1.0
    • @​chakra-ui/progress@​2.2.0
    • @​chakra-ui/provider@​2.4.2
    • @​chakra-ui/skeleton@​2.1.0
    • @​chakra-ui/skip-nav@​2.1.0
    • @​chakra-ui/slider@​2.1.0
    • @​chakra-ui/spinner@​2.1.0
    • @​chakra-ui/stat@​2.1.1
    • @​chakra-ui/stepper@​2.3.1
    • @​chakra-ui/table@​2.1.0

... (truncated)

Commits

Updates @cosmjs/cosmwasm-stargate from 0.29.5 to 0.32.4

Changelog

Sourced from @​cosmjs/cosmwasm-stargate's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)

[0.32.3] - 2024-03-08

Changed

  • @​cosmjs/amino: Add IBC denom support to parseCoins and use the same implementation in all those imports:

    import { parseCoins } from "@cosmjs/proto-signing";
    // equals
    import { parseCoins } from "@cosmjs/stargate";
    // equals
    import { parseCoins } from "@cosmjs/amino";
  • @​cosmjs/stargate: Let parseRawLog gracefully handle empty strings to better support Cosmos SDK 0.50 inputs. (#1564)

#1564: cosmos/cosmjs#1564

Fixed

  • @​cosmjs/encoding: Avoid using replacement character in doc comment to make external tools happy. (#1570)
  • @​cosmjs/cosmwasm-stargate: Use events instead of log parsing to receive information in SigningCosmWasmClient. This is required to support Cosmos SDK 0.50+ where the rawLog field is empty. (#1564)

#1564: cosmos/cosmjs#1564 #1570: cosmos/cosmjs#1570

... (truncated)

Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @cosmjs/stargate from 0.29.5 to 0.32.4

Changelog

Sourced from @​cosmjs/stargate's changelog.

[0.32.4] - 2024-06-26

Fixed

  • @​cosmjs/tendermint-rpc: fix node info check to accept empty string on channels field (#1591)

Added

  • @​cosmjs/stargate: Add support for MsgCancelUnbondingDelegation (#1535)

#1535: cosmos/cosmjs#1535

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Synchronize the default gas multiplier value between the signAndBroadcast and signAndBroadcastSync methods so that it is equal to 1.4 everywhere. (#1584)

[0.32.3] - 2024-03-08

Changed

  • @​cosmjs/amino: Add IBC denom support to parseCoins and use the same implementation in all those imports:

    import { parseCoins } from "@cosmjs/proto-signing";
    // equals
    import { parseCoins } from "@cosmjs/stargate";
    // equals
    import { parseCoins } from "@cosmjs/amino";
  • @​cosmjs/stargate: Let parseRawLog gracefully handle empty strings to better support Cosmos SDK 0.50 inputs. (#1564)

#1564: cosmos/cosmjs#1564

Fixed

  • @​cosmjs/encoding: Avoid using replacement character in doc comment to make external tools happy. (#1570)
  • @​cosmjs/cosmwasm-stargate: Use events instead of log parsing to receive information in SigningCosmWasmClient. This is required to support Cosmos SDK 0.50+ where the rawLog field is empty. (#1564)

#1564: cosmos/cosmjs#1564 #1570: cosmos/cosmjs#1570

... (truncated)

Commits
  • e819a1f Set version 0.32.4
  • 1381ee9 Add CHANGELOG entry for MsgCancelUnbondingDelegation
  • eab2136 Merge branch 'main' into feat/add-staking-cancel-unbond-msg
  • 81b14b5 Merge branch 'main' into AlexanderFSP/main
  • f71cdc3 Merge pull request #1591 from public-awesome/fix-tendermint-check
  • e3c7d6f docs: add changelog entry
  • 435016e fix rpc client node info check
  • 03c1c6b fix: update parse BigInt in cancel unbond
  • c444e8e feat: convert creation_height from bigint to string
  • 4ff0a5e fix: remove class CancelUnbond not used
  • Additional commits viewable in compare view

Updates @emotion/react from 11.10.6 to 11.13.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.3

Patch Changes

@​emotion/react@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/cache@​11.13.0
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/react@​11.12.0

Minor Changes

  • #2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.

Patch Changes

@​emotion/react@​11.11.4

Patch Changes

  • #3159 5b82631d Thanks @​iegik! - Renamed an internal hasOwnProperty to hasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with Object.freeze(Object.prototype).

... (truncated)

Commits

Updates @emotion/styled from 11.10.6 to 11.13.0

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/styled@​11.12.0

Patch Changes

@​emotion/styled@​11.11.5

Patch Changes

@​emotion/styled@​11.11.0

Minor Changes

Patch Changes

... (truncated)

Commits

Updates chain-registry from 1.12.0 to 1.63.94

Commits

Updates chakra-react-select from 4.6.0 to 4.9.2

Release notes

Sourced from chakra-react-select's releases.

4.9.2

What's Changed

Full Changelog: csandman/chakra-react-select@v4.9.1...v4.9.2

4.9.1

What's Changed

Full Changelog: csandman/chakra-react-select@v4.9.0...v4.9.1

4.9.0

What's Changed

  • chore: Switch to tsup for building and update dependencies by @​csandman in csandman/chakra-react-select#298
    • This change should finally make this package fully support ESM, where as before it didn't really which was causing some issues. It should fix an issue with the ID prop not matching mentioned in #260, without the need for a workaround. Check the PR description for full details!

I tested this change in a few different environments with different module resolution setups but it's possible I missed a case. If it ends up not working for your particular setup, please open a bug report with as much specific information as you can give me, such as:

  • Chakra Package Versions
  • React Version
  • TypeScript or Vanilla
  • Yarn or NPM (and which version of the package manager you're on)
  • Your jsconfig/tsconfig setup

I'm not likely to figure out what's going on if I can't replicate the environment locally, so the more information you can provide the better!

Full Changelog: csandman/chakra-react-select@v4.8.0...v4.9.0

4.8.0

What's Changed

Full Changelog: csandman/chakra-react-select@v4.7.6...v4.8.0

4.7.6

What's Changed

Full Changelog: csandman/chakra-react-select@v4.7.5...v4.7.6

4.7.5

What's Changed

... (truncated)

Commits
  • c68d4a7 4.9.2
  • 3634f8f Merge pull request #331 from csandman/fix/default-package-type
  • aeeafe7 Change package back to commonjs type but keep exports fields
  • c0804b6 Add treeshake option for slightly smaller bundle size
  • b40d2f0 4.9.1
  • a1f9444 Merge pull request #324 from csandman/fix/correct-type-export
  • b75a3ea Add missing defaults to extended component props
  • 095b274 Fix react-select module augmentation and stop exporting incorrect type
  • 2208334 4.9.0
  • d9bb30e Update husky for most recent version
  • Additional commits viewable in compare view

Updates interchain from 1.3.0 to 1.10.4

Commits
Maintainer changes

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


Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react'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'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
Maintainer changes

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


Updates @types/react from 18.0.25 to 18.3.7

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
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

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


Updates @types/react-dom from 18.0.9 to 18.3.0

Commits

Updates @types/react from 18.0.25 to 18.3.7

Commits

Updates @types/react-dom from 18.0.9 to 18.3.0

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 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 c...

Description has been truncated

Bumps the patch-updates group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/icons) | `2.0.12` | `2.1.1` |
| [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/react) | `2.5.1` | `2.8.2` |
| [@cosmjs/cosmwasm-stargate](https://github.com/cosmos/cosmjs) | `0.29.5` | `0.32.4` |
| [@cosmjs/stargate](https://github.com/cosmos/cosmjs) | `0.29.5` | `0.32.4` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.10.6` | `11.13.3` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.10.6` | `11.13.0` |
| [chain-registry](https://github.com/cosmology-tech/chain-registry) | `1.12.0` | `1.63.94` |
| [chakra-react-select](https://github.com/csandman/chakra-react-select) | `4.6.0` | `4.9.2` |
| [interchain](https://github.com/cosmology-tech/interchain) | `1.3.0` | `1.10.4` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.0.25` | `18.3.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.0.9` | `18.3.0` |


Updates `@chakra-ui/icons` from 2.0.12 to 2.1.1
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/@chakra-ui/icons@2.1.1/packages/components/icons/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/icons@2.1.1/packages/components/icons)

Updates `@chakra-ui/react` from 2.5.1 to 2.8.2
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/@chakra-ui/react@2.8.2/packages/components/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@2.8.2/packages/components/react)

Updates `@cosmjs/cosmwasm-stargate` from 0.29.5 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.29.5...v0.32.4)

Updates `@cosmjs/stargate` from 0.29.5 to 0.32.4
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.29.5...v0.32.4)

Updates `@emotion/react` from 11.10.6 to 11.13.3
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.10.6...@emotion/react@11.13.3)

Updates `@emotion/styled` from 11.10.6 to 11.13.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.10.6...@emotion/styled@11.13.0)

Updates `chain-registry` from 1.12.0 to 1.63.94
- [Commits](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.12.0...chain-registry@1.63.94)

Updates `chakra-react-select` from 4.6.0 to 4.9.2
- [Release notes](https://github.com/csandman/chakra-react-select/releases)
- [Commits](csandman/chakra-react-select@v4.6.0...v4.9.2)

Updates `interchain` from 1.3.0 to 1.10.4
- [Commits](https://github.com/cosmology-tech/interchain/commits)

Updates `react` from 18.2.0 to 18.3.1
- [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/v18.3.1/packages/react)

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

Updates `react-dom` from 18.2.0 to 18.3.1
- [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/v18.3.1/packages/react-dom)

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

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

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

---
updated-dependencies:
- dependency-name: "@chakra-ui/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@chakra-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@cosmjs/cosmwasm-stargate"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@cosmjs/stargate"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: chain-registry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: chakra-react-select
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: interchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Sep 18, 2024

The following labels could not be found: T:dependencies.

Copy link

coderabbitai bot commented Sep 18, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai generate interesting stats about this repository and render them as a table.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@RollkitBot RollkitBot requested review from a team, tzdybal, yarikbratashchuk and Manav-Aggarwal and removed request for a team September 18, 2024 16:25
Copy link
Author

dependabot bot commented on behalf of github Sep 18, 2024

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

@dependabot dependabot bot closed this Sep 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-updates-d4885dad14 branch September 18, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants