Skip to content

Commit

Permalink
chore: Upgrade to TypeScript 5.1.6 (#1518)
Browse files Browse the repository at this point in the history
* Bump typescript

* Fix TS versions

* Fix undefined in decorators

* Fix ts-patch on core

* Fix tests

* Remove unused code

* Fix website version

* Update lock

* Add change file
  • Loading branch information
NickSeagull authored Jan 30, 2024
1 parent e05e99e commit f331e03
Show file tree
Hide file tree
Showing 30 changed files with 337 additions and 277 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"mocha.requires": ["ts-node/register"],
"mocha.files.glob": "packages/*/test/**/*.ts",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": false
"source.fixAll.eslint": "never"
},
"monorepoWorkspace.includeRoot": false,
"cSpell.words": ["codeql", "codesee"],
"mochaExplorer.files": "packages/**test/**/*.test.ts",
"mochaExplorer.require": "ts-node/register"
"mochaExplorer.require": "ts-node/register",
"typescript.tsdk": "packages/framework-core/node_modules/typescript/lib"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Bump TypeScript to 5.1.6",
"type": "minor"
}
],
"packageName": "@boostercloud/framework-core"
}
Loading

0 comments on commit f331e03

Please sign in to comment.