Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 7 updates#231

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-c82d72fa61
Open

chore(deps): bump the minor-and-patch group across 1 directory with 7 updates#231
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-c82d72fa61

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 7 updates in the / directory:

Package From To
@sip-protocol/sdk 0.14.0 0.15.1
framer-motion 12.40.0 12.42.0
lucide-react 1.21.0 1.22.0
@ledgerhq/hw-app-eth 7.8.6 7.8.7
@playwright/test 1.61.0 1.61.1
@vitejs/plugin-react 6.0.2 6.0.3
postcss 8.5.15 8.5.16

Updates @sip-protocol/sdk from 0.14.0 to 0.15.1

Release notes

Sourced from @​sip-protocol/sdk's releases.

@​sip-protocol/sdk@​0.15.1

Patch Changes

  • #1187 8a814f6 Thanks @​rz1989s! - Migrate @langchain/core (0.3 → 1.x) and @langchain/openai (0.6 → 1.x) to v1. LangChain 1.0 made SystemMessage/HumanMessage/AIMessage non-interchangeable (each now carries invariant MessageStructure<MessageToolSet> generics), so the Privacy Advisor's message arrays are explicitly typed as BaseMessage[]. No public API or runtime behavior change.

  • #1188 840f47f Thanks @​rz1989s! - Migrate @triton-one/yellowstone-grpc (4.x → 5.x) in the Solana gRPC providers. v5 moved off @grpc/grpc-js (its Client.subscribe() now returns the library's own ClientDuplexStream instead of @grpc/grpc-js's generic ClientDuplexStream<SubscribeRequest, SubscribeUpdate>). The QuickNode and Triton providers now alias the stream to v5's exported ClientDuplexStream and type their data handlers as SubscribeUpdate, dropping the now-unused @grpc/grpc-js dev dependency. No public API or runtime behavior change.

@​sip-protocol/sdk@​0.15.0

Minor Changes

  • #1164 a87e597 Thanks @​rz1989s! - Add per-flow privacy-score primitives (flow-privacy module): anonSetInWindow, gaslessFlag, amountHidingStatus, and the assessFlowPrivacy composer. They honestly score a single commingling-vault flow — a tier-capped 0–100 score plus an anonymity-set / gasless / amount-hiding factor breakdown with caveats — over caller-supplied data (no RPC).
Changelog

Sourced from @​sip-protocol/sdk's changelog.

0.15.1

Patch Changes

  • #1187 8a814f6 Thanks @​rz1989s! - Migrate @langchain/core (0.3 → 1.x) and @langchain/openai (0.6 → 1.x) to v1. LangChain 1.0 made SystemMessage/HumanMessage/AIMessage non-interchangeable (each now carries invariant MessageStructure<MessageToolSet> generics), so the Privacy Advisor's message arrays are explicitly typed as BaseMessage[]. No public API or runtime behavior change.

  • #1188 840f47f Thanks @​rz1989s! - Migrate @triton-one/yellowstone-grpc (4.x → 5.x) in the Solana gRPC providers. v5 moved off @grpc/grpc-js (its Client.subscribe() now returns the library's own ClientDuplexStream instead of @grpc/grpc-js's generic ClientDuplexStream<SubscribeRequest, SubscribeUpdate>). The QuickNode and Triton providers now alias the stream to v5's exported ClientDuplexStream and type their data handlers as SubscribeUpdate, dropping the now-unused @grpc/grpc-js dev dependency. No public API or runtime behavior change.

0.15.0

Minor Changes

  • #1164 a87e597 Thanks @​rz1989s! - Add per-flow privacy-score primitives (flow-privacy module): anonSetInWindow, gaslessFlag, amountHidingStatus, and the assessFlowPrivacy composer. They honestly score a single commingling-vault flow — a tier-capped 0–100 score plus an anonymity-set / gasless / amount-hiding factor breakdown with caveats — over caller-supplied data (no RPC).
