Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): drop support for TypeScript 4.6 and 4.7 #47690

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.