Skip to content
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

build(deps-dev): bump the nodejs-other group across 3 directories with 3 updates #1609

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
build(deps-dev): bump the nodejs-other group across 3 directories wit…
…h 3 updates

Bumps the nodejs-other group with 3 updates in the /nodejs directory: [typescript](/~https://github.com/microsoft/TypeScript), [@types/mocha](/~https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) and [@types/node](/~https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the nodejs-other group with 1 update in the /nodejs/packages/layer directory: [@types/mocha](/~https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha).
Bumps the nodejs-other group with 2 updates in the /nodejs/sample-apps/aws-sdk directory: [typescript](/~https://github.com/microsoft/TypeScript) and [@types/node](/~https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `typescript` from 5.6.3 to 5.7.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.6.3...v5.7.2)

Updates `@types/mocha` from 10.0.9 to 10.0.10
- [Release notes](/~https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](/~https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

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

Updates `@types/mocha` from 10.0.9 to 10.0.10
- [Release notes](/~https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](/~https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Updates `typescript` from 5.6.3 to 5.7.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.6.3...v5.7.2)

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

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nodejs-other
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nodejs-other
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nodejs-other
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nodejs-other
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
commit b23f3849bcb94954b59aa7623e05022ad64616d2
28 changes: 13 additions & 15 deletions nodejs/package-lock.json

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

2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lerna": "^8.1.8",
"lerna-changelog": "2.2.0",
"rimraf": "6.0.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"changelog": {
"labels": {
Expand Down
126 changes: 63 additions & 63 deletions nodejs/packages/layer/package-lock.json

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

2 changes: 1 addition & 1 deletion nodejs/packages/layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@opentelemetry/sdk-trace-node": "^1.27.0"
},
"devDependencies": {
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"@types/sinon": "^17.0.3",
"mocha": "^10.8.2",
"sinon": "^19.0.2",
Expand Down
16 changes: 8 additions & 8 deletions nodejs/sample-apps/aws-sdk/package-lock.json

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

4 changes: 2 additions & 2 deletions nodejs/sample-apps/aws-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
],
"devDependencies": {
"@types/aws-lambda": "8.10.145",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"bestzip": "2.2.1",
"copyfiles": "2.4.1",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"dependencies": {
"aws-sdk": "2.1692.0"
Expand Down
Loading