Skip to content

build(deps-dev): Bump the dev-deps group across 1 directory with 6 updates#22

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/dev-deps-cff6872087
Open

build(deps-dev): Bump the dev-deps group across 1 directory with 6 updates#22
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/dev-deps-cff6872087

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps the dev-deps group with 6 updates in the / directory:

Package From To
@modelcontextprotocol/inspector 0.14.1 0.16.2
@types/node 22.15.29 24.1.0
lint-staged 16.1.0 16.1.2
oxlint 1.1.0 1.9.0
prettier 3.5.3 3.6.2
typescript 5.8.3 5.9.2

Updates @modelcontextprotocol/inspector from 0.14.1 to 0.16.2

Release notes

Sourced from @​modelcontextprotocol/inspector's releases.

0.16.2

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/inspector@0.16.1...0.16.2

0.16.1

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/inspector@0.16.0...0.16.1

0.16.0

What's Changed

... (truncated)

Commits
  • cfc17e5 Merge pull request #645 from modelcontextprotocol/fweinberger/update-ts-sdk
  • 939a7da chore: update ts-sdk to 0.17.0 and bump version to 0.16.2
  • 9f6e731 Merge pull request #535 from QuantGeekDev/feature/elicitations
  • 85df5fd Merge pull request #641 from modelcontextprotocol/fweinberger/fix-cli-args
  • 21745d6 Merge branch 'main' into fweinberger/fix-cli-args
  • eda6c05 Merge branch 'main' into feature/elicitations
  • 0db0bbb Merge pull request #345 from xiaoyijun/feat-support-enter-oauth-client-inform...
  • c7b90a1 Fix command-line argument passing to pre-fill UI
  • 144755b Merge branch 'main' into feature/elicitations
  • f6c9342 test: update tests
  • Additional commits viewable in compare view

Updates @types/node from 22.15.29 to 24.1.0

Commits

Updates lint-staged from 16.1.0 to 16.1.2

Release notes

Sourced from lint-staged's releases.

v16.1.2

Patch Changes

  • #1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Patch Changes

  • #1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.

  • #1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

Changelog

Sourced from lint-staged's changelog.

16.1.2

Patch Changes

  • #1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

16.1.1

Patch Changes

  • #1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.

  • #1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

Commits
  • 0c48e29 chore(changeset): release
  • e07227e perf: call rev-parse only once instead of three times when resolving git repo
  • 38f942e fix: remove extra log entry
  • 5031a71 perf: further optimize file chunking
  • 6ec38b9 perf: optimize file list length calculation (#1581)
  • a7c0c88 fix: only stage changes to deleted files if they're no longer deleted after r...
  • ccd5edd test: pass --no-error-on-unmatched-pattern to prettier command in --diff-opti...
  • 48a6e95 test: add failing test for staged deleted files not passed directly to tasks ...
  • b56b29e test: add failing test for staged deleted files with diff filter D
  • 8420429 chore(changeset): release
  • Additional commits viewable in compare view

Updates oxlint from 1.1.0 to 1.9.0

Release notes

Sourced from oxlint's releases.

oxlint v1.9.0

[1.9.0] - 2025-07-29

🚀 Features

  • 3489ce0 linter: Add typescript-eslint/explicit-module-boundary-types (#12402) (Don Isaac)

🐛 Bug Fixes

  • 0fd3e87 linter: Default options for eslint/yoda (#12540) (Sysix)
  • 724776f linter: Default options for unicorn/switch-case-braces (#12539) (Sysix)
  • fda45ea linter/promise/prefer-await-to-callbacks: False positive for addEventListener (#12537) (Copilot)
  • 1a710e3 linter/array-type: Fix more false negatives (#12501) (camc314)
  • 2b5bf98 linter: Consistent-function-scoping false positive with hoisted var declarations (#12523) (camc314)
  • cc19c8b vscode: Fix statusbar icon order (#12544) (Christian Fehmer)
  • 209d006 linter: Parse vue lang attribute without quotes (#12517) (Sysix)
  • 85a34ce linter/array-type: False negative with arrays in generic args (#12500) (camc314)
  • 98c1fbb linter/require-await: Improve async keyword detection in get_delete_span function (#12494) (camc314)
  • 7c75dba linter/require-await: Improve span calculation for object properties (#12490) (camc314)
  • 2b261cf linter/exhaustive-deps: False positive in exhaustive deps (#12471) (camc314)

🚜 Refactor

  • a696227 linter: Remove AstKind for SimpleAssignmentTarget (#12401) (Tyler Earls)
  • 7af38e1 napi/oxlint: Simplify ExternalLinterLintFileCb type (#12572) (overlookmotel)
  • 543fd53 napi/oxlint: Rename run to lintFile (#12567) (overlookmotel)
  • 0179c86 napi/oxlint: Reverse args of ExternalLinter::new (#12566) (overlookmotel)
  • 491c401 linter: Remove #[must_use] from LintService::with_* methods (#12560) (overlookmotel)
  • d44b0ac linter: Remove Runner trait (#12559) (overlookmotel)
  • bea652f linter: Add vue and regex to BuiltinLintPlugins (#12542) (Sysix)
  • aa9dd21 linter/no-eval: Get source type from Semantic (#12514) (overlookmotel)
  • 5c33fc7 diagnostics: Implement Eq and Ord for InfoPosition (#12505) (overlookmotel)
  • 8c8c8bc napi/oxlint: Diagnostics communicate which rule via rule index, not rule ID (#12482) (overlookmotel)
  • e2d9b4d fixer: Add Debug trait to PossibleFixes and Message structs (#12493) (camc314)
  • f0b1f0d napi/oxlint, napi/parser: Remove source length from RawTransferMetadata (#12483) (overlookmotel)
  • 7e4959a napi/oxlint: Rename rules to ruleNames (#12477) (overlookmotel)
  • 7a0da04 diagnostics: Remove Option wrapper from MPSC channel and sender field (#12467) (camc314)

🧪 Testing

  • 56468c7 linter/no-unused-private-class-members: Add more test cases (#12569) (camc314)
  • 191a164 linter/no-unused-private-class-members: Add more test cases (#12563) (camc314)
  • d31adcf linter: Improve sorting diagnostics (#12504) (overlookmotel)

oxlint v1.8.0

[1.8.0] - 2025-07-22

NOTE: While custom JS plugins are mentioned in the release notes, they are not yet supported in this release. We are actively building them out.

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.9.0] - 2025-07-29

🚜 Refactor

  • bea652f linter: Add vue and regex to BuiltinLintPlugins (#12542) (Sysix)

[1.7.0] - 2025-07-16

🚀 Features

  • a4dae73 linter: Introduce LintPlugins to store builtin + custom plugins (#12117) (camc314)

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.

[0.16.12] - 2025-05-25

Features

  • 6a7018e linter: Generate stricter json schema for lint plugins (#11219) (camc314)

Bug Fixes

  • e8470d9 linter: Delay merging of oxlintrc configs (#10835) (camc314)

[0.15.14] - 2025-03-11

Features

  • 3fce826 linter: Add support for extends property in oxlintrc (#9217) (camchenry)

[0.15.13] - 2025-03-04

Documentation

  • 24850e7 linter: Add example of how configure rule (#9469) (Cédric DIRAND)

... (truncated)

Commits

Updates prettier from 3.5.3 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

3.6.0

diff

🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

Changelog

Sourced from prettier's changelog.

3.6.2

diff

Markdown: Add missing blank line around code block (#17675 by @​fisker)

<!-- Input -->
1. Some text, and code block below, with newline after code block
---
foo: bar


Another
List

<!-- Prettier 3.6.1 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List



<!-- Prettier 3.6.2 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits
  • 7a8b05f Release 3.6.2
  • 46526b4 Add missing blank line around code block (#17675)
  • a04ec11 chore(deps): update babel to v7.27.7 (#17684)
  • 32be5b6 chore(deps): update dependency flow-parser to v0.274.1 (#17676)
  • b55e777 Update docs about "TypeScript Configuration Files" (#17677)
  • b197c99 chore(deps): update dependency @​vitejs/plugin-react to v4.6.0 (#17674)
  • 1185f83 chore(deps): update dependency @​angular/compiler to v20.0.5 (#17680)
  • aa1316f chore(deps): update dependency browserslist to v4.25.1 (#17671)
  • c468d33 chore(deps): update dependency oxc-parser to v0.75.0 (#17672)
  • 3f46d91 chore(deps): update dependency vite to v7 (#17673)
  • Additional commits viewable in compare view

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

Release notes pending.

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable 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 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 close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…dates

Bumps the dev-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) | `0.14.1` | `0.16.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.29` | `24.1.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.0` | `16.1.2` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.1.0` | `1.9.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |



Updates `@modelcontextprotocol/inspector` from 0.14.1 to 0.16.2
- [Release notes](https://github.com/modelcontextprotocol/inspector/releases)
- [Commits](modelcontextprotocol/inspector@0.14.1...0.16.2)

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

Updates `lint-staged` from 16.1.0 to 16.1.2
- [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.1.0...v16.1.2)

Updates `oxlint` from 1.1.0 to 1.9.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.9.0/npm/oxlint)

Updates `prettier` from 3.5.3 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.3...3.6.2)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/inspector"
  dependency-version: 0.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-version: 24.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: lint-staged
  dependency-version: 16.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: oxlint
  dependency-version: 1.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

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 Aug 1, 2025
@github-actions
Copy link

github-actions bot commented Sep 1, 2025

This PR has gone 30 days without any activity and meets the project's definition of "stale". This will be auto-closed if there is no new activity over the next 30 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

This PR has gone 30 days without any activity and meets the project's definition of "stale". This will be auto-closed if there is no new activity over the next 30 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!

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