Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 4927e03

Browse files
Merge #249
249: Bump typescript from 3.7.2 to 3.7.3 in /new_project/examples/erc20_btc r=mergify[bot] a=dependabot-preview[bot] Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.2 to 3.7.3. <details> <summary>Release notes</summary> *Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).* > ## TypeScript 3.7.3 > For the complete list of fixed issues, check out the > > * [fixed issues query for Typescript v3.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+). > * [fixed issues query for Typescript v3.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+). > * [fixed issues query for Typescript v3.7.2 (Final)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+). > * [fixed issues query for Typescript v3.7.3](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.3%22+is%3Aclosed+). > > Downloads are available on: > > * [npm](https://www.npmjs.com/package/typescript) </details> <details> <summary>Commits</summary> - [`79facc0`](microsoft/TypeScript@79facc0) Update LKG. - [`e65ce53`](microsoft/TypeScript@e65ce53) Fix `getTypeFromJSDocValueReference` - [`41d1ce6`](microsoft/TypeScript@41d1ce6) Cherry-pick PR [#35335](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35335) into release-3.7 ([#35367](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35367)) - [`c4d6cec`](microsoft/TypeScript@c4d6cec) Cherry-pick PR [#35366](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35366) into release-3.7 ([#35368](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35368)) - [`38a496a`](microsoft/TypeScript@38a496a) Update user baselines ([#35337](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35337)) - [`9bf4e3a`](microsoft/TypeScript@9bf4e3a) Update user baselines ([#35302](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35302)) - [`a8b63ef`](microsoft/TypeScript@a8b63ef) Update LKG. - [`c021b28`](microsoft/TypeScript@c021b28) Cherry-pick PR [#34987](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34987) into release-3.7 ([#35303](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35303)) - [`d5bcb6f`](microsoft/TypeScript@d5bcb6f) Cherry-pick PR [#35058](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35058) into release-3.7 ([#35241](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35241)) - [`b9d5231`](microsoft/TypeScript@b9d5231) Cherry-pick PR [#35198](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35198) into release-3.7 ([#35240](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35240)) - Additional commits viewable in [compare view](microsoft/TypeScript@v3.7.2...v3.7.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.7.2&new-version=3.7.3)](https://dependabot.com/compatibility-score.html?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.7.2&new-version=3.7.3) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents a881d2a + faffd5e commit 4927e03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

new_project/examples/erc20_btc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ts-node": "^8.5.4",
1818
"tslint": "^5.20.1",
1919
"tslint-config-prettier": "^1.18.0",
20-
"typescript": "^3.7.2"
20+
"typescript": "^3.7.3"
2121
},
2222
"dependencies": {
2323
"comit-sdk": "^0.7.1",

new_project/examples/erc20_btc/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,10 +1454,10 @@ type-is@~1.6.17, type-is@~1.6.18:
14541454
media-typer "0.3.0"
14551455
mime-types "~2.1.24"
14561456

1457-
typescript@^3.7.2:
1458-
version "3.7.2"
1459-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
1460-
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
1457+
typescript@^3.7.3:
1458+
version "3.7.3"
1459+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.3.tgz#b36840668a16458a7025b9eabfad11b66ab85c69"
1460+
integrity sha512-Mcr/Qk7hXqFBXMN7p7Lusj1ktCBydylfQM/FZCk5glCNQJrCUKPkMHdo9R0MTFWsC/4kPFvDS0fDPvukfCkFsw==
14611461

14621462
unpipe@1.0.0, unpipe@~1.0.0:
14631463
version "1.0.0"

0 commit comments

Comments
 (0)