Skip to content

chore(deps-dev): bump the dev-dependencies group with 5 updates#372

Merged
allenhutchison merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dev-dependencies-7174474e0c
Mar 1, 2026
Merged

chore(deps-dev): bump the dev-dependencies group with 5 updates#372
allenhutchison merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dev-dependencies-7174474e0c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the dev-dependencies group with 5 updates:

Package From To
@google/genai 1.42.0 1.43.0
@modelcontextprotocol/sdk 1.26.0 1.27.1
@types/node 25.3.0 25.3.3
lint-staged 16.2.7 16.3.0
obsidian 1.12.2 1.12.3

Updates @google/genai from 1.42.0 to 1.43.0

Release notes

Sourced from @​google/genai's releases.

v1.43.0

1.43.0 (2026-02-26)

Features

  • Add gemini-3.1-pro-preview to list of models in Interactions (14775fe)
  • Add Image Grounding support to GoogleSearch tool (9187ca7)
  • enable server side MCP and disable all other AFC when server side MCP is configured. (c7888c4)
  • Support more image sizes and resolutions (54f4145)

Bug Fixes

  • change interactions media mime type to enum (breaking change for experimental feature) (7c2d5b2)
Changelog

Sourced from @​google/genai's changelog.

1.43.0 (2026-02-26)

Features

  • Add gemini-3.1-pro-preview to list of models in Interactions (14775fe)
  • Add Image Grounding support to GoogleSearch tool (9187ca7)
  • enable server side MCP and disable all other AFC when server side MCP is configured. (c7888c4)
  • Support more image sizes and resolutions (54f4145)

Bug Fixes

  • change interactions media mime type to enum (breaking change for experimental feature) (7c2d5b2)
Commits
  • 673129e chore(main): release 1.43.0 (#1341)
  • a5a1399 chore: update InteractionCompleteEvent comment
  • 9187ca7 feat: Add Image Grounding support to GoogleSearch tool
  • 2247f18 chore: pull in change merged outside
  • 54f4145 feat: Support more image sizes and resolutions
  • bafdfc5 chore: Support API-mode multi-step integration tests for the JavaScript GenAI...
  • 13549a2 chore: Update comments
  • a013ffa chore: Internal Cleanup
  • 0a0c485 chore: Mark Interaction fields as required
  • 7c2d5b2 fix: change interactions media mime type to enum (breaking change for experim...
  • Additional commits viewable in compare view

Updates @modelcontextprotocol/sdk from 1.26.0 to 1.27.1

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

v1.27.1

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.27.0...v1.27.1

v1.27.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.26.0...v1.27.0

Commits
  • 4faa8c8 chore: bump version to 1.27.1 (#1581)
  • 09a85a8 fix: call onerror for silently swallowed transport errors (#1580)
  • e79d14a fix: prevent command injection in example URL opening (v1.x backport) (#1579)
  • 342ea39 docs: comprehensive feature documentation for SEP-1730 Tier 1 (#1548)
  • 2084a22 docs: add governance documentation for SEP-1730 (#1547)
  • f2d2145 feat: implement auth/pre-registration conformance scenario (#1545)
  • 8cbc658 chore: bump version for v1.27.0 (#1541)
  • 5c16ae3 [v1.x] feat(tasks): add streaming methods for elicitation and sampling (#1528)
  • 97ab379 feat: add url property to RequestInfo interface (#1353)
  • 825e9ab feat: backport discoverOAuthServerInfo() and discovery caching to v1.x (#1533)
  • Additional commits viewable in compare view

Updates @types/node from 25.3.0 to 25.3.3

Commits

Updates lint-staged from 16.2.7 to 16.3.0

Release notes

Sourced from lint-staged's releases.

v16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Changelog

Sourced from lint-staged's changelog.

16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Commits
  • 9aa2cd7 chore(changeset): release
  • 0c387bc test: make long-running task longer because of GitHub Actions slowness
  • 87467aa refactor: detect incorrect brace expansion exhaustively
  • dceabc6 ci: run npm audit in GitHub Actions
  • d0e4c2a build(deps): update dependencies
  • 93cf144 docs: add tip about lint-staged.sh
  • 9809fee test: adjust integration test logging setup for concurrency
  • cc432df feat: use tinyexec to spawn tasks
  • feda37a feat: use tinyexec for Git commands
  • e15178a docs: fix typos in example comments for environment variables (#1721)
  • Additional commits viewable in compare view

Updates obsidian from 1.12.2 to 1.12.3

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 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 dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@google/genai](https://github.com/googleapis/js-genai) | `1.42.0` | `1.43.0` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.26.0` | `1.27.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.3.3` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.3.0` |
| [obsidian](https://github.com/obsidianmd/obsidian-api) | `1.12.2` | `1.12.3` |


Updates `@google/genai` from 1.42.0 to 1.43.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@v1.42.0...v1.43.0)

Updates `@modelcontextprotocol/sdk` from 1.26.0 to 1.27.1
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.26.0...v1.27.1)

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

Updates `lint-staged` from 16.2.7 to 16.3.0
- [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@v16.2.7...v16.3.0)

Updates `obsidian` from 1.12.2 to 1.12.3
- [Changelog](https://github.com/obsidianmd/obsidian-api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/obsidianmd/obsidian-api/commits)

---
updated-dependencies:
- dependency-name: "@google/genai"
  dependency-version: 1.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-version: 16.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: obsidian
  dependency-version: 1.12.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-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 Mar 1, 2026
@allenhutchison allenhutchison merged commit 6959022 into master Mar 1, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-7174474e0c branch March 1, 2026 19:40
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