Skip to content

Commit

Permalink
chore: bump TS to 5.x (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Jan 23, 2024
1 parent 98e265d commit 10c65fd
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 144 deletions.
2 changes: 1 addition & 1 deletion configs/tsconfig-mongosh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"tsconfig.test.json"
],
"peerDependencies": {
"typescript": "^5.0.4"
"typescript": "^5.3.3"
},
"devDependencies": {
"@mongodb-js/prettier-config-devtools": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion configs/tsconfig-mongosh/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"esModuleInterop": true,
"downlevelIteration": true,
"strict": false,
"experimentalDecorators": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"target": "es2018",
Expand Down
107 changes: 57 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
"sinon-chai": "^3.5.0",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.0.14",
"ts-node": "^10.7.0",
"ts-node": "^10.9.2",
"ts-sinon": "^1.2.0",
"typescript": "^5.0.4",
"typescript": "^5.3.3",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"eslint": "^7.25.0",
"handlebars": "^4.7.7",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
"typescript": "^5.3.3"
}
}
3 changes: 1 addition & 2 deletions packages/i18n/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": "@mongodb-js/tsconfig-mongosh/tsconfig.common.json",
"compilerOptions": {
"outDir": "./lib",
"allowJs": true,
"experimentalDecorators": true
"allowJs": true
},
"include": ["src/**/*"],
"exclude": ["./src/**/*.spec.*"]
Expand Down
Loading

0 comments on commit 10c65fd

Please sign in to comment.