12
0
Fork 0
mirror of https://github.com/Azure/setup-kubectl.git synced 2026-07-03 00:49:30 +00:00

Bump @types/node from 25.9.3 to 26.0.0 in the actions group (#274)
Some checks are pending
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration test for setup-kubectl / Validate release and master branch (push) Waiting to run
Run prettify / Prettier Check (push) Waiting to run
Run unit tests. / build (push) Waiting to run

Bumps the actions group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 25.9.3 to 26.0.0
- [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: 26.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-06-22 13:55:23 -07:00 committed by GitHub
parent 6506a34208
commit f2768a48a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -26,7 +26,7 @@
"@actions/tool-cache": "^4.0.0"
},
"devDependencies": {
"@types/node": "^25.9.3",
"@types/node": "^26.0.0",
"esbuild": "^0.28.1",
"husky": "^9.1.7",
"prettier": "3.8.4",