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.5.0 #157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 16, 2021

Bumps @bazel/typescript from 3.7.0 to 4.5.0.

Release notes

Sourced from @​bazel/typescript's releases.

4.5.0

Upgrade with:

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

and update @bazel-scoped npm packages.

For the new core package in MODULE.bazel (bzlmod users):

bazel_dep(name = "rules_nodejs", version = "4.5.0")

or for the new core package in WORKSPACE:

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

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from @​bazel/typescript's changelog.

4.5.0 (2021-12-16)

Bug Fixes

  • allow cypress to run on m1 macs (#3088) (c1778f4)
  • builtin: support mjs/cjs files as javascript files in js_library (2b4e903)
  • esbuild: do not ignore annotations when the minify shorthand attribute is disabled (#3106) (af70835)
  • esbuild: format attribute not working with multiple entry points (#3103) (8d7b542)
  • don't symlink execroot node_modules when under bazel run (f72e956)
  • unset INIT_CWD and npm_config_registry before calling yarn in yarn_install (653600d)

Features

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)

... (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.5.0.
- [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.5.0/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 Dec 16, 2021
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