Skip to content

Commit

Permalink
chore(deps): update dependency @supabase/supabase-js to v2.39.0 (#9603)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@supabase/supabase-js](https://togithub.com/supabase/supabase-js) |
[`2.38.5` ->
`2.39.0`](https://renovatebot.com/diffs/npm/@supabase%2fsupabase-js/2.38.5/2.39.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@supabase%2fsupabase-js/2.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@supabase%2fsupabase-js/2.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@supabase%2fsupabase-js/2.38.5/2.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@supabase%2fsupabase-js/2.38.5/2.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>supabase/supabase-js (@&#8203;supabase/supabase-js)</summary>

###
[`v2.39.0`](https://togithub.com/supabase/supabase-js/releases/tag/v2.39.0)

[Compare
Source](https://togithub.com/supabase/supabase-js/compare/v2.38.5...v2.39.0)

##### Features

- add query result type helpers.
([#&#8203;918](https://togithub.com/supabase/supabase-js/issues/918))
([4d35d26](https://togithub.com/supabase/supabase-js/commit/4d35d26d1ecd8c2f5b0b7e3066166d56cf284262))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Dec 1, 2023
1 parent ee5ee36 commit 0310866
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@supabase/supabase-js": "2.38.5",
"@supabase/supabase-js": "2.39.0",
"@types/react": "18.2.37",
"jest": "29.7.0",
"react": "18.2.0",
"typescript": "5.3.2"
},
"peerDependencies": {
"@supabase/supabase-js": "2.38.5"
"@supabase/supabase-js": "2.39.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8149,14 +8149,14 @@ __metadata:
"@babel/cli": 7.23.4
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.4
"@supabase/supabase-js": 2.38.5
"@supabase/supabase-js": 2.39.0
"@types/react": 18.2.37
core-js: 3.33.3
jest: 29.7.0
react: 18.2.0
typescript: 5.3.2
peerDependencies:
"@supabase/supabase-js": 2.38.5
"@supabase/supabase-js": 2.39.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10192,17 +10192,17 @@ __metadata:
languageName: node
linkType: hard

"@supabase/supabase-js@npm:2.38.5":
version: 2.38.5
resolution: "@supabase/supabase-js@npm:2.38.5"
"@supabase/supabase-js@npm:2.39.0":
version: 2.39.0
resolution: "@supabase/supabase-js@npm:2.39.0"
dependencies:
"@supabase/functions-js": ^2.1.5
"@supabase/gotrue-js": ^2.56.0
"@supabase/node-fetch": ^2.6.14
"@supabase/postgrest-js": ^1.8.6
"@supabase/realtime-js": ^2.8.4
"@supabase/storage-js": ^2.5.4
checksum: 3ad07f817140f9853072dafb78829033c3d153e110ffbecf51a6c34cdf68e11af2eb5ae9dd37401fe28c4a4ecfaeb0ff7058f27f82a6c3cebd0a979800b43bab
checksum: ca3afb51a76ef3a6bcf10b50f3b0797e7534884d936eef966a30de08f8e6464bf4aaaac51f2ce453d8b8496da7d6b2829a35fe7126983731bdf70c6399325411
languageName: node
linkType: hard

Expand Down

0 comments on commit 0310866

Please sign in to comment.