-
Notifications
You must be signed in to change notification settings - Fork 305
chore(deps-dev): Bump firebase from 7.24.0 to 12.2.1 #1286
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
Conversation
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 7.24.0 to 12.2.1. - [Release notes](https://github.com/firebase/firebase-js-sdk/releases) - [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@7.24.0...firebase@12.2.1) --- updated-dependencies: - dependency-name: firebase dependency-version: 12.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
@styfle Why are updates not being merged in a timely fashion? firebase 7 is 6 years old, vue 2 is 9 years old, redis 3 is 6 years old, web-vitals 0 is 5 years old, nodejs 18 is EOL, breaking all CI runs for npm updates since April. 147 vulnerabilities found - Packages audited: 2534
Severity: 26 Low | 51 Moderate | 46 High | 24 Criticalhttps://firebase.google.com/docs/web/modular-upgrade#update_imports_to_compat https://github.com/vercel/ncc/actions/workflows/ci.yml?query=is%3Afailure diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8590b9d..e205bbc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,13 +20,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- node: [18, 20]
+ node: [20, 22]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
# https://github.com/nodejs/node-gyp#installation
- name: Use Python 3.11
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: '3.11'
# https://github.com/hargasinski/node-canvas/blob/e7abe64833d13ec96449c827b1e14befbdf3105d/.github/workflows/ci.yaml#L70
@@ -42,7 +42,7 @@ jobs:
sudo apt update
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
- name: Use Node.js ${{ matrix.node }}
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
with:
cache: yarn
node-version: ${{ matrix.node }}
@@ -63,4 +63,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
- run: npx semantic-release@19.0.5
+ run: npx semantic-release@24.2.9
diff --git a/test/integration/firebase.js b/test/integration/firebase.js
index 7a20430..64a76a6 100644
--- a/test/integration/firebase.js
+++ b/test/integration/firebase.js
@@ -1,8 +1,9 @@
-const firebase = require('firebase/app')
-require('firebase/firestore')
+const firebase = require('firebase/compat/app')
+require('firebase/compat/auth')
+require('firebase/compat/firestore')
-firebase.initializeApp({ projectId: 'noop' })
-const store = firebase.firestore()
+const firebaseApp = firebase.initializeApp({ projectId: 'noop' })
+const store = firebaseApp.firestore()
store
.collection('users') |
|
Superseded by #1291. |
Bumps firebase from 7.24.0 to 12.2.1.
Release notes
Sourced from firebase's releases.
... (truncated)
Commits
4d834deVersion Packages (#9233)3d07badMerge main into release095c098remove accidental factory export (#9232)f2ecae7Version Packages (#9230)72b43d0Merge main into release984086bfeat(ai): add support for the Live API (#9224)cbef6c6fix(ai): keep window-specific code out of Node bundle (#9225)c5f08a9fix(ai): Add'includeSafetyAttributes'to Predict request payloads (#9216)84b8bedfix(ai): Only include unexpectedpredictionelement in error message (#9222)9b63cd6[Firebase AI] Add thought summary and signature support (#9192)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)