Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

chore(deps-dev): bump @bazel/typescript from 3.7.0 to 4.4.6 #138

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2021

Bumps @bazel/typescript from 3.7.0 to 4.4.6.

Release notes

Sourced from @​bazel/typescript's releases.

4.4.6

Upgrade with:

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

and update @bazel-scoped npm packages.

What's Changed

Full Changelog: bazel-contrib/rules_nodejs@4.4.5...4.4.6

4.4.5

To upgrade,

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "f7037c8e295fdc921f714962aee7c496110052511e2b14076bd8e2d46bc9819c",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.5/rules_nodejs-4.4.5.tar.gz"],
)
OR
http_archive(
name = "rules_nodejs",
sha256 = "409f07eeccc7937b149b49bc191b103136ddf6aee411f580f0d69a462e8351a0",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.5/rules_nodejs-core-4.4.5.tar.gz"],
)

What's Changed

... (truncated)

Changelog

Sourced from @​bazel/typescript's changelog.

4.4.6 (2021-11-23)

Bug Fixes

  • add arm64 as a platform to //packages/concatjs:docs_scrub_platform (#3089) (bc2803a)
  • normalize module path passed to runfiles helper for robustness (#3094) (3c44f51)
  • remove trailing forward slash when resolving workspace root link in runfiles MANIFEST (#3093) (6af7317)
  • update tsconfigs to include darwin_arm64-fastbuild in rootDirs (#3087) (104420b)
  • builtin: don't use local:1 spawn (#3084) (f886b82)

4.4.5 (2021-11-11)

Bug Fixes

  • builtin: handle external repository file paths in js_library strip_prefix check (c6ba226)
  • builtin: provide a DeclarationInfo from js_library is any input files are directories (TreeArtifacts) (0b247c3)
  • typescript: don't set resolveJsonModule in generated tsconfig if tsconfig is dict and resolve_json_module is unset (e026387)

Features

  • esbuild: add option to disable metafile generation (#3066) (2960f54)

4.4.4 (2021-11-08)

Bug Fixes

  • builtin: fixed missing dist targets (#3068) (c30a26c)
  • esbuild: allow passing additional args to the npm install for esbuild (#3063) (31d5094)

4.4.3 (2021-11-04)

Bug Fixes

  • #3054 regression in linker behavior in 4.4.2 (#3059) (ccf54bc)
  • correct bzl_library target graph (#3049) (5ac721a)
  • don't link runfiles node_modules to execroot node_modules if there is an external workspace node_modules (#3060) (a76d000)
  • typescript: give better error when noEmit is set (#3047) (eedc065)

... (truncated)

Commits
  • 104420b fix: update tsconfigs to include darwin_arm64-fastbuild in rootDirs (#3087)
  • e026387 fix(typescript): don't set resolveJsonModule in generated tsconfig if tsconfi...
  • 0b247c3 fix(builtin): provide a DeclarationInfo from js_library is any input files ar...
  • eedc065 fix(typescript): give better error when noEmit is set (#3047)
  • bd8b7f3 fix(typescript): don't declare outputs that collide with inputs (#3046)
  • e8395c2 docs(typescript): avoid duplicate headers in markdown
  • e3963e1 refactor: improve generate_build_file.ts performance (#2981)
  • 0245b6d fix(typescript): exclude package(-lock).json from default ts_project srcs
  • c70a07b fix(typescript): write json srcs to generated tsconfig for resolveJsonModule+...
  • bda0472 feat: decouple @​bazel/worker from rules_typescript (#2918)
  • 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 4.4.6.
- [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/4.4.6/packages/typescript)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 16, 2021

Superseded by #157.

@dependabot dependabot bot closed this Dec 16, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bazel/typescript-4.4.6 branch December 16, 2021 11:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants