-
Notifications
You must be signed in to change notification settings - Fork 14
Update OSMT to angular 16 #402
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c3f4d90
Update to angular 13
manuel-delvillar b321b80
Update to angular 14
manuel-delvillar 7f8f091
Update to angular 15
manuel-delvillar 1e8cf22
Update to angular 16
manuel-delvillar 3b6d2c8
Use ng.js instead of ng
manuel-delvillar 11f0bd6
Fix object is possibly null
manuel-delvillar 6a77b47
Update @ng-idle
manuel-delvillar de22148
Update popper
manuel-delvillar ceda374
Add allowed common js dependencies
manuel-delvillar aca0857
Update maven front end plugin
manuel-delvillar 51efb1a
Fix tests
manuel-delvillar 1ba1693
Set target es2022
manuel-delvillar e6c063e
Code comments
manuel-delvillar 76b5398
Add ESLint since TSLint is deprecated
manuel-delvillar 877efe1
Removed unused dependency
manuel-delvillar d05bb11
Update node & npm version
manuel-delvillar e5b23f1
Increased angular budget warning and error limits
Corpratespaz 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 was deleted.
Oops, something went wrong.
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,47 @@ | ||
| { | ||
| "root": true, | ||
| "ignorePatterns": [ | ||
| "projects/**/*" | ||
| ], | ||
| "overrides": [ | ||
| { | ||
| "files": [ | ||
| "*.ts" | ||
| ], | ||
| "extends": [ | ||
| "eslint:recommended", | ||
| "plugin:@typescript-eslint/recommended", | ||
| "plugin:@angular-eslint/recommended", | ||
| "plugin:@angular-eslint/template/process-inline-templates" | ||
| ], | ||
| "rules": { | ||
| "@angular-eslint/directive-selector": [ | ||
| "error", | ||
| { | ||
| "type": "attribute", | ||
| "prefix": "app", | ||
| "style": "camelCase" | ||
| } | ||
| ], | ||
| "@angular-eslint/component-selector": [ | ||
| "error", | ||
| { | ||
| "type": "element", | ||
| "prefix": "app", | ||
| "style": "kebab-case" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "files": [ | ||
| "*.html" | ||
| ], | ||
| "extends": [ | ||
| "plugin:@angular-eslint/template/recommended", | ||
| "plugin:@angular-eslint/template/accessibility" | ||
| ], | ||
| "rules": {} | ||
| } | ||
| ] | ||
| } |
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 |
|---|---|---|
|
|
@@ -36,6 +36,7 @@ speed-measure-plugin*.json | |
| .history/* | ||
|
|
||
| # misc | ||
| /.angular/cache | ||
| /.sass-cache | ||
| /connect.lock | ||
| /coverage | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.