-
Notifications
You must be signed in to change notification settings - Fork 19
chore(components-angular): update to Angular 20 #5963
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
Open
alionazherdetska
wants to merge
5
commits into
release/v9
Choose a base branch
from
5963-update-angular-dependencies-in-the-components-angular-package
base: release/v9
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
76cf3f5
chore(components-angular): update to Angular 20
alionazherdetska 4ec4e64
added a changeset
alionazherdetska f5e0bf7
Update lucky-chicken-clean.md
alionazherdetska cc633cc
Merge branch 'release/v9' into 5963-update-angular-dependencies-in-thβ¦
alionazherdetska 11b3d25
Merge branch 'release/v9' into 5963-update-angular-dependencies-in-thβ¦
alionazherdetska File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@swisspost/design-system-components-angular': patch | ||
| --- | ||
|
|
||
| Updated the project to use Angular version 20. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| "prefix": "lib", | ||
| "architect": { | ||
| "build": { | ||
| "builder": "@angular-devkit/build-angular:ng-packagr", | ||
| "builder": "@angular/build:ng-packagr", | ||
| "options": { | ||
| "project": "projects/components/ng-package.json" | ||
| }, | ||
|
|
@@ -25,7 +25,7 @@ | |
| "defaultConfiguration": "production" | ||
| }, | ||
| "test": { | ||
| "builder": "@angular-devkit/build-angular:karma", | ||
| "builder": "@angular/build:karma", | ||
| "options": { | ||
| "tsConfig": "projects/components/tsconfig.spec.json", | ||
| "polyfills": ["zone.js", "zone.js/testing"] | ||
|
|
@@ -51,7 +51,7 @@ | |
| "prefix": "app", | ||
| "architect": { | ||
| "build": { | ||
| "builder": "@angular-devkit/build-angular:application", | ||
| "builder": "@angular/build:application", | ||
| "options": { | ||
| "outputPath": { | ||
| "base": "dist/consumer-app", | ||
|
|
@@ -92,7 +92,7 @@ | |
| "defaultConfiguration": "production" | ||
| }, | ||
| "serve": { | ||
| "builder": "@angular-devkit/build-angular:dev-server", | ||
| "builder": "@angular/build:dev-server", | ||
| "configurations": { | ||
| "production": { | ||
| "buildTarget": "consumer-app:build:production" | ||
|
|
@@ -104,13 +104,13 @@ | |
| "defaultConfiguration": "development" | ||
| }, | ||
| "extract-i18n": { | ||
| "builder": "@angular-devkit/build-angular:extract-i18n", | ||
| "builder": "@angular/build:extract-i18n", | ||
| "options": { | ||
| "buildTarget": "consumer-app:build" | ||
| } | ||
| }, | ||
| "test": { | ||
| "builder": "@angular-devkit/build-angular:karma", | ||
| "builder": "@angular/build:karma", | ||
| "options": { | ||
| "polyfills": ["zone.js", "zone.js/testing"], | ||
| "tsConfig": "projects/consumer-app/tsconfig.spec.json", | ||
|
|
@@ -174,5 +174,31 @@ | |
| "cli": { | ||
| "packageManager": "pnpm", | ||
| "schematicCollections": ["@cypress/schematic", "@schematics/angular"] | ||
| }, | ||
| "schematics": { | ||
| "@schematics/angular:component": { | ||
| "type": "component" | ||
| }, | ||
| "@schematics/angular:directive": { | ||
| "type": "directive" | ||
| }, | ||
| "@schematics/angular:service": { | ||
| "type": "service" | ||
| }, | ||
| "@schematics/angular:guard": { | ||
| "typeSeparator": "." | ||
| }, | ||
| "@schematics/angular:interceptor": { | ||
| "typeSeparator": "." | ||
| }, | ||
| "@schematics/angular:module": { | ||
| "typeSeparator": "." | ||
| }, | ||
| "@schematics/angular:pipe": { | ||
| "typeSeparator": "." | ||
| }, | ||
| "@schematics/angular:resolver": { | ||
| "typeSeparator": "." | ||
| } | ||
|
Comment on lines
+177
to
+202
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was this added automatically? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, after I ran |
||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changeset is not needed, the peer dependency was already set to support Angular 20.