Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dependency]: Bump the faucet-backend-dependencies group in /faucet/backend with 5 updates #1213

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2024

Bumps the faucet-backend-dependencies group in /faucet/backend with 5 updates:

Package From To
axios 1.7.8 1.7.9
dotenv 16.4.5 16.4.7
symbol-sdk 3.2.2 3.2.3
c8 10.1.2 10.1.3
nodemon 3.1.7 3.1.9

Updates axios from 1.7.8 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

Commits

Updates dotenv from 16.4.5 to 16.4.7

Changelog

Sourced from dotenv's changelog.

16.4.7 (2024-12-03)

Changed

  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #848

16.4.6 (2024-12-02)

Changed

  • Clean up stale dev dependencies #847
  • Various README updates clarifying usage and alternative solutions using dotenvx
Commits

Updates symbol-sdk from 3.2.2 to 3.2.3

Release notes

Sourced from symbol-sdk's releases.

Symbol Javascript SDK 3.2.3

Added

  • add toJson() to the generated model classes to get a JSON-safe representation of the model.
  • add extractSigningPayload() to facade to get signing payload which allows signing by hardware keys.
  • add cosignTransactionHash() to facade and account to allow cosigning of transaction hash.

Changed

  • export bytesToBigInt(), bytesToInt(), deepCompare(), intToBytes(), isHexString() and tryParseUint() from sdk via utils
  • (BREAKING NEM) NEM cosignature transaction multisig_transaction_hash field renamed to other_transaction_hash

Fixed

  • (NEM) add non-verifiable cosignature transaction to allow signing of the cosignature transaction.

Symbol Python SDK 3.2.3

Added

  • add to_json() to the generated model classes to get a JSON-safe representation of the model.
  • add extract_signing_payload() to facade to get signing payload which allows signing by hardware keys.
  • add cosign_transaction_hash() to facade and account to allow cosigning of transaction hash.

Changed

  • (BREAKING NEM) NEM cosignature transaction multisig_transaction_hash field renamed to other_transaction_hash

Fixed

  • (NEM) add non-verifiable cosignature transaction to allow signing of the cosignature transaction.
Commits
  • 20f186c [sdk/python] fix: update Python minimum version requirement to 3.9.2
  • a52c562 [sdk]: 3.2.3 changelog and bump version for SDKs
  • f5e50b4 [sdk/python] fix: add a cosign_transaction_hash
  • cfbbefa [sdk/javascript] fix: add a cosignTransactionHash
  • 232e88c [dependency]: Combine dependabot PRs
  • b12753b [sdk/javascript] fix: disable polyfill in webpack
  • a8da1c3 [sdk/javascript] fix: update the rust edition to 2021
  • bf8f986 [dependency]: Combine dependabot PRs
  • f06ec75 [dependency]: Combine dependabot PRs
  • fd30ec0 [jenkins] fix: add Python 3.13 to build
  • Additional commits viewable in compare view

Updates c8 from 10.1.2 to 10.1.3

Release notes

Sourced from c8's releases.

v10.1.3

10.1.3 (2024-12-10)

Bug Fixes

  • deps: update bcoe/v8-coverage addressing v8 issue (#552) (b32a563)
Changelog

Sourced from c8's changelog.

10.1.3 (2024-12-10)

Bug Fixes

  • deps: update bcoe/v8-coverage addressing v8 issue (#552) (b32a563)
Commits

Updates nodemon from 3.1.7 to 3.1.9

Release notes

Sourced from nodemon's releases.

v3.1.9

3.1.9 (2024-12-13)

Bug Fixes

  • maintain backward support for exitcrash (9c9de6e)

v3.1.8

3.1.8 (2024-12-13)

Bug Fixes

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the faucet-backend-dependencies group in /faucet/backend with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.7.8` | `1.7.9` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [symbol-sdk](https://github.com/symbol/symbol) | `3.2.2` | `3.2.3` |
| [c8](https://github.com/bcoe/c8) | `10.1.2` | `10.1.3` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.7` | `3.1.9` |


Updates `axios` from 1.7.8 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.8...v1.7.9)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

Updates `symbol-sdk` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/symbol/symbol/releases)
- [Commits](symbol/symbol@sdk/python/v3.2.2...sdk/python/v3.2.3)

Updates `c8` from 10.1.2 to 10.1.3
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v10.1.2...v10.1.3)

Updates `nodemon` from 3.1.7 to 3.1.9
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.7...v3.1.9)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: faucet-backend-dependencies
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: faucet-backend-dependencies
- dependency-name: symbol-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: faucet-backend-dependencies
- dependency-name: c8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: faucet-backend-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: faucet-backend-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Faucet Backend Faucet Backend issues label Dec 15, 2024
Copy link

codecov bot commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.23%. Comparing base (6188981) to head (f79fb23).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #1213      +/-   ##
==========================================
- Coverage   98.25%   98.23%   -0.03%     
==========================================
  Files         163      158       -5     
  Lines        6649     6515     -134     
  Branches      143      143              
==========================================
- Hits         6533     6400     -133     
+ Misses        116      115       -1     
Flag Coverage Δ
explorer-rest ?
faucet-backend 98.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/faucet/backend/dev/faucet-backend-dependencies-c232ea6cac branch December 16, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Faucet Backend Faucet Backend issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants