chrome-ssh-agent icon indicating copy to clipboard operation
chrome-ssh-agent copied to clipboard

Bump @bazel/typescript from 5.6.0 to 5.7.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps @bazel/typescript from 5.6.0 to 5.7.0.

Release notes

Sourced from @​bazel/typescript's releases.

5.7.0

Update WORKSPACE:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "c29944ba9b0b430aadcaf3bf2570fece6fc5ebfb76df145c6cdad40d65c20811",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-5.7.0.tar.gz"],
)
# or for the "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "33e309ba281fc73626a356a839bf5e5279360e7a2caea419c45c8017b5b3f7e2",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-core-5.7.0.tar.gz"],
)

What's Changed

Full Changelog: https://github.com/bazelbuild/rules_nodejs/compare/5.6.0...5.7.0

Changelog

Sourced from @​bazel/typescript's changelog.

5.7.0 (2022-10-06)

Bug Fixes

  • builtin: fix a bug where the launcher produces incorrect runfiles path on windows (#3562) (b02128b)
  • builtin: use updated rules_js launcher logic to source RUNFILES (#3557) (c725169)

Features

  • add npm binary & files to toolchain provider (#3570) (7ca0688)
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[bot] avatar Oct 07 '22 17:10 dependabot[bot]