Skip to content

Commit e3cac8b

Browse files
build(deps-dev): bump @types/node from 22.19.1 to 25.0.9 (#5681)
* build(deps-dev): bump @types/node from 22.19.1 to 25.0.9 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.1 to 25.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.9 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Revert "build(deps-dev): bump @types/node from 22.19.1 to 25.0.9" This reverts commit 08d2265. * chore(dependabot): stop pushing @types/node --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will Harney <wharney@salesforce.com>
1 parent adb91b6 commit e3cac8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ updates:
1212
labels:
1313
- 'USER STORY'
1414
ignore:
15-
# As a library, we want to avoid bumping TypeScript, so that we don't accidentally use
16-
# language features from a version newer than our downstream users have installed
15+
# As a library, we intentionally avoid updating TypeScript and @types/node so that we
16+
# don't accidentally use features from a version newer than our downstream users have installed
1717
- dependency-name: 'typescript'
18+
- dependency-name: '@types/node'
1819
groups:
1920
# Most minor/patch version bumps are harmless, so we group them together
2021
# Major version bumps typically require manual intervention, so they get individual PRs (default behavior)

0 commit comments

Comments
 (0)