Commits
  • 5d153a6 chore: release packages
  • f3a0028 chore(deps-dev): bump @​types/node from 25.9.4 to 26.0.0
  • 840f47f chore(deps): migrate @​triton-one/yellowstone-grpc to v5
  • d38a083 Merge pull request #1178 from sip-protocol/dependabot/npm_and_yarn/https-prox...
  • 0593594 Merge pull request #1184 from sip-protocol/dependabot/npm_and_yarn/aztec/bb.j...
  • 8a814f6 chore(deps): migrate @​langchain/core + @​langchain/openai to v1
  • 213f556 chore(deps): bump the minor-and-patch group across 3 directories with 6 updates
  • c736395 chore(deps): bump @​aztec/bb.js from 3.0.3 to 4.3.1
  • cf6fd9b chore(deps): bump https-proxy-agent from 7.0.6 to 9.1.0
  • 1b2944e chore(deps): upgrade @​solana/kit and @​solana/compat to v6
  • Additional commits viewable in compare view

Updates framer-motion from 12.40.0 to 12.42.0

Changelog

Sourced from framer-motion's changelog.

[12.42.0] 2026-06-24

Changed

  • animateView: Layers are automatically grouped to match their DOM-hierarchy. New .group(false) method opts-out.

Fixed

  • animateView: Auto-crop is now aspect-ratio aware, disabling crops for matching aspect-ratios.
  • animateView: Disabled automatic border-radius animation.

[12.41.0] 2026-06-23

Added

  • animateView: Moves from Motion+ Early Access and alpha to main library.
  • animateView: .add() resolves a CSS selector or Element to automatically generate, apply and remove view-transition-name.
  • animateView: .new() and .old() configures values to animate on new and old layers.
  • animateView: .layout() can set a custom transition on the size/position animation of the currently selected elements.
  • animateView: Group layers now automatically crop with children set to cover, with border-radius animating from old radius to new. .crop(false) disables this behaviour.
  • animateView: .class(name) tags currently selected elements with a view-transition-class as a custom CSS hook.

Fixed

  • AnimatePresence: Prevent stuck exit animations when children interrupt.
  • drag: Child e.stopPropagation() no longer break drag end.
  • Fixing Next.js OOM on Windows when importing via motion package.
  • animateLayout: Improve handling of parallel/interleaved calls.

Changed

  • animateView: .enter() and .exit() now refer specifically to new and old layers where there are no matching old or new layers.
  • animateView: Interrupted transition setups now return resolved animation rather than throwing.
Commits
  • 9c84145 v12.42.0
  • 60d7c72 Add view-transition group nesting and aspect-aware cropping
  • 6437276 Updating
  • f0f893e v12.41.0
  • c0c53cb Updating changelog
  • 18c3e3e Removing plans
  • 378fc4c Merge pull request #3761 from motiondivision/worktree-view-target
  • 94ea505 Merge branch 'main' into worktree-view-target
  • de65f6b Fade auto morph crossfades over the spring's visual duration
  • f8af239 Let an explicit duration override the inherited spring on a view layer
  • Additional commits viewable in compare view

Updates lucide-react from 1.21.0 to 1.22.0

Release notes

Sourced from lucide-react's releases.

Version 1.22.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.21.0...1.22.0

Commits

Updates @ledgerhq/hw-app-eth from 7.8.6 to 7.8.7

Commits
  • 990871e Merge release into main
  • 11d224b chore(release): 🚀 prepare release [skip ci]
  • 6e8724d Merge pull request #18747 from LedgerHQ/smartling-translations-20260618150830080
  • 4b42707 File apps/ledger-live-mobile/src/locales/en/common.json was translated to es-...
  • 1514125 File apps/ledger-live-desktop/static/i18n/en/app.json was translated to pt-BR...
  • 90e8166 File apps/ledger-live-desktop/static/i18n/en/app.json was translated to es-ES...
  • c628a56 File apps/ledger-live-mobile/src/locales/en/common.json was translated to zh-...
  • e1f7b03 File apps/ledger-live-mobile/src/locales/en/common.json was translated to de-...
  • 6d0c1d6 File apps/ledger-live-mobile/src/locales/en/common.json was translated to ja-...
  • 6296b77 File apps/ledger-live-mobile/src/locales/en/common.json was translated to pt-...
  • Additional commits viewable in compare view

