Skip to content

Commit

Permalink
Bump the dev-dependencies group
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /Extensions/BuildUpdating/BuildVariableTask with 3 updates: [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `azure-pipelines-task-lib` from 4.10.1 to 4.11.0
- [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits)

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

Updates `typescript` from 5.4.4 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.4...v5.4.5)

---
updated-dependencies:
- dependency-name: azure-pipelines-task-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent ca2fc98 commit 6f2bdff
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions Extensions/BuildUpdating/BuildVariableTask/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Extensions/BuildUpdating/BuildVariableTask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"main": "test.js",
"dependencies": {
"azure-devops-node-api": "^13.0.0",
"azure-pipelines-task-lib": "^4.10.1",
"azure-pipelines-task-lib": "^4.11.0",
"fs": "0.0.1-security",
"ncp": "^2.0.0",
"rimraf": "^5.0.5"
},
"devDependencies": {
"@types/node": "^20.12.5",
"@types/node": "^20.12.7",
"tslint": "^6.1.3",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"ts-node": "^10.9.2",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
Expand Down

0 comments on commit 6f2bdff

Please sign in to comment.