Skip to content

Commit

Permalink
Update typescript & enable verbatimModuleSyntax
Browse files Browse the repository at this point in the history
Update typescript to latest and update typescript config to enable `verbatimModuleSyntax`, which is the default in the latest `@tsconfig/ember`, so tests will catch violations of that option, and consumers can use it.
  • Loading branch information
bendemboski committed Nov 27, 2023
1 parent 32f273d commit 6416464
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"expect-type": "^0.13.0",
"prettier": "^2.7.1",
"release-it": "^14.14.2",
"typescript": "^4.8.4",
"typescript": "^5.3.2",
"validated-changeset": "^1.3.2"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"baseUrl": ".",
"module": "es6",
"experimentalDecorators": true,
"verbatimModuleSyntax": true,
"paths": {
"@gavant/glint-template-types/*": ["*"]
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9886,10 +9886,10 @@ typescript-memoize@^1.0.0-alpha.3, typescript-memoize@^1.0.1:
resolved "https://registry.yarnpkg.com/typescript-memoize/-/typescript-memoize-1.1.0.tgz#4a8f512d06fc995167c703a3592219901db8bc79"
integrity sha512-LQPKVXK8QrBBkL/zclE6YgSWn0I8ew5m0Lf+XL00IwMhlotqRLlzHV+BRrljVQIc+NohUAuQP7mg4HQwrx5Xbg==

typescript@^4.8.4:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==

ua-parser-js@^0.7.31:
version "0.7.31"
Expand Down

0 comments on commit 6416464

Please sign in to comment.