Skip to content

Commit

Permalink
client/ts-web: bump the dev group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dev group with 6 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` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.7` | `0.27.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |
| [webpack](https://github.com/webpack/webpack) | `5.95.0` | `5.97.0` |



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 `prettier` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.1)

Updates `typedoc` from 0.26.7 to 0.27.2
- [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.27.2)

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.97.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.95.0...v5.97.0)

---
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: prettier
  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-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 8444b42 commit 847c9f1
Show file tree
Hide file tree
Showing 5 changed files with 538 additions and 1,249 deletions.
12 changes: 6 additions & 6 deletions client-sdk/ts-web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"prettier": "^3.4.1",
"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.27.2",
"typescript": "^5.7.2",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"xhr2": "^0.2.1"
Expand Down
10 changes: 5 additions & 5 deletions client-sdk/ts-web/ext-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"devDependencies": {
"@oasisprotocol/client-rt": "^1.1.0",
"buffer": "^6.0.3",
"cypress": "^13.15.0",
"prettier": "^3.3.3",
"cypress": "^13.16.0",
"prettier": "^3.4.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"typedoc": "^0.27.2",
"typescript": "^5.7.2",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
Expand Down
Loading

0 comments on commit 847c9f1

Please sign in to comment.