Skip to content

Bump the minors group across 1 directory with 4 updates #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the minors group across 1 directory with 4 updates
Bumps the minors group with 4 updates in the /backup directory: [@tsconfig/node22](https://github.com/tsconfig/bases/tree/HEAD/bases), [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@tsconfig/node22` from 22.0.0 to 22.0.1
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

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

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

Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

---
updated-dependencies:
- dependency-name: "@tsconfig/node22"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minors
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2025
commit b232975742b053333b7490ed33ea39a47d2be09b
8 changes: 4 additions & 4 deletions backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"morgan": "^1.10.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/express": "^5.0.0",
"@tsconfig/node22": "^22.0.1",
"@types/express": "^5.0.1",
"@types/morgan": "^1.9.9",
"@types/node": "^22.13.5",
"typescript": "^5.7.3"
"@types/node": "^22.13.14",
"typescript": "^5.8.2"
},
"engines": {
"node": "22"
Expand Down
55 changes: 27 additions & 28 deletions backup/pnpm-lock.yaml

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

Loading