chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates#67
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
…ectory with 5 updates Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@ast-grep/cli](https://github.com/ast-grep/ast-grep) | `0.44.1` | `0.45.0` | | [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) | `17.4.3` | `18.1.0` | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.3.0` | `5.2.2` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.5` | `26.1.1` | Updates `@ast-grep/cli` from 0.44.1 to 0.45.0 - [Release notes](https://github.com/ast-grep/ast-grep/releases) - [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md) - [Commits](ast-grep/ast-grep@0.44.1...0.45.0) Updates `dependency-cruiser` from 17.4.3 to 18.1.0 - [Release notes](https://github.com/sverweij/dependency-cruiser/releases) - [Changelog](https://github.com/sverweij/dependency-cruiser/blob/main/CHANGELOG.md) - [Commits](sverweij/dependency-cruiser@v17.4.3...v18.1.0) Updates `js-yaml` from 4.3.0 to 5.2.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.0...5.2.2) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `@types/node` from 25.9.5 to 26.1.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@ast-grep/cli" dependency-version: 0.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: dependency-cruiser dependency-version: 18.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/development-dependencies-17ff9c9938
branch
from
July 24, 2026 14:04
3dfcb93 to
b1338e0
Compare
Contributor
|
Closing for now: this grouped dev-dependency update combines multiple major upgrades and currently fails the verification matrix. These should be handled in smaller, targeted PRs if we want to pursue them. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
heimanba
deleted the
dependabot/npm_and_yarn/development-dependencies-17ff9c9938
branch
July 24, 2026 14:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the development-dependencies group with 5 updates in the / directory:
0.44.10.45.017.4.318.1.04.3.05.2.26.0.37.0.225.9.526.1.1Updates
@ast-grep/clifrom 0.44.1 to 0.45.0Release notes
Sourced from @ast-grep/cli's releases.
Changelog
Sourced from @ast-grep/cli's changelog.
Commits
5d439d90.45.06fc7053feat: deprecate the sg command (#2843)64d2a26fix: avoid Defender false positive for Windows sg (#2842)ff8b393chore(deps): update dependency@napi-rs/clito v3.7.4 (#2834)5b13696chore(deps): update dependency oxlint to v1.75.0 (#2838)0977eadchore(deps): update actions/setup-node action to v7 (#2810)68931b0chore(deps): update actions/setup-python action to v7 (#2829)82eb291chore: bump versions89c9110fix: specify correct MSRV in Cargo.toml (#2837)6dc0f31Revert "chore(deps): update dependency typescript to v7 (#2795)" (#2831)Updates
dependency-cruiserfrom 17.4.3 to 18.1.0Release notes
Sourced from dependency-cruiser's releases.
... (truncated)
Commits
26dffc018.1.0f04f2fabuild(npm): updates external dependencies65c432cfeat: adds environment inconsistency checks (starting with typescript and bab...6bb22b6feat(report/error-html): makes the table heads stickyd139a8e18.0.0c997444build(npm): updates external dependenciesa25fe7ffix(graph-utl): makes the summary more deterministic (#1066)ee3dc3abuild(npm): updates external dependencies and refreshes package lock7106ce6revert: "refactor(resolve)!: replaces tsconfig-paths-webpack-plugin with enha...0d8becbrefactor(config-utl): only imports json5 when it's used (#1062)Updates
js-yamlfrom 4.3.0 to 5.2.2Changelog
Sourced from js-yaml's changelog.
Commits
3c295595.2.2 released3e5240fparser: avoid reparsing flow sequence pair keysbd7ebb2fix: quote flow scalars where a colon precedes a flow indicator (#773)ac16b425.2.1 released4a864e5Deps bump39f3211!!omap: addMapsupport and remove quadratic complexityff17f1eChangelog update8ed15f1deps bump1a562dcFix changelog linkc28ed5e5.2.0 releasedUpdates
typescriptfrom 6.0.3 to 7.0.2Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Updates
@types/nodefrom 25.9.5 to 26.1.1Commits