Skip to content

chore(deps):(deps): bump the minor-and-patch group across 1 directory with 17 updates#173

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-431dbcce5d
Open

chore(deps):(deps): bump the minor-and-patch group across 1 directory with 17 updates#173
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-431dbcce5d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 14 updates in the / directory:

Package From To
@react-navigation/bottom-tabs 7.18.2 7.18.3
@react-navigation/native 7.3.3 7.3.4
@react-navigation/native-stack 7.17.5 7.17.6
react-native-bootsplash 7.3.1 7.3.2
react-native-gesture-handler 3.0.1 3.0.2
react-native-reanimated 4.4.1 4.5.0
react-native-worklets 0.9.2 0.10.0
@react-native-community/cli 20.1.3 20.2.0
@testing-library/react-native 14.0.0 14.0.1
@typescript-eslint/eslint-plugin 8.61.0 8.62.0
@typescript-eslint/parser 8.61.0 8.62.0
globals 17.6.0 17.7.0
lint-staged 17.0.7 17.0.8
typescript-eslint 8.61.0 8.62.0

Updates @react-navigation/bottom-tabs from 7.18.2 to 7.18.3

Changelog

Sourced from @​react-navigation/bottom-tabs's changelog.

7.18.3 (2026-06-23)

Note: Version bump only for package @​react-navigation/bottom-tabs

Commits

Updates @react-navigation/elements from 2.9.25 to 2.9.26

Changelog

Sourced from @​react-navigation/elements's changelog.

2.9.26 (2026-06-23)

Note: Version bump only for package @​react-navigation/elements

Commits

Updates @react-navigation/native from 7.3.3 to 7.3.4

Changelog

Sourced from @​react-navigation/native's changelog.

7.3.4 (2026-06-23)

Note: Version bump only for package @​react-navigation/native

Commits

Updates @react-navigation/native-stack from 7.17.5 to 7.17.6

Changelog

Sourced from @​react-navigation/native-stack's changelog.

7.17.6 (2026-06-23)

Note: Version bump only for package @​react-navigation/native-stack

Commits

Updates react-native-bootsplash from 7.3.1 to 7.3.2

Release notes

Sourced from react-native-bootsplash's releases.

7.3.2

  • Update sharp to 0.35.2 (no more postinstall script)
