chore(deps): bump the keeper-deps group across 1 directory with 4 updates - #1105
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the keeper-deps group across 1 directory with 4 updates#1105dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the keeper-deps group with 2 updates in the /keeper directory: [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) and [ioredis](https://github.com/redis/ioredis). Updates `@stellar/stellar-sdk` from 16.0.1 to 17.0.0 - [Release notes](https://github.com/stellar/js-stellar-sdk/releases) - [Changelog](https://github.com/stellar/js-stellar-sdk/blob/main/CHANGELOG.md) - [Commits](stellar/js-stellar-sdk@v16.0.1...v17.0.0) Updates `ioredis` from 5.11.1 to 6.0.0 - [Release notes](https://github.com/redis/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.11.1...v6.0.0) Updates `p-limit` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](sindresorhus/p-limit@v7.3.0...v7.3.1) Updates `fast-check` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/dubzzz/fast-check/releases) - [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md) - [Commits](https://github.com/dubzzz/fast-check/commits/v4.9.0/packages/fast-check) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: keeper-deps - dependency-name: ioredis dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: keeper-deps - dependency-name: p-limit dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: keeper-deps - dependency-name: fast-check dependency-version: 4.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: keeper-deps ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the keeper-deps group with 2 updates in the /keeper directory: @stellar/stellar-sdk and ioredis.
Updates
@stellar/stellar-sdkfrom 16.0.1 to 17.0.0Release notes
Sourced from @stellar/stellar-sdk's releases.
... (truncated)
Changelog
Sourced from @stellar/stellar-sdk's changelog.
... (truncated)
Commits
f17ef09chore(release): prepare v17.0.0 (#1675)d6b08c7docs: correct examples and claims that don't match the v17 API (#1673)6f44dd3perf(base): fast base64 helpers to replace uint8array-extras codec (#1668)0f74fc5feat: accept CAP-85 external executable refs in createCustomContract (#1665)264033efix: declare node >=22.12.0, where the cjs build can be required (#1667)bff0ef5fix(xdr): throw XdrError for malformed hex, base64, and escapes (#1666)27de307Release v17.0.0 rc.2 (#1662)ddf86a9docs: point the Uint8Array migration guide at SDK byte helpers (#1661)1c83252feat(xdr): addencodeArray/decodeArrayfor length-prefixed XDR arrays (...1fb4f96docs(xdr): correct the Uint8Array claim for byte wrapper types (#1654)Updates
ioredisfrom 5.11.1 to 6.0.0Release notes
Sourced from ioredis's releases.
... (truncated)
Changelog
Sourced from ioredis's changelog.
Commits
8ed2946chore(release): 6.0.0 [skip ci]3b410f8docs: clarify managed HIMPORT fieldset behavior (#2161)729f174feat: himport managed fieldsets (#2159)6d0716efeat: improve default connection resilience (#2160)cf3bf71fix(types): export ScanStreamOptions, RedisStatus and ClusterStatus (#2158)aac171bci: update Redis test image (#2156)807bb1cchore(release): update repository URL (#2154)6c889e7docs: add security policy (#2153)6455dbefix: clear stale socket timeout on reconnect (#2148)9618206fix(cluster): validate MOVED slot to prevent Array.prototype pollution (#2151)Updates
p-limitfrom 7.3.0 to 7.3.1Release notes
Sourced from p-limit's releases.
Commits
df476047.3.1ef37eb2Fix detached limit.map calls (#108)42599ebFix typo9f52583Fix CIUpdates
fast-checkfrom 4.8.0 to 4.9.0Release notes
Sourced from fast-check's releases.