Skip to content

Commit

Permalink
build(npm): bump the non-breaking group with 3 updates (#109)
Browse files Browse the repository at this point in the history
Bumps the non-breaking group with 3 updates: [grammy](https://github.com/grammyjs/grammY), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `grammy` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/grammyjs/grammY/releases)
- [Commits](grammyjs/grammY@v1.29.0...v1.30.0)

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

Updates `typescript` from 5.5.4 to 5.6.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.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: grammy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent f462f47 commit 21ebcd1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
33 changes: 16 additions & 17 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@grammyjs/storage-file": "^2.0.0",
"async-mqtt": "^2.0.0",
"debounce-promise": "^3.1.0",
"grammy": "^1.29.0",
"grammy": "^1.30.0",
"grammy-inline-menu": "^9.0.0",
"json-stable-stringify": "^1.0.1",
"telegraf-middleware-console-time": "^2.1.0",
Expand All @@ -32,8 +32,8 @@
"@sindresorhus/tsconfig": "^6.0.0",
"@types/debounce-promise": "^3.1.3",
"@types/json-stable-stringify": "^1.0.32",
"@types/node": "^20.16.2",
"typescript": "^5.5.2",
"@types/node": "^20.16.10",
"typescript": "^5.6.2",
"xo": "^0.59.3"
},
"xo": {
Expand Down

0 comments on commit 21ebcd1

Please sign in to comment.