-
Notifications
You must be signed in to change notification settings - Fork 10
Bump the minor-and-patch group across 1 directory with 21 updates #203
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
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/minor-and-patch-6c59800d28
Closed
Bump the minor-and-patch group across 1 directory with 21 updates #203
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/minor-and-patch-6c59800d28
Conversation
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
Bumps the minor-and-patch group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@stablelib/base64](https://github.com/StableLib/stablelib) | `2.0.0` | `2.0.1` | | [@stablelib/utf8](https://github.com/StableLib/stablelib) | `2.0.0` | `2.0.1` | | [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) | `13.0.0-beta.1` | `13.3.0` | | [url](https://github.com/defunctzombie/node-url) | `0.11.0` | `0.11.4` | | [utility-types](https://github.com/piotrwitek/utility-types) | `3.10.0` | `3.11.0` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.20.2` | `7.28.0` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.23.3` | `7.27.1` | | [@stellar/prettier-config](https://github.com/stellar/product-conventions) | `1.0.1` | `1.2.0` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.194` | `4.17.20` | | [crypto-browserify](https://github.com/browserify/crypto-browserify) | `3.12.0` | `3.12.1` | | [playwright](https://github.com/microsoft/playwright) | `1.43.1` | `1.54.2` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.0.5` | `29.4.1` | | [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.4.2` | `9.5.2` | | [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` | | [tslib](https://github.com/Microsoft/tslib) | `2.5.0` | `2.8.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.0.4` | `5.9.2` | | [webpack](https://github.com/webpack/webpack) | `5.83.1` | `5.101.0` | | [@albedo-link/intent](https://github.com/stellar-expert/albedo) | `0.12.0` | `0.13.0` | | [@trezor/connect-plugin-stellar](https://github.com/trezor/trezor-suite) | `9.0.3` | `9.2.1` | Updates `@stablelib/base64` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/StableLib/stablelib/releases) - [Commits](https://github.com/StableLib/stablelib/compare/@stablelib/[email protected]...@stablelib/[email protected]) Updates `@stablelib/utf8` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/StableLib/stablelib/releases) - [Commits](https://github.com/StableLib/stablelib/compare/@stablelib/[email protected]...@stablelib/[email protected]) Updates `@stellar/stellar-sdk` from 13.0.0-beta.1 to 13.3.0 - [Release notes](https://github.com/stellar/js-stellar-sdk/releases) - [Changelog](https://github.com/stellar/js-stellar-sdk/blob/master/CHANGELOG.md) - [Commits](stellar/js-stellar-sdk@v13.0.0-beta.1...v13.3.0) Updates `axios` from 1.4.0 to 1.11.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.4.0...v1.11.0) Updates `url` from 0.11.0 to 0.11.4 - [Commits](defunctzombie/node-url@v0.11.0...v0.11.4) Updates `utility-types` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/piotrwitek/utility-types/releases) - [Commits](piotrwitek/utility-types@v3.10.0...v3.11.0) Updates `@babel/preset-env` from 7.20.2 to 7.28.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.28.0/packages/babel-preset-env) Updates `@babel/preset-typescript` from 7.23.3 to 7.27.1 - [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.1/packages/babel-preset-typescript) Updates `@stellar/prettier-config` from 1.0.1 to 1.2.0 - [Release notes](https://github.com/stellar/product-conventions/releases) - [Commits](https://github.com/stellar/product-conventions/commits) Updates `@types/lodash` from 4.14.194 to 4.17.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `crypto-browserify` from 3.12.0 to 3.12.1 - [Commits](browserify/crypto-browserify@v3.12.0...v3.12.1) Updates `playwright` from 1.43.1 to 1.54.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.43.1...v1.54.2) Updates `ts-jest` from 29.0.5 to 29.4.1 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.0.5...v29.4.1) Updates `ts-loader` from 9.4.2 to 9.5.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](TypeStrong/ts-loader@v9.4.2...v9.5.2) Updates `ts-node` from 10.9.1 to 10.9.2 - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md) - [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2) Updates `tslib` from 2.5.0 to 2.8.1 - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@2.5.0...v2.8.1) Updates `typescript` from 5.0.4 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.0.4...v5.9.2) Updates `webpack` from 5.83.1 to 5.101.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.83.1...v5.101.0) Updates `@albedo-link/intent` from 0.12.0 to 0.13.0 - [Commits](https://github.com/stellar-expert/albedo/commits) Updates `@trezor/connect-plugin-stellar` from 9.0.3 to 9.2.1 - [Release notes](https://github.com/trezor/trezor-suite/releases) - [Changelog](https://github.com/trezor/trezor-suite/blob/develop/CHANGELOG.md) - [Commits](https://github.com/trezor/trezor-suite/commits) Updates `bignumber.js` from 9.1.2 to 9.3.1 - [Release notes](https://github.com/MikeMcl/bignumber.js/releases) - [Changelog](https://github.com/MikeMcl/bignumber.js/blob/main/CHANGELOG.md) - [Commits](MikeMcl/bignumber.js@v9.1.2...v9.3.1) --- updated-dependencies: - dependency-name: "@stablelib/base64" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@stablelib/utf8" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@stellar/stellar-sdk" dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: axios dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: url dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: utility-types dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@babel/preset-env" dependency-version: 7.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@stellar/prettier-config" dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/lodash" dependency-version: 4.17.20 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: crypto-browserify dependency-version: 3.12.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: playwright dependency-version: 1.54.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ts-jest dependency-version: 29.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ts-loader dependency-version: 9.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ts-node dependency-version: 10.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tslib dependency-version: 2.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: webpack dependency-version: 5.101.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@albedo-link/intent" dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@trezor/connect-plugin-stellar" dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: bignumber.js dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
0 participants
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 minor-and-patch group with 19 updates in the / directory:
2.0.0
2.0.1
2.0.0
2.0.1
13.0.0-beta.1
13.3.0
0.11.0
0.11.4
3.10.0
3.11.0
7.20.2
7.28.0
7.23.3
7.27.1
1.0.1
1.2.0
4.14.194
4.17.20
3.12.0
3.12.1
1.43.1
1.54.2
29.0.5
29.4.1
9.4.2
9.5.2
10.9.1
10.9.2
2.5.0
2.8.1
5.0.4
5.9.2
5.83.1
5.101.0
0.12.0
0.13.0
9.0.3
9.2.1
Updates
@stablelib/base64
from 2.0.0 to 2.0.1Commits
99bee56
Publish6d8cbcd
Add file extensions to relative imports.771ba76
Publish7f831e4
Ensure the secret key length is 64 bytes when signing.ecfe910
Add --no-ci to lerna bootstrapUpdates
@stablelib/utf8
from 2.0.0 to 2.0.1Commits
99bee56
Publish6d8cbcd
Add file extensions to relative imports.771ba76
Publish7f831e4
Ensure the secret key length is 64 bytes when signing.ecfe910
Add --no-ci to lerna bootstrapUpdates
@stellar/stellar-sdk
from 13.0.0-beta.1 to 13.3.0Release notes
Sourced from
@stellar/stellar-sdk
's releases.... (truncated)
Changelog
Sourced from
@stellar/stellar-sdk
's changelog.... (truncated)
Commits
b18004c
Release v13.3.0 (#1169)448c27e
AddPaymentCallBuilder.includeFailed(boolean)
for including failed transact...be5efd9
Coalescetransactions: null
into an empty array forgetTransactions
. (#1162)df4d572
Release v13.2.0 (#1159)83a3400
Parse Wasm contract spec manually when lacking WebAssembly support (#1157)e211e3d
support passing in an optional address to the deploy method (#1158)bb6a32e
Bump Node tests to v22, upgrade deps, fix minor Node version breakage (#1151)20ef5ea
update ScSymbol description from spec (#1150)c525195
Add muxed payments support for PaymentOperationResponse type (#1149)38115a1
chore: userequestAirdrop
to fund e2e accounts (#1125)Updates
axios
from 1.4.0 to 1.11.0Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
b76c4ac
chore(release): v1.11.0 (#6974)e72c193
fix: form-data npm pakcage (#6970)8517aa1
fix(types): resolve type discrepancies between ESM and CJS TypeScript declara...a2214ca
fix: prevent RangeError when using large Buffers (#6961)6161947
refactor: use spread operator instead of '.apply()' (#6938)a1d16dd
refactor: use an object spread instead of Object.assign (#6939)07183cd
chore(sponsor): update sponsor block (#6952)ef36347
docs(CONTRIBUTING): update docs link for accuracy (#6894)b29bd6a
chore(sponsor): update sponsor block (#6948)a406a93
chore(sponsor): update sponsor block (#6937)Updates
url
from 0.11.0 to 0.11.4Commits
455a3e2
v0.11.497ab476
[meta] add missingengines.node
c5e1391
[Fix] usepunycode
from the package and not from the node core module57539a8
[Deps] updateqs
11a50c9
[Dev Deps] update@ljharb/eslint-config
,acorn
,aud
db8a439
[actions] improve workflows204fd46
v0.11.3c3e0a5d
[Fix]format
: encode query string keysa6ddc4e
v0.11.24cec245
[Fix] properly stringify a query objectMaintainer changes
This version was pushed to npm by ljharb, a new releaser for url since your current version.
Updates
utility-types
from 3.10.0 to 3.11.0Release notes
Sourced from utility-types's releases.
Commits
2ee1f6e
3.11.08e45d7a
update lock87c1e63
Merge commit '185ad890ef8fad0bf6949422854c1c0ce99e9ddf'411e83e
Fix typo in $Call comment (#185)7c194c0
fix: DeepPartial with generic parameter should allow assigning {} (#184)df2502e
fix: ReadOnly<T> has a typo in its documentation (#156) (#157)ff848f2
Link to ReturnType from $Call docs (#155)259d12b
Fix typo in $Call documentation (#154)11e48e8
add "Nullish" type alias (#152)9df4858
Fix a typo in README (#153)Updates
@babel/preset-env
from 7.20.2 to 7.28.0Release notes
Sourced from
@babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
ccc5fae
v7.28.0743ecd4
Add explicit resource management to preset-env (#17355)cd0de90
Updatebabel-polyfill
packages (#17403)fdbf1b3
fix:finally
causes unexpected return value (#17366)7ba1afa
Update babel 8 preset env fixtures (#17356)5b9468d
Reduceregenerator
size more (#17287)49c0dbb
Fix iterator compatibility ofregeneratorValues
(#17335)d23a1bd
Use shorter method names for regenerator context (#17334)fe32019
Reduceregenerator
helper size (#17268)a0690e3
SplitregeneratorRuntime
into multiple helpers (#17238)Updates
@babel/preset-typescript
from 7.23.3 to 7.27.1Release notes
Sourced from
@babel/preset-typescript
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-typescript
's changelog.