Skip to content

build: bump @bazel/typescript from 2.2.1 to 2.3.0 #21063

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

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2020

Bumps @bazel/typescript from 2.2.1 to 2.3.0.

Release notes

Sourced from @bazel/typescript's releases.

2.3.0

To upgrade,

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

and update your @bazel-scoped npm dependencies.

Bug Fixes

  • typescript: specify rootDir as absolute path (86bef24)
  • npm_package.pack should work in windows os (bc36519)
  • builtin: give a longer timeout for _create_build_files (e72c145), closes #2231
  • exmaples/nestjs: add module_name field in ts_library (700374a)
  • typescript: don't include _valid_options marker file in outs (6305db3), closes #2078

Features

  • cypress: remove browiserify preprocessor (1eeabbe)
  • examples: adds example for running jest with typescript (#2245) (3c11800)
  • node_repositories: Added auth option for downloading nodejs and yarn (51de4e0)
  • typescript: add allow_js support to ts_project (12571ee)
  • typescript: worker mode for ts_project (#2136) (9663b85)

Thanks to all the contributors in this release especially @mrmeku for adding persistent workers to ts_project

2.2.2

To upgrade,

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

and update @bazel-scoped npm packages.

Bug Fixes

  • builtin: js_library supports --output_groups=types (c060a22)
  • example: remove compression dependencies (75bf720)
  • example: remove index.html from prodapp srcs (c7be89b)
  • example: remove server side compression (6d5aafb)

... (truncated)

Changelog

Sourced from @bazel/typescript's changelog.

2.3.0 (2020-11-10)

Bug Fixes

  • typescript: specify rootDir as absolute path (86bef24)
  • npm_package.pack should work in windows os (bc36519)
  • builtin: give a longer timeout for _create_build_files (e72c145), closes #2231
  • exmaples/nestjs: add module_name field in ts_library (700374a)
  • typescript: don't include _valid_options marker file in outs (6305db3), closes #2078

Features

  • cypress: remove browiserify preprocessor (1eeabbe)
  • examples: adds example for running jest with typescript (#2245) (3c11800)
  • node_repositories: Added auth option for downloading nodejs and yarn (51de4e0)
  • typescript: add allow_js support to ts_project (12571ee)
  • typescript: worker mode for ts_project (#2136) (9663b85)

2.2.2 (2020-10-17)

Bug Fixes

  • builtin: js_library supports --output_groups=types (c060a22)
  • example: remove compression dependencies (75bf720)
  • example: remove index.html from prodapp srcs (c7be89b)
  • example: remove server side compression (6d5aafb)
  • example: add docstring to ngsw_config rule (481fa21)

Features

  • example: add full pwa support (4d5b9c7)
  • example: service worker update handling (bb66235)
  • karma: use Trusted Types policy when loading scripts for Karma (af9feb4)
Commits
  • a6e15ea refactor: ts_project cleanup
  • 86bef24 fix(typescript): specify rootDir as absolute path
  • 9663b85 feat(typescript): worker mode for ts_project (#2136)
  • 12571ee feat(typescript): add allow_js support to ts_project
  • 0c3bce6 chore(docs): move ts_library docs into ts_library
  • 8db9182 docs: minor update for readability and formatting (#2243)
  • 6305db3 fix(typescript): don't include _valid_options marker file in outs
  • See full diff 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 requested a review from a team as a code owner November 17, 2020 05:06
@dependabot dependabot bot added area: build & ci Related the build and CI infrastructure of the project action: merge The PR is ready for merge by the caretaker merge safe target: patch This PR is targeted for the next patch release labels Nov 17, 2020
@google-cla google-cla bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Nov 17, 2020
@wagnermaciel wagnermaciel merged commit d511cd0 into master Nov 19, 2020
wagnermaciel pushed a commit that referenced this pull request Nov 19, 2020
Bumps [@bazel/typescript](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/typescript) from 2.2.1 to 2.3.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/2.3.0/packages/typescript)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d511cd0)
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bazel/typescript-2.3.0 branch November 19, 2020 04:11
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project cla: yes PR author has agreed to Google's Contributor License Agreement target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant