Skip to content

build: update rollup dependencies #43737

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

Closed
wants to merge 2 commits into from
Closed

build: update rollup dependencies #43737

wants to merge 2 commits into from

Conversation

alan-agius4
Copy link
Contributor

With this change we update rollup and remove the usage of no longer maintained rollup-plugin-commonjs and rollup-plugin-node-resolve plugins.

@google-cla google-cla bot added the cla: yes label Oct 6, 2021
@alan-agius4 alan-agius4 added target: major This PR is targeted for the next major release area: build & ci Related the build and CI infrastructure of the project labels Oct 6, 2021
@ngbot ngbot bot added this to the Backlog milestone Oct 6, 2021
@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate action: review The PR is still awaiting reviews from at least one requested reviewer and removed target: major This PR is targeted for the next major release labels Oct 7, 2021
With this change we update `rollup` and remove the usage of no longer maintained `rollup-plugin-commonjs` and `rollup-plugin-node-resolve` plugins.
We can now update to the latest rollup version.
@alan-agius4 alan-agius4 marked this pull request as ready for review October 13, 2021 14:09
@pullapprove pullapprove bot requested review from gkalpak and JiaLiPassion October 13, 2021 14:09

// Parse the stamp file produced by Bazel from the version control system
let version = '<unknown>';
if (bazel_version_file) {
const versionTag = require('fs')
.readFileSync(bazel_version_file, {encoding: 'utf-8'})
.split('\n')
.find(s => s.startsWith('BUILD_SCM_VERSION'));
.find((s) => s.startsWith('BUILD_SCM_VERSION'));
Copy link
Member

Choose a reason for hiding this comment

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

👀

Copy link
Contributor Author

@alan-agius4 alan-agius4 Oct 13, 2021

Choose a reason for hiding this comment

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

I thought it was ng-dev, but now I realise it’s the prettier vscode plugin.

@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Oct 13, 2021
@atscott
Copy link
Contributor

atscott commented Oct 13, 2021

This PR was merged into the repository by commit 6b85519.

atscott pushed a commit that referenced this pull request Oct 13, 2021
With this change we update `rollup` and remove the usage of no longer maintained `rollup-plugin-commonjs` and `rollup-plugin-node-resolve` plugins.

PR Close #43737
atscott pushed a commit that referenced this pull request Oct 13, 2021
We can now update to the latest rollup version.

PR Close #43737
@atscott atscott closed this in 607f14d Oct 13, 2021
atscott pushed a commit that referenced this pull request Oct 13, 2021
We can now update to the latest rollup version.

PR Close #43737
@alan-agius4 alan-agius4 deleted the rollup-up branch October 13, 2021 16:56
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project cla: yes target: rc This PR is targeted for the next release-candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants