Skip to content

Commit

Permalink
feat(core): drop support for TypeScript 4.6 and 4.7 (#47690)
Browse files Browse the repository at this point in the history
Updates the version range in the compiler to require at least TypeScript 4.8. Note that I'm keeping the backwards-compatibility layer for 4.7 around for now until internal projects have been migrated to 4.8.

BREAKING CHANGE:
TypeScript versions older than 4.8 are no longer supported.

PR Close #47690
  • Loading branch information
crisbeto authored and thePunderWoman committed Oct 10, 2022
1 parent 370aa34 commit ed11a13
Show file tree
Hide file tree
Showing 47 changed files with 7 additions and 8,916 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -36,7 +36,7 @@ var_4_win: &cache_key_win_fallback v10-angular-win-node-16-{{ checksum "month.tx

# Cache key for the `components-repo-unit-tests` job. **Note** when updating the SHA in the
# cache keys also update the SHA for the "COMPONENTS_REPO_COMMIT" environment variable.
var_5: &components_repo_unit_tests_cache_key v2-angular-components-{{ checksum "month.txt" }}-7a24e95bafbdeb697f74a48e275c2442bcbefc74
var_5: &components_repo_unit_tests_cache_key v2-angular-components-{{ checksum "month.txt" }}-72547a41d4230cea0c6a5448e85bd60cfc26bd35
var_6: &components_repo_unit_tests_cache_key_fallback v2-angular-components-{{ checksum "month.txt" }}

# Workspace initially persisted by the `setup` job, and then enhanced by `build-npm-packages`.
Expand Down
2 changes: 1 addition & 1 deletion .circleci/env.sh
Expand Up @@ -73,7 +73,7 @@ setPublicVar COMPONENTS_REPO_TMP_DIR "/tmp/angular-components-repo"
setPublicVar COMPONENTS_REPO_URL "https://github.com/angular/components.git"
setPublicVar COMPONENTS_REPO_BRANCH "main"
# **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI `config.yml`.
setPublicVar COMPONENTS_REPO_COMMIT "7a24e95bafbdeb697f74a48e275c2442bcbefc74"
setPublicVar COMPONENTS_REPO_COMMIT "72547a41d4230cea0c6a5448e85bd60cfc26bd35"

####################################################################################################
# Create shell script in /tmp for Bazel actions to access CI envs without
Expand Down
16 changes: 0 additions & 16 deletions integration/cli-hello-world-ts-47/.browserslistrc

This file was deleted.

13 changes: 0 additions & 13 deletions integration/cli-hello-world-ts-47/.editorconfig

This file was deleted.

46 changes: 0 additions & 46 deletions integration/cli-hello-world-ts-47/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions integration/cli-hello-world-ts-47/BUILD.bazel

This file was deleted.

27 changes: 0 additions & 27 deletions integration/cli-hello-world-ts-47/README.md

This file was deleted.

124 changes: 0 additions & 124 deletions integration/cli-hello-world-ts-47/angular.json

This file was deleted.

37 changes: 0 additions & 37 deletions integration/cli-hello-world-ts-47/e2e/protractor.conf.js

This file was deleted.

23 changes: 0 additions & 23 deletions integration/cli-hello-world-ts-47/e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions integration/cli-hello-world-ts-47/e2e/src/app.po.ts

This file was deleted.

13 changes: 0 additions & 13 deletions integration/cli-hello-world-ts-47/e2e/tsconfig.json

This file was deleted.

39 changes: 0 additions & 39 deletions integration/cli-hello-world-ts-47/karma.conf.js

This file was deleted.

0 comments on commit ed11a13

Please sign in to comment.