Skip to content

Commit

Permalink
Bump TS and remove haci
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jan 9, 2025
1 parent 09fbd10 commit baa942a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ jobs:
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile

# Remove this once this Volar PR/issue is resolved/published:
# https://github.com/volarjs/volar.js/pull/259
- name: "Fix Volar MapIterator"
run: sed -i 's/MapIterator/IterableIterator/g' node_modules/@volar/language-core/lib/utils.d.ts
- name: Build
run: yarn build
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint": "^8.27.0",
"prettier": "^3.3.2",
"release-it": "^15.5.0",
"typescript": ">=5.4.0"
"typescript": ">=5.6.0"
},
"resolutions:notes": {
"@glimmer/validator": "Newer versions of @glimmer/* are ESM-only, and Glint is compiled to CJS, so newer versions of @glimmer/* are not compatible",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepack": "yarn build"
},
"peerDependencies": {
"typescript": ">=5.4.0"
"typescript": ">=5.6.0"
},
"dependencies": {
"@glimmer/syntax": "^0.84.3",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.compileroptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "Node16",
"moduleResolution": "Node16",
// changing this was necessary for WeakRef to be available (required/referenced in Volar)
"lib": ["ESNext", "dom"],
"lib": ["ES2021", "dom"],
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14152,11 +14152,16 @@ typescript-memoize@^1.0.0-alpha.3, typescript-memoize@^1.0.1:
resolved "https://registry.yarnpkg.com/typescript-memoize/-/typescript-memoize-1.1.1.tgz#02737495d5df6ebf72c07ba0d002e8f4cf5ccfa0"
integrity sha512-GQ90TcKpIH4XxYTI2F98yEQYZgjNMOGPpOgdjIBhaLaWji5HPWlRnZ4AeA1hfBxtY7bCGDJsqDDHk/KaHOl5bA==

typescript@*, typescript@>=5.4.0:
typescript@*:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==

typescript@>=5.6.0:
version "5.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
Expand Down

0 comments on commit baa942a

Please sign in to comment.