Skip to content

Commit

Permalink
Merge pull request #434 from tracked-tools/drop-ts-5.4
Browse files Browse the repository at this point in the history
Drop support for TypeScript < 5.5
  • Loading branch information
SergeAstapov authored Dec 26, 2024
2 parents 5af157e + a31a4c3 commit c5eade4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ jobs:
fail-fast: false
matrix:
ts-version:
- '5.4'
- '5.5'
- '5.6'
- '5.7'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Compatibility

This project follows the current draft of [the Semantic Versioning for TypeScript Types][semver] specification.

- **Currently supported TypeScript versions:** v5.4, 5.5, 5.6, and 5.7
- **Currently supported TypeScript versions:** 5.5, 5.6, and 5.7
- **Compiler support policy:** [simple majors][sm]
- **Public API:** all published types not in a `-private` module are public

Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.16.4",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.4.2"
"typescript": "^5.5.2"
},
"volta": {
"extends": "../package.json"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"ember-source": "^6.0.0",
"release-plan": "^0.11.0",
"typescript": "^5.4.2"
"typescript": "^5.5.2"
},
"packageManager": "pnpm@9.14.2",
"volta": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.0.2",
"tracked-built-ins": "workspace:*",
"typescript": "^5.4.2",
"typescript": "^5.5.2",
"webpack": "^5.94.0"
},
"engines": {
Expand Down

0 comments on commit c5eade4

Please sign in to comment.