Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @supabase/supabase-js to v2 #149

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@supabase/supabase-js 1.35.6 -> 2.48.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

supabase/supabase-js (@​supabase/supabase-js)

v2.48.1

Compare Source

Bug Fixes

v2.48.0

Compare Source

Features
  • deps: bump postgrest-js to 1.18.0 (4397e57)

v2.47.16

Compare Source

Bug Fixes
  • 🐛 Fix nullish coalescing operator issue in hasCustomAuthorizationHeader (e8cffda), closes #​1338

v2.47.15

Compare Source

Bug Fixes
  • Make the return value of accessToken nullable (f8e48ff)

v2.47.14

Compare Source

Bug Fixes
  • bump postgrest-js to 1.17.11 (6822cdc)

v2.47.13

Compare Source

Bug Fixes
  • export PostgrestError as a class (7ba8408)

v2.47.12

Compare Source

Bug Fixes
  • Bump postgrest-js to 1.17.10 (80d3c76)

v2.47.11

Compare Source

NOTE: This release makes typings stricter which may break existing code.

Example code which was previously working:

await supabase
  .from('mytable')
  .select()
  .eq('myenumcolumn', 'not_a_valid_enum_variant')
Bug Fixes
  • stricter typings when filtering with .eq(), .neq(), and .in() (e50a86e)

v2.47.10

Compare Source

Bug Fixes
  • bump functions-js to 2.4.4 (0f7434a)

v2.47.9

Compare Source

Bug Fixes

v2.47.8

Compare Source

Bug Fixes

Fixes a number of typing issues. More details at https://github.com/orgs/supabase/discussions/30324

v2.47.7

Compare Source

Bug Fixes
  • update auth version to 2.67.1 (315a420)

v2.47.6

Compare Source

Bug Fixes

v2.47.5

Compare Source

Bug Fixes

v2.47.4

Compare Source

Bug Fixes

v2.47.3

Compare Source

Bug Fixes

v2.47.2

Compare Source

Bug Fixes

v2.47.1

Compare Source

Reverts

v2.47.0

Compare Source

Features

v2.46.2

Compare Source

Bug Fixes

v2.46.1

Compare Source

Bug Fixes

v2.46.0

Compare Source

v2.45.6

Compare Source

Bug Fixes

v2.45.5

Compare Source

Bug Fixes

v2.45.4

Compare Source

Bug Fixes
  • bump postgrest-js to v1.16.1 (96caa1d)

v2.45.3

Compare Source

Bug Fixes

v2.45.2

Compare Source

Bug Fixes

v2.45.1

Compare Source

Bug Fixes
  • Allow passing a custom lock function to supabase client (5f37e69)

v2.45.0

Compare Source

Features

v2.44.4

Compare Source

Bug Fixes

v2.44.3

Compare Source

Bug Fixes
  • imports not working w/ Metro bundler (564df44)

v2.44.2

Compare Source

Bug Fixes

v2.44.1

Compare Source

Bug Fixes
  • postgrest-js esm typings (5d92d48)

v2.44.0

Compare Source

Features

v2.43.6

Compare Source

Bug Fixes

v2.43.5

Compare Source

Bug Fixes

v2.43.4

Compare Source

Reverts
  • Revert "fix: use proper dual-packaging" (4ad906d)
  • Revert "fix: bump postgrest-js" (24de3b7)

v2.43.3

Compare Source

Bug Fixes

v2.43.2

Compare Source

Bug Fixes

v2.43.1

Compare Source

Bug Fixes
  • bump auth-js to v2.64.2 (1c35413)

v2.43.0

Compare Source

Features
  • version bump realtime-js to 2.9.5 (53dcd83)

v2.42.7

Compare Source

Bug Fixes
  • set hasCustomAuthorizationHeader property on the AuthClient (31fc0cc)

v2.42.6

Compare Source

Bug Fixes

v2.42.5

Compare Source

v2.42.4

Compare Source

Bug Fixes

v2.42.3

Compare Source

v2.42.2

Compare Source

Bug Fixes
  • version bump realtime-js to 2.9.4 (9d033f8)

v2.42.1

Compare Source

Bug Fixes
  • postgrest-js: typings for rpc with GET (581c60f)

v2.42.0

Compare Source

Features
  • bump postgrest-js to v1.15.0 (b4cc20d)

v2.41.1

Compare Source

Bug Fixes

v2.41.0

Compare Source

