Skip to content

build: bump @bazel/rollup from 2.2.1 to 2.3.1 #21256

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

Merged
merged 1 commit into from
Dec 9, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2020

Bumps @bazel/rollup from 2.2.1 to 2.3.1.

Release notes

Sourced from @bazel/rollup's releases.

2.3.1

To upgrade,

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "121f17d8b421ce72f3376431c3461cd66bfe14de49059edc7bb008d5aebd16be",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.1/rules_nodejs-2.3.1.tar.gz"],
)

and remember to update your @bazel-scoped npm dependencies.

Bug Fixes

  • builtin: make linker deterministic when resolving from manifest & fix link_workspace_root with no runfiles (8adebda)
  • npm_package.pack on Windows should not generate undefined.tgz (76c3f51)

Performance Improvements

  • cypress: pack cypress runfiles into a single tar (185c632)

2.3.0

To upgrade,

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "452bef42c4b2fbe0f509a2699ffeb3ae2c914087736b16314dbd356f3641d7e5",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.3.0/rules_nodejs-2.3.0.tar.gz"],
)

and update your @bazel-scoped npm dependencies.

Bug Fixes

  • typescript: specify rootDir as absolute path (86bef24)
  • npm_package.pack should work in windows os (bc36519)
  • builtin: give a longer timeout for _create_build_files (e72c145), closes #2231
  • exmaples/nestjs: add module_name field in ts_library (700374a)
  • typescript: don't include _valid_options marker file in outs (6305db3), closes #2078

Features

  • cypress: remove browiserify preprocessor (1eeabbe)
  • examples: adds example for running jest with typescript (#2245) (3c11800)
  • node_repositories: Added auth option for downloading nodejs and yarn (51de4e0)
  • typescript: add allow_js support to ts_project (12571ee)
  • typescript: worker mode for ts_project (#2136) (9663b85)

... (truncated)

Changelog

Sourced from @bazel/rollup's changelog.

2.3.1 (2020-11-24)

Bug Fixes

  • builtin: make linker deterministic when resolving from manifest & fix link_workspace_root with no runfiles (8adebda)
  • npm_package.pack on Windows should not generate undefined.tgz (76c3f51)

Performance Improvements

  • cypress: pack cypress runfiles into a single tar (185c632)

2.3.0 (2020-11-10)

Bug Fixes

  • typescript: specify rootDir as absolute path (86bef24)
  • npm_package.pack should work in windows os (bc36519)
  • builtin: give a longer timeout for _create_build_files (e72c145), closes #2231
  • exmaples/nestjs: add module_name field in ts_library (700374a)
  • typescript: don't include _valid_options marker file in outs (6305db3), closes #2078

Features

  • cypress: remove browiserify preprocessor (1eeabbe)
  • examples: adds example for running jest with typescript (#2245) (3c11800)
  • node_repositories: Added auth option for downloading nodejs and yarn (51de4e0)
  • typescript: add allow_js support to ts_project (12571ee)
  • typescript: worker mode for ts_project (#2136) (9663b85)

2.2.2 (2020-10-17)

Bug Fixes

  • builtin: js_library supports --output_groups=types (c060a22)
  • example: remove compression dependencies (75bf720)
  • example: remove index.html from prodapp srcs (c7be89b)
  • example: remove server side compression (6d5aafb)
  • example: add docstring to ngsw_config rule (481fa21)

Features

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner December 9, 2020 05:08
@dependabot dependabot bot added area: build & ci Related the build and CI infrastructure of the project action: merge The PR is ready for merge by the caretaker merge safe target: patch This PR is targeted for the next patch release labels Dec 9, 2020
@google-cla google-cla bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Dec 9, 2020
@wagnermaciel wagnermaciel merged commit 46cb983 into master Dec 9, 2020
wagnermaciel pushed a commit that referenced this pull request Dec 9, 2020
Bumps [@bazel/rollup](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/rollup) from 2.2.1 to 2.3.1.
- [Release notes](https://github.com/bazelbuild/rules_nodejs/releases)
- [Changelog](https://github.com/bazelbuild/rules_nodejs/blob/stable/CHANGELOG.md)
- [Commits](https://github.com/bazelbuild/rules_nodejs/commits/2.3.1/packages/rollup)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 46cb983)
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bazel/rollup-2.3.1 branch December 9, 2020 18:36
@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 Jan 9, 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 PR author has agreed to Google's Contributor License Agreement target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant