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

client/ts-web: bump the dev group across 1 directory with 5 updates #2079

Closed
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
client/ts-web: bump the dev group across 1 directory with 5 updates
Bumps the dev group with 5 updates in the /client-sdk/ts-web directory:

| Package | From | To |
| --- | --- | --- |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.13` | `29.5.14` |
| [cypress](https://github.com/cypress-io/cypress) | `13.15.0` | `13.16.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.7` | `0.26.11` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |
| [webpack](https://github.com/webpack/webpack) | `5.95.0` | `5.96.1` |



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

Updates `cypress` from 13.15.0 to 13.16.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.15.0...v13.16.0)

Updates `typedoc` from 0.26.7 to 0.26.11
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.7...v0.26.11)

Updates `typescript` from 5.6.2 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.2...v5.7.2)

Updates `webpack` from 5.95.0 to 5.96.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.95.0...v5.96.1)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 62311278c816f2f9b392a6712b3f0e9cc1bcab94
10 changes: 5 additions & 5 deletions client-sdk/ts-web/core/package.json
Original file line number Diff line number Diff line change
@@ -34,18 +34,18 @@
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"buffer": "^6.0.3",
"cypress": "^13.15.0",
"cypress": "^13.16.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"process": "^0.11.10",
"protobufjs-cli": "^1.1.3",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"typedoc": "^0.26.11",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"xhr2": "^0.2.1"
8 changes: 4 additions & 4 deletions client-sdk/ts-web/ext-utils/package.json
Original file line number Diff line number Diff line change
@@ -29,13 +29,13 @@
"devDependencies": {
"@oasisprotocol/client-rt": "^1.1.0",
"buffer": "^6.0.3",
"cypress": "^13.15.0",
"cypress": "^13.16.0",
"prettier": "^3.3.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"typedoc": "^0.26.11",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
527 changes: 267 additions & 260 deletions client-sdk/ts-web/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions client-sdk/ts-web/rt/package.json
Original file line number Diff line number Diff line change
@@ -29,17 +29,17 @@
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"buffer": "^6.0.3",
"cypress": "^13.15.0",
"cypress": "^13.16.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"typedoc": "^0.26.11",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
6 changes: 3 additions & 3 deletions client-sdk/ts-web/signer-ledger/package.json
Original file line number Diff line number Diff line change
@@ -30,9 +30,9 @@
"prettier": "^3.3.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"typedoc": "^0.26.11",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}