Skip to content

Remove unused deprecated dependencies#571

Merged
joanise merged 4 commits into
mainfrom
dev.ej/deprecations
Jun 25, 2026
Merged

Remove unused deprecated dependencies#571
joanise merged 4 commits into
mainfrom
dev.ej/deprecations

Conversation

@joanise

@joanise joanise commented Jun 23, 2026

Copy link
Copy Markdown
Member

PR Goal?

When we run npm install, a number of deprecations are reported. Some of them we still use, but some we don't anymore. This PR removed unused deprecated dependencies.

Feedback sought?

Sanity checking

Priority?

normal

Tests added?

Already tested in CI

How to test?

See that CI passes.

Confidence?

high

Version change?

no

@semanticdiff-com

semanticdiff-com Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review changes with  SemanticDiff

Changed Files
File Status
  packages/studio-web/src/app/app.module.ts  78% smaller
  packages/angular-demo/package.json  67% smaller
  packages/studio-web/src/main.ts  63% smaller
  packages/angular-demo/src/main.ts  47% smaller
  package-lock.json  5% smaller
  package.json  0% smaller
  packages/angular-demo/src/app/app.module.ts  0% smaller
  packages/studio-web/src/test.ts  0% smaller
  packages/web-component/webpack.config.js  0% smaller

@joanise joanise requested review from roedoejet and sergeleger June 23, 2026 16:02
@github-actions

github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.6.3

🚀 View preview at
https://ReadAlongs.github.io/Studio-Web/pr-preview/pr-571/

Built to branch gh-pages at 2026-06-24 21:45 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@joanise joanise requested a review from deltork June 23, 2026 16:06
@joanise joanise force-pushed the dev.ej/deprecations branch from 997ef15 to c5fa02a Compare June 23, 2026 20:56
@joanise joanise force-pushed the dev.ej/deprecations branch 2 times, most recently from bdb4bb8 to 53474e4 Compare June 23, 2026 21:38
Base automatically changed from dev.ej/nx-bump to main June 24, 2026 20:27
joanise added 4 commits June 24, 2026 17:40
….module.ts

With Angular 21, provideZoneChangeDetection is required, otherwise our
microphone buttons don't work properly, but with the deprecated
platform-browser-dynamic, that belonged in main.ts, while with the
recommended platform-browser, it has to be moved to the NgModule's
provides in app.module.ts.
@joanise joanise force-pushed the dev.ej/deprecations branch from 53474e4 to 8b5abf7 Compare June 24, 2026 21:41

@sergeleger sergeleger left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Most of this looks familiar with my WW angular upgrades. Looks good.

@joanise joanise merged commit 09648ba into main Jun 25, 2026
3 checks passed
@joanise joanise deleted the dev.ej/deprecations branch June 25, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants