Skip to content

Commit

Permalink
Merge pull request #1899 from embroider-build/ts-upgrade
Browse files Browse the repository at this point in the history
typescript upgrade
  • Loading branch information
ef4 authored May 2, 2024
2 parents 4c21dd5 + b20fbc1 commit 9b46cf4
Show file tree
Hide file tree
Showing 16 changed files with 2,613 additions and 4,412 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jest": "^29.2.1",
"prettier": "^2.3.1",
"release-plan": "^0.9.0",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/yargs": "^17.0.3",
"rollup": "^3.23.0",
"tmp": "^0.1.0",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/semver": "^7.3.6",
"broccoli-node-api": "^1.7.0",
"typescript": "^5.1.6",
"typescript": "^5.4.5",
"webpack": "^5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"code-equality-assertions": "^0.9.0",
"ember-engines": "^0.8.19",
"scenario-tester": "^3.0.1",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@embroider/core": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/tmp": "^0.1.0",
"fixturify": "^2.1.1",
"tmp": "^0.1.0",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
2 changes: 1 addition & 1 deletion packages/hbs-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@embroider/core": "workspace:^",
"@types/node": "^15.12.2",
"typescript": "^5.1.6",
"typescript": "^5.4.5",
"webpack": "^5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"babel-plugin-ember-template-compilation": "^2.1.1",
"code-equality-assertions": "^0.9.0",
"scenario-tester": "^3.0.1",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@glint/template": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"concurrently": "^7.2.1",
"ember-source": "^4.12.0",
"ember-source": "^5.8.0",
"ember-template-lint": "^4.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -54,7 +54,7 @@
"prettier": "^2.5.1",
"rollup": "^3.23.0",
"tslib": "^2.6.0",
"typescript": "~5.2.2"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@embroider/core": "workspace:^2.0.0||^3.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/router/types/embroider__router/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
*/

import 'ember-source/types';
import 'ember-source/types/preview';

export {};
2 changes: 1 addition & 1 deletion packages/shared-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/tmp": "^0.1.0",
"fixturify": "^2.1.1",
"tmp": "^0.1.0",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"prettier": "^2.7.1",
"qunit": "^2.19.1",
"qunit-dom": "^2.0.0",
"typescript": "^5.1.6",
"typescript": "^5.4.5",
"webpack": "^5.74.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/mini-css-extract-plugin": "^1.4.3",
"@types/node": "^15.12.2",
"@types/semver": "^7.3.6",
"typescript": "^5.1.6",
"typescript": "^5.4.5",
"webpack": "^5.38.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9b46cf4

Please sign in to comment.