Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .claude/settings.local.json

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ jobs:
run: 'pnpm add --save-dev ${{ matrix.typescript-scenario}}'
working-directory: ./test-app
- name: 'Type checking'

run: |
pnpm --filter test-app exec tsc -v;
pnpm --filter test-app exec glint --version;
pnpm --filter test-app exec glint;
pnpm --filter test-app exec ember-tsc --version;
pnpm --filter test-app exec ember-tsc --noEmit;


default_tests:
Expand Down
6 changes: 2 additions & 4 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"lint:types": "glint",
"lint:types": "ember-tsc --noEmit",
"start": "vite",
"test": "pnpm test:ember",
"test:ember": "pnpm build:test && pnpm dist:ember:test",
Expand All @@ -43,9 +43,7 @@
"@embroider/macros": "^1.19.7",
"@embroider/vite": "^1.5.2",
"@glimmer/component": "^2.0.0",
"@glint/core": "1.5.2",
"@glint/environment-ember-loose": "1.5.2",
"@glint/environment-ember-template-imports": "1.5.2",
"@glint/ember-tsc": "^1.1.1",
"@glint/template": "1.7.4",
"@html-next/vertical-collection": "^5.0.2",
"@rollup/plugin-babel": "^6.1.0",
Expand Down
3 changes: 0 additions & 3 deletions docs-app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "@tsconfig/ember/tsconfig.json",
"glint": {
"environment": ["ember-template-imports"]
},
"compilerOptions": {
"noEmitOnError": false,
"allowSyntheticDefaultImports": true,
Expand Down
31 changes: 0 additions & 31 deletions docs-app/types/glint-registry.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"test": "pnpm turbo --filter test-app test"
},
"devDependencies": {
"@glint/core": "1.5.2",
"@glint/ember-tsc": "^1.1.1",
"concurrently": "^9.2.1",
"prettier": "^3.8.1",
"release-plan": "^0.17.4",
"turbo": "^2.8.10"
},
"packageManager": "pnpm@10.28.2",
"engines": {
"node": "22.14.0"
"node": "24.11.1"
},
"volta": {
"node": "24.11.1",
Expand Down
Loading
Loading