Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.2.2 to 5.3.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent 631ec26 commit 5db08fb
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion build-packages/check-pr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"eslint": "^8.55.0",
"mock-fs": "^5.2.0",
"prettier": "^3.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion build-packages/get-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"depcheck": "^1.4.7",
"eslint": "^8.55.0",
"prettier": "^3.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"ts-node": "^10.9.2",
"turbo": "^1.11.2",
"typedoc": "^0.25.4",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
},
"resolutions": {
"@sap/cds": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"devDependencies": {
"mock-fs": "^5.2.0",
"nock": "^13.4.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/generator-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"fast-levenshtein": "~3.0.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"prettier": "^3.1.1",
"yargs": "^17.7.2",
"voca": "^1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"fast-xml-parser": "^4.3.2",
"fs-extra": "^11.2.0",
"ts-morph": "^21.0.1",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"voca": "^1.4.1",
"winston": "^3.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"https-proxy-agent": "^7.0.2",
"nock": "^13.4.0",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"jsonwebtoken": "^9.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/mail-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/nodemailer": "^6.4.14",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"nock": "^13.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/odata-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"voca": "^1.4.1"
},
"devDependencies": {
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"@sap-cloud-sdk/test-services-odata-common": "^3.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/odata-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"@sap-cloud-sdk/test-services-odata-v2": "^3.9.0",
"@sap-cloud-sdk/resilience": "^3.9.0",
"nock": "^13.4.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/odata-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"devDependencies": {
"@sap-cloud-sdk/test-services-odata-v4": "^3.9.0",
"nock": "^13.4.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"@types/js-yaml": "^4.0.9",
"mock-fs": "^5.2.0",
"prettier": "^3.1.1",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
},
"devDependencies": {
"nock": "^13.4.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/resilience/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"@types/async-retry": "^1.4.8",
"@types/opossum": "^8.1.6",
"nock": "^13.4.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/temporal-de-serializers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@sap-cloud-sdk/odata-common": "^3.9.0"
},
"devDependencies": {
"typescript": "~5.2.2"
"typescript": "~5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/test-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"mock-fs": "^5.2.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"nock": "^13.4.0",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"mock-fs": "^5.2.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9657,10 +9657,10 @@ typescript@^4.0.0, typescript@^4.5.5:
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typescript@^5.2.2, typescript@~5.2.2:
version "5.2.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
typescript@^5.3.3, typescript@~5.3.3:
version "5.3.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

uglify-js@^3.1.4:
version "3.17.4"
Expand Down

0 comments on commit 5db08fb

Please sign in to comment.