-
Notifications
You must be signed in to change notification settings - Fork 314
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
chore: updates angular starters to v17 #1817
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7335240
chore(ci): bump workflows to run on node v20
sean-perkins 75699e6
chore: updates angular starters to v17
sean-perkins b38c8dc
fix: lint operation for angular starters
sean-perkins 612e708
fix: apply same fix to standalone base
sean-perkins aea77fb
Merge branch 'main' into sp/angular-17
liamdebeasi 109ebde
chore: migrate angular.json
sean-perkins 97f2811
Merge branch 'sp/angular-17' of https://github.com/ionic-team/starter…
sean-perkins f2472e9
Merge branch 'main' into sp/angular-17
liamdebeasi 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 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 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 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 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 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 |
---|---|---|
|
@@ -13,48 +13,46 @@ | |
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^16.0.0", | ||
"@angular/common": "^16.0.0", | ||
"@angular/compiler": "^16.0.0", | ||
"@angular/core": "^16.0.0", | ||
"@angular/forms": "^16.0.0", | ||
"@angular/platform-browser": "^16.0.0", | ||
"@angular/platform-browser-dynamic": "^16.0.0", | ||
"@angular/router": "^16.0.0", | ||
"@angular/animations": "^17.0.2", | ||
"@angular/common": "^17.0.2", | ||
"@angular/compiler": "^17.0.2", | ||
"@angular/core": "^17.0.2", | ||
"@angular/forms": "^17.0.2", | ||
"@angular/platform-browser": "^17.0.2", | ||
"@angular/platform-browser-dynamic": "^17.0.2", | ||
"@angular/router": "^17.0.2", | ||
"@ionic/angular": "^7.0.0", | ||
"ionicons": "^7.0.0", | ||
"rxjs": "~7.8.0", | ||
"tslib": "^2.3.0", | ||
"zone.js": "~0.13.0" | ||
"zone.js": "~0.14.2" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^16.0.0", | ||
"@angular-eslint/builder": "^16.0.0", | ||
"@angular-eslint/eslint-plugin": "^16.0.0", | ||
"@angular-eslint/eslint-plugin-template": "^16.0.0", | ||
"@angular-eslint/template-parser": "^16.0.0", | ||
"@angular-eslint/schematics": "^16.0.0", | ||
"@angular/cli": "^16.0.0", | ||
"@angular/compiler-cli": "^16.0.0", | ||
"@angular/language-service": "^16.0.0", | ||
"@angular-devkit/build-angular": "^17.0.0", | ||
"@angular-eslint/builder": "^17.0.0", | ||
"@angular-eslint/eslint-plugin": "^17.0.0", | ||
"@angular-eslint/eslint-plugin-template": "^17.0.0", | ||
"@angular-eslint/schematics": "^17.0.0", | ||
"@angular-eslint/template-parser": "^17.0.0", | ||
"@angular/cli": "^17.0.0", | ||
"@angular/compiler-cli": "^17.0.2", | ||
"@angular/language-service": "^17.0.2", | ||
"@ionic/angular-toolkit": "^9.0.0", | ||
"@types/jasmine": "~4.3.0", | ||
"@types/node": "^12.11.1", | ||
"@typescript-eslint/eslint-plugin": "5.3.0", | ||
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. Upgraded the lint plugin to v6 as a result of this error:
|
||
"@typescript-eslint/parser": "5.3.0", | ||
"@types/jasmine": "~5.1.0", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"eslint": "^7.26.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-jsdoc": "30.7.6", | ||
"eslint-plugin-prefer-arrow": "1.2.2", | ||
"jasmine-core": "~4.6.0", | ||
"jasmine-core": "~5.1.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"karma": "~6.4.0", | ||
"karma-chrome-launcher": "~3.2.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-coverage-istanbul-reporter": "~3.0.2", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.0.0", | ||
"karma-jasmine-html-reporter": "~2.1.0", | ||
"ts-node": "^8.3.0", | ||
"typescript": "~5.0.2" | ||
"typescript": "~5.2.2" | ||
} | ||
} |
This file contains 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 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
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.
After upgrading the lint package, using the
@
resulted in an error: