chore(deps): bump the supabase group with 2 updates - #7
Conversation
Bumps the supabase group with 2 updates: [@supabase/ssr](https://github.com/supabase/ssr) and [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js). Updates `@supabase/ssr` from 0.3.0 to 0.12.4 - [Release notes](https://github.com/supabase/ssr/releases) - [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md) - [Commits](supabase/ssr@v0.3.0...v0.12.4) Updates `@supabase/supabase-js` from 2.105.0 to 2.112.1 - [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.112.1/packages/core/supabase-js) --- updated-dependencies: - dependency-name: "@supabase/ssr" dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: supabase - dependency-name: "@supabase/supabase-js" dependency-version: 2.112.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: supabase ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Closing: this needs source changes, which is out of scope for an automated bump. Installs cleanly, but `npx tsc --noEmit` fails. The @supabase/ssr 0.3 to 0.12 jump pulls a newer supabase-js whose typed query inference no longer resolves the embedded relations, so joined selects now come back as `SelectQueryError`: Type "SelectQueryError<"could not find the relation between posts and agents">" is not comparable to type "{ name: string; company: string } | null" Failing files: app/api/export/route.ts (line 43), lib/db/posts.ts (lines 58, 321, 342, 397). The real fix is to regenerate the Supabase database types so the relationship metadata is present, then drop the manual casts in lib/db/posts.ts. That should be its own PR. Reopen this bump once the generated types are refreshed. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the supabase group with 2 updates: @supabase/ssr and @supabase/supabase-js.
Updates
@supabase/ssrfrom 0.3.0 to 0.12.4Release notes
Sourced from @supabase/ssr's releases.
... (truncated)
Changelog
Sourced from @supabase/ssr's changelog.
... (truncated)
Commits
50e3409chore(main): release 0.12.4 (#276)e17f546chore: update@supabase/supabase-jsto v2.111.0 (#277)6df6f03fix: flush PKCE verifier slot removals on the server (#275)4331f8achore: update@supabase/supabase-jsto v2.110.9 (#273)1c561adbuild(deps): bump actions/checkout from 6.0.2 to 7.0.1 (#270)f4ffa24build(deps): bump pnpm/action-setup from 6.0.5 to 6.0.9 (#271)090ee12build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#272)1cf085dchore: update@supabase/supabase-jsto v2.110.8 (#269)425ac14docs: set up typedoc (#266)cb961f2build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#268)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@supabase/ssrsince your current version.Updates
@supabase/supabase-jsfrom 2.105.0 to 2.112.1Release notes
Sourced from @supabase/supabase-js's releases.
... (truncated)
Changelog
Sourced from @supabase/supabase-js's changelog.
... (truncated)
Commits
1831402fix(realtime): ensure setAuth doesn't disable token refresh (#2592)0136f34chore(release): version 2.112.0 changelogs (#2589)2877b5btest(supabase): replace test-tracing harness with real-OTel unit and e2e cove...a413544feat(supabase): move OpenTelemetry tracing to opt-in /tracing subpath (#2583)e6c975cfix(supabase): forward db retry option (#2571)a262492chore(release): version 2.111.0 changelogs (#2572)18b5bb2chore(release): version 2.110.9 changelogs (#2567)fc2e61echore(repo): bump postcss override and fix playwright 1.62 tsconfig failure (...22050dechore(release): version 2.110.8 changelogs (#2546)01dbb53fix(supabase): skip Node warning in Deno (#2541)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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