Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 14, 2022

Bumps minimatch to 3.1.2 and updates ancestor dependency nyc. These dependencies need to be updated together.

Updates minimatch from 2.0.10 to 3.1.2

Changelog

Sourced from minimatch's changelog.

change log

5.1

  • use windowsPathNoEscape/allowWindowsEscape opts

5.0

  • brace-expansion: ignore only blocks that begins with $
  • Expect exclusively forward slash as path sep, same as node-glob

4.2

  • makeRe: globstar should match zero+ path portions
  • Fix bug with escaped '@' in patterns

4.1

  • treat nocase:true as always having magic
  • expose GLOBSTAR marker

4.0

  • Update to modern JS syntax
  • Add allowWindowsEscape option

3.x

  • Added basic redos protection
  • Handle unfinished !( extglob patterns
  • Add partial: true option
Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.


Updates nyc from 6.6.1 to 15.1.0

Changelog

Sourced from nyc's changelog.

15.1.0 (2020-06-01)

Features

  • experimental: Support using --all with node.js ESM (#1320) (992359a)

15.0.1 (2020-04-02)

Bug Fixes

15.0.0 (2019-12-20)

⚠ BREAKING CHANGES

  • The flow and jsx parser plugins are no longer enabled by default.
  • Node.js 8 is now required to run nyc
  • Remove NYC_ROOT_ID and NYC_INSTRUMENTER environmental variables.
  • The root field has been removed from processinfo files.

Features

Bug Fixes

14.1.1 (2019-05-09)

... (truncated)

Commits
  • de7baa4 chore(release): 15.1.0
  • 992359a feat(experimental): Support using --all with node.js ESM (#1320)
  • 086fd20 chore: Regenerate package-lock, update source-map-support test (#1314)
  • b20f751 chore: add bugs (used, e.g., by npmjs) (#1313)
  • 6898e88 chore: Fix CHANGELOG.md version header
  • d9a76d5 chore(release): 15.0.1
  • 3a577f0 fix: Ignore insignificant lines when coalesce text report (#1300)
  • df34c1c fix: Data merge concurrency limit to prevent OOM (#1293)
  • befbf08 chore: A test where nyc output help text to stderr was flaky (#1269)
  • 9260a70 docs: Remove nyc containing object in json config examples (#1276)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by coreyfarrell, a new releaser for nyc since your current version.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [nyc](https://github.com/istanbuljs/nyc). These dependencies need to be updated together.


Updates `minimatch` from 2.0.10 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v2.0.10...v3.1.2)

Updates `nyc` from 6.6.1 to 15.1.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v6.6.1...v15.1.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: nyc
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 14, 2022
@BytesOfMan
Copy link
Contributor

To be deprecated pending implementation of https://www.npmjs.com/package/@bitgo/utxo-lib

@BytesOfMan BytesOfMan closed this Mar 8, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 8, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/pushdata-ecash/minimatch-and-nyc-3.1.2 branch March 8, 2023 17:56
ftrader pushed a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this pull request Dec 12, 2023
…ject

Summary
---

This MR is similar in purpose to !1778 but is much shorter and less
extensive a set of changes.

It works by not requiring such extensive modification to the RPC API as
!1778 does.  It fixes bug Bitcoin-ABC#508 in an alternate way: we simply define
`GetMutableConfig()` as an alternative to `GetConfig()` which returns a
non-`const` `Config &` object.  We then pass this down to
`Node::executeRpc()`.

An advantage to this approach is this: Preserving the ability to work
with a non-`const` `Config` object may be advantageous and/or useful in
the future should we decide to add the ability to do hot-modification of
config params to the node via RPC (provided we add locks to ensure
thread safety).

Test Plan
---

See issue Bitcoin-ABC#508 for how to reproduce the bug in question. Alternatively:

- Use current master.
- Start a testnet node with some custom `-excessiveblocksize=xxx` and
  `-blockmaxsize=yyy` and observe the HTTP RPC from the command-line
  shows the right values for the RPC methods `getexcessiveblock` and
  `getmininginfo`, but the Qt GUI debug console RPC for those commands
  does not.
- Try the above again with this commit and see the problem is fixed.
Fabcien pushed a commit that referenced this pull request Jan 6, 2026
Summary:
From the PR description:
> This was discussed in #508. The main reasons are that the existing Java Native Interface (JNI) bindings would need way more work to remain useful to Java developers but the maintainers and regular contributors of libsecp are not very familiar with Java (and evidently are motivated enough to improve the situation). We don't know who relies on these bindings with the exception of ACINQ who have their own fork at https://github.com/ACINQ/secp256k1/tree/jni-embed/src/java (@sstone). Bitcoinj can optionally use the libsecp bindings.
>
> Ideally, there would be a separate repository owned by Java developers with just the bindings. Until this exists, Java developers relying on libsecp can use ACINQs fork or an older commit of libsecp.

This is a backport of [[bitcoin-core/secp256k1#682 | secp256k1#682]]

Test Plan:
`ninja check-secp256k1`

```
cd src/secp256k1
./autogen.sh
mkdir build && cd build
../configure  --enable-experimental --enable-module-ecdh
make
```

```
cd electrum
# make sure to delete existing libsecp256k1.so.0
contrib/make_clean
contrib/make_secp
```

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D19225
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

2 participants