Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.3.3 to 5.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Mar 9, 2024
1 parent bdfd445 commit 0259a94
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ branches:
- context: lint
- context: spelling
- context: typescript (5.3.3)
- context: typescript (5.4.2)
- context: typescript (latest)
strict: true
restrictions: null
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
matrix:
typescript-version:
- ${{ needs.preflight.outputs.version-typescript }}
- 5.3.3
- latest
steps:
- id: checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"sh-syntax": "0.4.2",
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"typescript": "5.3.3",
"typescript": "5.4.2",
"vitest": "1.3.1",
"yaml-eslint-parser": "1.2.2"
},
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ __metadata:
sh-syntax: "npm:0.4.2"
trash-cli: "npm:5.0.0"
ts-dedent: "npm:2.2.0"
typescript: "npm:5.3.3"
typescript: "npm:5.4.2"
vitest: "npm:1.3.1"
yaml-eslint-parser: "npm:1.2.2"
peerDependencies:
Expand Down Expand Up @@ -9915,6 +9915,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.4.2":
version: 5.4.2
resolution: "typescript@npm:5.4.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/f8cfdc630ab1672f004e9561eb2916935b2d267792d07ce93e97fc601c7a65191af32033d5e9c0169b7dc37da7db9bf320f7432bc84527cb7697effaa4e4559d
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
Expand All @@ -9925,6 +9935,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=d69c25"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/ef4fc2994cc0219dc9ada94c92106ba8d44cbfd7a0328ed6f8d730311caf66e114cdfa07fbc6f369bfc0fc182d9493851b3bf1644c06fc5818690b19ee960d72
languageName: node
linkType: hard

"uc.micro@npm:^1.0.1, uc.micro@npm:^1.0.5":
version: 1.0.6
resolution: "uc.micro@npm:1.0.6"
Expand Down

0 comments on commit 0259a94

Please sign in to comment.