Features
  • bump functions-js (get regional types more integrated) (#​996) (1d13090)

v2.40.0

Compare Source

Features
  • typecheck table names in from clause (e327521)

v2.39.8

Compare Source

Bug Fixes

v2.39.7

Compare Source

Bug Fixes
  • revert to using class methods (4eb677a)

v2.39.6

Compare Source

Bug Fixes
  • revert from/schema/rpc changes (76c93a3)

v2.39.5

Compare Source

Bug Fixes
  • Use explicit return type for from/schema/rpc (b9cb9e1)

v2.39.4

Compare Source

Bug Fixes
  • Use class methods instead of bound arrow functions for rest calls (#​973) (a5a70db)

v2.39.3

Compare Source

Bug Fixes
  • version bump realtime-js to 2.9.1 (82ddf3a)
  • version bump realtime-js to v2.9.2 (#​944) (9204dfa)
  • version bump realtime-js to v2.9.3 (f6bf008)

v2.39.2

Compare Source

Bug Fixes
  • bump postgrest-js (24daf10)
  • stop using unstable type params from postgrest-js (e845632)

v2.39.1

Compare Source

Bug Fixes

v2.39.0

Compare Source

Features

v2.38.5

Compare Source

Bug Fixes
  • bump postgrest-js to 1.8.6 (3bc5723)

v2.38.4

Compare Source

Bug Fixes
  • Bump up realtime-js version to 2.8.4 (77567b4)

v2.38.3

Compare Source

Bug Fixes
  • version bump realtime-js to 2.8.2 (90b4353)

v2.38.2

Compare Source

Bug Fixes

v2.38.1

Compare Source

Bug Fixes
  • bump postgrest-js to 1.8.5 (d0fe12a)

v2.38.0

Compare Source

Features
  • version bump gotrue-js to 2.54.2 (6bc5dd3)

v2.37.0

Compare Source

Features
  • version bump realtime-js to 2.8.0 (a040b34)

v2.36.0

Compare Source

Features

v2.35.0

Compare Source

Features

v2.34.0

Compare Source

Features

v2.33.2

Compare Source

Bug Fixes

v2.33.1

Compare Source

Bug Fixes

v2.33.0

Compare Source

Features

v2.32.0

Compare Source

Features
  • enable dynamic schema selection on a per-query basis (90bd357)

v2.31.0

Compare Source

Features

v2.30.0

Compare Source

Features

v2.29.0

Compare Source

Features
  • roll back to fixed gotrue-js 2.43.1 until 2.45.0 is fixed (#​817) (f450b33)

v2.28.0

Compare Source

Features

v2.27.0

Compare Source

Features

v2.26.0

Compare Source

Features

v2.25.0

Compare Source

Features
  • version bump realtime-js to 2.7.3 (c4a101f)

v2.24.0

Compare Source

Features
  • edge functions support for custom domains and vanity domains (abdf36d)

v2.23.0

Compare Source

Features
  • deps: bump postgrest-js to 1.7.0 (3c55237)

v2.22.0

Compare Source

Features

v2.21.0

Compare Source

Features

v2.20.0

Compare Source

Features

v2.19.0

Compare Source

Features
  • update package and package-lock.json (71d2e8c)

v2.18.0

Compare Source

Features
  • bump gotrue-js to v2.20 (a193144)

v2.17.0

Compare Source

Features
  • add in new flowType param and event (5f60fc4)
  • bump gotrue to v2.20 (526abb0)

v2.16.0

Compare Source

Features
  • version bump realtime-js to 2.7.2 (e2d67ff)

v2.15.0

Compare Source

Features

v2.14.0

Compare Source

Features

v2.13.1

Compare Source

Bug Fixes
  • remove protected flag from SupabaseClient realtime var (6c61c9d)

v2.13.0

Compare Source

Features
  • bump gotrue-js to v2.16.0 (9b61f04)

v2.12.1

Compare Source

Bug Fixes

v2.12.0

Compare Source

Features
  • bump realtime-js to v2.7.1 (b74d358)

v2.11.0

Compare Source

Features
  • bump realtime-js to v2.7.0 (3fb9f3a)

v2.10.0

Compare Source

Features
  • bump storage-js to 2.3.1 (9e139b7)

v2.9.0

Compare Source

Features
  • bump functions-js version (f7c20a5)

v2.8.0

Compare Source

Features

v2.7.1

Compare Source

Bug Fixes
  • Revert "feat: pass global header bearer token as apikey to RealtimeClient (#​699)" (153ed4b)

v2.7.0

Compare Source

Features
  • pass global header bearer token as apikey to RealtimeClient (#​699) (b55d386)

v2.6.0

Compare Source

Features

v2.5.0

Compare Source

Features
  • bump realtime-js to v2.4.0 (134fcc8)

v2.4.1

Compare Source

Bug Fixes

v2.4.0

Compare Source

Features
  • upgrade realtime-js to v2.3.1 (d60bf93)

v2.3.0

Compare Source

Features
  • upgrade realtime-js to v2.3.0 (fd45779)

v2.2.3

Compare Source

Bug Fixes

v2.2.2

Compare Source

Bug Fixes

v2.2.1

Compare Source

Bug Fixes
  • deps: bump postgrest-js to ^1.1.1 (5817fcc)

v2.2.0

Compare Source

Features
  • update storage to add image transforms (03be540)

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Features

v2.0.6

Compare Source

Bug Fixes

v2.0.5

Compare Source

Bug Fixes

v2.0.4

Compare Source

Bug Fixes

v2.0.3

Compare Source

Bug Fixes

v2.0.2

Compare Source

Bug Fixes
  • deps: bump postgrest-js (3bd2e8e)

v2.0.1

Compare Source

Bug Fixes
  • upgrade realtime-js to v2.1.0 to fix PG change types (9bb27f3)

v2.0.0

Compare Source

Bug Fixes
Features
  • add Realtime Channel helper methods (a1ac269)
  • change type for db (36dc881)
  • namespace storage key (#​460) (1cba0b5)
  • postgrest-js@1 (f0a3691)
  • reduce Realtime footprint to four helper methods (6773d6e)
  • Release V2 RC (c487683)
  • replace existing Realtime API with new Realtime API (04f66b4)
  • update realtime-js version to 2.0.0-rc.4 (33edb5b)
  • upgrade realtime-js to v1.7.3 (8503715)
  • use getSession from gotrue-js (2c3df35)
  • version bump realtime-js to 1.8.0-next.16 (127bba6)
  • version bump realtime-js to v1.8.0-next.17 (945d2a6)
BREAKING CHANGES
  • Release V2

v1.35.7

Compare Source

Bug Fixes
  • keep second channel with same topic open on rapid re-subscribe (50d4b32)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from takanome-dev as a code owner August 30, 2023 06:54
@renovate
Copy link
Contributor Author

renovate bot commented Aug 30, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
server                                   |  WARN  Unsupported engine: wanted: {"node":">18.x"} (current: {"node":"v18.20.2","pnpm":"8.7.5"})
Scope: all 4 workspace projects
 ERR_PNPM_FETCH_401  GET https://npm.pkg.github.com/download/@takanome-dev/eslint-config-base/1.0.4/4f98c6a51a18d564e8342c04a6e3b810f5246c2b: Unauthorized - 401

No authorization header was set for the request.

No authorization settings were found in the configs.
Try to log in to the registry by running "pnpm login"
or add the auth tokens manually to the ~/.npmrc file.

@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from dd615fa to de14cdd Compare September 11, 2023 10:08
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 2 times, most recently from 1480931 to f1688a5 Compare September 20, 2023 12:44
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 2 times, most recently from 2daafc6 to 661580a Compare October 4, 2023 04:44
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 2 times, most recently from 0b8bb68 to 3586d9c Compare October 19, 2023 20:40
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 2 times, most recently from cfcbc57 to bd435d0 Compare October 26, 2023 20:15
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from bd435d0 to 676c72b Compare November 20, 2023 22:51
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 676c72b to 0270f54 Compare November 28, 2023 03:04
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 0270f54 to e569e56 Compare December 18, 2023 22:51
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from e569e56 to fff84e3 Compare January 2, 2024 11:24
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from fff84e3 to 3406e40 Compare January 12, 2024 02:04
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 3 times, most recently from ef0d9b6 to 3e7a465 Compare February 19, 2024 12:15
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 3e7a465 to e089b82 Compare March 12, 2024 08:23
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 2 times, most recently from 9e7be63 to 21958ca Compare March 28, 2024 11:52
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 21958ca to df812af Compare April 3, 2024 01:12
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 3 times, most recently from 1792481 to d966ea2 Compare April 15, 2024 05:12
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 3 times, most recently from 9e7f2fa to eaf139f Compare April 25, 2024 12:52
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 31e1afa to 3da5489 Compare July 15, 2024 07:45
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 3da5489 to 91ff932 Compare July 29, 2024 07:00
Copy link

socket-security bot commented Jul 29, 2024

No dependency changes detected. Learn more about Socket for GitHub ↗︎

👍 No dependency changes detected in pull request

@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 91ff932 to 59246af Compare August 6, 2024 15:09
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 59246af to 39203cc Compare August 23, 2024 14:21
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 39203cc to cfcf750 Compare August 30, 2024 18:10
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from cfcf750 to 12ec5ff Compare September 10, 2024 20:20
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 2 times, most recently from 292b4d1 to 3883d04 Compare October 19, 2024 18:12
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 2 times, most recently from e04743b to 508296e Compare October 30, 2024 08:07
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 508296e to d6b4362 Compare November 28, 2024 00:45
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 6 times, most recently from 1afe2a0 to a74fb97 Compare December 12, 2024 15:27
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 4 times, most recently from 6fd88a9 to ce00e7a Compare December 19, 2024 11:39
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 3 times, most recently from 3707d4f to c8e871e Compare January 15, 2025 11:05
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch 3 times, most recently from 28c0110 to 259ba59 Compare January 20, 2025 09:07
@renovate renovate bot force-pushed the renovate/supabase-supabase-js-2.x branch from 259ba59 to 53fd6f3 Compare January 24, 2025 09:06
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