Skip to content
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

fix: don't put sass.silenceDeprecations in the 'test' section of angular.json via our installation schematics #19915

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
158766c
chore: Nx migration (all packages and their migration)
pawelfras Dec 12, 2024
f95bd2c
chore: Change Version Range Specifier For Typescript
pawelfras Dec 12, 2024
54ca560
fix: Build issues
pawelfras Dec 13, 2024
51ae9c4
chore: Update '@angular-builders/custom-webpack' to '19.0.0-beta.0'
pawelfras Dec 13, 2024
71152c8
fix: Issues In Unit Tests
pawelfras Dec 4, 2024
f77c7eb
chore: Update dependencies
pawelfras Dec 16, 2024
1126c06
fix: Fix issues with schematics and related unit tests
pawelfras Dec 17, 2024
e3e935d
chore: Fix linter issues
pawelfras Dec 17, 2024
4048f17
chore: Fix prettier issues
pawelfras Dec 17, 2024
34574a8
chore: Update NgRx to v19.0.0-beta.0
pawelfras Dec 17, 2024
b1bc98c
chore: Upgrade `@typescript-eslint` packages to 8.18.1
pawelfras Dec 17, 2024
6d1bf09
chore: Update package-lock file
pawelfras Dec 17, 2024
ccf37f2
chore: Upgrade NgRx to stable version 19.0.0
pawelfras Dec 18, 2024
c1fa528
chore: Update dependencies and package-lock file
pawelfras Dec 18, 2024
3984894
fix: Jest tests issues
pawelfras Dec 18, 2024
85526ca
Trigger Build
pawelfras Dec 19, 2024
a004277
Trigger Build
pawelfras Dec 19, 2024
8da6be2
chore: Initial migration docs
pawelfras Dec 24, 2024
ef4ede7
refactor: Adjust installation schematics for SSR to use `server/index…
pawelfras Dec 30, 2024
89b2d08
docs: Update migration docs
pawelfras Dec 31, 2024
1ec74e0
chore Upgrade '@angular-builders/custom-webpack' to version 19.0.0
pawelfras Jan 7, 2025
3fb0b3a
Add license header
github-actions[bot] Jan 7, 2025
587ce7b
Revert "Add license header"
pawelfras Jan 7, 2025
c304b34
Add license header
github-actions[bot] Jan 7, 2025
c59ccf8
Revert "Add license header"
pawelfras Jan 8, 2025
b5500cb
Merge branch 'develop-next-major' into epic/upgrade-to-angular-19
pawelfras Jan 8, 2025
480c4fc
chore: Change typescript version from '~5.6.3' to '^5.6.3'
pawelfras Jan 17, 2025
725dc17
Merge branch 'develop-next-major' into epic/upgrade-to-angular-19
pawelfras Jan 20, 2025
b88f54b
Merge branch 'develop-next-major' into epic/upgrade-to-angular-19
pawelfras Jan 20, 2025
8d162e1
Merge branch 'develop-next-major' into epic/upgrade-to-angular-19
pawelfras Jan 20, 2025
e5d3110
chore: move migration docs to folder '2211_ng19'
pawelfras Jan 21, 2025
d0f67b0
Merge branch 'develop' into epic/upgrade-to-angular-19
pawelfras Jan 21, 2025
972db61
Merge branch 'develop' into epic/upgrade-to-angular-19
pawelfras Jan 22, 2025
56569bf
Merge branch 'develop' into epic/upgrade-to-angular-19
pawelfras Jan 22, 2025
72bf6e7
chore: refactor after review
pawelfras Jan 22, 2025
cede312
chore: Bump '@types/node' to v22.10.7
pawelfras Jan 22, 2025
49a9f41
Merge branch 'develop' into epic/upgrade-to-angular-19
pawelfras Jan 22, 2025
b7e1b3d
chore: refactor after review
pawelfras Jan 22, 2025
2ae8720
Merge branch 'develop' into epic/upgrade-to-angular-19
pawelfras Jan 22, 2025
fb71cfa
feat: silence the deprecation warnings about Sass `@import`usage in n…
Platonn Jan 22, 2025
1c4d8f9
chore: adjust config for installation script
pawelfras Jan 22, 2025
68bd6e6
Revert "chore: adjust config for installation script"
pawelfras Jan 22, 2025
09a9240
chore: adjust config for installation script
pawelfras Jan 22, 2025
ea1ec98
Merge branch 'develop' into epic/upgrade-to-angular-19
pawelfras Jan 22, 2025
5f1cd31
fix: don't put sass silenceDeprecations in the 'test' section of angu…
Platonn Jan 23, 2025
02c280b
update Jest snapshots
Platonn Jan 23, 2025
c980d12
Merge branch 'develop' of github.com:SAP/spartacus into fix/dont-sass…
Platonn Jan 23, 2025
78ab4b4
refactor: move the console warning to body of a proper function
Platonn Jan 23, 2025
a458e8c
update Jest snapshots
Platonn Jan 24, 2025
770028c
Merge branch 'develop' into fix/dont-sass-silenceDepreactions-in-test…
pawelfras Jan 24, 2025
6cf9360
Merge branch 'develop' into fix/dont-sass-silenceDepreactions-in-test…
pawelfras Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,7 @@ exports[`Spartacus Asm schematics: ng-add Asm feature general setup styling shou
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,7 @@ exports[`Spartacus Cart schematics: ng-add Cart Base feature general setup styli
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -401,12 +396,7 @@ exports[`Spartacus Cart schematics: ng-add Cart Import Export feature general se
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -599,12 +589,7 @@ exports[`Spartacus Cart schematics: ng-add Quick Order feature general setup sty
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -797,12 +782,7 @@ exports[`Spartacus Cart schematics: ng-add Saved Cart feature general setup styl
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -1005,12 +985,7 @@ exports[`Spartacus Cart schematics: ng-add Wish List feature general setup styli
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,7 @@ exports[`Spartacus Checkout schematics: ng-add Checkout feature b2b general setu
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -453,12 +448,7 @@ exports[`Spartacus Checkout schematics: ng-add Checkout feature base general set
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -745,12 +735,7 @@ exports[`Spartacus Checkout schematics: ng-add Checkout feature scheduled replen
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,7 @@ exports[`Spartacus Customer Ticketing schematics: ng-add Customer Ticketing feat
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,7 @@ exports[`Spartacus Estimated-Delivery-Date schematics: ng-add Estimated-Delivery
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,7 @@ exports[`Spartacus Order schematics: ng-add Order feature general setup styling
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,7 @@ exports[`Spartacus Organization schematics: ng-add Account summary feature gener
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -451,12 +446,7 @@ exports[`Spartacus Organization schematics: ng-add Administration feature genera
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -684,12 +674,7 @@ exports[`Spartacus Organization schematics: ng-add Order approval feature genera
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -917,12 +902,7 @@ exports[`Spartacus Organization schematics: ng-add Unit order feature general se
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -1150,12 +1130,7 @@ exports[`Spartacus Organization schematics: ng-add User registration feature gen
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,7 @@ exports[`Spartacus PDF Invoices schematics: ng-add PDF Invoices feature general
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,7 @@ exports[`Spartacus Pickup in Store schematics: ng-add Pick Up In Store feature g
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,7 @@ exports[`Spartacus product configurator schematics: ng-add Product config featur
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -499,12 +494,7 @@ exports[`Spartacus product configurator schematics: ng-add Product config featur
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -728,12 +718,7 @@ exports[`Spartacus product configurator schematics: ng-add Product config featur
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -923,12 +908,7 @@ exports[`Spartacus product configurator schematics: ng-add Product config featur
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,7 @@ exports[`Spartacus Product Multi-Dimensional schematics: ng-add list feature gen
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down Expand Up @@ -329,12 +324,7 @@ exports[`Spartacus Product Multi-Dimensional schematics: ng-add selector feature
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
],
"sass": {
"silenceDeprecations": [
"import"
]
}
]
}
}
}
Expand Down
Loading
Loading