-
Notifications
You must be signed in to change notification settings - Fork 12k
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
feat(@angular-devkit/build-angular): move browser-sync
as optional dependency
#26587
Conversation
91892db
to
22492bd
Compare
packages/angular_devkit/build_angular/src/builders/ssr-dev-server/index.ts
Outdated
Show resolved
Hide resolved
…dependency `browser-sync` is now an optional dependency of `@angular-devkit/build-angular`. This package is only needed when using the legacy `@angular-devkit/build-angular:ssr-dev-server` builder. Closes angular#26349
22492bd
to
75bd83a
Compare
Will this also be fixed on |
This is only available for version 17.1.x |
Hi, is this fixed right now? I'm with this version:
/ △ \ | '_ \ / Angular CLI: 17.0.6 Angular: 17.0.6 Package Version@angular-devkit/architect 0.1700.6 And still tells me this error: npm audit reportaxios 0.8.1 - 1.5.1 4 moderate severity vulnerabilities |
@alan-agius4 any chance you can update to browser-sync v3 in the 17.0 branch, at least? It makes localtunnel optional |
@alan-agius4 Is it known if there is still much time left before the release of version 17.1.x? |
@dagerher Release is expected mid of next week ! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
browser-sync
is now an optional dependency of@angular-devkit/build-angular
. This package is only needed when using the legacy@angular-devkit/build-angular:ssr-dev-server
builder.Closes #26349