Skip to content

@angular/bazel peer-depends on deprecated rollup packages #35149

@IgorMinar

Description

@IgorMinar

🐞 bug report

Affected Package

The issue is caused by package @angular/bazel

Is this a regression?

No

Description

rollup-plugin-commonjs and rollup-plugin-node-resolve packages that @angular/bazel peer-depends on have been deprecated. We should switch our peer deps to the new @rollup/* packages.

🔬 Minimal Reproduction

mkdir tmp
cd tmp
npm init -y
npm install typescript@~3.7.4 rxjs@^6.5.3 zone.js@~0.10.2 @bazel/typescript@^1.0.0 rollup@^1.20.0 rollup-plugin-commonjs@^9.0.0 rollup-plugin-node-resolve@^4.2.0 rollup-plugin-sourcemaps@0.4.0 @angular/{animations,bazel,common,compiler,compiler-cli,core,elements,forms,language-service,localize,platform-browser,platform-browser-dynamic,platform-server,platform-webworker,platform-webworker-dynamic,router,service-worker,upgrade} --save

🔥 Exception or Error

npm WARN deprecated rollup-plugin-commonjs@9.3.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.
npm WARN deprecated rollup-plugin-node-resolve@4.2.4: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.

🌍 Your Environment

Angular Version:





@angular/bazel@@9.0.0-rc.14

Anything else relevant?

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4A relatively minor issue that is not relevant to core functionsarea: bazelIssues related to the published `@angular/bazel` build rulesbreaking changesfreq3: hightype: bug/fix

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions