openapi-specification icon indicating copy to clipboard operation
openapi-specification copied to clipboard

build(deps-dev): bump @bazel/typescript from 3.7.0 to 5.7.0

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

Bumps @bazel/typescript from 3.7.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

5.6.0

Upgrade with

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

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

What's Changed

... (truncated)

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)

5.6.0 (2022-09-27)

Bug Fixes

Features

  • create: introduce --workspaceDir flag (3a28a02)
  • add support for darwin arm for concatjs (#3554) (acf88a1)

5.5.4 (2022-09-10)

Bug Fixes

  • ts_project fail if root_dir used deep in source tree (#3535) (dccbb63)
  • make catch-all node_modules target name configurable in yarn_install and npm_install (#3538) (6c462c4)

5.5.3 (2022-08-01)

Bug Fixes

  • delete ngrx from README. Currently not used (#3513) (828d77c)
  • concatjs: sync with internal change to ensure it works with tsickle host (#3510) (78a0528)
  • limit concurrency when generating BUILD files in npm_install and yarn_install (#3509) (4001716)

... (truncated)

Commits
  • dccbb63 fix: ts_project fail if root_dir used deep in source tree (#3535)
  • d46502d fix(typescript): remove protobufjs dependency (#3491)
  • d69c646 fix: deterministic output from ts_options_validator (#3462)
  • e4842c1 fix(typescript): correctly process diagnostics in worker mode (#3441)
  • e6296b3 docs: add hyperlinks and escape \<> (#3411)
  • e3cdce3 Update BUILD.bazel (#3407)
  • 531cab1 refactor: extract typescript support files to core (#3386)
  • 097732b fix: update source for generated docs (#3354)
  • bd36cd0 fix(typescript): account for rootDir when predicting json output paths (#3348)
  • 7878c5c docs: add data attribute to ts_project macro (#3346)
  • Additional commits viewable in compare view

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 10 '22 08:10 dependabot[bot]