Skip to content

Conversation

@dependabot-preview
Copy link

Bumps @bazel/bazel from 0.18.1 to 2.1.0.

Release notes

Sourced from @bazel/bazel's releases.

1.6.1

To upgrade:

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

and update all your @bazel-scoped npm packages to the matching versions. yarn: yarn upgrade --scope @bazel npm: there is no built-in command but you can try npx update-by-scope @bazel

Bug Fixes

  • builtin: fix linker issue when running test with "local" tag on osx & linux (#1835) (801935d)
  • builtin: fix regression in 1.6.0 in linker linking root package when under runfiles (00e13e2), closes #1823 #1850
  • typescript: allow for ts_library(use_angular_plugin) to be used with worker mode and no linker (#1839) (495f665)

Examples

  • examples: show how to use ts_library(use_angular_plugin) with worker mode (#1839) (495f665)
  • examples: upgrade rules_docker to 0.14.1 (cfb6d6e)

1.6.0

📰 We plan to start merging breaking changes on master, so we expect this will be the last 1.x release (unless there are some bug fixes needed in 1.6.1 etc). We'll add likely 2.0 candidates to the milestone

To upgrade:

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

and update all your @bazel-scoped npm packages to the matching versions. yarn: yarn upgrade --scope @bazel npm: there is no built-in command but you can try npx update-by-scope @bazel

Features

  • builtin: export version to npm/yarn install (011278e)
  • jasmine: check pkg version to rules_nodejs (22bebbc) - this makes it easier to avoid version skew, thanks @Toxicable !
  • typescript: wire up use_angular_plugin attribute - this effectively deprecates the ng_module rule which is published from the Angular repo. see changes in commit: (520493d)
  • typescript: You can now generate tsconfig files for use with ts_project, see example
... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants