Skip to content

build(deps): bump the npm-minor-patch group across 1 directory with 19 updates#82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-ce53b797ac
Open

build(deps): bump the npm-minor-patch group across 1 directory with 19 updates#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-ce53b797ac

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm-minor-patch group with 18 updates in the / directory:

Package From To
exifreader 4.38.1 4.39.1
motion 12.38.0 12.40.0
react-error-boundary 6.1.1 6.1.2
@babel/plugin-proposal-decorators 7.29.0 7.29.7
@tauri-apps/cli 2.11.1 2.11.2
@types/node 25.6.0 25.9.1
@types/react 19.2.14 19.2.15
@vitejs/plugin-react 6.0.1 6.0.2
@wdio/cli 9.27.1 9.27.2
@wdio/concise-reporter 9.27.1 9.27.2
@wdio/globals 9.27.1 9.27.2
@wdio/local-runner 9.27.1 9.27.2
@wdio/mocha-framework 9.27.1 9.27.2
@wdio/spec-reporter 9.27.1 9.27.2
react-redux 9.2.0 9.3.0
tsx 4.21.0 4.22.3
vite 8.0.12 8.0.14
vitest 4.1.5 4.1.7

Updates exifreader from 4.38.1 to 4.39.1

Release notes

Sourced from exifreader's releases.

4.39.1: Fall back to Windows-1252 for IPTC text without a Coded Character Set

What's Changed

  • IPTC text tags without a Coded Character Set declaration now fall back to Windows-1252 when the bytes are not valid UTF-8. #635

Full Changelog: mattiasw/ExifReader@v4.39.0...v4.39.1

4.39.0

What's Changed

Added

  • decompress.maxDecompressedSize option to bound the size of any single decompressed metadata block (default 128 MiB). Blocks that would exceed the limit are skipped with a console.warn; remaining tags are returned as usual. By @​mattiasw. #634

Fixed

Full Changelog: mattiasw/ExifReader@v4.38.1...v4.39.0

Changelog

Sourced from exifreader's changelog.

[4.39.1] - 2026-05-19

Fixed

  • IPTC text tags without a Coded Character Set declaration now fall back to Windows-1252 when the bytes are not valid UTF-8. Captions written by Photoshop/exiftool that include en dashes, em dashes, ellipsis or smart quotes (bytes 0x80–0x9F) no longer come back as C1 control characters. #635

[4.39.0] - 2026-05-15

Added

  • decompress.maxDecompressedSize option to bound the size of any single decompressed metadata block (default 128 MiB). Blocks that would exceed the limit are skipped with a console.warn; remaining tags are returned as usual.

Fixed

  • Parse UserComment value when encoding is undefined but contains printable text.

Security

Commits
  • 493470c 4.39.1
  • 90e071b Release 4.39.1
  • 11b9dfb Fall back to Windows-1252 for IPTC text without a Coded Character Set
  • 1fe98fa Update forgotten fixtures for integration tests
  • 194557e Update CHANGELOG with security fix mentions
  • f0db034 Add security policy and reporting instructions
  • fa7815b 4.39.0
  • 8fc1c54 Release 4.39.0
  • 5f11612 Add maxDecompressedSize option to cap decompressed metadata blocks
  • c9d88b6 Add bounds checks to ICC mluc tag parsing
  • Additional commits viewable in compare view

Updates motion from 12.38.0 to 12.40.0

Changelog

Sourced from motion's changelog.

[12.40.0] 2026-05-21

Added

  • path option to transition.
  • arc() for motion along an arc.

[12.39.0] 2026-05-18

Added

  • Support for repeatType and repeatDelay in animation sequences.

Fixed

  • Variants: Re-run keyframe animations when switching between variant labels even when they share identical keyframe arrays.
  • Drag: Preserve in-flight motion value animations across React 19 reorder unmount/remount so dragSnapToOrigin no longer leaves the drag transform stranded after a layout swap.
  • LazyMotion: Share React contexts between the framer-motion and framer-motion/m (and therefore motion/react and motion/react-m) CJS bundles so that <m.div> from the /m subpath picks up features loaded by <LazyMotion> from the main entry point.
  • useScroll: Support hydrating target and container refs from anywhere in the tree.
  • Drag: Gesture no longer starts from incorrect start point when rendered inside <AnimatePresence initial={false} />.
  • Drag: dragConstraints, when set as viewport-relative ref, no longer break on scroll.§
  • Updated visualElement hydration order.
  • useAnimate: Now respects skipAnimations.
  • AnimatePresence: Fix object-form initial values not applied on re-entry after exit completes.
  • scroll: Fixed callback progress when tracking an element.
  • useScroll: Fix hardware acceleration when tracking an element.
Commits
  • 38ebb94 v12.40.0
  • b1f766c Latest
  • bca5544 Merge pull request #3699 from motiondivision/lochie/arcs-injectable
  • f1a96cf arc(): rename amp/rotate, expose MotionPath, fix explicit cw/ccw
  • b4aaba0 pathRotation: non-destructive orientToPath rotation channel
  • 8604ef3 Make arcs injectable via transition.path = arc()
  • f90fe29 add orientToPath
  • 9ebe999 fix: test
  • bc2107e Revert "no should"
  • 6eeb92d no should
  • Additional commits viewable in compare view

Updates react-error-boundary from 6.1.1 to 6.1.2

Release notes

Sourced from react-error-boundary's releases.

6.1.2

README and doc comment updates

Commits
  • 90b9a7e 6.1.1 -> 6.1.2
  • 7d29d50 Update react-lib-tools from 0.0.47 to 0.0.53
  • 09b1522 Refresh error boundary docs and examples (#240)
  • 9db16fd Upgrade react-lib-tools to improve site-search
  • 4f541a4 Add note about ESM to home page and README
  • f3f9582 Update CONTRIBUTING.md
  • ecaf925 Update example
  • 70902a9 Fix JSX attribute in ErrorBoundary example (#239)
  • f964b1c Update react-lib-tools dep
  • e7b8fe2 Update react-lib-tools to better respect prefers-reduced-motion: reduce setting
  • See full diff in compare view

Updates @babel/plugin-proposal-decorators from 7.29.0 to 7.29.7

Release notes

Sourced from @​babel/plugin-proposal-decorators's releases.

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.6 (2026-05-25)

🐛 Bug Fix

Committers: 3

v7.29.5 (2026-05-05)

🏠 Internal

  • babel-preset-env
    • Update @babel/* dependencies

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs
    • #17974 [7.x backport]fix(systemjs): improve module string name support (@​JLHwung)

Committers: 1

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

  • babel-parser

... (truncated)

Commits

Updates @tauri-apps/cli from 2.11.1 to 2.11.2

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v2.11.2

[2.11.2]

Dependencies

  • Upgraded to tauri-cli@2.11.2
Commits
  • 499df79 apply version updates (#15378)
  • 20bb033 Revert "feat: add Windows VC runtime linking and bundling options (#15372)" (...
  • b5b72ce fix(tauri-utils): preserve resource source file name when dest is empty (#15383)
  • 3fd8ba2 fix: resources after empty directory not copied (#15388)
  • 47e1b75 fix: set_as_windows_menu_for_nsapp command wrongly called `set_as_help_menu...
  • eadd8f5 chore(deps-dev): bump svelte from 5.53.11 to 5.55.7 (#15382)
  • 32d8166 feat: add Windows VC runtime linking and bundling options (#15372)
  • b15b859 refactor: make error dialog take &'static str (#15369)
  • 0e8e25f chore(deps): update dependency rollup to v4.60.3 (#15355)
  • See full diff in compare view

Updates @types/node from 25.6.0 to 25.9.1

Commits

Updates @types/react from 19.2.14 to 19.2.15

Commits

Updates @vitejs/plugin-react from 6.0.1 to 6.0.2

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@6.0.2

Allow all options in reactCompilerPreset (#1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.2 (2026-05-14)

Allow all options in reactCompilerPreset (#1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

Commits

Updates @wdio/cli from 9.27.1 to 9.27.2

Release notes

Sourced from @​wdio/cli's releases.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Changelog

Sourced from @​wdio/cli's changelog.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Commits

Updates @wdio/concise-reporter from 9.27.1 to 9.27.2

Release notes

Sourced from @​wdio/concise-reporter's releases.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Changelog

Sourced from @​wdio/concise-reporter's changelog.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Commits

Updates @wdio/globals from 9.27.1 to 9.27.2

Release notes

Sourced from @​wdio/globals's releases.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Changelog

Sourced from @​wdio/globals's changelog.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Commits

Updates @wdio/local-runner from 9.27.1 to 9.27.2

Release notes

Sourced from @​wdio/local-runner's releases.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Changelog

Sourced from @​wdio/local-runner's changelog.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Commits

Updates @wdio/mocha-framework from 9.27.1 to 9.27.2

Release notes

Sourced from @​wdio/mocha-framework's releases.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Changelog

Sourced from @​wdio/mocha-framework's changelog.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Commits

Updates @wdio/spec-reporter from 9.27.1 to 9.27.2

Release notes

Sourced from @​wdio/spec-reporter's releases.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Changelog

Sourced from @​wdio/spec-reporter's changelog.

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

Commits

Updates @wdio/types from 9.27.1 to 9.27.2

Release notes

Sourced from @​wdio/types's releases.Description has been truncated

…9 updates

Bumps the npm-minor-patch group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [exifreader](https://github.com/mattiasw/ExifReader) | `4.38.1` | `4.39.1` |
| [motion](https://github.com/motiondivision/motion) | `12.38.0` | `12.40.0` |
| [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `6.1.1` | `6.1.2` |
| [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) | `7.29.0` | `7.29.7` |
| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `2.11.1` | `2.11.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.9.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.15` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.1` | `6.0.2` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.27.1` | `9.27.2` |
| [@wdio/concise-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-concise-reporter) | `9.27.1` | `9.27.2` |
| [@wdio/globals](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-globals) | `9.27.1` | `9.27.2` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.27.1` | `9.27.2` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.27.1` | `9.27.2` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.27.1` | `9.27.2` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.2.0` | `9.3.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.12` | `8.0.14` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.5` | `4.1.7` |



Updates `exifreader` from 4.38.1 to 4.39.1
- [Release notes](https://github.com/mattiasw/ExifReader/releases)
- [Changelog](https://github.com/mattiasw/ExifReader/blob/main/CHANGELOG.md)
- [Commits](mattiasw/ExifReader@v4.38.1...v4.39.1)

Updates `motion` from 12.38.0 to 12.40.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.38.0...v12.40.0)

Updates `react-error-boundary` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@6.1.1...6.1.2)

Updates `@babel/plugin-proposal-decorators` from 7.29.0 to 7.29.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-plugin-proposal-decorators)

Updates `@tauri-apps/cli` from 2.11.1 to 2.11.2
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.11.1...@tauri-apps/cli-v2.11.2)

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

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

Updates `@vitejs/plugin-react` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.2/packages/plugin-react)

Updates `@wdio/cli` from 9.27.1 to 9.27.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.27.2/packages/wdio-cli)

Updates `@wdio/concise-reporter` from 9.27.1 to 9.27.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.27.2/packages/wdio-concise-reporter)

Updates `@wdio/globals` from 9.27.1 to 9.27.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.27.2/packages/wdio-globals)

Updates `@wdio/local-runner` from 9.27.1 to 9.27.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.27.2/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.27.1 to 9.27.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.27.2/packages/wdio-mocha-framework)

Updates `@wdio/spec-reporter` from 9.27.1 to 9.27.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.27.2/packages/wdio-spec-reporter)

Updates `@wdio/types` from 9.27.1 to 9.27.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.27.2/packages/wdio-types)

Updates `react-redux` from 9.2.0 to 9.3.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.2.0...v9.3.0)

Updates `tsx` from 4.21.0 to 4.22.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.22.3)

Updates `vite` from 8.0.12 to 8.0.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.14/packages/vite)

Updates `vitest` from 4.1.5 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/vitest)

---
updated-dependencies:
- dependency-name: exifreader
  dependency-version: 4.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: motion
  dependency-version: 12.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: react-error-boundary
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@babel/plugin-proposal-decorators"
  dependency-version: 7.29.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@tauri-apps/cli"
  dependency-version: 2.11.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@wdio/cli"
  dependency-version: 9.27.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@wdio/concise-reporter"
  dependency-version: 9.27.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@wdio/globals"
  dependency-version: 9.27.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.27.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@wdio/mocha-framework"
  dependency-version: 9.27.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@wdio/spec-reporter"
  dependency-version: 9.27.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@wdio/types"
  dependency-version: 9.27.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: react-redux
  dependency-version: 9.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: tsx
  dependency-version: 4.22.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: vite
  dependency-version: 8.0.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: vitest
  dependency-version: 4.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 26, 2026
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