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/ArtifactDescription/ArtifactDescriptionTask 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 13053e9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"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",
"del": "^7.1.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"

},
"author": "Richard Fennell",
Expand Down

0 comments on commit 13053e9

Please sign in to comment.