Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-packages group with 3 updates: @supabase/supabase-js, netlify-cli and twilio.

Updates @supabase/supabase-js from 2.81.1 to 2.89.0

Release notes

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

v2.89.0

2.89.0 (2025-12-18)

🚀 Features

  • auth: add X (OAuth 2.0) provider (#1960)
  • auth: add string array support for AMR claims (#1967)
  • supabase: export DatabaseWithoutInternals utility type (#1935)

❤️ Thank You

v2.88.1-canary.2

2.88.1-canary.2 (2025-12-18)

🚀 Features

  • supabase: export DatabaseWithoutInternals utility type (#1935)

❤️ Thank You

v2.88.1-canary.1

2.88.1-canary.1 (2025-12-17)

🚀 Features

  • auth: add string array support for AMR claims (#1967)

❤️ Thank You

v2.88.1-canary.0

2.88.1-canary.0 (2025-12-17)

🚀 Features

  • auth: add X (OAuth 2.0) provider (#1960)

❤️ Thank You

v2.88.0

2.88.0 (2025-12-16)

... (truncated)

Changelog

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

2.89.0 (2025-12-18)

🚀 Features

  • supabase: export DatabaseWithoutInternals utility type (#1935)

❤️ Thank You

2.88.0 (2025-12-16)

🚀 Features

  • repo: migrate build system to tsdown for proper ESM/CJS support (#1961)
  • auth: allow custom predicate for detectSessionInUrl option (#1958)

❤️ Thank You

2.87.3 (2025-12-15)

🩹 Fixes

  • supabase: resolve jsDelivr CDN ESM import failure with .js extensions (#1953)

❤️ Thank You

2.87.2 (2025-12-15)

🩹 Fixes

  • supabase: resolve jsDelivr CDN ESM import failure (#1950)

❤️ Thank You

2.87.1 (2025-12-09)

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

2.87.0 (2025-12-08)

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

2.86.2 (2025-12-04)

... (truncated)

Commits
  • e953e71 feat(supabase): export DatabaseWithoutInternals utility type (#1935)
  • ba17c2f chore(release): version 2.88.0 changelogs (#1965)
  • 6c9bbdf feat(repo): migrate build system to tsdown for proper ESM/CJS support (#1961)
  • f346169 feat(auth): allow custom predicate for detectSessionInUrl option (#1958)
  • f57b882 chore(release): version 2.87.3 changelogs (#1954)
  • 628e710 fix(supabase): resolve jsDelivr CDN ESM import failure with .js extensions (#...
  • a660d29 chore(release): version 2.87.2 changelogs (#1952)
  • 2950186 fix(supabase): resolve jsDelivr CDN ESM import failure (#1950)
  • 13af49b chore(release): version 2.87.1 changelogs (#1934)
  • 66351aa chore(release): version 2.87.0 changelogs (#1929)
  • Additional commits viewable in compare view

Updates netlify-cli from 23.10.0 to 23.13.0

Release notes

Sourced from netlify-cli's releases.

v23.13.0

23.13.0 (2025-12-17)

Features

v23.12.3

23.12.3 (2025-12-04)

Bug Fixes

  • deps: update dependency @​netlify/ai to v0.3.4 (#7812) (6d4de26)
  • include sourceZipFileName in results for printing results if available (#7814) (6c83dfe)

v23.12.2

23.12.2 (2025-11-28)

Bug Fixes

  • deps: upgrade deps to resolve 2 high-sev vulnerabilities (#7804) (1c41700)

v23.12.1

23.12.1 (2025-11-26)

Bug Fixes

  • fix EBADPLATFORM when running npm ci (c0268cb)

v23.12.0

23.12.0 (2025-11-25)

Features

Bug Fixes

  • deps: update dependency @​netlify/ai to v0.3.3 (#7739) (8f3c275)
  • deps: update dependency @​netlify/build to v35.5.2 (#7795) (f027183)
  • deps: update dependency @​netlify/dev-utils to v4.3.2 (#7781) (5ea0ce9)
  • deps: update dependency @​netlify/edge-functions to v3.0.2 (#7782) (bca0b2f)
  • deps: update dependency @​netlify/functions to v5 (#7726) (b4e3777)
  • deps: update netlify packages (#7783) (31cf4a3)

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

23.13.0 (2025-12-17)

Features

23.12.3 (2025-12-04)

Bug Fixes

  • deps: update dependency @​netlify/ai to v0.3.4 (#7812) (6d4de26)
  • include sourceZipFileName in results for printing results if available (#7814) (6c83dfe)

23.12.2 (2025-11-28)

Bug Fixes

  • deps: upgrade deps to resolve 2 high-sev vulnerabilities (#7804) (1c41700)

23.12.1 (2025-11-26)

Bug Fixes

  • npm-shrinkwrap.json: update lockfile (c0268cb)

23.12.0 (2025-11-25)

Features

Bug Fixes

  • deps: update dependency @​netlify/ai to v0.3.3 (#7739) (8f3c275)
  • deps: update dependency @​netlify/build to v35.5.2 (#7795) (f027183)
  • deps: update dependency @​netlify/dev-utils to v4.3.2 (#7781) (5ea0ce9)
  • deps: update dependency @​netlify/edge-functions to v3.0.2 (#7782) (bca0b2f)
  • deps: update dependency @​netlify/functions to v5 (#7726) (b4e3777)
  • deps: update netlify packages (#7783) (31cf4a3)
  • deps: update netlify packages (#7786) (a17ff10)
  • deps: update netlify packages (#7790) (a264676)
  • deps: update netlify packages (#7792) (95c9daa)

23.11.1 (2025-11-18)

... (truncated)

Commits
  • 31e8323 chore(main): release 23.13.0 (#7827)
  • 0ce6afe chore(deps): bump js-yaml and verdaccio (#7794)
  • 368c98b feat: pass AIG env vars to child process (#7826)
  • c4ae5bb test: add test for printing source_zip_filename (#7816)
  • beee144 chore(main): release 23.12.3 (#7813)
  • 25d8101 chore(deps): update dependency @​eslint/compat to v1.4.1 (#7807)
  • 6c83dfe fix: include sourceZipFileName in results for printing results if available (...
  • 6d4de26 fix(deps): update dependency @​netlify/ai to v0.3.4 (#7812)
  • c00b0bf chore(main): release 23.12.2 (#7806)
  • 1c41700 fix(deps): upgrade deps to resolve 2 high-sev vulnerabilities (#7804)
  • Additional commits viewable in compare view

Updates twilio from 5.10.5 to 5.11.1

Release notes

Sourced from twilio's releases.

5.11.1

Release Notes

Library - Chore

Docs

5.11.0

Release Notes

Library - Chore

Library - Feature

Trunking

  • Corrected the type used for phone number capabilities when accessed through a Trunk. (breaking change)
  • Corrected the type used for phone number capabilities when accessed through a Trunk. (breaking change)

Trusthub

  • Added new parameters in in toll-free initialize api payload.
  • Remove the invalid status transition to Draft from the examples
  • Change the value of email to a valid one in the examples.

Docs

5.10.7

Release Notes

Library - Chore

Api

  • Add twiml_session resource for calls
  • Add twiml_session resource for calls

Monitor

  • Update default output properties

Trusthub

  • Added customer_profile_sid in toll-free initialize api payload.

Docs

... (truncated)

Changelog

Sourced from twilio's changelog.

[2025-12-18] Version 5.11.1

Library - Chore

[2025-12-17] Version 5.11.0

Library - Chore

Library - Feature

Trunking

  • Corrected the type used for phone number capabilities when accessed through a Trunk. (breaking change)
  • Corrected the type used for phone number capabilities when accessed through a Trunk. (breaking change)

Trusthub

  • Added new parameters in in toll-free initialize api payload.
  • Remove the invalid status transition to Draft from the examples
  • Change the value of email to a valid one in the examples.

[2025-12-03] Version 5.10.7

Library - Chore

Api

  • Add twiml_session resource for calls
  • Add twiml_session resource for calls

Monitor

  • Update default output properties

Trusthub

  • Added customer_profile_sid in toll-free initialize api payload.

[2025-11-20] Version 5.10.6

Memory

  • Memory API Changes

  • Added initial Memory API endpoints with darkseagreen badge status
Commits
  • beee846 chore: reinstate npm install before npm publish (#1161)
  • 421e973 Release 5.11.0
  • 0ec111a [Librarian] Regenerated @ ed54b4c8e0cb1a9c046256a32f0d793bc1999424 70b7e9f9f6...
  • 69b62a0 chore: Add trusted publisher (#1155)
  • 9ca70f7 chore: allow 2XX response for delete (#1156)
  • 3150635 feat: Add patch functionality (#1151)
  • 5640b1f Release 5.10.7
  • 0283122 [Librarian] Regenerated @ 86e712bb98e901aebd01edb01085d4f2becccd4c 8aaa875542...
  • fec3429 chore: Regional API domain processing (#1154)
  • 476badc chore: Regional API domain processing (#1150)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for twilio 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 npm-packages group with 3 updates: [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js), [netlify-cli](https://github.com/netlify/cli) and [twilio](https://github.com/twilio/twilio-node).


Updates `@supabase/supabase-js` from 2.81.1 to 2.89.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.89.0/packages/core/supabase-js)

Updates `netlify-cli` from 23.10.0 to 23.13.0
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v23.10.0...v23.13.0)

Updates `twilio` from 5.10.5 to 5.11.1
- [Release notes](https://github.com/twilio/twilio-node/releases)
- [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md)
- [Commits](twilio/twilio-node@5.10.5...5.11.1)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.89.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: netlify-cli
  dependency-version: 23.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: twilio
  dependency-version: 5.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
...

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 Jan 2, 2026
@netlify
Copy link

netlify bot commented Jan 2, 2026

Deploy Preview for shyparty ready!

Name Link
🔨 Latest commit 155478f
🔍 Latest deploy log https://app.netlify.com/projects/shyparty/deploys/6957fabbb7324a000845f393
😎 Deploy Preview https://deploy-preview-468--shyparty.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot mentioned this pull request Dec 17, 2025
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.

1 participant