Commits
  • cfaccf2 update sharp
  • 318d1e4 Bump shell-quote from 1.8.3 to 1.8.4 in /example (#778)
  • cd11928 Bump webpack-dev-server from 5.2.3 to 5.2.4 in /example (#775)
  • b4da367 Bump @​babel/plugin-transform-modules-systemjs in /example (#773)
  • 54e765e Bump @​babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 (#772)
  • 2168f3f Bump @​xmldom/xmldom from 0.8.12 to 0.8.13 in /example (#768)
  • b583291 Bump @​xmldom/xmldom from 0.8.12 to 0.8.13 (#769)
  • See full diff in compare view

Updates react-native-gesture-handler from 3.0.1 to 3.0.2

Release notes

Sourced from react-native-gesture-handler's releases.

v3.0.2

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@v3.0.1...v3.0.2

Commits
  • dd7b4f5 Release v3.0.2
  • 9b6257a Merge branch '3.0-stable' of github.com:software-mansion/react-native-gesture...
  • 096658f Merge branch 'main' into 3.0-stable
  • 708f99a Remove opacity from Swipeable action panels (#4271)
  • cd952bf docs: add dynamic topbar banner (#4264)
  • 7453280 [Android | Web] Disable pointer events on hidden Swipeable actions containe...
  • 50cb5a6 Ignore the .rnrepo-cache directory within the Metro config (#4262)
  • 5d8102b [General] Ignore testID property in production environments (#4266)
  • f748e81 [Android] Fix mouse interactions (#4265)
  • 1473f39 [Native] Fix native GestureDetector zIndex handling (#4257)
  • Additional commits viewable in compare view

Updates react-native-reanimated from 4.4.1 to 4.5.0

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.5.0

Key changes

More props supported by CSS Core Animation

Shadow (shadowColor, shadowOpacity, shadowRadius, shadowOffset), background, and border (backgroundColor, borderColor, borderWidth, borderRadius) CSS transitions now run on iOS Core Animation.

Using CSS Core Animation required enabling IOS_CSS_CORE_ANIMATION feature flag.

CSS Animations Pseudoselectors

CSS animations now support pseudo-selectors such as :hover, :active, and :focus, with native Apple and Android backends alongside a web implementation.

CSS Animations web support for SVG

Animating react-native-svg components is now available on web.

SharedTransitionBoundary component

Introducing the <SharedTransitionBoundary> component, which scopes shared element transitions to a subtree so only matching elements within the boundary animate together. Useful for isolating shared transitions between screens that would otherwise interfere.

Other changes

... (truncated)

Commits
  • cf478db release(Reanimated): 4.5.0
  • 33f51d7 chore: prepare branch for reanimated 4.5.0 release
  • 8306dc9 fix: Memory leak when unmounting views mid-animation (#9711)
  • 855bd45 fix: Android ANR deadlock between CSS updates-registry lock and Fabric commit...
  • a0549d7 fix(Reanimated): delay on synchronous event animation cancel (#9732)
  • f8c8180 fix: share a single touch listener across press pseudo-selectors (#9729)
  • 9b8f83c fix: Keep Android CSS :hover active while the pointer is over descendant view...
  • 9551383 fix: flashing to default style when a CSS transition detaches on Android (#9728)
  • 6efa524 fix: Android crash on odd-length CSS strokeDasharray (#9719)
  • 5eeb3d3 fix: Preserve builder subclass type through static animation modifiers (#9710)
  • Additional commits viewable in compare view

Updates react-native-worklets from 0.9.2 to 0.10.0

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.10.0

Key changes

Bundle Mode considered stable

Bundle Mode is now considered stable and the recommended way of using Worklets. Previous mode (called Legacy Eval Mode) is still enabled by default.

https://docs.swmansion.com/react-native-worklets/docs/bundleMode/

Robust API for module import forwarding

Previous workletizableModules API was removed and replaced with more configurable importForwarding, along with documentation explaining how to use it.

https://docs.swmansion.com/react-native-worklets/docs/bundleMode/importForwarding/

Native serialization support for ArrayBufferView

ArrayBufferView objects (like TypedArrays) are now serialized via a dedicated native code path, reducing serialization overhead.

Other changes

... (truncated)

Commits
  • b93e679 release(Worklets): 0.10.0
  • 6f9094b fix(worklets): Keep getTransformOptions arguments in metro for bundle mode (#...
  • 6d6aa87 worklets plugin: preserve JSX imports in bundle mode (#9212)
  • 3206cb1 chore(Worklets): remove experimental label from Bundle Mode (#9584)
  • 775fa93 docs(Worklets): importForwading API (#9665)
  • 7c86624 fix(Worklets): RemoteFunction memory cycle (#9673)
  • 32941a8 Worklets: added native serialization for ArrayBufferView (#9475)
  • 1278979 fix: Fix ios crash after linter change (#9668)
  • aea10ed feat(Worklets): module import forwarding API (#9638)
  • 3a10590 refactor(Worklets): use shims for react-native imports (#9640)
  • Additional commits viewable in compare view

Updates @react-native-community/cli from 20.1.3 to 20.2.0

Commits

Updates @react-native-community/cli-platform-android from 20.1.3 to 20.2.0

Release notes

Sourced from @​react-native-community/cli-platform-android's releases.

v20.2.0

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: react-native-community/cli@v20.1.1...v20.2.0

Commits

Updates @react-native-community/cli-platform-ios from 20.1.3 to 20.2.0

Release notes

Sourced from @​react-native-community/cli-platform-ios's releases.

v20.2.0

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: react-native-community/cli@v20.1.1...v20.2.0

Commits

Updates @testing-library/react-native from 14.0.0 to 14.0.1

Release notes

Sourced from @​testing-library/react-native's releases.

v14.0.1

14.0.1 (2026-06-23)

🐛 Bug Fixes

  • cleanup of waitFor timers when an error occurs during onTimeout printout (#1918) (366c147)
  • user-event: include selection in TextInput change event (#1919) (e819f77)

📚 Documentation

New Contributors

Full Changelog: callstack/react-native-testing-library@v14.0.0...v14.0.1

Changelog

Sourced from @​testing-library/react-native's changelog.

Changelog

All notable changes to React Native Testing Library will be documented in this file, starting with v14.

Commits
  • 57441d1 chore: release v14.0.1
  • 197e20c chore: fix lint warning
  • 366c147 fix: cleanup of waitFor timers when an error occurs during onTimeout printout...
  • e819f77 fix(user-event): include selection in TextInput change event (#1919)
  • e5e8e37 docs: fix docs links
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 8.61.0 to 8.62.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • 54e2857 chore(release): publish 8.62.0
  • 81e4c26 feat: remove redundant package.json "files" (#12444)
  • b784054 chore: use stableTypeOrdering compiler option (#12427)
  • aaad718 chore(release): publish 8.61.1
  • 0cc8f35 fix(eslint-plugin): [no-unnecessary-template-expression] respect ECMAScript l...
  • 6f269e2 fix(eslint-plugin): [no-unnecessary-boolean-literal-compare] fix precedence b...
  • 1b5d543 fix(eslint-plugin): [no-unnecessary-type-assertion] wrap object literal in pa...
  • 565e666 fix(eslint-plugin): [no-unnecessary-type-assertion] avoid false positive for ...
  • 204eabc fix(eslint-plugin): [consistent-indexed-object-style] do not remove comments ...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.61.0 to 8.62.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and

… with 17 updates

Bumps the minor-and-patch group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.18.2` | `7.18.3` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.3.3` | `7.3.4` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `7.17.5` | `7.17.6` |
| [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash) | `7.3.1` | `7.3.2` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `3.0.1` | `3.0.2` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.4.1` | `4.5.0` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.9.2` | `0.10.0` |
| [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) | `20.1.3` | `20.2.0` |
| [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) | `14.0.0` | `14.0.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.61.0` | `8.62.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.61.0` | `8.62.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.7.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.7` | `17.0.8` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.0` | `8.62.0` |



Updates `@react-navigation/bottom-tabs` from 7.18.2 to 7.18.3
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/bottom-tabs@7.18.3/packages/bottom-tabs/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/bottom-tabs@7.18.3/packages/bottom-tabs)

Updates `@react-navigation/elements` from 2.9.25 to 2.9.26
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/elements@2.9.26/packages/elements/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/elements@2.9.26/packages/elements)

Updates `@react-navigation/native` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.3.4/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.3.4/packages/native)

Updates `@react-navigation/native-stack` from 7.17.5 to 7.17.6
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native-stack@7.17.6/packages/native-stack/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native-stack@7.17.6/packages/native-stack)

Updates `react-native-bootsplash` from 7.3.1 to 7.3.2
- [Release notes](https://github.com/zoontek/react-native-bootsplash/releases)
- [Commits](zoontek/react-native-bootsplash@7.3.1...7.3.2)

Updates `react-native-gesture-handler` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v3.0.1...v3.0.2)

Updates `react-native-reanimated` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/RELEASE.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.5.0/packages/react-native-reanimated)

Updates `react-native-worklets` from 0.9.2 to 0.10.0
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.10.0/packages/react-native-worklets)

Updates `@react-native-community/cli` from 20.1.3 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli)

Updates `@react-native-community/cli-platform-android` from 20.1.3 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/platform-android)

Updates `@react-native-community/cli-platform-ios` from 20.1.3 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli-platform-ios)

Updates `@testing-library/react-native` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/callstack/react-native-testing-library/releases)
- [Changelog](https://github.com/callstack/react-native-testing-library/blob/main/CHANGELOG.md)
- [Commits](callstack/react-native-testing-library@v14.0.0...v14.0.1)

Updates `@typescript-eslint/eslint-plugin` from 8.61.0 to 8.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.61.0 to 8.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/parser)

Updates `globals` from 17.6.0 to 17.7.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.6.0...v17.7.0)

Updates `lint-staged` from 17.0.7 to 17.0.8
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.0.7...v17.0.8)

Updates `typescript-eslint` from 8.61.0 to 8.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/elements"
  dependency-version: 2.9.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/native"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/native-stack"
  dependency-version: 7.17.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-bootsplash
  dependency-version: 7.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-gesture-handler
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-reanimated
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-native-worklets
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-native-community/cli"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-native-community/cli-platform-android"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-native-community/cli-platform-ios"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@testing-library/react-native"
  dependency-version: 14.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: globals
  dependency-version: 17.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lint-staged
  dependency-version: 17.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants