Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2022

Bumps @bazel/typescript from 3.7.0 to 5.4.2.

Release notes

Sourced from @​bazel/typescript's releases.

5.4.2

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

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_nodejs@5.4.1...5.4.2

5.4.1

Upgrade:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "280cefd3649b9648fdc444e9d6ed17c949152ff28d7e23638390ae8b93941d60",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.1/rules_nodejs-5.4.1.tar.gz"],
)
Or for "core" module
http_archive(
name = "rules_nodejs",
sha256 = "2f8e1d44d7fc0aa34c499e0b284f257552f42a1e403ee41cedbed5e40434d9b9",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.1/rules_nodejs-core-5.4.1.tar.gz"],
)

and upgrade @bazel-scoped npm packages.

What's Changed

... (truncated)

Changelog

Sourced from @​bazel/typescript's changelog.

5.4.2 (2022-04-29)

Bug Fixes

Features

5.4.1 (2022-04-25)

Bug Fixes

  • concatjs: resolve error with TypeScript 4.7 (#3420) (1074231)
  • enable stardoc generation for rules that depend on ts in core (#3394) (5d1c2ad)
  • builtin: fix a bug where mjs entry points were not added to (#3406) (e24473c)
  • builtin: improve execution requirements for copy file operations (#3413) (43e478d)
  • jasmine: allow cjs specs + add cjs/mjs tests (#3401) (dd7e778)

5.4.0 (2022-04-06)

Bug Fixes

  • exports_directories_only causes node to resolve from runfiles/node_modules (#3380) (5bf3782)
  • use -R in copy_file(is_dir=True) so macos & linux behavior are the same (#3383) (2fd97fb)
  • use python3 instead of python in unittest.bash (#3382) (b74d12d)

Features

  • builtin: add basic ESM support (bc62f37)
  • jasmine: add basic ESM support (b4b2c74)

5.3.1 (2022-03-29)

Bug Fixes

... (truncated)

Commits
  • 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)
  • f78a2b8 fix(typescript): include workspace name in relativize helper
  • 20c5c58 feat(typescript): moved file functions to tslb.bzl
  • 96d37b6 feat(typescript): added support for using non-file targets in srcs of ts_project
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 12, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@jpoehnelt
Copy link
Contributor

@dependabot rebase

Bumps [@bazel/typescript](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/typescript) from 3.7.0 to 5.4.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.4.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 force-pushed the dependabot/npm_and_yarn/bazel/typescript-5.4.2 branch from 7c94ef1 to 71fce56 Compare May 12, 2022 17:44
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) May 12, 2022 17:48
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2022

Superseded by #341.

@dependabot dependabot bot closed this May 18, 2022
auto-merge was automatically disabled May 18, 2022 23:44

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bazel/typescript-5.4.2 branch May 18, 2022 23:44
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.

2 participants