Updates @playwright/test from 1.61.0 to 1.61.1

Release notes

Sourced from @​playwright/test's releases.

v1.61.1

Bug Fixes

  • #41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
  • #41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
  • #41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
  • #41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
  • #41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks
Commits
  • 39e3553 cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...
  • 4328122 chore: mark v1.61.1 (#41404)
  • 2c29a94 fix(tracing): stop recording websocket frames outside of chunks (#41398)
  • 4324b19 cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend
  • 041e7e3 cherry-pick(#41364): fix(har): WebSocket message timestamps should be in mi...
  • b8a0fc3 cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...
  • b5a3175 cherry-pick(#41319): fix(loader): support other node versions
  • d4724a9 cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image
  • See full diff in compare view

Updates @vitejs/plugin-react from 6.0.2 to 6.0.3

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.3 (2026-06-23)

Commits
  • 640fd35 release: plugin-react@6.0.3
  • 889efb0 fix(deps): update all non-major dependencies (#1249)
  • 6c57dd4 fix(plugin-react): use '/' base in bundledDev preamble to fix non-root base p...
  • 3cc33a7 fix(deps): update react-related dependencies (#1245)
  • c0f7c7f docs: mention the Biome rule in the "Consistent components exports" section (...
  • cd80f0f fix(deps): update all non-major dependencies (#1241)
  • e38acca fix(deps): update all non-major dependencies (#1227)
  • 9a9bb26 perf(react): improve react compiler preset so that slightly more modules are ...
  • See full diff in compare view

Updates postcss from 8.5.15 to 8.5.16

Release notes

Sourced from postcss's releases.

8.5.16

Changelog

Sourced from postcss's changelog.

8.5.16

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.


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 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

… updates

Bumps the minor-and-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@sip-protocol/sdk](https://github.com/sip-protocol/sip-protocol/tree/HEAD/packages/sdk) | `0.14.0` | `0.15.1` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.40.0` | `12.42.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.21.0` | `1.22.0` |
| [@ledgerhq/hw-app-eth](https://github.com/LedgerHQ/ledger-live) | `7.8.6` | `7.8.7` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.0` | `1.61.1` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.2` | `6.0.3` |
| [postcss](https://github.com/postcss/postcss) | `8.5.15` | `8.5.16` |



Updates `@sip-protocol/sdk` from 0.14.0 to 0.15.1
- [Release notes](https://github.com/sip-protocol/sip-protocol/releases)
- [Changelog](https://github.com/sip-protocol/sip-protocol/blob/main/packages/sdk/CHANGELOG.md)
- [Commits](https://github.com/sip-protocol/sip-protocol/commits/@sip-protocol/sdk@0.15.1/packages/sdk)

Updates `framer-motion` from 12.40.0 to 12.42.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.40.0...v12.42.0)

Updates `lucide-react` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.22.0/packages/lucide-react)

Updates `@ledgerhq/hw-app-eth` from 7.8.6 to 7.8.7
- [Release notes](https://github.com/LedgerHQ/ledger-live/releases)
- [Commits](https://github.com/LedgerHQ/ledger-live/compare/@ledgerhq/hw-app-eth@7.8.6...@ledgerhq/hw-app-eth@7.8.7)

Updates `@playwright/test` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.0...v1.61.1)

Updates `@vitejs/plugin-react` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.3/packages/plugin-react)

Updates `postcss` from 8.5.15 to 8.5.16
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.15...8.5.16)

---
updated-dependencies:
- dependency-name: "@sip-protocol/sdk"
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: framer-motion
  dependency-version: 12.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@ledgerhq/hw-app-eth"
  dependency-version: 7.8.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Jun 29, 2026
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sip-website Error Error Jun 29, 2026 6:59am

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