Skip to content

Commit

Permalink
BREAKING CHANGES: upgrade angular 16 (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 authored and github-actions committed Aug 24, 2023
1 parent d1b6d85 commit 79b2faa
Show file tree
Hide file tree
Showing 60 changed files with 45,867 additions and 45,119 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
paths:
- 'libs/tokens/**'
- 'libs/tokens/src/**'

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Certain covalent version are meant for certain angular versions, and here is the
| 4.X | 12.X / 13.X |
| 5.X | 14.X |
| 6.X | 15.X |
| 7.X | 16.X |

## Browser Support

Expand Down
2 changes: 1 addition & 1 deletion apps/docs-app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
}
},
"scsslint": {
"executor": "@nrwl/workspace:run-commands",
"executor": "nx:run-commands",
"options": {
"commands": [
{
Expand Down
2 changes: 1 addition & 1 deletion apps/docs-app/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $background: map-get($theme, background);
// Include theme styles for core and each component used in your app.
// Alternatively, you can import and @include the theme mixins for each component
// that you are using.
@include mat.all-component-themes($theme);
//@include mat.all-component-themes($theme);
@include covalent-theme($theme);
@include covalent-markdown-theme($theme);
@include covalent-highlight-theme($theme);
Expand Down
3 changes: 1 addition & 2 deletions apps/docs-app/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["echarts"],
"target": "ES2017"
"types": ["echarts"]
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"],
Expand Down
3 changes: 1 addition & 2 deletions apps/docs-app/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node", "echarts"],
"target": "es2016"
"types": ["jest", "node", "echarts"]
},
"files": ["src/test-setup.ts"],
"include": ["**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
Expand Down
Loading

0 comments on commit 79b2faa

Please sign in to comment.