Skip to content
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

fix(deps): update @bazel #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix(deps): update @bazel #143

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 9, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​bazel/ibazel 0.12.3 -> 0.16.2 age adoption passing confidence
@bazel/rollup 1.5.0 -> 1.7.0 age adoption passing confidence
@bazel/typescript 1.5.0 -> 1.7.0 age adoption passing confidence

Release Notes

bazelbuild/rules_nodejs

v1.7.0

Compare Source

To upgrade:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "84abf7ac4234a70924628baa9a73a5a5cbad944c4358cf9abdb4aab29c9a5b77",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.7.0/rules_nodejs-1.7.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
  • angular: introduce an Angular CLI builder (5ac842e)
Bug Fixes
  • backport Windows fix from master branch (24cb37e)
  • builtin: fix linker common path reduction bug where reduced path conflicts with node_modules (3b5350b)
  • builtin: rerun yarn_install and npm_install when node version changes (81bba0c)
  • labs: handle const/let syntax in generated protoc js (54cae78)

v1.6.1

Compare Source

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)

v1.6.0

Compare Source

Features
  • builtin: export version to npm/yarn install (011278e)
  • jasmine: check pkg version to rules_nodejs (22bebbc)
  • typescript: wire up use_angular_plugin attribute (520493d)
Bug Fixes
  • builtin: always symlink node_modules at execroot/my_wksp/node_modules even when running in runfiles (#​1805) (5c2f6c1)
  • builtin: don't allow symlinks to escape or enter bazel managed node_module folders (#​1800) (4554ce7)
  • builtin: fix for pkg_npm single directory artifact dep case (5a7c1a7)
  • builtin: fix node patches lstat short-circuit logic (#​1818) (b0627be)
  • builtin: fix npm_version_check.js when running outside of bazel (#​1802) (afabe89)
  • builtin: look in the execroot for nodejs_binary source entry_points (#​1816) (b84d65e), closes #​1787 #​1787
  • builtin: preserve lone $ in templated_args for legacy support (#​1772) (72c14d8)
  • builtin: under runfiles linker should link node_modules folder at root of runfiles tree (13510ad)
  • rollup: fix worker not picking up config file changes (a19eb2b), closes #​1790
  • typescript: don't mix worker mode and linker (55c6c4a), closes #​1803 #​1803
  • typescript: include extended tsconfigs in _TsConfigInfo (cd8520d), closes #​1754
Examples
  • examples: add support for server side rendering with universal (c09ca89)
  • examples: build and consume an Angular workspace library (#​1633) (b459d6d)
Documentation
  • docs: yarn_urls should be string_list, not string (3357c08)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/@bazel branch 2 times, most recently from d41f147 to c972426 Compare April 11, 2020 15:34
@renovate renovate bot changed the title fix(deps): update dependency @bazel/ibazel to v0.12.4 fix(deps): update @bazel Apr 11, 2020
@renovate renovate bot force-pushed the renovate/@bazel branch 2 times, most recently from 1ec0829 to 90f5f1c Compare April 13, 2020 03:31
@renovate renovate bot force-pushed the renovate/@bazel branch 2 times, most recently from 2726140 to 37a4cdd Compare April 24, 2020 22:25
@renovate renovate bot force-pushed the renovate/@bazel branch from 37a4cdd to fac1d66 Compare April 30, 2020 04:38
@renovate renovate bot force-pushed the renovate/@bazel branch from fac1d66 to 244d40e Compare May 18, 2020 22:57
@renovate renovate bot force-pushed the renovate/@bazel branch from 244d40e to 7d1e554 Compare May 29, 2020 02:59
@renovate renovate bot force-pushed the renovate/@bazel branch from 7d1e554 to be74304 Compare October 25, 2020 20:01
@renovate renovate bot force-pushed the renovate/@bazel branch from be74304 to c2b4800 Compare November 28, 2020 18:01
@renovate renovate bot force-pushed the renovate/@bazel branch from c2b4800 to 621f000 Compare April 26, 2021 17:33
@renovate renovate bot force-pushed the renovate/@bazel branch from 621f000 to 52573f6 Compare March 26, 2022 15:10
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update @bazel fix(deps): update @bazel - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/@bazel branch April 3, 2023 23:42
@renovate renovate bot changed the title fix(deps): update @bazel - autoclosed fix(deps): update @bazel Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/@bazel branch April 4, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant