Skip to content

Commit 7c598b9

Browse files
committed
feat: update angular to v19
- update dependencies - fix sass deprecation warnings
1 parent 344cef2 commit 7c598b9

File tree

85 files changed

+5908
-6423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+5908
-6423
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"style": "kebab-case"
3333
}
3434
],
35+
"@angular-eslint/prefer-standalone": [
36+
"off"
37+
],
3538
"semi": [
3639
"error",
3740
"always"

angular.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@
5353
"stylePreprocessorOptions": {
5454
"includePaths": [
5555
"."
56-
]
56+
],
57+
"sass": {
58+
"silenceDeprecations": [
59+
"import"
60+
]
61+
}
5762
}
5863
},
5964
"configurations": {

0 commit comments

Comments
 (0)