Skip to content

deps(deps): bump the minor-and-patch group with 10 updates#37

Merged
ralyodio merged 1 commit intomasterfrom
dependabot/npm_and_yarn/minor-and-patch-b356876911
Mar 3, 2026
Merged

deps(deps): bump the minor-and-patch group with 10 updates#37
ralyodio merged 1 commit intomasterfrom
dependabot/npm_and_yarn/minor-and-patch-b356876911

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the minor-and-patch group with 10 updates:

Package From To
@supabase/supabase-js 2.97.0 2.98.0
framer-motion 12.34.3 12.34.4
ioredis 5.9.3 5.10.0
lucide-react 0.575.0 0.576.0
openai 6.22.0 6.25.0
react-pdf 10.4.0 10.4.1
resend 6.9.2 6.9.3
sax 1.4.4 1.5.0
@types/node 25.3.0 25.3.3
autoprefixer 10.4.24 10.4.27

Updates @supabase/supabase-js from 2.97.0 to 2.98.0

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.98.0

2.98.0 (2026-02-26)

🚀 Features

  • auth: add token_endpoint_auth_method to OAuth client create/update (#2132)
  • auth: support custom providers via custom: prefix in Provider type (#2134)
  • auth: add currentPassword to UserAttributes type (#2131)

🩹 Fixes

  • auth: recover from orphaned navigator locks via steal fallback (#2106)
  • auth: lower lockAcquireTimeout default to 5s and fix stale JSDoc (#2125)
  • auth: fixes userattributes type (#2139)
  • realtime: patch channel join payloads with resolved access token before flushing send buffer (#2136)

❤️ Thank You

v2.97.1-canary.5

2.97.1-canary.5 (2026-02-26)

🩹 Fixes

  • auth: fixes userattributes type (#2139)

❤️ Thank You

v2.97.1-canary.4

2.97.1-canary.4 (2026-02-25)

🩹 Fixes

  • realtime: patch channel join payloads with resolved access token before flushing send buffer (#2136)

❤️ Thank You

v2.97.1-canary.3

2.97.1-canary.3 (2026-02-24)

🚀 Features

... (truncated)

Changelog

Sourced from @​supabase/supabase-js's changelog.

2.98.0 (2026-02-26)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

Commits

Updates framer-motion from 12.34.3 to 12.34.4

Changelog

Sourced from framer-motion's changelog.

[12.34.4] 2026-03-02

Fixed

  • Ensure onComplete fires at the end of an animation sequence.
Commits
  • 81005d3 v12.34.4
  • 6cf6b60 Updating changelog
  • e03a253 Merge pull request #3571 from motiondivision/worktree-fix-issue-3563
  • 21869e9 fix: fire onComplete when animate sequence finishes
  • d8b219f Merge pull request #3568 from motiondivision/dependabot/npm_and_yarn/minimatc...
  • 1c293c0 Merge pull request #3567 from motiondivision/dependabot/npm_and_yarn/rollup-4...
  • 337bf8b Merge pull request #3566 from motiondivision/dependabot/npm_and_yarn/devalue-...
  • 12677fd Remove automatic Claude Code review workflow
  • 9a232ec Updating Readmes
  • fef565a chore(deps): bump minimatch from 3.1.2 to 3.1.5
  • Additional commits viewable in compare view

Updates ioredis from 5.9.3 to 5.10.0

Release notes

Sourced from ioredis's releases.

v5.10.0

5.10.0 (2026-02-27)

Features

  • add hash field expiration commands and tests (5219f9f)
  • add hexpireat & hexpiretime (#2082) (b38124f)
Changelog

Sourced from ioredis's changelog.

5.10.0 (2026-02-27)

Features

  • add hash field expiration commands and tests (5219f9f)
  • add hexpireat & hexpiretime (#2082) (b38124f)
Commits
  • 623cee5 chore(release): 5.10.0 [skip ci]
  • 5219f9f feat: add hash field expiration commands and tests
  • b38124f feat: add hexpireat & hexpiretime (#2082)
  • 232e548 ci: make Coveralls steps non-blocking in test_with_cov workflow (#2083)
  • See full diff in compare view

Updates lucide-react from 0.575.0 to 0.576.0

Release notes

Sourced from lucide-react's releases.

Version 0.576.0

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

Commits

Updates openai from 6.22.0 to 6.25.0

Release notes

Sourced from openai's releases.

v6.25.0

6.25.0 (2026-02-24)

Full Changelog: v6.24.0...v6.25.0

Features

Bug Fixes

Chores

  • internal: refactor sse event parsing (0ea2380)

v6.24.0

6.24.0 (2026-02-24)

Full Changelog: v6.23.0...v6.24.0

Features

  • api: add gpt-realtime-1.5 and gpt-audio-1.5 models to realtime (75875bf)

v6.23.0

6.23.0 (2026-02-23)

Full Changelog: v6.22.0...v6.23.0

Features

  • api: websockets for responses api (c6b96b8)

Bug Fixes

  • docs/contributing: correct pnpm link command (8a198a5)
  • internal: skip tests that depend on mock server (3d88cb0)

Chores

  • internal/client: fix form-urlencoded requests (646cedd)
  • update mock server docs (29f78f3)

... (truncated)

Changelog

Sourced from openai's changelog.

6.25.0 (2026-02-24)

Full Changelog: v6.24.0...v6.25.0

Features

Bug Fixes

Chores

  • internal: refactor sse event parsing (0ea2380)

6.24.0 (2026-02-24)

Full Changelog: v6.23.0...v6.24.0

Features

  • api: add gpt-realtime-1.5 and gpt-audio-1.5 models to realtime (75875bf)

6.23.0 (2026-02-23)

Full Changelog: v6.22.0...v6.23.0

Features

  • api: websockets for responses api (c6b96b8)

Bug Fixes

  • docs/contributing: correct pnpm link command (8a198a5)
  • internal: skip tests that depend on mock server (3d88cb0)

Chores

  • internal/client: fix form-urlencoded requests (646cedd)
  • update mock server docs (29f78f3)

Documentation

... (truncated)

Commits

Updates react-pdf from 10.4.0 to 10.4.1

Release notes

Sourced from react-pdf's releases.

v10.4.1

Bug fixes

  • Sanitize HTML returned by customTextRenderer (#2070).
Commits

Updates resend from 6.9.2 to 6.9.3

Release notes

Sourced from resend's releases.

v6.9.3

What's Changed

New Contributors

Full Changelog: resend/resend-node@v6.9.2...v6.9.3

Commits
  • 184204d chore: bump (#859)
  • 1351fd9 fix(ci): preview release workflow (#858)
  • cc39964 chore(deps): update dependency pkg-pr-new to v0.0.65 (#857)
  • af22de3 refactor(types): align attachment types with monorepo public-api (#855)
  • 2856a15 feat: add batch specific email options type to reflect API limitations (#801)
  • a7d4cf7 fix: export email list response type (#833)
  • 3f85435 chore(deps): update dependency pkg-pr-new to v0.0.63 (#825)
  • 514a0a0 chore(deps): update dependency @​types/node to v24.10.13 (#827)
  • 2ed1fc9 chore(deps): update dependency @​biomejs/biome to v2.3.14 (#829)
  • aa30291 chore(deps): update dependency @​types/react to v19.2.13 (#830)
  • Additional commits viewable in compare view

Updates sax from 1.4.4 to 1.5.0

Commits

Updates @types/node from 25.3.0 to 25.3.3

Commits

Updates autoprefixer from 10.4.24 to 10.4.27

Release notes

Sourced from autoprefixer's releases.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Changelog

Sourced from autoprefixer's changelog.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Commits

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

Bumps the minor-and-patch group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.97.0` | `2.98.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.34.3` | `12.34.4` |
| [ioredis](https://github.com/luin/ioredis) | `5.9.3` | `5.10.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.575.0` | `0.576.0` |
| [openai](https://github.com/openai/openai-node) | `6.22.0` | `6.25.0` |
| [react-pdf](https://github.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf) | `10.4.0` | `10.4.1` |
| [resend](https://github.com/resend/resend-node) | `6.9.2` | `6.9.3` |
| [sax](https://github.com/isaacs/sax-js) | `1.4.4` | `1.5.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.3.3` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.24` | `10.4.27` |


Updates `@supabase/supabase-js` from 2.97.0 to 2.98.0
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.98.0/packages/core/supabase-js)

Updates `framer-motion` from 12.34.3 to 12.34.4
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.34.3...v12.34.4)

Updates `ioredis` from 5.9.3 to 5.10.0
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.9.3...v5.10.0)

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

Updates `openai` from 6.22.0 to 6.25.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.22.0...v6.25.0)

Updates `react-pdf` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/wojtekmaj/react-pdf/releases)
- [Commits](https://github.com/wojtekmaj/react-pdf/commits/v10.4.1/packages/react-pdf)

Updates `resend` from 6.9.2 to 6.9.3
- [Release notes](https://github.com/resend/resend-node/releases)
- [Commits](resend/resend-node@v6.9.2...v6.9.3)

Updates `sax` from 1.4.4 to 1.5.0
- [Commits](isaacs/sax-js@v1.4.4...v1.5.0)

Updates `@types/node` from 25.3.0 to 25.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.98.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: framer-motion
  dependency-version: 12.34.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ioredis
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 0.576.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: openai
  dependency-version: 6.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-pdf
  dependency-version: 10.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: resend
  dependency-version: 6.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sax
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@socket-security
Copy link

@ralyodio ralyodio merged commit 118c9e0 into master Mar 3, 2026
6 checks passed
@ralyodio ralyodio deleted the dependabot/npm_and_yarn/minor-and-patch-b356876911 branch March 3, 2026 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant