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

chore: upgrade version of Design Factory #2081

Merged
merged 1 commit into from
Sep 13, 2024
Merged

chore: upgrade version of Design Factory #2081

merged 1 commit into from
Sep 13, 2024

Conversation

@kpanot kpanot requested a review from a team as a code owner August 22, 2024 02:32
@@ -93,7 +96,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "2mb"
"maximumError": "2.5mb"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

@kpanot kpanot force-pushed the chore/upgrade-df branch 2 times, most recently from 5bfbbaa to 02ef53e Compare September 12, 2024 15:12
fpaul-1A
fpaul-1A previously approved these changes Sep 12, 2024
vscaiceanu-1a
vscaiceanu-1a previously approved these changes Sep 12, 2024
Copy link
Member

@vscaiceanu-1a vscaiceanu-1a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just by curiosity, are the changes (or a part of them) coming from a Design Factory migration script?

@kpanot
Copy link
Contributor Author

kpanot commented Sep 12, 2024

Just by curiosity, are the changes (or a part of them) coming from a Design Factory migration script?

Nop, I knew there were issue in their migration script so I did not run it,
I applied the changes manually.
(More over I doubt it is working in monorepo 😑)

@@ -48,6 +48,7 @@
* Zone JS is required by default for Angular itself.
*/
import 'zone.js'; // Included with Angular CLI.
import '@angular/localize/init';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need that ?

"polyfills": ["zone.js"],
"polyfills": [
"zone.js",
"@angular/localize/init"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment here

@kpanot kpanot added this pull request to the merge queue Sep 13, 2024
Merged via the queue into main with commit b9214f1 Sep 13, 2024
29 checks passed
@kpanot kpanot deleted the chore/upgrade-df branch September 13, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants