Bump the npm_and_yarn group across 1 directory with 16 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(9 days ago)
(9 days ago)
dependencies javascript
Bumps the npm_and_yarn group with 15 updates in the / directory:
Package | From | To |
---|---|---|
next | 14.2.12 |
14.2.32 |
@babel/helpers | 7.25.7 |
7.28.3 |
@babel/runtime | 7.25.7 |
7.28.3 |
@coinbase/wallet-sdk | 4.0.4 |
4.3.6 |
wagmi | 2.12.17 |
2.16.9 |
brace-expansion | 1.1.11 |
1.1.12 |
axios | 1.7.7 |
1.11.0 |
base-x | 3.0.10 |
3.0.11 |
cipher-base | 1.0.4 |
1.0.6 |
cross-spawn | 7.0.3 |
7.0.6 |
elliptic | 6.5.7 |
6.6.1 |
nanoid | 3.3.7 |
3.3.11 |
secp256k1 | 5.0.0 |
5.0.1 |
sha.js | 2.4.11 |
2.4.12 |
undici | 5.28.4 |
5.29.0 |
Updates next
from 14.2.12 to 14.2.32
Release notes
Sourced from next's releases.
v14.2.32
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix router handling when setting a location response header #82588
Credits
Huge thanks to
@ztanner
for helping!v14.2.31
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix(next/image): improve and simplify detect-content-type (#82179)
- fix(next/image): fix image-optimizer.ts headers (#82178)
Credits
Commits
89ee561
v14.2.326a974ad
[backport v14]: fix router handling when setting a location response header (...55f7662
v14.2.315dd68a5
[backport v14]: fix(next/image): improve and simplify detect-content-type (#8...bcc7c65
[backport v14]: fix(next/image): fix image-optimizer.ts headers (#82114) (#82...243072b
v14.2.30f523d4a
[backport]: config.allowedDevOrigins (#80410)ca92115
v14.2.29ec9ee87
Only share incremental cache for edge in next start (#79389)e65628a
v14.2.28- Additional commits viewable in compare view
Updates @babel/helpers
from 7.25.7 to 7.28.3
Release notes
Sourced from @babel/helpers
's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/helpers
's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
... (truncated)
Commits
ef155f5
v7.28.3741cbd2
chore: fix various typos across codebase (#17476)cac0ff4
v7.28.2f743094
fix:regeneratorDefine
compatibility with es5 strict mode (#17441)baa4cb8
v7.27.6fdbf1b3
fix:finally
causes unexpected return value (#17366)7d06930
v7.27.45b9468d
Reduceregenerator
size more (#17287)cb78b5b
[babel 8] Do not replace globalregeneratorRuntime
references in regenerato...49c0dbb
Fix iterator compatibility ofregeneratorValues
(#17335)- Additional commits viewable in compare view
Updates @babel/runtime
from 7.25.7 to 7.28.3
Release notes
Sourced from @babel/runtime
's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/runtime
's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
... (truncated)
Commits
ef155f5
v7.28.3cac0ff4
v7.28.2f68ac51
chore: Avoid CITGM errors (#17382)baa4cb8
v7.27.67d06930
v7.27.45b9468d
Reduceregenerator
size more (#17287)cb78b5b
[babel 8] Do not replace globalregeneratorRuntime
references in regenerato...a0690e3
SplitregeneratorRuntime
into multiple helpers (#17238)da5e371
v7.27.3eebd3a0
v7.27.1- Additional commits viewable in compare view
Updates @coinbase/wallet-sdk
from 4.0.4 to 4.3.6
Release notes
Sourced from @coinbase/wallet-sdk
's releases.
v4.3.4
Full Changelog: https://github.com/coinbase/coinbase-wallet-sdk/compare/v4.3.3...v4.3.4
v4.3.3
Full Changelog: https://github.com/coinbase/coinbase-wallet-sdk/compare/v4.3.2...v4.3.3
WalletLink: Move heartbeat interval to a webworker 1638
v4.3.2
Full Changelog: https://github.com/coinbase/coinbase-wallet-sdk/compare/v4.3.0...v4.3.2
v4.3.1
- added popup retry logic
@arjun-dureja
Full Changelog: https://github.com/coinbase/coinbase-wallet-sdk/compare/v4.3.0...v4.3.1
v4.3.0
What's Changed
- Dynamically update chainid for send calls requests by
@wcrozier12
in coinbase/coinbase-wallet-sdk#1455- Improve connection handling by
@spencerstock
in coinbase/coinbase-wallet-sdk#1457- Fix SDK Playground Export by
@cb-jake
in coinbase/coinbase-wallet-sdk#1458- Fix SDK Playground Deploys by
@cb-jake
in coinbase/coinbase-wallet-sdk#1460- Fix export to account for basePath by
@cb-jake
in coinbase/coinbase-wallet-sdk#1461- Update test message for spend permissions by
@spencerstock
in coinbase/coinbase-wallet-sdk#1459- fix sdk playground disconnect by
@cb-jake
in coinbase/coinbase-wallet-sdk#1465- fix playground lint that is preventing deploys by
@cb-jake
in coinbase/coinbase-wallet-sdk#1466- fix: invalid params passed to personal_sign Example Message action by
@montycheese
in coinbase/coinbase-wallet-sdk#1471- Bump cross-spawn from 7.0.3 to 7.0.6 by
@dependabot
in coinbase/coinbase-wallet-sdk#1454- [BW-857] Abstract handshake into
coinbase_handshake
by@fan-zhang-sv
in coinbase/coinbase-wallet-sdk#1475- Set popup name to unique string by
@cb-jake
in coinbase/coinbase-wallet-sdk#1474- TRIVIAL - rename to handshake by
@fan-zhang-sv
in coinbase/coinbase-wallet-sdk#1479- TRIVIAL - remove wallet_sign by
@fan-zhang-sv
in coinbase/coinbase-wallet-sdk#1480- fix typos by
@crStiv
in coinbase/coinbase-wallet-sdk#1481- [Version update] v4.3.0 by
@github-actions
in coinbase/coinbase-wallet-sdk#1478New Contributors
@wcrozier12
made their first contribution in coinbase/coinbase-wallet-sdk#1455@montycheese
made their first contribution in coinbase/coinbase-wallet-sdk#1471@crStiv
made their first contribution in coinbase/coinbase-wallet-sdk#1481Full Changelog: https://github.com/coinbase/coinbase-wallet-sdk/compare/v4.2.3...v4.3.0
v4.2.3
What's Changed
- chore: move vitest to devDependencies by
@tmm
in coinbase/coinbase-wallet-sdk#1447Full Changelog: https://github.com/coinbase/coinbase-wallet-sdk/compare/v4.2.2...v4.2.3
v4.2.2
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by coinbase-npm, a new releaser for @coinbase/wallet-sdk
since your current version.
Updates wagmi
from 2.12.17 to 2.16.9
Release notes
Sourced from wagmi's releases.
wagmi@2.16.9
Patch Changes
- Updated dependencies [
ce06e137e7bfaf000464b1cecd6c86e19a66ebcf
]:wagmi@2.16.8
Patch Changes
- Updated dependencies [
a03da817a388646c9b4885792101a67eef3616e7
]:
@wagmi/connectors
@5
.9.8wagmi@2.16.6
Patch Changes
#4773
d4c367ca46c508598c997cf229a31593a1e2b8b8
Thanks@tmm
! - Fixed issue with codegen actions/hooks, wheresyncConnectedChain: false
did not work as intended.Updated dependencies [
d4c367ca46c508598c997cf229a31593a1e2b8b8
]:wagmi@2.16.5
Patch Changes
- Updated dependencies [
a13aa2b68890f180f6ac3f741cbb9817494cb66c
]:wagmi@2.16.4
Patch Changes
- Updated dependencies [
f4039419b83b52b2984de149db85c11f503ffe39
]:
@wagmi/connectors
@5
.9.4wagmi@2.16.3
Patch Changes
- Updated dependencies [
909324d28c81e15c9df312b277dcff1983fbae4d
]:
@wagmi/connectors
@5
.9.3wagmi@2.16.2
Patch Changes
- Updated dependencies [
b5f017dbc707729eb0b36d617352be224d1139d4
]:wagmi@2.16.1
Patch Changes
... (truncated)
Changelog
Sourced from wagmi's changelog.
2.16.9
Patch Changes
- Updated dependencies [
ce06e137e7bfaf000464b1cecd6c86e19a66ebcf
]:2.16.8
Patch Changes
- Updated dependencies [
a03da817a388646c9b4885792101a67eef3616e7
]:
@wagmi/connectors
@5
.9.82.16.7
Patch Changes
- Updated dependencies [
986b96427a4bb743d2673dfbc7e8cb5041316db3
]:2.16.6
Patch Changes
#4773
d4c367ca46c508598c997cf229a31593a1e2b8b8
Thanks@tmm
! - Fixed issue with codegen actions/hooks, wheresyncConnectedChain: false
did not work as intended.Updated dependencies [
d4c367ca46c508598c997cf229a31593a1e2b8b8
]:2.16.5
Patch Changes
- Updated dependencies [
a13aa2b68890f180f6ac3f741cbb9817494cb66c
]:2.16.4
Patch Changes
- Updated dependencies [
f4039419b83b52b2984de149db85c11f503ffe39
]:
@wagmi/connectors
@5
.9.42.16.3
... (truncated)
Commits
d260637
chore: version packages (#4777)307a9e2
chore: version packages (#4776)9c5bd05
chore: snapsb961b46
chore: version packages (#4775)986b964
fix: update chainId check in getConnectorClient (#4733)bcdea68
chore: version packages (#4774)d4c367c
fix: codegen actions/hooks respectsyncConnectedChain
(#4773)218f4a5
chore: version packages (#4771)5863c4f
chore: version packages (#4766)dade2f3
chore: version packages (#4762)- Additional commits viewable in compare view
Updates brace-expansion
from 1.1.11 to 1.1.12
Release notes
Sourced from brace-expansion's releases.
v1.1.12
- pkg: publish on tag 1.x c460dbd
- fmt ccb8ac6
- Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8
https://github.com/juliangruber/brace-expansion/compare/v1.1.11...v1.1.12
Commits
Updates axios
from 1.7.7 to 1.11.0
Release notes
Sourced from axios's releases.
Release v1.11.0
Release notes:
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Release v1.10.0
Release notes:
Bug Fixes
- adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
- form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
- package: add module entry point for React Native; (#6933) (3d343b8)
Features
Contributors to this release
- Dmitriy Mozgovoy
- Noritaka Kobayashi
- Dimitrios Lazanas
- Adrian Knapp
- Howie Zhao
- Uhyeon Park
- Sampo Silvennoinen
Release v1.9.0
Release notes:
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookie
by using 'get' method for caseless access; (#6874) (d4f7df4)- headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
- http: send minimal end multipart boundary (#6661) (987d2e2)
- types: fix autocomplete for adapter config (#6855) (e61a893)
... (truncated)
Changelog
Sourced from axios's changelog.
1.11.0 (2025-07-22)
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
1.10.0 (2025-06-14)
Bug Fixes
- adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
- form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
- package: add module entry point for React Native; (#6933) (3d343b8)
Features
Contributors to this release
- Dmitriy Mozgovoy
- Noritaka Kobayashi
- Dimitrios Lazanas
- Adrian Knapp
- Howie Zhao
- Uhyeon Park
- Sampo Silvennoinen
1.9.0 (2025-04-24)
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookie
by using 'get' method for caseless access; (#6874) (d4f7df4)
... (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)- Additional commits viewable in compare view
Updates base-x
from 3.0.10 to 3.0.11
Commits
043a888
3.0.112705ddd
[backport 3.x] Prohibit char codes that would overflow theBASE_MAP
- See full diff in compare view
Updates cipher-base
from 1.0.4 to 1.0.6
Changelog
Sourced from cipher-base's changelog.
v1.0.6 - 2024-11-26
Commits
- [Fix] io.js 3.0 - Node.js 5.3 typed array support
b7ddd2a
v1.0.5 - 2024-11-17
Commits
- [Tests] standard -> eslint, make test dir, etc
ae02fd6
- [Tests] migrate from travis to GHA
66387d7
- [meta] fix package.json indentation
5c02918
- [Fix] return valid values on multi-byte-wide TypedArray input
8fd1364
- [meta] add
auto-changelog
88dc806
- [meta] add
npmignore
andsafe-publish-latest
7a137d7
- Only apps should have lockfiles
42528f2
- [Deps] update
inherits
,safe-buffer
0e7a2d9
- [meta] add missing
engines.node
f2dc13e
Commits
f5249f9
v1.0.6b7ddd2a
[Fix] io.js 3.0 - Node.js 5.3 typed array supportf03cebf
v1.0.588dc806
[meta] addauto-changelog
7a137d7
[meta] addnpmignore
andsafe-publish-latest
5c02918
[meta] fix package.json indentation8fd1364
[Fix] return valid values on multi-byte-wide TypedArray input66387d7
[Tests] migrate from travis to GHAf2dc13e
[meta] add missingengines.node
0e7a2d9
[Deps] updateinherits
,safe-buffer
- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for cipher-base since your current version.
Updates cross-spawn
from 7.0.3 to 7.0.6
Changelog
Sourced from
Pull Request Statistics
1
2
+10092
-13047
Package Dependencies
Technical Details
ID: | 6015428 |
UUID: | 2787120641 |
Node ID: | PR_kwDOPnGbUM6mIBYB |
Host: | GitHub |
Repository: | Tanker187/tanker187.github.io-cdp-wallet-manager-self.vercel.app |
Merge State: | Unknown |