Skip to content

Bump the npm_and_yarn group across 1 directory with 3 updates - #4

Merged
drzo merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-97de8565b7
Nov 21, 2025
Merged

Bump the npm_and_yarn group across 1 directory with 3 updates#4
drzo merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-97de8565b7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 21, 2025

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 3 updates in the / directory: vite, @supabase/auth-js and glob.

Updates vite from 6.2.1 to 6.4.1

Release notes

Sourced from vite's releases.

create-vite@6.4.1

Please refer to CHANGELOG.md for details.

v6.4.1

Please refer to CHANGELOG.md for details.

create-vite@6.4.0

Please refer to CHANGELOG.md for details.

v6.4.0

Please refer to CHANGELOG.md for details.

v6.3.7

Please refer to CHANGELOG.md for details.

v6.3.6

Please refer to CHANGELOG.md for details.

v6.3.5

Please refer to CHANGELOG.md for details.

v6.3.4

Please refer to CHANGELOG.md for details.

v6.3.3

Please refer to CHANGELOG.md for details.

v6.3.2

Please refer to CHANGELOG.md for details.

v6.3.1

Please refer to CHANGELOG.md for details.

v6.3.0

Please refer to CHANGELOG.md for details.

v6.3.0-beta.2

Please refer to CHANGELOG.md for details.

v6.3.0-beta.1

Please refer to CHANGELOG.md for details.

v6.3.0-beta.0

Please refer to CHANGELOG.md for details.

v6.2.7

Please refer to CHANGELOG.md for details.

v6.2.6

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

7.2.4 (2025-11-20)

Bug Fixes

  • revert "perf(deps): replace debug with obug (#21107)" (2d66b7b)

7.2.3 (2025-11-20)

Bug Fixes

  • allow multiple bindCLIShortcuts calls with shortcut merging (#21103) (5909efd)
  • deps: update all non-major dependencies (#21096) (6a34ac3)
  • deps: update all non-major dependencies (#21128) (4f8171e)

Performance Improvements

Miscellaneous Chores

  • deps: update dependency @​rollup/plugin-commonjs to v29 (#21099) (02ceaec)
  • deps: update rolldown-related dependencies (#21095) (39a0a15)
  • deps: update rolldown-related dependencies (#21127) (5029720)

7.2.2 (2025-11-07)

Bug Fixes

7.2.1 (2025-11-06)

Bug Fixes

Code Refactoring

  • build: rename indexOfMatchInSlice to findPreloadMarker (#21054) (f83264f)

7.2.0 (2025-11-05)

Bug Fixes

  • css: fallback to sass when sass-embedded platform binary is missing (#21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#21040) (2833c55)

Miscellaneous Chores

7.2.0-beta.1 (2025-10-29)

Bug Fixes

... (truncated)

Commits
  • a7349ef release: v6.3.1
  • a152b7c fix: backward compat for internal plugin transform calls (#19878)
  • 35c7f35 fix: avoid using Promise.allSettled in preload function (#19805)
  • 5fdcfe7 release: v6.3.0
  • d4ee5e8 fix(hmr): avoid infinite loop happening with hot.invalidate in circular dep...
  • 5003434 fix(preview): use host url to open browser (#19836)
  • bf9728e release: v6.3.0-beta.2
  • 380c10e fix(hmr): run HMR handler sequentially (#19793)
  • 8bed1de fix: addWatchFile doesn't work if base is specified (fixes #19792) (#19794)
  • 0a0c50a refactor: simplify pluginFilter implementation (#19828)
  • Additional commits viewable in compare view

Updates @supabase/auth-js from 2.68.0 to 2.84.0

Release notes

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

v2.84.0

2.84.0 (2025-11-20)

🚀 Features

  • postgrest: add isdistinct and regex pattern matching operators (#1875)

🩹 Fixes

  • postgrest: validate empty or invalid relation names in Postgrest… (#1863)
  • realtime: simplify serializer by removing unnecessary types of messages (#1871)

❤️ Thank You

v2.83.1-canary.2

2.83.1-canary.2 (2025-11-19)

🚀 Features

  • postgrest: add isdistinct and regex pattern matching operators (#1875)

❤️ Thank You

v2.83.1-canary.1

2.83.1-canary.1 (2025-11-19)

🩹 Fixes

  • realtime: simplify serializer by removing unnecessary types of messages (#1871)

❤️ Thank You

  • Eduardo Gurgel

v2.83.1-canary.0

2.83.1-canary.0 (2025-11-19)

🩹 Fixes

  • postgrest: validate empty or invalid relation names in Postgrest… (#1863)

❤️ Thank You

... (truncated)

Changelog

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

2.84.0 (2025-11-20)

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

2.83.0 (2025-11-18)

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

2.82.0 (2025-11-18)

🚀 Features

  • auth: add OAuth grant listing and revocation endpoints (#1833)

❤️ Thank You

2.81.1 (2025-11-11)

🩹 Fixes

  • auth: add automatic browser redirect to signInWithSSO (#1849)
  • auth: use Symbols for callback IDs to resolve Next.js 16 compatibility (#1847)

❤️ Thank You

2.81.0 (2025-11-10)

🩹 Fixes

  • auth: use direct attestation for registration/authentication (#1764)
  • auth: add providers type to UserAppMetadata interface (#1760)
  • auth: make webauthn param optional and move register params to webauthn (#1765)

❤️ Thank You

2.80.0 (2025-11-06)

🚀 Features

  • auth: add TypeScript types for documented JWT claims fields (#1802)

🩹 Fixes

  • auth: only warn if multiple clients share a storage-key (#1767)

... (truncated)

Commits
  • 5383755 build(deps): bump js-yaml in /packages/core/auth-js/example/react (#1864)
  • 612625d chore(release): version 2.83.0 changelogs (#1870)
  • 5b11772 chore(release): version 2.82.0 changelogs (#1866)
  • d30607e feat(auth): add OAuth grant listing and revocation endpoints (#1833)
  • a66387e docs(repo): add example snippets and descriptions (#1860)
  • 5fb115f build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /packages/core/aut...
  • ec445bb chore(release): version 2.81.1 changelogs (#1851)
  • 01e1948 fix(auth): add automatic browser redirect to signInWithSSO (#1849)
  • e9e44a3 fix(auth): use Symbols for callback IDs to resolve Next.js 16 compatibility (...
  • 0379c98 chore(repo): update and consolidate gitignore files (#1842)
  • 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 @​supabase/auth-js since your current version.


Updates glob from 10.4.5 to 10.5.0

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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 3 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@supabase/auth-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/auth-js) and [glob](https://github.com/isaacs/node-glob).


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

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

Updates `glob` from 10.4.5 to 10.5.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.5...v10.5.0)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@supabase/auth-js"
  dependency-version: 2.84.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

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 Nov 21, 2025
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@coderabbitai

coderabbitai Bot commented Nov 21, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@drzo
drzo merged commit be90cbe into main Nov 21, 2025
16 of 24 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm_and_yarn-97de8565b7 branch November 21, 2025 05:10
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