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

Commit e8e424b

Browse files
Merge #230 #231 #232
230: Bump ts-node from 8.5.2 to 8.5.3 in /new_project/examples/btc_eth r=mergify[bot] a=dependabot-preview[bot] Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.5.2 to 8.5.3. <details> <summary>Release notes</summary> *Sourced from [ts-node's releases](https://github.com/TypeStrong/ts-node/releases).* > ## Fix transpile diagnostics > **Fixed** > > - Pass correct diagnostics list in transpile mode ([#917](https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/917)) 907e3e1 > - Make `--ignore` relative ea6e1da </details> <details> <summary>Commits</summary> - [`30adec7`](TypeStrong/ts-node@30adec7) 8.5.3 - [`907e3e1`](TypeStrong/ts-node@907e3e1) Pass correct diagnostics list in transpile mode ([#917](https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/917)) - [`ea6e1da`](TypeStrong/ts-node@ea6e1da) Make `--ignore` relative - See full diff in [compare view](TypeStrong/ts-node@v8.5.2...v8.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=8.5.2&new-version=8.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=8.5.2&new-version=8.5.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> 231: Bump anyhow from 1.0.23 to 1.0.25 r=mergify[bot] a=dependabot-preview[bot] Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.23 to 1.0.25. <details> <summary>Release notes</summary> *Sourced from [anyhow's releases](https://github.com/dtolnay/anyhow/releases).* > ## 1.0.25 > - Add no-std support ([#53](https://github-redirect.dependabot.com/dtolnay/anyhow/issues/53)) > > In no_std mode, the same API is almost all available and works the same way. To depend on Anyhow in no_std mode, disable our default enabled "std" feature in Cargo.toml. A global allocator is required. > > ```toml > [dependencies] > anyhow = { version = "1.0", default-features = false } > ``` > > Since the `?`-based error conversions would normally rely on the `std::error::Error` trait which is only available through std, no_std mode will require an explicit `.map_err(Error::msg)` when working with a non-Anyhow error type inside a function that returns Anyhow's error type. > > ## 1.0.24 > - Preserve cause chain when converting from Box\<dyn StdError + Send + Sync\> to anyhow::Error ([#50](https://github-redirect.dependabot.com/dtolnay/anyhow/issues/50)) > - Work around bug in NixOS package infrastructure ([#49](https://github-redirect.dependabot.com/dtolnay/anyhow/issues/49)) </details> <details> <summary>Commits</summary> - [`3cd0fcb`](dtolnay/anyhow@3cd0fcb) Release 1.0.25 - [`55343b9`](dtolnay/anyhow@55343b9) Merge pull request [#53](https://github-redirect.dependabot.com/dtolnay/anyhow/issues/53) from dtolnay/nostd - [`10156dd`](dtolnay/anyhow@10156dd) Require minimum rustc 1.36 to use alloc - [`3f134b2`](dtolnay/anyhow@3f134b2) Test no-std support in CI - [`9d944e6`](dtolnay/anyhow@9d944e6) Document no-std support - [`60c88bc`](dtolnay/anyhow@60c88bc) Expose reduced API in no_std mode - [`bacf886`](dtolnay/anyhow@bacf886) Import from core where possible - [`e48b330`](dtolnay/anyhow@e48b330) Merge pull request [#52](https://github-redirect.dependabot.com/dtolnay/anyhow/issues/52) from dtolnay/quoted - [`2e711d6`](dtolnay/anyhow@2e711d6) Remove std dependency from context's Debug impl - [`4f123ae`](dtolnay/anyhow@4f123ae) Remove need for allow(unused_imports) - Additional commits viewable in [compare view](dtolnay/anyhow@1.0.23...1.0.25) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.23&new-version=1.0.25)](https://dependabot.com/compatibility-score.html?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.23&new-version=1.0.25) 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 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> 232: Bump ts-node from 8.5.2 to 8.5.3 in /new_project/examples/erc20_btc r=mergify[bot] a=dependabot-preview[bot] Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.5.2 to 8.5.3. <details> <summary>Release notes</summary> *Sourced from [ts-node's releases](https://github.com/TypeStrong/ts-node/releases).* > ## Fix transpile diagnostics > **Fixed** > > - Pass correct diagnostics list in transpile mode ([#917](https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/917)) 907e3e1 > - Make `--ignore` relative ea6e1da </details> <details> <summary>Commits</summary> - [`30adec7`](TypeStrong/ts-node@30adec7) 8.5.3 - [`907e3e1`](TypeStrong/ts-node@907e3e1) Pass correct diagnostics list in transpile mode ([#917](https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/917)) - [`ea6e1da`](TypeStrong/ts-node@ea6e1da) Make `--ignore` relative - See full diff in [compare view](TypeStrong/ts-node@v8.5.2...v8.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=8.5.2&new-version=8.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=8.5.2&new-version=8.5.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>
4 parents cc97cab + 2c2e97b + bf5a768 + 27b8032 commit e8e424b

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["CoBloX developers <team@coblox.tech>"]
55
edition = "2018"
66

77
[dependencies]
8-
anyhow = "1.0.23"
8+
anyhow = "1.0.25"
99
dirs = "2"
1010
emerald-vault-core = { git = "http://github.com/thomaseizinger/emerald-vault.git", branch = "create-comit-app-compatible", default-features = false }
1111
envfile = "0.2"
@@ -36,7 +36,7 @@ web3 = { version = "0.8", default-features = false, features = ["http"] }
3636
default = ["shiplift/unix-socket"]
3737

3838
[build-dependencies]
39-
anyhow = "1.0.23"
39+
anyhow = "1.0.25"
4040
flate2 = "1.0.13"
4141
ignore = "0.4.10"
4242
tar = "0.4.26"

new_project/examples/btc_eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/readline-sync": "^1.4.3",
1616
"jest": "^24.9.0",
1717
"prettier": "^1.19.1",
18-
"ts-node": "^8.5.2",
18+
"ts-node": "^8.5.3",
1919
"tslint": "^5.20.1",
2020
"tslint-config-prettier": "^1.18.0",
2121
"typescript": "^3.7.2"

new_project/examples/btc_eth/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4154,10 +4154,10 @@ tr46@^1.0.1:
41544154
dependencies:
41554155
punycode "^2.1.0"
41564156

4157-
ts-node@^8.5.2:
4158-
version "8.5.2"
4159-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.2.tgz#434f6c893bafe501a30b32ac94ee36809ba2adce"
4160-
integrity sha512-W1DK/a6BGoV/D4x/SXXm6TSQx6q3blECUzd5TN+j56YEMX3yPVMpHsICLedUw3DvGF3aTQ8hfdR9AKMaHjIi+A==
4157+
ts-node@^8.5.3:
4158+
version "8.5.3"
4159+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.3.tgz#f0bcacbfda8a70188f3a5c561b2dab546cb0abbb"
4160+
integrity sha512-B4dYs62o9ioIilzh7Npby5grYvw3lLwttTSIzf7QObf1FWUCzt+ELtyZJd+xYgxJ/n3A5nQJ2oG6VaZgwMMcjA==
41614161
dependencies:
41624162
arg "^4.1.0"
41634163
diff "^4.0.1"

new_project/examples/erc20_btc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@types/readline-sync": "^1.4.3",
1616
"prettier": "^1.19.1",
17-
"ts-node": "^8.5.2",
17+
"ts-node": "^8.5.3",
1818
"tslint": "^5.20.1",
1919
"tslint-config-prettier": "^1.18.0",
2020
"typescript": "^3.7.2"

new_project/examples/erc20_btc/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,10 +1387,10 @@ tough-cookie@~2.4.3:
13871387
psl "^1.1.24"
13881388
punycode "^1.4.1"
13891389

1390-
ts-node@^8.5.2:
1391-
version "8.5.2"
1392-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.2.tgz#434f6c893bafe501a30b32ac94ee36809ba2adce"
1393-
integrity sha512-W1DK/a6BGoV/D4x/SXXm6TSQx6q3blECUzd5TN+j56YEMX3yPVMpHsICLedUw3DvGF3aTQ8hfdR9AKMaHjIi+A==
1390+
ts-node@^8.5.3:
1391+
version "8.5.3"
1392+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.3.tgz#f0bcacbfda8a70188f3a5c561b2dab546cb0abbb"
1393+
integrity sha512-B4dYs62o9ioIilzh7Npby5grYvw3lLwttTSIzf7QObf1FWUCzt+ELtyZJd+xYgxJ/n3A5nQJ2oG6VaZgwMMcjA==
13941394
dependencies:
13951395
arg "^4.1.0"
13961396
diff "^4.0.1"

0 commit comments

Comments
 (0)