Skip to content

build(deps): bump the npm_and_yarn group across 1 directory with 8 updates #1

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 16, 2025

Bumps the npm_and_yarn group with 8 updates in the / directory:

Package From To
@babel/traverse 7.22.5 7.27.0
axios 0.21.4 1.8.4
@signumjs/core 1.0.0-rc.70 2.0.7
@signumjs/standards 1.0.0-rc.70 2.0.7
braces 3.0.2 3.0.3
crypto-js 3.3.0 removed
@signumjs/crypto 1.0.0-rc.70 2.0.7
follow-redirects 1.15.2 1.15.9

Updates @babel/traverse from 7.22.5 to 7.27.0

Release notes

Sourced from @​babel/traverse's releases.

v7.27.0 (2025-03-24)

Thanks @​ishchhabra and @​vovkasm for your first PRs!

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

Committers: 5

v7.26.10 (2025-03-11)

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.27.0 (2025-03-24)

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

v7.26.10 (2025-03-11)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Commits

Updates axios from 0.21.4 to 1.8.4

Release notes

Sourced from axios's releases.

Release v1.8.4

Release notes:

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.4 (2025-03-19)

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

... (truncated)

Commits
  • 9f6f97b chore(release): v1.8.4 (#6844)
  • f10c2e0 fix(buildFullPath): handle allowAbsoluteUrls: false without baseURL (#6833)
  • 1e6632c chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)
  • 39ec206 chore(release): v1.8.3 (#6819)
  • 10fa70e fix: add missing type for allowAbsoluteUrls (#6818)
  • 7821ef9 docs: update readme to include bun install (#6811)
  • ec159e5 fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and `fet...
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • Additional commits viewable in compare view

Updates @signumjs/core from 1.0.0-rc.70 to 2.0.7

Changelog

Sourced from @​signumjs/core's changelog.

2.0.7

Patch Changes

  • 1a64657: improved crypto randomness for word and string generators
  • Updated dependencies [1a64657]
    • @​signumjs/crypto@​2.0.7
    • @​signumjs/contracts@​2.0.7
    • @​signumjs/http@​2.0.7
    • @​signumjs/util@​2.0.7

2.0.6

Patch Changes

  • Breaking Change: renamed isAttachmentVersion to getAttachmentVersion and typed the version identifier
  • Added main field in package.json to fix resolution issues
  • Updated dependencies
  • Updated dependencies
    • @​signumjs/contracts@​2.0.6
    • @​signumjs/crypto@​2.0.6
    • @​signumjs/http@​2.0.6
    • @​signumjs/util@​2.0.6

2.0.5

Patch Changes

  • Uses exports in package.json and minor fixes
  • Updated dependencies
    • @​signumjs/contracts@​2.0.5
    • @​signumjs/crypto@​2.0.5
    • @​signumjs/http@​2.0.5
    • @​signumjs/util@​2.0.5

2.0.4

Patch Changes

  • [Breaking Change] CryptoProvider renamed to CryptoAdapter

    • Crypto Adapters NodeJsCryptoAdapter and WebCryptoAdapter are dedicate path @signumjs/crypto/adapters
    • generateMnemonic has changed API to better support partial settings.
  • Updated dependencies

    • @​signumjs/contracts@​2.0.4
    • @​signumjs/crypto@​2.0.4
    • @​signumjs/http@​2.0.4
    • @​signumjs/util@​2.0.4

... (truncated)

Commits
  • 2e6eac3 chore: Updated root changelog
  • 8e2b777 version 2.0.7
  • 5e3b750 Merge remote-tracking branch 'origin/main'
  • 1a64657 Feat/crypto/random generator improvements (#86)
  • 3d6bee2 chore: Updated root changelog
  • d116617 fix: main field in package.json
  • 6036ea6 feat: typed attachment version identifiers
  • 2f94039 chore: adjusted husky scripts
  • acde647 chore: added husky
  • a902242 docs: updated docs
  • Additional commits viewable in compare view

Updates @signumjs/standards from 1.0.0-rc.70 to 2.0.7

Changelog

Sourced from @​signumjs/standards's changelog.

2.0.7

Patch Changes

  • 1a64657: improved crypto randomness for word and string generators
  • Updated dependencies [1a64657]
    • @​signumjs/crypto@​2.0.7
    • @​signumjs/contracts@​2.0.7
    • @​signumjs/http@​2.0.7
    • @​signumjs/util@​2.0.7

2.0.6

Patch Changes

  • Breaking Change: renamed isAttachmentVersion to getAttachmentVersion and typed the version identifier
  • Added main field in package.json to fix resolution issues
  • Updated dependencies
  • Updated dependencies
    • @​signumjs/contracts@​2.0.6
    • @​signumjs/crypto@​2.0.6
    • @​signumjs/http@​2.0.6
    • @​signumjs/util@​2.0.6

2.0.5

Patch Changes

  • Uses exports in package.json and minor fixes
  • Updated dependencies
    • @​signumjs/contracts@​2.0.5
    • @​signumjs/crypto@​2.0.5
    • @​signumjs/http@​2.0.5
    • @​signumjs/util@​2.0.5

2.0.4

Patch Changes

  • [Breaking Change] CryptoProvider renamed to CryptoAdapter

    • Crypto Adapters NodeJsCryptoAdapter and WebCryptoAdapter are dedicate path @signumjs/crypto/adapters
    • generateMnemonic has changed API to better support partial settings.
  • Updated dependencies

    • @​signumjs/contracts@​2.0.4
    • @​signumjs/crypto@​2.0.4
    • @​signumjs/http@​2.0.4
    • @​signumjs/util@​2.0.4

... (truncated)

Commits
  • 2e6eac3 chore: Updated root changelog
  • 8e2b777 version 2.0.7
  • 5e3b750 Merge remote-tracking branch 'origin/main'
  • 1a64657 Feat/crypto/random generator improvements (#86)
  • 3d6bee2 chore: Updated root changelog
  • d116617 fix: main field in package.json
  • 6036ea6 feat: typed attachment version identifiers
  • 2f94039 chore: adjusted husky scripts
  • acde647 chore: added husky
  • a902242 docs: updated docs
  • Additional commits viewable in compare view

Updates braces from 3.0.2 to 3.0.3

Commits

Removes crypto-js

Updates @signumjs/crypto from 1.0.0-rc.70 to 2.0.7

Changelog

Sourced from @​signumjs/crypto's changelog.

2.0.7

Patch Changes

  • 1a64657: improved crypto randomness for word and string generators
  • Updated dependencies [1a64657]
    • @​signumjs/crypto@​2.0.7
    • @​signumjs/contracts@​2.0.7
    • @​signumjs/http@​2.0.7
    • @​signumjs/util@​2.0.7

2.0.6

Patch Changes

  • Breaking Change: renamed isAttachmentVersion to getAttachmentVersion and typed the version identifier
  • Added main field in package.json to fix resolution issues
  • Updated dependencies
  • Updated dependencies
    • @​signumjs/contracts@​2.0.6
    • @​signumjs/crypto@​2.0.6
    • @​signumjs/http@​2.0.6
    • @​signumjs/util@​2.0.6

2.0.5

Patch Changes

  • Uses exports in package.json and minor fixes
  • Updated dependencies
    • @​signumjs/contracts@​2.0.5
    • @​signumjs/crypto@​2.0.5
    • @​signumjs/http@​2.0.5
    • @​signumjs/util@​2.0.5

2.0.4

Patch Changes

  • [Breaking Change] CryptoProvider renamed to CryptoAdapter

    • Crypto Adapters NodeJsCryptoAdapter and WebCryptoAdapter are dedicate path @signumjs/crypto/adapters
    • generateMnemonic has changed API to better support partial settings.
  • Updated dependencies

    • @​signumjs/contracts@​2.0.4
    • @​signumjs/crypto@​2.0.4
    • @​signumjs/http@​2.0.4
    • @​signumjs/util@​2.0.4

... (truncated)

Commits
  • 2e6eac3 chore: Updated root changelog
  • 8e2b777 version 2.0.7
  • 5e3b750 Merge remote-tracking branch 'origin/main'
  • 1a64657 Feat/crypto/random generator improvements (#86)
  • 3d6bee2 chore: Updated root changelog
  • d116617 fix: main field in package.json
  • 6036ea6 feat: typed attachment version identifiers
  • 2f94039 chore: adjusted husky scripts
  • acde647 chore: added husky
  • a902242 docs: updated docs
  • Additional commits viewable in compare view

Updates follow-redirects from 1.15.2 to 1.15.9

Commits
  • e4e55c7 Release version 1.15.9 of the npm package.
  • 31a1abf Attempt much more gentle detection.
  • d2aaa97 Fix url field.
  • 62558f0 Release version 1.15.8 of the npm package.
  • a8d1cee Return subtlety.
  • 458ca8e Fix native URL test for Node 20.
  • ca49e44 Handle KeepAlive connections in tests.
  • f3711d7 Test on Node 20 and 22.
  • fda0faf Fix typo.
  • 760757f Release version 1.15.7 of the npm package.
  • Additional commits viewable in compare view

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the npm_and_yarn group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.22.5` | `7.27.0` |
| [axios](https://github.com/axios/axios) | `0.21.4` | `1.8.4` |
| [@signumjs/core](https://github.com/signum-network/signumjs) | `1.0.0-rc.70` | `2.0.7` |
| [@signumjs/standards](https://github.com/signum-network/signumjs) | `1.0.0-rc.70` | `2.0.7` |
| [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [crypto-js](https://github.com/brix/crypto-js) | `3.3.0` | `removed` |
| [@signumjs/crypto](https://github.com/signum-network/signumjs) | `1.0.0-rc.70` | `2.0.7` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.2` | `1.15.9` |



Updates `@babel/traverse` from 7.22.5 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-traverse)

Updates `axios` from 0.21.4 to 1.8.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.8.4)

Updates `@signumjs/core` from 1.0.0-rc.70 to 2.0.7
- [Changelog](https://github.com/signum-network/signumjs/blob/v2.0.7/CHANGELOG.md)
- [Commits](signum-network/signumjs@v1.0.0-rc.70...v2.0.7)

Updates `@signumjs/standards` from 1.0.0-rc.70 to 2.0.7
- [Changelog](https://github.com/signum-network/signumjs/blob/v2.0.7/CHANGELOG.md)
- [Commits](signum-network/signumjs@v1.0.0-rc.70...v2.0.7)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Removes `crypto-js`

Updates `@signumjs/crypto` from 1.0.0-rc.70 to 2.0.7
- [Changelog](https://github.com/signum-network/signumjs/blob/v2.0.7/CHANGELOG.md)
- [Commits](signum-network/signumjs@v1.0.0-rc.70...v2.0.7)

Updates `follow-redirects` from 1.15.2 to 1.15.9
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.9)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-version: 7.27.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-version: 1.8.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@signumjs/core"
  dependency-version: 2.0.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@signumjs/standards"
  dependency-version: 2.0.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-version: 3.0.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: crypto-js
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@signumjs/crypto"
  dependency-version: 2.0.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-version: 1.15.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

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 Apr 16, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants