Skip to content

build: bump @bazel/typescript from 2.3.2 to 3.4.2 #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2021

Bumps @bazel/typescript from 2.3.2 to 3.4.2.

Release notes

Sourced from @​bazel/typescript's releases.

3.4.2

Upgrade with

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

and update @bazel-scoped npm packages.

Mostly a bunch of version bumps and refactoring in this release. Notably our docsite generation changed quite a bit, so please report any new rendering issues you spot in the docs.

Bug Fixes

  • builtin: allow bazel version to have semver build metadata (#2624) (6a2e136)

Features

  • builtin: add version 16.x.x versions of NodeJS (#2626) (fc34588)

3.4.1

To update,

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

and update @bazel-scoped npm packages.

Bug Fixes

  • builtin: don't restart npm_install rule just to look up a label (#2621) (16d3a25), closes #2620
  • builtin: gracefully handle the case of empty yarn_urls (#2619) (fea3db3)
  • builtin: properly parse status file value containing spaces (#2615) (406dcb5)
  • builtin: resolve vendored node/yarn from external repo (#2614) (3564940), closes #2019
  • concatjs: update karma to 6.3.2 and fix #2093 (#2603) (c80479d)
  • esbuild: correct rule argument documentation stating default target (#2608) (e710a6b)
  • examples: transpile Angular es5 bundle to SystemJS (#2562) (b0175cd)
  • typescript: handle .tsx inputs to angular (#2613) (901df38), closes #2542
  • add support for terser 5 under node 12 and higher (#2558) (bd53eb5)

3.4.0

... (truncated)

Changelog

Sourced from @​bazel/typescript's changelog.

3.4.2 (2021-04-28)

Bug Fixes

  • builtin: allow bazel version to have semver build metadata (#2624) (6a2e136)

Features

  • builtin: add version 16.x.x versions of NodeJS (#2626) (fc34588)

3.4.1 (2021-04-22)

Bug Fixes

  • builtin: don't restart npm_install rule just to look up a label (#2621) (16d3a25), closes #2620
  • builtin: gracefully handle the case of empty yarn_urls (#2619) (fea3db3)
  • builtin: properly parse status file value containing spaces (#2615) (406dcb5)
  • builtin: resolve vendored node/yarn from external repo (#2614) (3564940), closes #2019
  • concatjs: update karma to 6.3.2 and fix #2093 (#2603) (c80479d)
  • esbuild: correct rule argument documentation stating default target (#2608) (e710a6b)
  • examples: transpile Angular es5 bundle to SystemJS (#2562) (b0175cd)
  • typescript: handle .tsx inputs to angular (#2613) (901df38), closes #2542
  • add support for terser 5 under node 12 and higher (#2558) (bd53eb5)

3.4.0 (2021-04-14)

Bug Fixes

  • esbuild: use run_node to invoke linker before running esuild (be184c2)
  • typescript: output path for .json in root package (#2602) (1c50e96), closes #2598

Features

  • add pre and post install patches to yarn_install and npm_install (#2607) (d805f33)
  • support for multi-linked first party dependencies (e90b4ae)
  • esbuild: add output_css flag to esbuild() (#2545) (c5ed4f8)
  • esbuild: allow ts / tsx files in esbuilds srcs (#2594) (9e91872)

3.3.0 (2021-04-08)

... (truncated)

Commits
  • 41f5142 docs: update docs for release
  • 3247844 refactor: remove _README.md, just put the content in the module docst… (#2637)
  • 4f607de test(typescript): add ts_project angular test (#2636)
  • 6241f16 chore: upgrade typescript and angular (#2625)
  • 00b5afd refactor: make our full set of typings mutually compatible (#2617)
  • e90b4ae feat: support for multi-linked first party dependencies
  • 1c50e96 fix(typescript): output path for .json in root package (#2602)
  • 425dbd6 feat(typescript): add support for "jsx: preserve" compiler option (#2574)
  • a8d8b0f fix(typescript): update documentation now that ts_project is recommended (#2548)
  • bfd74e5 fix: tsconfig validator fails on chained tsconfig references (#2512)
  • 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2021

The following labels could not be found: area: build, merge ready, merge safe, target: patch.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2021

Superseded by #56.

@dependabot dependabot bot closed this May 12, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bazel/typescript-3.4.2 branch May 12, 2021 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants