Skip to content

Commit

Permalink
deps(workbench): update @scion/workbench to Angular 15
Browse files Browse the repository at this point in the history
closes #347

BREAKING CHANGE: Updating `@scion/workbench` to Angular 15 introduced a breaking change.

To migrate:
- update your application to Angular 15.x; for detailed migration instructions, refer to https://v15.angular.io/guide/update-to-latest-version;
- update @scion/components to version 15; for detailed migration instructions, refer to https://github.com/SchweizerischeBundesbahnen/scion-toolkit/blob/master/CHANGELOG_COMPONENTS.md;
  • Loading branch information
Marcarrian committed Jan 24, 2023
1 parent f9378e0 commit c3e3dc1
Show file tree
Hide file tree
Showing 39 changed files with 6,202 additions and 5,618 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@
"files": [
"*.ts"
],
"parserOptions": {
"project": [
"tsconfig.json"
]
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates",
Expand Down
8 changes: 8 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,5 +347,13 @@
}
}
}
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
26 changes: 0 additions & 26 deletions apps/workbench-client-testing-app/.browserslistrc

This file was deleted.

4 changes: 1 addition & 3 deletions apps/workbench-client-testing-app/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"*.ts"
],
"parserOptions": {
"project": [
"apps/workbench-client-testing-app/tsconfig.app.eslint.json"
]
"project": "apps/workbench-client-testing-app/tsconfig.app.eslint.json"
},
"rules": {
"@angular-eslint/directive-selector": [
Expand Down
26 changes: 0 additions & 26 deletions apps/workbench-testing-app/.browserslistrc

This file was deleted.

4 changes: 1 addition & 3 deletions apps/workbench-testing-app/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"*.ts"
],
"parserOptions": {
"project": [
"apps/workbench-testing-app/tsconfig.app.eslint.json"
]
"project": "apps/workbench-testing-app/tsconfig.app.eslint.json"
},
"rules": {
"@angular-eslint/directive-selector": [
Expand Down
Loading

0 comments on commit c3e3dc1

Please sign in to comment.