-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: bazelIssues related to the published `@angular/bazel` build rulesIssues related to the published `@angular/bazel` build rulesbreaking changesfreq3: hightype: bug/fix
Milestone
Description
🐞 bug report
Affected Package
The issue is caused by package @angular/bazelIs this a regression?
NoDescription
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: bazelIssues related to the published `@angular/bazel` build rulesIssues related to the published `@angular/bazel` build rulesbreaking changesfreq3: hightype: bug/fix