Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.4.0-beta to 5.4.5
Browse files Browse the repository at this point in the history
- closes #419

Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Apr 12, 2024
1 parent e7baba2 commit b1756f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ branches:
- context: lint
- context: spelling
- context: typescript (5.3.3)
- context: typescript (5.4.0-beta)
- context: typescript (5.4.5)
- context: typescript (latest)
strict: true
restrictions: null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ jobs:
fail-fast: false
matrix:
typescript-version:
- 5.3.3
- ${{ 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 @@ -124,7 +124,7 @@
"sh-syntax": "0.4.2",
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"typescript": "5.4.0-beta",
"typescript": "5.4.5",
"vite": "5.2.8",
"vitest": "1.4.0",
"yaml-eslint-parser": "1.2.2"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ __metadata:
sh-syntax: "npm:0.4.2"
trash-cli: "npm:5.0.0"
ts-dedent: "npm:2.2.0"
typescript: "npm:5.4.0-beta"
typescript: "npm:5.4.5"
vite: "npm:5.2.8"
vitest: "npm:1.4.0"
yaml-eslint-parser: "npm:1.2.2"
Expand Down Expand Up @@ -9487,13 +9487,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.4.0-beta":
version: 5.4.0-beta
resolution: "typescript@npm:5.4.0-beta"
"typescript@npm:5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/380556e1a843d1649ad1834eeacef491b28cf69951b6b7b41a413a49b15b88777961adff98140c900bef35c6bdcf6df1e09b6ebdff352ca8c3269deb971843b6
checksum: 10/d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
languageName: node
linkType: hard

Expand All @@ -9507,13 +9507,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.0-beta#optional!builtin<compat/typescript>":
version: 5.4.0-beta
resolution: "typescript@patch:typescript@npm%3A5.4.0-beta#optional!builtin<compat/typescript>::version=5.4.0-beta&hash=d69c25"
"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=d69c25"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/7188bd33c638cb19595e122eab95eae608b465873e837ea49df9e46c7a8e9c62e68d67a49e262d628d8c9263959fe92127b5f8cab34509c31b7920b8fcbaad20
checksum: 10/584be8bac7112ad49a9eb9992f71d542b1ff2fafb5bb315e1c196145e8feab589f1d7223cfb2d5df6770789582e6918f8287d1f2f89911b38eb80e29c560ad00
languageName: node
linkType: hard

Expand Down

0 comments on commit b1756f9

Please sign in to comment.