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

Commit 0dd8569

Browse files
Merge #1716
1716: Bump json-schema-to-typescript from 7.1.0 to 8.0.0 in /api_tests r=mergify[bot] a=dependabot-preview[bot] Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 7.1.0 to 8.0.0. <details> <summary>Changelog</summary> *Sourced from [json-schema-to-typescript's changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md).* > ## 8.0.0 > > - e144890 Improve generated output when mixing nulls and unions ([#261](https://github-redirect.dependabot.com/bcherny/json-schema-to-typescript/issues/261)) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/bcherny/json-schema-to-typescript/commits) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=json-schema-to-typescript&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=8.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=json-schema-to-typescript&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=8.0.0) 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 a03645c + 8df806c commit 0dd8569

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

api_tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ethers": "^4.0.40",
4747
"get-port": "^5.0.0",
4848
"glob": "^7.1.6",
49-
"json-schema-to-typescript": "^7.1.0",
49+
"json-schema-to-typescript": "^8.0.0",
5050
"log4js": "^6.1.0",
5151
"mocha": "^6.2.2",
5252
"multiaddr": "^7.2.1",

api_tests/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,10 +1861,10 @@ json-schema-ref-parser@^6.1.0:
18611861
js-yaml "^3.12.1"
18621862
ono "^4.0.11"
18631863

1864-
json-schema-to-typescript@^7.1.0:
1865-
version "7.1.0"
1866-
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-7.1.0.tgz#c98a8647718551a40f324448f53508d73c087911"
1867-
integrity sha512-7tQyQzR+0NyI2iPjkqLLe4ncaxov1oIAFRM+BI8DDs7wxVIXsd0GWoZJIPsNQePIDr7N/LCkYtkEEDvY7dhGzA==
1864+
json-schema-to-typescript@^8.0.0:
1865+
version "8.0.0"
1866+
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-8.0.0.tgz#3dbe5df6cc6ffcb3a11b00ca09ee80428a01e96d"
1867+
integrity sha512-nysHY6mks7qfbO2wXNzYzLRtDAzJeb1euEBDZLKuwK1mD+bt4L7o6PR6ZPJOJKWx6OAdSLPWK9DYmXjtqhKwfg==
18681868
dependencies:
18691869
"@types/json-schema" "^7.0.3"
18701870
"@types/node" ">=4.5.0"
@@ -1875,7 +1875,7 @@ json-schema-to-typescript@^7.1.0:
18751875
lodash "^4.17.11"
18761876
minimist "^1.2.0"
18771877
mz "^2.7.0"
1878-
prettier "^1.18.2"
1878+
prettier "^1.19.1"
18791879
stdin "0.0.1"
18801880

18811881
json-schema-traverse@^0.4.1:
@@ -2389,7 +2389,7 @@ performance-now@^2.1.0:
23892389
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
23902390
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
23912391

2392-
prettier@^1.18.2, prettier@^1.19.1:
2392+
prettier@^1.19.1:
23932393
version "1.19.1"
23942394
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
23952395
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==

0 commit comments

Comments
 (0)