Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps @bazel/typescript from 3.7.0 to 5.5.2.

Release notes

Sourced from @​bazel/typescript's releases.

5.5.2

Upgrade with:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "c78216f5be5d451a42275b0b7dc809fb9347e2b04a68f68bad620a2b01f5c774",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.2/rules_nodejs-5.5.2.tar.gz"],
)
or for the "core" module
http_archive(
name = "rules_nodejs",
sha256 = "017e2348bb8431156d5cf89b6f502c2e7fcffc568729f74f89e4a12bd8279e90",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.2/rules_nodejs-core-5.5.2.tar.gz"],
)

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@5.5.1...5.5.2

5.5.1

Upgrade with WORKSPACE:

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

What's Changed

... (truncated)

Changelog

Sourced from @​bazel/typescript's changelog.

5.5.2 (2022-07-10)

Bug Fixes

5.5.1 (2022-06-24)

Bug Fixes

  • builtin: fix an bug where a nodejs_binary would fail to resolve an npm package when the linker is disabled (#3492) (8a2dfc8)
  • typescript: remove protobufjs dependency (#3491) (d46502d)
  • deterministic output from ts_options_validator (#3462) (d69c646), closes #3461

5.5.0 (2022-05-18)

Bug Fixes

  • docs: stray text in npm_install docs (#3450) (6d519eb)
  • examples: fix architect example on m1 (#3447) (d234328)
  • typescript: correctly process diagnostics in worker mode (#3441) (e4842c1)
  • set correct linking location for yarn_install using package.json from external repository (#3442) (55a84d1)
  • concatjs: adding devmode to BazelOpts (#3433) (5afaab8)

Features

5.4.2 (2022-04-29)

Bug Fixes

Features

... (truncated)

Commits
  • 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)
  • 8df86cc feat(typescript): warn the user when rootDirs looks wrong in ts_proje… (#3126)
  • 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)

Bumps [@bazel/typescript](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/typescript) from 3.7.0 to 5.5.2.
- [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/5.5.2/packages/typescript)

---
updated-dependencies:
- dependency-name: "@bazel/typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) July 11, 2022 08:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #360.

@dependabot dependabot bot closed this Aug 1, 2022
auto-merge was automatically disabled August 1, 2022 08:09

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bazel/typescript-5.5.2 branch August 1, 2022 08:09
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.

3 participants