fix(bazel): fix incorrect rollup plugin method signature by jbedard · Pull Request #41101 · angular/angular
Update the resolveBazel method signature to align with the rollup plugin
resolveId API: https://rollupjs.org/guide/en/#resolveid
PR Type
Bugfix
What is the current behavior?
The incorrect plugin signature causes a crash in rollup >=2.29.0 after the extra argument was added: rollup/rollup@1ad8289#diff-2651238122dc82e0e84b4e3cb1499b8cbd4c01a21a36c9c2fae5812e95cd8ec8R233
What is the new behavior?
It doesn't crash
Does this PR introduce a breaking change?
No
Other information
I hope minor bug fixes are still accepted for @angular/bazel?
#35149 suggests updating the @angular/bazel peer deps to more modern versions of rollup + plugins which I'd also like to do if such changes are still accepted? However this PR is a minor fix without any breaking changes so I thought I'd start with this...