Skip to content

build(deps): bump the dependencies group with 13 updates#209

Merged
steipete merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-cd050f5cc7
May 15, 2026
Merged

build(deps): bump the dependencies group with 13 updates#209
steipete merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-cd050f5cc7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependencies group with 13 updates:

Package From To
@google/genai 2.0.1 2.3.0
@steipete/sweet-cookie 0.2.0 0.3.0
inquirer 13.4.2 13.4.3
@types/chrome-remote-interface 0.33.0 0.34.0
@types/node 25.6.2 25.8.0
@typescript/native-preview 7.0.0-dev.20260508.1 7.0.0-dev.20260515.1
@vitest/coverage-v8 4.1.5 4.1.6
devtools-protocol 0.0.1627472 0.0.1629771
oxfmt 0.48.0 0.50.0
oxlint 1.63.0 1.65.0
puppeteer-core 24.43.0 25.0.2
tsx 4.21.0 4.22.0
vitest 4.1.5 4.1.6

Updates @google/genai from 2.0.1 to 2.3.0

Release notes

Sourced from @​google/genai's releases.

v2.3.0

2.3.0 (2026-05-15)

Features

  • interaction.{output_text,output_image,output_audio,output_video} (0188233)

v2.2.0

2.2.0 (2026-05-12)

Features

  • Added missing FunctionCallResultDelta type and arguments field to the ArgumentDelta type (f76138b)

v2.1.0

2.1.0 (2026-05-12)

Features

  • Add gemini-3.1-flash-lite to model options (b0664e1)
  • Add parameters to video response_format. (207c8f8)
  • Introduce Server Side tools deltas (2e56d41)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (6bd8e7d)
  • Add support for Vertex-lyria models lyria-3-pro-preview & lyria-3-clip-preview (f9af7410)

Bug Fixes

Changelog

Sourced from @​google/genai's changelog.

2.3.0 (2026-05-15)

Features

  • interaction.{output_text,output_image,output_audio,output_video} (0188233)

2.2.0 (2026-05-12)

Features

  • Added missing FunctionCallResultDelta type and arguments field to the ArgumentDelta type (f76138b)

2.1.0 (2026-05-12)

Features

  • Add gemini-3.1-flash-lite to model options (b0664e1)
  • Add parameters to video response_format. (207c8f8)
  • Introduce Server Side tools deltas (2e56d41)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (6bd8e7d)
  • Add support for Vertex-lyria models lyria-3-pro-preview & lyria-3-clip-preview (f9af7410)

Bug Fixes

Commits
  • 2f3bfef chore(main): release 2.3.0 (#1594)
  • 0188233 feat: interaction.{output_text,output_image,output_audio,output_video}
  • 2a51b78 chore: Remove experimental warnings for interactions
  • cd4d52c chore: Fix nondeterministic baseUrl errors
  • 1cc001c chore: Cleanup
  • cceb61f Copybara import of the project:
  • d79a95d feat: support speech to speech translation in Gemini Live
  • 9087494 chore(main): release 2.2.0 (#1593)
  • f76138b feat: Added missing FunctionCallResultDelta type and arguments field to the...
  • 2560763 chore: update error messages to clarify which APIs support a feature.
  • Additional commits viewable in compare view

Updates @steipete/sweet-cookie from 0.2.0 to 0.3.0

Release notes

Sourced from @​steipete/sweet-cookie's releases.

v0.3.0

Fixed

  • Enable node:sqlite readBigInts on Node 22+ so current Chromium cookie expiry values do not overflow on the active LTS line. ([#25](https://github.com/steipete/sweet-cookie/tree/HEAD/packages/core/issues/25), thanks @navarch-orion)
  • Support Firefox 147+ Linux XDG profile roots under $XDG_CONFIG_HOME/mozilla/firefox, with legacy ~/.mozilla/firefox fallback. ([#28](https://github.com/steipete/sweet-cookie/tree/HEAD/packages/core/issues/28), thanks @solomonneas)
  • Warn when Chromium v20 App-Bound encrypted cookies fail to decrypt instead of silently dropping them. ([#24](https://github.com/steipete/sweet-cookie/tree/HEAD/packages/core/issues/24), thanks @devskale)

Release Proof

Changelog

Sourced from @​steipete/sweet-cookie's changelog.

0.3.0 - 2026-05-14

Fixed

  • Enable node:sqlite readBigInts on Node 22+ so current Chromium cookie expiry values do not overflow on the active LTS line. ([#25](https://github.com/steipete/sweet-cookie/tree/HEAD/packages/core/issues/25), thanks @navarch-orion)
  • Support Firefox 147+ Linux XDG profile roots under $XDG_CONFIG_HOME/mozilla/firefox, with legacy ~/.mozilla/firefox fallback. ([#28](https://github.com/steipete/sweet-cookie/tree/HEAD/packages/core/issues/28), thanks @solomonneas)
  • Warn when Chromium v20 App-Bound encrypted cookies fail to decrypt instead of silently dropping them. ([#24](https://github.com/steipete/sweet-cookie/tree/HEAD/packages/core/issues/24), thanks @devskale)
Commits
  • f7f8d66 chore(release): 0.3.0
  • a099c5f feat: add v20 App-Bound Encryption detection and warning (#24)
  • 3c4c510 test: lock node:sqlite bigint support matrix
  • 446c704 fix(firefox): support Linux XDG profile roots
  • d7b30f5 chore: use tsgo for TypeScript builds
  • See full diff in compare view

Updates inquirer from 13.4.2 to 13.4.3

Release notes

Sourced from inquirer's releases.

inquirer@13.4.3

  • Fix: Windows rendering bug
  • Fix: Preserve exact literal types in choices array (Typescript only)
  • Fix: Allow input default value to be of type undefined (Typescript only)
  • Bump dependencies
Commits
  • 113558c chore: Publish new release
  • f0ca377 chore: format everything with nano-staged
  • 5341ca1 chore: Bump yarn
  • cb7ffda ci: add Node.js 26 to test matrix (#2112)
  • 0401a5c fix(@​inquirer/input): allow explicit undefined for default option (#2111)
  • 40f87a8 fix: reset cursor to column 0 after prompt completes
  • b88c9a2 fix: satisfy eslint-plugin-n v18 rules
  • 697684a chore(deps-dev): Bump the linting group across 1 directory with 6 updates
  • 105c439 chore(deps-dev): Bump the build group with 3 updates (#2107)
  • a020d8a chore(deps-dev): Bump oxfmt in the formatting group (#2106)
  • Additional commits viewable in compare view

Updates @types/chrome-remote-interface from 0.33.0 to 0.34.0

Commits

Updates @types/node from 25.6.2 to 25.8.0

Commits

Updates @typescript/native-preview from 7.0.0-dev.20260508.1 to 7.0.0-dev.20260515.1

Commits

Updates @vitest/coverage-v8 from 4.1.5 to 4.1.6

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates devtools-protocol from 0.0.1627472 to 0.0.1629771

Commits

Updates oxfmt from 0.48.0 to 0.50.0

Changelog

Sourced from oxfmt's changelog.

[0.50.0] - 2026-05-15

🐛 Bug Fixes

  • 43b9978 formatter/sort_imports: Treat subpath imports as internal (#22440) (leaysgur)

[0.49.0] - 2026-05-11

🚀 Features

  • 6e8e818 oxfmt: Experimental .svelte support (#21700) (leaysgur)

[0.45.0] - 2026-04-13

🐛 Bug Fixes

  • 50c389b oxfmt: Support .editorconfig quote_type (#20989) (leaysgur)

[0.44.0] - 2026-04-06

🐛 Bug Fixes

  • dd2df87 npm: Export package.json for oxlint and oxfmt (#20784) (kazuya kawaguchi)
  • 4216380 oxfmt: Support .editorconfig tab_width fallback (#20988) (leaysgur)

[0.43.0] - 2026-03-30

🚀 Features

  • 6ef440a oxfmt: Support bool for object style options (#20853) (leaysgur)

[0.42.0] - 2026-03-24

🚀 Features

  • 416865a formatter,oxfmt: Add doc comments for JsdocConfig (#20644) (leaysgur)
  • 4fec907 formatter: Add JSDoc comment formatting support (#19828) (Dunqing)

[0.40.0] - 2026-03-12

🐛 Bug Fixes

  • bc20217 oxlint,oxfmt: Omit useless | null for Option<T> field from schema (#20273) (leaysgur)

[0.36.0] - 2026-03-02

🐛 Bug Fixes

  • 04e6223 npm: Add preferUnplugged for Yarn PnP compatibility (#19829) (Boshen)

... (truncated)

Commits

Updates oxlint from 1.63.0 to 1.65.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.65.0] - 2026-05-15

🚀 Features

  • 5478fb5 linter/jsdoc: Implement require-throws-description rule (#22386) (Mikhail Baev)
  • c73225e linter/eslint: Implement prefer-arrow-callback rule (#22312) (박천(Cheon Park))
  • de82b59 linter: Add support for eslint-plugin-jsx-a11y-x (#22356) (mehm8128)
  • f44b6c8 linter: Fill schemas DummyRuleMap with built-in rules (#22288) (Sysix)

[1.64.0] - 2026-05-11

🚀 Features

  • fbb8f22 linter: Support ignores in overrides (#22148) (camc314)

🐛 Bug Fixes

  • 25b7017 linter: Undocument override ignores option (#22213) (camc314)
Commits
  • 25e5cbc release(apps): oxlint v1.65.0 && oxfmt v0.50.0 (#22458)
  • 5478fb5 feat(linter/jsdoc): implement require-throws-description rule (#22386)
  • c73225e feat(linter/eslint): implement prefer-arrow-callback rule (#22312)
  • de82b59 feat(linter): add support for eslint-plugin-jsx-a11y-x (#22356)
  • 7daa96b chore(linter): update schema json & config (#22365)
  • f44b6c8 feat(linter): fill schemas DummyRuleMap with built-in rules (#22288)
  • d652a55 release(apps): oxlint v1.64.0 && oxfmt v0.49.0 (#22318)
  • 25b7017 fix(linter): undocument override ignores option (#22213)
  • 330fe31 refactor(config): Update doc comment for GlobSet (#22197)
  • fbb8f22 feat(linter): support ignores in overrides (#22148)
  • See full diff in compare view

Updates puppeteer-core from 24.43.0 to 25.0.2

Release notes

Sourced from puppeteer-core's releases.

puppeteer-core: v25.0.2

25.0.2 (2026-05-15)

🛠️ Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.0.1 to 3.0.2

puppeteer-core: v25.0.1

25.0.1 (2026-05-13)

🛠️ Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.0.0 to 3.0.1

puppeteer-core: v25.0.0

25.0.0 (2026-05-12)

⚠ BREAKING CHANGES

  • remove deprecated Puppeteer.product (#14977)
  • bump min NodeJS to 22 (#14973)
  • return a Promise for executablePath, defaultArgs (#14965)
  • remove deprecated MouseOptions.clickCount (#13865)
  • update min version - Node v20.19 and Typescript v5.0.1 (#14364)
  • remove deprecated Browser.isConnected() (#14910)
  • move packages to ESM only (#14355)
  • puppeteer-core: Remove Cookie attribute sameParty (#14545)
  • normalize newline-separated headers to comma-separated format (#14492)

🎉 Features

... (truncated)

Changelog

Sourced from puppeteer-core's changelog.

25.0.2 (2026-05-15)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.0.1 to 3.0.2

🛠️ Fixes

25.0.1 (2026-05-13)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.0.0 to 3.0.1

🛠️ Fixes

25.0.0 (2026-05-12)

⚠ BREAKING CHANGES

  • remove deprecated Puppeteer.product (#14977)
  • bump min NodeJS to 22 (#14973)
  • return a Promise for executablePath, defaultArgs (#14965)

... (truncated)

Commits

Updates tsx from 4.21.0 to 4.22.0

Release notes

Sourced from tsx's releases.

v4.22.0

4.22.0 (2026-05-14)

Features


This release is also available on:

v4.21.1

4.21.1 (2026-05-14)

Bug Fixes

  • support Node 20.11/21.2 import.meta paths (acf3d8f)
  • support Node.js 24.15.0 (c1d2d45)
  • support Node.js 26.1.0 and 25.9.0 (1d7e528)

This release is also available on:

Commits
  • b29f6ee feat: upgrade esbuild to 0.28 (#789)
  • 0dd17e9 test: cover registerHooks loader composition
  • acf3d8f fix: support Node 20.11/21.2 import.meta paths
  • 4bbef80 test: cover configDir paths without baseUrl
  • dddc5ce test: cover sync-hook watch reruns and cleanup retries
  • 09e8f8c test: assert CLI runs without warnings
  • 1d7e528 fix: support Node.js 26.1.0 and 25.9.0
  • c1d2d45 fix: support Node.js 24.15.0
  • d04672d test: update node version feature gates
  • abd863f build: bundle get-tsconfig v5
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tsx since your current version.


Updates vitest from 4.1.5 to 4.1.6

Release notes

Sourced from vitest's releases.

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • a8fd24c chore: release v4.1.6
  • 18af98c fix(browser): simplify orchestrator otel carrier (#10285)
  • 3188260 feat(browser): provide project reference in ToMatchScreenshotResolvePath (#...
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@google/genai](https://github.com/googleapis/js-genai) | `2.0.1` | `2.3.0` |
| [@steipete/sweet-cookie](https://github.com/steipete/sweet-cookie/tree/HEAD/packages/core) | `0.2.0` | `0.3.0` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `13.4.2` | `13.4.3` |
| [@types/chrome-remote-interface](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome-remote-interface) | `0.33.0` | `0.34.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.2` | `25.8.0` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260508.1` | `7.0.0-dev.20260515.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.5` | `4.1.6` |
| [devtools-protocol](https://github.com/ChromeDevTools/devtools-protocol) | `0.0.1627472` | `0.0.1629771` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.48.0` | `0.50.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.63.0` | `1.65.0` |
| [puppeteer-core](https://github.com/puppeteer/puppeteer) | `24.43.0` | `25.0.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.5` | `4.1.6` |


Updates `@google/genai` from 2.0.1 to 2.3.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v2.0.1...v2.3.0)

Updates `@steipete/sweet-cookie` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/steipete/sweet-cookie/releases)
- [Changelog](https://github.com/steipete/sweet-cookie/blob/main/CHANGELOG.md)
- [Commits](https://github.com/steipete/sweet-cookie/commits/v0.3.0/packages/core)

Updates `inquirer` from 13.4.2 to 13.4.3
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@13.4.2...inquirer@13.4.3)

Updates `@types/chrome-remote-interface` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome-remote-interface)

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

Updates `@typescript/native-preview` from 7.0.0-dev.20260508.1 to 7.0.0-dev.20260515.1
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `@vitest/coverage-v8` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/coverage-v8)

Updates `devtools-protocol` from 0.0.1627472 to 0.0.1629771
- [Commits](ChromeDevTools/devtools-protocol@v0.0.1627472...v0.0.1629771)

Updates `oxfmt` from 0.48.0 to 0.50.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.50.0/npm/oxfmt)

Updates `oxlint` from 1.63.0 to 1.65.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.65.0/npm/oxlint)

Updates `puppeteer-core` from 24.43.0 to 25.0.2
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-core-v24.43.0...puppeteer-core-v25.0.2)

Updates `tsx` from 4.21.0 to 4.22.0
- [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.0)

Updates `vitest` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)

---
updated-dependencies:
- dependency-name: "@google/genai"
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@steipete/sweet-cookie"
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: inquirer
  dependency-version: 13.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/chrome-remote-interface"
  dependency-version: 0.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260515.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: devtools-protocol
  dependency-version: 0.0.1629771
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: oxfmt
  dependency-version: 0.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 1.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: puppeteer-core
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: tsx
  dependency-version: 4.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 15, 2026
@steipete steipete merged commit 59c5d99 into main May 15, 2026
4 checks passed
@steipete steipete deleted the dependabot/npm_and_yarn/dependencies-cd050f5cc7 branch May 15, 2026 20:39
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.

1 participant