Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

chore(deps): update dependency typescript to ~3.6.0#1110

Merged
kjin merged 1 commit intogoogleapis:masterfrom
renovate-bot:renovate/typescript-3.x
Sep 30, 2019
Merged

chore(deps): update dependency typescript to ~3.6.0#1110
kjin merged 1 commit intogoogleapis:masterfrom
renovate-bot:renovate/typescript-3.x

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 29, 2019

This PR contains the following updates:

Package Type Update Change
typescript (source) devDependencies minor ~3.5.1 -> ~3.6.0

Release Notes

Microsoft/TypeScript

v3.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.6.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 29, 2019
@AVaksman AVaksman added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 29, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 29, 2019
@AVaksman AVaksman added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 29, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 29, 2019
@kjin
Copy link
Contributor

kjin commented Aug 29, 2019

This won't land cleanly. TS 3.6 has type conflicts with the version of @types/node pinned in this repo, which is pinned because newer versions don't allow us to wrap http.request in a type-safe way. I'll need to figure something out to fix this before this lands.

@kjin kjin added the status: blocked Resolving the issue is dependent on other work. label Aug 29, 2019
@renovate-bot renovate-bot force-pushed the renovate/typescript-3.x branch 4 times, most recently from a567862 to 238f9e9 Compare September 4, 2019 17:52
@renovate-bot renovate-bot force-pushed the renovate/typescript-3.x branch from 238f9e9 to b4c63ca Compare September 10, 2019 20:34
@renovate-bot renovate-bot force-pushed the renovate/typescript-3.x branch 2 times, most recently from b64a03d to ac43fd3 Compare September 20, 2019 18:49
@renovate-bot renovate-bot force-pushed the renovate/typescript-3.x branch 4 times, most recently from a147063 to 57be132 Compare September 28, 2019 00:21
@renovate-bot renovate-bot force-pushed the renovate/typescript-3.x branch from 6525a94 to f8f17bb Compare September 30, 2019 18:20
@codecov
Copy link

codecov bot commented Sep 30, 2019

Codecov Report

Merging #1110 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1110      +/-   ##
==========================================
- Coverage   94.98%   94.93%   -0.05%     
==========================================
  Files          98       98              
  Lines        6461     6400      -61     
  Branches      503      503              
==========================================
- Hits         6137     6076      -61     
  Misses        166      166              
  Partials      158      158
Impacted Files Coverage Δ
test/web-frameworks/connect.ts 76.92% <0%> (-0.86%) ⬇️
test/test-cls-ah.ts 90% <0%> (-0.7%) ⬇️
test/web-frameworks/hapi17.ts 92.3% <0%> (-0.38%) ⬇️
test/web-frameworks/hapi8_16.ts 90.47% <0%> (-0.23%) ⬇️
test/test-grpc-async-handler.ts 97.01% <0%> (-0.17%) ⬇️
test/test-trace-web-frameworks.ts 98.71% <0%> (-0.12%) ⬇️
test/plugins/test-cls-bluebird.ts 96.72% <0%> (-0.11%) ⬇️
test/test-trace-hapi-tails.ts 97.87% <0%> (-0.09%) ⬇️
test/trace.ts 93.5% <0%> (-0.09%) ⬇️
test/test-config-priority.ts 95.91% <0%> (-0.09%) ⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dae4e7a...f8f17bb. Read the comment docs.

@kjin kjin merged commit 8fd44d7 into googleapis:master Sep 30, 2019
@renovate-bot renovate-bot deleted the renovate/typescript-3.x branch September 30, 2019 19:42
gcf-owl-bot bot added a commit that referenced this pull request Jun 7, 2021
* fix: Report warning on `.github/workflows/ci.yaml`

Not all files in `.github/workflows` are managed, only `ci.yaml`.

Related false-positive: googleapis/repo-automation-bots#1952 (comment)

* fix: Report warning on `.github/workflows/ci.yaml`

Not all files in `.github/workflows` are managed, only `ci.yaml`.
Source-Link: googleapis/synthtool@2430f8d
Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:14aaee566d6fc07716bb92da416195156e47a4777e7d1cd2bb3e28c46fe30fe2
JustinBeckwith added a commit that referenced this pull request Jun 11, 2021
* fix: Report warning on `.github/workflows/ci.yaml`

Not all files in `.github/workflows` are managed, only `ci.yaml`.

Related false-positive: googleapis/repo-automation-bots#1952 (comment)

* fix: Report warning on `.github/workflows/ci.yaml`

Not all files in `.github/workflows` are managed, only `ci.yaml`.
Source-Link: googleapis/synthtool@2430f8d
Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:14aaee566d6fc07716bb92da416195156e47a4777e7d1cd2bb3e28c46fe30fe2

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement. status: blocked Resolving the issue is dependent on other work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants