Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2025

Bumps the all-dependencies group with 26 updates:

Package From To
@journeyapps/wa-sqlite 1.3.2 1.3.3
@supabase/supabase-js 2.76.1 2.78.0
@eslint/js 9.38.0 9.39.0
eslint 9.38.0 9.39.0
globals 16.4.0 16.5.0
supabase 2.53.6 2.54.11
@eslint/config-helpers 0.4.1 0.4.2
@eslint/core 0.16.0 0.17.0
@eslint/plugin-kit 0.4.0 0.4.1
@supabase/auth-js 2.76.1 2.78.0
@supabase/functions-js 2.76.1 2.78.0
@supabase/postgrest-js 2.76.1 2.78.0
@supabase/realtime-js 2.76.1 2.78.0
@supabase/storage-js 2.76.1 2.78.0
@types/node 24.9.1 24.9.2
baseline-browser-mapping 2.8.20 2.8.23
bin-links 5.0.0 6.0.0
caniuse-lite 1.0.30001751 1.0.30001753
cmd-shim 7.0.0 8.0.0
electron-to-chromium 1.5.240 1.5.244
esbuild 0.25.11 0.25.12
node-releases 2.0.26 2.0.27
npm-normalize-package-bin 4.0.0 5.0.0
proc-log 5.0.0 6.0.0
read-cmd-shim 5.0.0 6.0.0
write-file-atomic 6.0.0 7.0.0

Updates @journeyapps/wa-sqlite from 1.3.2 to 1.3.3

Release notes

Sourced from @​journeyapps/wa-sqlite's releases.

v1.3.3

Patch Changes

  • 1f30a05: Update PowerSync SQLite extension to version 0.4.8
Changelog

Sourced from @​journeyapps/wa-sqlite's changelog.

1.3.3

Patch Changes

  • 1f30a05: Update PowerSync SQLite extension to version 0.4.8
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​journeyapps/wa-sqlite since your current version.


Updates @supabase/supabase-js from 2.76.1 to 2.78.0

Release notes

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

v2.78.0

2.78.0 (2025-10-30)

🚀 Features

  • auth: add OAuth 2.1 authorization consent management API calls (#1793)
  • auth: add OAuth client update support (#1812)
  • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

🩹 Fixes

  • auth: remove redirection in getAuthorizationDetails (#1811)
  • auth: move session warning proxy from session to user object (#1817)

❤️ Thank You

v2.77.1-canary.2

2.77.1-canary.2 (2025-10-30)

🚀 Features

  • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

❤️ Thank You

v2.77.1-canary.1

2.77.1-canary.1 (2025-10-30)

🩹 Fixes

  • auth: move session warning proxy from session to user object (#1817)

❤️ Thank You

v2.77.1-canary.0

2.77.1-canary.0 (2025-10-29)

🚀 Features

  • auth: add OAuth 2.1 authorization consent management API calls (#1793)
  • auth: add OAuth client update support (#1812)

... (truncated)

Changelog

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

2.78.0 (2025-10-30)

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

v2.77.0 (2025-10-29)

🩹 Fixes

  • repo: cleanup package-lock.json and bun.lock (#1799)

❤️ Thank You

Commits

Updates @eslint/js from 9.38.0 to 9.39.0

Release notes

Sourced from @​eslint/js's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • See full diff in compare view

Updates eslint from 9.38.0 to 9.39.0

Release notes

Sourced from eslint's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits

Updates globals from 16.4.0 to 16.5.0

Release notes

Sourced from globals's releases.

v16.5.0

  • Update globals (2025-11-01) (#316) 6d441ca
  • Add Vue, Svelte, and Astro globals (#314) ea31521

sindresorhus/globals@v16.4.0...v16.5.0

Commits

Updates supabase from 2.53.6 to 2.54.11

Release notes

Sourced from supabase's releases.

v2.54.11

Changelog

Bug fixes

  • fbc6df7fcc88fdd19bb03c95c37f53cc4119199c: fix: Update realtime image version to v2.57.3 (#4374) (@​avallete)

v2.54.10

Changelog

Bug fixes

  • de23187307d75ca4322aaea840a5efeb3db3f647: fix(docker): bump the docker-minor group in /pkg/config/templates with 3 updates (#4371) (@​dependabot[bot])

Others

  • a42700961888abd2130813110104249173e47945: chore: sync API types from infrastructure (#4345) (@​kiwicopple)

v2.54.9

Changelog

Bug fixes

  • 64465dd8289e4753b46cedc74bd4ae7d408c5516: fix: validate pooler domain per profile (#4358) (@​sweatybridge)

Others

  • b6cbd235550299afb5bdb3e21de6e60c595af32c: chore(deps): bump actions/upload-artifact from 4 to 5 (#4363) (@​dependabot[bot])
  • e1c3bfc4d981df11f20548e781ae48d8f48e9a62: chore(deps): bump actions/download-artifact from 5 to 6 (#4362) (@​dependabot[bot])

v2.54.8

Changelog

Bug fixes

  • 1797d16866a6a3a73e4df7bbd0a25d50e93111fb: fix(docker): bump the docker-minor group across 1 directory with 2 updates (#4367) (@​dependabot[bot])

v2.54.7

Changelog

Bug fixes

  • 8bf44da68953ff3080c1bf51336d1b59460949f7: fix(docker): bump supabase/postgres from 17.6.1.026 to 17.6.1.029 in /pkg/config/templates (#4366) (@​dependabot[bot])

v2.54.6

Changelog

Bug fixes

  • 6d83868070d812b952b06aef49f0b6600fee8b6e: fix: 2nd pass when pulling initial schema (#4357) (@​sweatybridge)

Others

  • 974db002af5f45ed14887cf06304d45f5f76e1e2: chore(deps): bump bin-links from 5.0.0 to 6.0.0 (#4354) (@​dependabot[bot])

v2.54.5

Changelog

Bug fixes

  • 580f39fa40f3c82ea80f1fa21ddae0d0bba5cf75: fix(docker): bump the docker-minor group across 1 directory with 2 updates (#4355) (@​dependabot[bot])

v2.54.4

Changelog

Bug fixes

  • 341b3c3483c2c9ec1e9e8e31d12c059ceb129c3c: fix: base client should also use schema qualified reference (#4353) (@​sweatybridge)

v2.54.3

Changelog

Bug fixes

... (truncated)

Commits
  • fbc6df7 fix: Update realtime image version to v2.57.3 (#4374)
  • de23187 fix(docker): bump the docker-minor group in /pkg/config/templates with 3 upda...
  • a427009 chore: sync API types from infrastructure (#4345)
  • 64465dd fix: validate pooler domain per profile (#4358)
  • e1c3bfc chore(deps): bump actions/download-artifact from 5 to 6 (#4362)
  • b6cbd23 chore(deps): bump actions/upload-artifact from 4 to 5 (#4363)
  • 1797d16 fix(docker): bump the docker-minor group across 1 directory with 2 updates (#...
  • 8bf44da fix(docker): bump supabase/postgres from 17.6.1.026 to 17.6.1.029 in /pkg/con...
  • 6d83868 fix: 2nd pass when pulling initial schema (#4357)
  • 974db00 chore(deps): bump bin-links from 5.0.0 to 6.0.0 (#4354)
  • Additional commits viewable in compare view

Updates @eslint/config-helpers from 0.4.1 to 0.4.2

Release notes

Sourced from @​eslint/config-helpers's releases.

config-helpers: v0.4.2

0.4.2 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0
Changelog

Sourced from @​eslint/config-helpers's changelog.

0.4.2 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0
Commits

Updates @eslint/core from 0.16.0 to 0.17.0

Release notes

Sourced from @​eslint/core's releases.

config-array: v0.17.0

0.17.0 (2024-06-26)

⚠ BREAKING CHANGES

  • Allow escaping characters on Windows (#61)

Bug Fixes

  • Allow escaping characters on Windows (#61) (8501890)

core: v0.17.0

0.17.0 (2025-10-27)

Features

Bug Fixes

Changelog

Sourced from @​eslint/core's changelog.

0.17.0 (2025-10-27)

Features

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​eslint/core since your current version.


Updates @eslint/plugin-kit from 0.4.0 to 0.4.1

Release notes

Sourced from @​eslint/plugin-kit's releases.

config-helpers: v0.4.1

0.4.1 (2025-10-17)

Bug Fixes

  • add validation for plugins in isLegacyConfig (#292) (74f9427)
  • improve type support for isolated dependencies in pnpm (#289) (f8df139)
  • use flat config when eslintrc config does not exist (#288) (ddc8577)

plugin-kit: v0.4.1

0.4.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0
Changelog

Sourced from @​eslint/plugin-kit's changelog.

0.4.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​eslint/plugin-kit since your current version.


Updates @supabase/auth-js from 2.76.1 to 2.78.0

Release notes

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

v2.78.0

2.78.0 (2025-10-30)

🚀 Features

  • auth: add OAuth 2.1 authorization consent management API calls (#1793)
  • auth: add OAuth client update support (#1812)
  • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

🩹 Fixes

  • auth: remove redirection in getAuthorizationDetails (#1811)
  • auth: move session warning proxy from session to user object (#1817)

❤️ Thank You

v2.77.1-canary.2

2.77.1-canary.2 (2025-10-30)

🚀 Features

  • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

❤️ Thank You

v2.77.1-canary.1

2.77.1-canary.1 (2025-10-30)

🩹 Fixes

  • auth: move session warning proxy from session to user object (#1817)

❤️ Thank You

v2.77.1-canary.0

2.77.1-canary.0 (2025-10-29)

🚀 Features

  • auth: add OAuth 2.1 authorization consent management API calls (#1793)
  • auth: add OAuth client update support (#1812)

... (truncated)

Changelog

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

2.78.0 (2025-10-30)

🚀 Features

  • auth: refactor getAuthenticatorAssuranceLevel method (#1822)
  • auth: add OAuth client update support (#1812)
  • auth: add OAuth 2.1 authorization consent management API calls (#1793)

🩹 Fixes

  • auth: move session warning proxy from session to user object (#1817)
  • auth: remove redirection in getAuthorizationDetails (#1811)

❤️ Thank You

v2.77.0 (2025-10-29)

🚀 Features

  • auth: add OAuth client update support (#1812)
  • auth: add OAuth 2.1 authorization consent management API calls (#1793)

🩹 Fixes

  • auth: remove redirection in getAuthorizationDetails (#1811)
  • auth: handle 204 No Content response in OAuth client delete (#1786)
  • repo: add missing tslib dependency to core packages (#1789)

❤️ Thank You

Commits
  • bbfbd92 test(repo): use jest 29 across the whole repo (#1821)
  • ec5a976 feat(auth): refactor getAuthenticatorAssuranceLevel method (#1822)
  • ff8bf02 chore(release): version 2.77.0 changelogs (#1815)
  • 0a76a61 fix(auth): move session warning proxy from session to user object (#1817)
  • e8a644e feat(auth): add OAuth client update support (#1812)
  • 086112e fix(auth): remove redirection in getAuthorizationDetails (#1811)
  • 255d8dd feat(auth): add OAuth 2.1 authorization consent management API calls (#1793)
  • 46abe0d chore(repo): add format pre-push hook and one version of prettier (#1801)
  • da98538 docs(supabase): update supabase-js testing guide (#1800)
  • d8fcdc2 fix(auth): handle 204 No Content response in OAuth client delete (#1786)
  • Additional commits viewable in compare view

Updates @supabase/functions-js from 2.76.1 to 2.78.0

Release notes

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

v2.78.0

2.78.0 (2025-10-30)

🚀 Features

  • auth: add OAuth 2.1 authorization consent management API calls (#1793)
  • auth: add OAuth client update support (#1812)
  • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

🩹 Fixes

  • auth: remove redirection in getAuthorizationDetails (#1811)
  • auth: move session warning proxy from session to user object (#1817)

❤️ Thank You

v2.77.1-canary.2

2.77.1-canary.2 (2025-10-30)

🚀 Features

  • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

❤️ Thank You

v2.77.1-canary.1

2.77.1-canary.1 (2025-10-30)

🩹 Fixes

  • auth: move session warning proxy from session to user object (#1817)

❤️ Thank You

v2.77.1-canary.0

2.77.1-canary.0 (2025-10-29)

🚀 Features

  • auth: add OAuth 2.1 authorization consent management API calls (#1793)
  • auth: add OAuth client update support (#1812)

... (truncated)

Changelog

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

2.78.0 (2025-10-30)

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

v2.77.0 (2025-10-29)

🩹 Fixes

  • repo: add missing tslib dependency to core packages (#1789)

❤️ Thank You

Commits
  • 063bfd2 test(functions): resolve flaky test failures from Docker exec cleanup race co...
  • 3aa0779 chore(repo): remove unused dependencies and scripts (#1820)
  • ff8bf02 chore(release): version 2.77.0 changelogs (#1815)
  • 46abe0d chore(repo): add format pre-push hook and one version of prettier (#1801)
  • da98538 docs(supabase): update supabase-js testing guide (#1800)
  • 7caf82e chore(release): version 2.76.1 changelogs (#1794)
  • See full diff in compare view

Updates @supabase/postgrest-js from 2.76.1 to 2.78.0

Release notes

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

v2.78.0

2.78.0 (2025-10-30)

🚀 Features

  • auth: add OAuth 2.1 authorization consent management API calls (#1793)
  • auth: add OAuth client update support (#1812)
  • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

🩹 Fixes

  • auth: remove redirection in getAuthorizationDetails (#1811)
  • auth: move session warning proxy from session to user object (#1817)

❤️ Thank You

v2.77.1-canary.2

2.77.1-canary.2 (2025-10-30)

🚀 Features

  • auth: refactor getAuthenticatorAssuranceLevel method (#1822)

❤️ Thank You

v2.77.1-canary.1

2.77.1-canary.1 (2025-10-30)

🩹 Fixes

  • auth: move session warning proxy from session to user object (#1817)

❤️ Thank You

v2.77.1-canary.0

2.77.1-canary.0 (2025-10-29)

🚀 Features

  • auth: add OAuth 2.1 authorization consent management API calls (#1793)
  • auth: add OAuth client update support (#1812)

... (truncated)

Changelog

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

2.78.0 (2025-10-30)

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

v2.77.0 (2025-10-29)

🩹 Fixes

  • postgrest: add incoming major 14 support (#1807)
  • repo: cleanup package-lock.json and bun.lock (#1799)
  • repo: add missing tslib dependency to core packages (#1789)

🔥 Performance

  • precompile RegExp (#1806)

❤️ Thank You

Commits

Bumps the all-dependencies group with 26 updates:

| Package | From | To |
| --- | --- | --- |
| [@journeyapps/wa-sqlite](https://github.com/powersync-ja/wa-sqlite) | `1.3.2` | `1.3.3` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.76.1` | `2.78.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.0` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `16.5.0` |
| [supabase](https://github.com/supabase/cli) | `2.53.6` | `2.54.11` |
| [@eslint/config-helpers](https://github.com/eslint/rewrite/tree/HEAD/packages/config-helpers) | `0.4.1` | `0.4.2` |
| [@eslint/core](https://github.com/eslint/rewrite/tree/HEAD/packages/core) | `0.16.0` | `0.17.0` |
| [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit) | `0.4.0` | `0.4.1` |
| [@supabase/auth-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/auth-js) | `2.76.1` | `2.78.0` |
| [@supabase/functions-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/functions-js) | `2.76.1` | `2.78.0` |
| [@supabase/postgrest-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/postgrest-js) | `2.76.1` | `2.78.0` |
| [@supabase/realtime-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/realtime-js) | `2.76.1` | `2.78.0` |
| [@supabase/storage-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/storage-js) | `2.76.1` | `2.78.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.9.2` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.8.20` | `2.8.23` |
| [bin-links](https://github.com/npm/bin-links) | `5.0.0` | `6.0.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001751` | `1.0.30001753` |
| [cmd-shim](https://github.com/npm/cmd-shim) | `7.0.0` | `8.0.0` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.240` | `1.5.244` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.11` | `0.25.12` |
| [node-releases](https://github.com/chicoxyzzy/node-releases) | `2.0.26` | `2.0.27` |
| [npm-normalize-package-bin](https://github.com/npm/npm-normalize-package-bin) | `4.0.0` | `5.0.0` |
| [proc-log](https://github.com/npm/proc-log) | `5.0.0` | `6.0.0` |
| [read-cmd-shim](https://github.com/npm/read-cmd-shim) | `5.0.0` | `6.0.0` |
| [write-file-atomic](https://github.com/npm/write-file-atomic) | `6.0.0` | `7.0.0` |


Updates `@journeyapps/wa-sqlite` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/powersync-ja/wa-sqlite/releases)
- [Changelog](https://github.com/powersync-ja/wa-sqlite/blob/master/CHANGELOG.md)
- [Commits](powersync-ja/wa-sqlite@v1.3.2...v1.3.3)

Updates `@supabase/supabase-js` from 2.76.1 to 2.78.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.78.0/packages/core/supabase-js)

Updates `@eslint/js` from 9.38.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js)

Updates `eslint` from 9.38.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.0)

Updates `globals` from 16.4.0 to 16.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.4.0...v16.5.0)

Updates `supabase` from 2.53.6 to 2.54.11
- [Release notes](https://github.com/supabase/cli/releases)
- [Changelog](https://github.com/supabase/cli/blob/develop/.goreleaser.yml)
- [Commits](supabase/cli@v2.53.6...v2.54.11)

Updates `@eslint/config-helpers` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-helpers/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/config-helpers-v0.4.2/packages/config-helpers)

Updates `@eslint/core` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.17.0/packages/core)

Updates `@eslint/plugin-kit` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.4.1/packages/plugin-kit)

Updates `@supabase/auth-js` from 2.76.1 to 2.78.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.78.0/packages/core/auth-js)

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

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

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

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

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

Updates `baseline-browser-mapping` from 2.8.20 to 2.8.23
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.8.20...v2.8.23)

Updates `bin-links` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/npm/bin-links/releases)
- [Changelog](https://github.com/npm/bin-links/blob/main/CHANGELOG.md)
- [Commits](npm/bin-links@v5.0.0...v6.0.0)

Updates `caniuse-lite` from 1.0.30001751 to 1.0.30001753
- [Commits](browserslist/caniuse-lite@1.0.30001751...1.0.30001753)

Updates `cmd-shim` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/npm/cmd-shim/releases)
- [Changelog](https://github.com/npm/cmd-shim/blob/main/CHANGELOG.md)
- [Commits](npm/cmd-shim@v7.0.0...v8.0.0)

Updates `electron-to-chromium` from 1.5.240 to 1.5.244
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.240...v1.5.244)

Updates `esbuild` from 0.25.11 to 0.25.12
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.11...v0.25.12)

Updates `node-releases` from 2.0.26 to 2.0.27
- [Commits](chicoxyzzy/node-releases@v2.0.26...v2.0.27)

Updates `npm-normalize-package-bin` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/npm/npm-normalize-package-bin/releases)
- [Changelog](https://github.com/npm/npm-normalize-package-bin/blob/main/CHANGELOG.md)
- [Commits](npm/npm-normalize-package-bin@v4.0.0...v5.0.0)

Updates `proc-log` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/npm/proc-log/releases)
- [Changelog](https://github.com/npm/proc-log/blob/main/CHANGELOG.md)
- [Commits](npm/proc-log@v5.0.0...v6.0.0)

Updates `read-cmd-shim` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/npm/read-cmd-shim/releases)
- [Changelog](https://github.com/npm/read-cmd-shim/blob/main/CHANGELOG.md)
- [Commits](npm/read-cmd-shim@v5.0.0...v6.0.0)

Updates `write-file-atomic` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/npm/write-file-atomic/releases)
- [Changelog](https://github.com/npm/write-file-atomic/blob/main/CHANGELOG.md)
- [Commits](npm/write-file-atomic@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: "@journeyapps/wa-sqlite"
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: globals
  dependency-version: 16.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: supabase
  dependency-version: 2.54.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@eslint/config-helpers"
  dependency-version: 0.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@eslint/core"
  dependency-version: 0.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@eslint/plugin-kit"
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@supabase/auth-js"
  dependency-version: 2.78.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@supabase/functions-js"
  dependency-version: 2.78.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@supabase/postgrest-js"
  dependency-version: 2.78.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@supabase/realtime-js"
  dependency-version: 2.78.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@supabase/storage-js"
  dependency-version: 2.78.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.9.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: baseline-browser-mapping
  dependency-version: 2.8.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: bin-links
  dependency-version: 6.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001753
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: cmd-shim
  dependency-version: 8.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: electron-to-chromium
  dependency-version: 1.5.244
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: esbuild
  dependency-version: 0.25.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: node-releases
  dependency-version: 2.0.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: npm-normalize-package-bin
  dependency-version: 5.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: proc-log
  dependency-version: 6.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: read-cmd-shim
  dependency-version: 6.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: write-file-atomic
  dependency-version: 7.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

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 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 9, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-883cb1f8b9 branch November 9, 2025 11:09
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