Skip to content

Commit

Permalink
chore: typescript 5.7 (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto authored Dec 2, 2024
1 parent 173a123 commit 38ba179
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"scripts": {
"lint": "nx run-many --parallel --target lint --all",
"test": "nx run-many --parallel --target test --all",
"check-types": "nx run-many --parallel --target check-types --all",
"affected:lint": "nx affected --base=origin/main --head=HEAD --target=lint",
"affected:test": "nx affected --base=origin/main --head=HEAD --target=test",
"affected:e2e": "nx affected --base=origin/main --head=HEAD --target=e2e",
Expand Down Expand Up @@ -206,7 +207,7 @@
"ts-jest": "29.1.0",
"ts-node": "^10.9.2",
"tslib": "^2.3.0",
"typescript": "^5.3.3",
"typescript": "^5.7.2",
"url-loader": "^4.1.1",
"validate-npm-package-name": "^5.0.0",
"verdaccio": "^5.27.0",
Expand Down
3 changes: 1 addition & 2 deletions sdk/nestjs/src/VariableValue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function getParamDecoratorFactory(decorator: () => ParameterDecorator) {
}

describe('VariableValue', () => {
let ctx: ExecutionContext
let dvcClient: DevCycleClient
let dvcUser: DevCycleUser

Expand All @@ -40,7 +39,7 @@ describe('VariableValue', () => {
const defaultValue = 'default value'

const factory = getParamDecoratorFactory(VariableValue)
const value = factory({ key, default: defaultValue }, ctx)
const value = factory({ key, default: defaultValue })

expect(dvcClient.variableValue).toBeCalledWith(
dvcUser,
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15437,7 +15437,7 @@ __metadata:
ts-jest: 29.1.0
ts-node: ^10.9.2
tslib: ^2.3.0
typescript: ^5.3.3
typescript: ^5.7.2
ua-parser-js: ^1.0.36
url-loader: ^4.1.1
uuid: ^8.3.2
Expand Down Expand Up @@ -31111,7 +31111,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.2.2, typescript@npm:^5.3.3":
"typescript@npm:^5.2.2":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
Expand All @@ -31121,6 +31121,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b55300c4cefee8ee380d14fa9359ccb41ff8b54c719f6bc49b424899d662a5ce62ece390ce769568c7f4d14af844085255e63788740084444eb12ef423b13433
languageName: node
linkType: hard

"typescript@npm:~5.1.3":
version: 5.1.6
resolution: "typescript@npm:5.1.6"
Expand Down Expand Up @@ -31151,7 +31161,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>, typescript@patch:typescript@^5.3.3#~builtin<compat/typescript>":
"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=5da071"
bin:
Expand All @@ -31161,6 +31171,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.7.2#~builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#~builtin<compat/typescript>::version=5.7.2&hash=5da071"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 803430c6da2ba73c25a21880d8d4f08a56d9d2444e6db2ea949ac4abceeece8e4a442b7b9b585db7d8a0b47ebda2060e45fe8ee8b8aca23e27ec1d4844987ee6
languageName: node
linkType: hard

"typescript@patch:typescript@~5.1.3#~builtin<compat/typescript>":
version: 5.1.6
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=5da071"
Expand Down

0 comments on commit 38ba179

Please sign in to comment.