Skip to content

Commit 23bbdac

Browse files
fix(deps): update dependency firebase to v10 (#178)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [firebase](https://firebase.google.com/) ([source](https://togithub.com/firebase/firebase-js-sdk), [changelog](https://firebase.google.com/support/release-notes/js)) | [`^9.18.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/firebase/9.19.1/10.0.0) | [![age](https://badges.renovateapi.com/packages/npm/firebase/10.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/firebase/10.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/firebase/10.0.0/compatibility-slim/9.19.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/firebase/10.0.0/confidence-slim/9.19.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>firebase/firebase-js-sdk (firebase)</summary> ### [`v10.0.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.23.0...firebase@10.0.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.23.0...firebase@10.0.0) ### [`v9.23.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.22.2...firebase@9.23.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.22.2...firebase@9.23.0) ### [`v9.22.2`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.22.1...firebase@9.22.2) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.22.1...firebase@9.22.2) ### [`v9.22.1`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.22.0...firebase@9.22.1) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.22.0...firebase@9.22.1) ### [`v9.22.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.21.0...firebase@9.22.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.21.0...firebase@9.22.0) ### [`v9.21.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.20.0...firebase@9.21.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.20.0...firebase@9.21.0) ### [`v9.20.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.19.1...firebase@9.20.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.19.1...firebase@9.20.0) </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/creatorsgarten/contentsgarten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17c8a61 commit 23bbdac

File tree

5 files changed

+2351
-332
lines changed

5 files changed

+2351
-332
lines changed

contentsgarten.netlify.app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"cookie": "^0.5.0",
5151
"depcheck": "^1.4.3",
5252
"eslint": "^8.36.0",
53-
"firebase": "^9.18.0",
53+
"firebase": "^10.0.0",
5454
"js-cookie": "^3.0.1",
5555
"postcss": "^8.4.14",
5656
"tailwindcss": "^3.2.7",

packages/client-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/node18": "^2.0.0",
2424
"@types/node": "^18.15.3",
2525
"contentsgarten": "workspace:*",
26-
"firebase": "^9.18.0",
26+
"firebase": "^10.0.0",
2727
"tsup": "^7.0.0",
2828
"typescript": "5"
2929
},

0 commit comments

Comments
 (0)