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

chore(deps-dev): Bump typescript from 5.5.4 to 5.6.3 #1412

Merged
merged 4 commits into from
Nov 8, 2024
Merged
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
4 changes: 2 additions & 2 deletions package.json
v-rakeshsh marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@axe-core/puppeteer": "^4.9.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.136",
"@types/node": "^18.16.2",
"@types/node": "^18.19.57",
"@types/yargs": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.4.0",
Expand All @@ -43,7 +43,7 @@
"semantic-release": "^22.0.0",
"ts-jest": "^29.2.3",
"typemoq": "^2.1.0",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"resolutions": {
"ansi-regex@^4.1.0": "^5.0.1",
Expand Down
37 changes: 23 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2109,10 +2109,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.16.2":
version: 18.16.2
resolution: "@types/node@npm:18.16.2"
checksum: 7ad66d23b3b93885a9f879bff98e0196790ad35589b47a3d81b52db969ad17ee298082020296df5166c2d72d3cd6a4b9ab34d254483637d967944a4b3e6febdb
"@types/node@npm:^18.19.57":
version: 18.19.57
resolution: "@types/node@npm:18.19.57"
dependencies:
undici-types: ~5.26.4
checksum: d7be072513df5f6b14384dc284561ddf4e6393ce85b8fd3cc9ab0c0a7abd03bfdab6519548dab7c743ec9dfca9ce686dde2db0fbbf1d357e0822b4f99a54b193
languageName: node
linkType: hard

Expand Down Expand Up @@ -2707,7 +2709,7 @@ __metadata:
"@puppeteer/browsers": ^2.1.0
"@types/jest": ^29.5.12
"@types/lodash": ^4.14.136
"@types/node": ^18.16.2
"@types/node": ^18.19.57
"@types/sarif": ">=2.1.1 <=2.1.8"
"@types/yargs": ^17.0.8
"@typescript-eslint/eslint-plugin": ^6.7.4
Expand All @@ -2726,7 +2728,7 @@ __metadata:
semantic-release: ^22.0.0
ts-jest: ^29.2.3
typemoq: ^2.1.0
typescript: ^5.5.4
typescript: ^5.6.3
yargs: ^17.0.0
bin:
axe-sarif-converter: dist/cli.js
Expand Down Expand Up @@ -9642,23 +9644,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
"typescript@npm:^5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b309040f3a1cd91c68a5a58af6b9fdd4e849b8c42d837b2c2e73f9a4f96a98c4f1ed398a9aab576ee0a4748f5690cf594e6b99dbe61de7839da748c41e6d6ca8
checksum: ba302f8822777ebefb28b554105f3e074466b671e7444ec6b75dadc008a62f46f373d9e57ceced1c433756d06c8b7dc569a7eefdf3a9573122a49205ff99021a
languageName: node
linkType: hard

"typescript@patch:typescript@^5.5.4#~builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#~builtin<compat/typescript>::version=5.5.4&hash=85af82"
"typescript@patch:typescript@^5.6.3#~builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#~builtin<compat/typescript>::version=5.6.3&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: fc52962f31a5bcb716d4213bef516885e4f01f30cea797a831205fc9ef12b405a40561c40eae3127ab85ba1548e7df49df2bcdee6b84a94bfbe3a0d7eff16b14
checksum: ade87bce2363ee963eed0e4ca8a312ea02c81873ebd53609bc3f6dc0a57f6e61ad7e3fb8cbb7f7ab8b5081cbee801b023f7c4823ee70b1c447eae050e6c7622b
languageName: node
linkType: hard

Expand All @@ -9681,6 +9683,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"unicode-emoji-modifier-base@npm:^1.0.0":
version: 1.0.0
resolution: "unicode-emoji-modifier-base@npm:1.0.0"
Expand Down