Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#1401)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3.
- [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.6.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Miguel Angel Rojo <[email protected]>
  • Loading branch information
dependabot[bot] and freemanzMrojo authored Oct 9, 2024
1 parent 29fd2d0 commit 9a56b0e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/sdk-hardhat-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.0",
"typescript": "^5.4.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion apps/sdk-node-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.3.3"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"expect": "^29.7.0",
"ts-node-test": "^0.4.4",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"turbo": "^2.1.3",
"typedoc": "^0.26.8",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"peerDependencies": {
"hardhat": "^2.22.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"cross-env": "^7.0.3",
"testcontainers": "^10.13.1",
"tsup": "^8.3.0",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11177,10 +11177,10 @@ typedoc@^0.26.8:
shiki "^1.16.2"
yaml "^2.5.1"

typescript@^5, typescript@^5.3.3, typescript@^5.4.2, typescript@^5.5.4:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
typescript@^5, typescript@^5.6.3:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==

typical@^4.0.0:
version "4.0.0"
Expand Down

1 comment on commit 9a56b0e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.07% (4190/4229) 97.74% (1388/1420) 99.08% (870/878)
Title Tests Skipped Failures Errors Time
core 799 0 💤 0 ❌ 0 🔥 1m 47s ⏱️
network 735 0 💤 0 ❌ 0 🔥 4m 42s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 16.603s ⏱️

Please sign in to comment.