Skip to content

chore(deps-dev): bump the uncategorized group with 9 updates #86

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the uncategorized group with 9 updates:

Package From To
@react-native-firebase/analytics 21.14.0 22.0.0
@react-native-firebase/app 21.14.0 22.0.0
@react-native-firebase/auth 21.14.0 22.0.0
@react-native-firebase/crashlytics 21.14.0 22.0.0
@react-native-firebase/firestore 21.14.0 22.0.0
@react-native-firebase/installations 21.14.0 22.0.0
@react-native-firebase/remote-config 21.14.0 22.0.0
typedoc-plugin-markdown 4.6.2 4.6.3
firebase 11.6.0 11.6.1

Updates @react-native-firebase/analytics from 21.14.0 to 22.0.0

Release notes

Sourced from @​react-native-firebase/analytics's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/analytics's changelog.

22.0.0 (2025-04-25)

⚠ BREAKING CHANGES

  • firestore: alter all use of DocumentSnapshot exists to exists() - should be a method not a property
  • auth: return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
  • app, sdks: firebase-ios-sdk 11.12.0 requires Xcode 16.2+

Features

  • app, sdks: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0 (c63d843)
  • auth: use native isSignInWithEmailLink - returns Promise vs boolean (#8450) (3785690)

Bug Fixes

  • analytics: Type defs (#8363) (74efc84)
  • android: use = assignment vs deprecated space-assignment (39c2ecb)
  • auth: Make REVERSED_CLIENT_ID optional (#8470) (a909d1b)
  • enable provenance signing during publish (4535f0d)
  • firestore: DocumentSnapshot.exists() should be a method not a property (#8483) (346272c)
Commits
  • e9fee87 chore(release): release packages
  • 346272c fix(firestore)!: DocumentSnapshot.exists() should be a method not a property ...
  • 3785690 feat(auth)!: use native isSignInWithEmailLink - returns Promise<boolean> vs b...
  • c63d843 feat(app, sdks)!: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0
  • 86bdd25 build(deps): firebase-admin minor version bump
  • c8fe985 build(deps): update JS deps with breaking changes
  • 1c89dc8 test(deps): update android native deps
  • 39c2ecb fix(android): use = assignment vs deprecated space-assignment
  • 1187d45 build(test, deps): react-native to 0.78
  • 2d70f96 build(deps): all non-breaking JS deps except firebase
  • Additional commits viewable in compare view

Updates @react-native-firebase/app from 21.14.0 to 22.0.0

Release notes

Sourced from @​react-native-firebase/app's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/app's changelog.

22.0.0 (2025-04-25)

⚠ BREAKING CHANGES

  • firestore: alter all use of DocumentSnapshot exists to exists() - should be a method not a property
  • auth: return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
  • app, sdks: firebase-ios-sdk 11.12.0 requires Xcode 16.2+

Features

  • app, sdks: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0 (c63d843)
  • auth: use native isSignInWithEmailLink - returns Promise vs boolean (#8450) (3785690)

Bug Fixes

  • analytics: Type defs (#8363) (74efc84)
  • android: use = assignment vs deprecated space-assignment (39c2ecb)
  • auth: Make REVERSED_CLIENT_ID optional (#8470) (a909d1b)
  • enable provenance signing during publish (4535f0d)
  • firestore: DocumentSnapshot.exists() should be a method not a property (#8483) (346272c)
Commits
  • e9fee87 chore(release): release packages
  • 346272c fix(firestore)!: DocumentSnapshot.exists() should be a method not a property ...
  • 3785690 feat(auth)!: use native isSignInWithEmailLink - returns Promise<boolean> vs b...
  • c63d843 feat(app, sdks)!: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0
  • 86bdd25 build(deps): firebase-admin minor version bump
  • c8fe985 build(deps): update JS deps with breaking changes
  • 1c89dc8 test(deps): update android native deps
  • 39c2ecb fix(android): use = assignment vs deprecated space-assignment
  • 1187d45 build(test, deps): react-native to 0.78
  • 2d70f96 build(deps): all non-breaking JS deps except firebase
  • Additional commits viewable in compare view

Updates @react-native-firebase/auth from 21.14.0 to 22.0.0

Release notes

Sourced from @​react-native-firebase/auth's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/auth's changelog.

22.0.0 (2025-04-25)

⚠ BREAKING CHANGES

  • firestore: alter all use of DocumentSnapshot exists to exists() - should be a method not a property
  • auth: return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
  • app, sdks: firebase-ios-sdk 11.12.0 requires Xcode 16.2+

Features

  • app, sdks: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0 (c63d843)
  • auth: use native isSignInWithEmailLink - returns Promise vs boolean (#8450) (3785690)

Bug Fixes

  • analytics: Type defs (#8363) (74efc84)
  • android: use = assignment vs deprecated space-assignment (39c2ecb)
  • auth: Make REVERSED_CLIENT_ID optional (#8470) (a909d1b)
  • enable provenance signing during publish (4535f0d)
  • firestore: DocumentSnapshot.exists() should be a method not a property (#8483) (346272c)
Commits
  • e9fee87 chore(release): release packages
  • 346272c fix(firestore)!: DocumentSnapshot.exists() should be a method not a property ...
  • 3785690 feat(auth)!: use native isSignInWithEmailLink - returns Promise<boolean> vs b...
  • c63d843 feat(app, sdks)!: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0
  • 86bdd25 build(deps): firebase-admin minor version bump
  • c8fe985 build(deps): update JS deps with breaking changes
  • 1c89dc8 test(deps): update android native deps
  • 39c2ecb fix(android): use = assignment vs deprecated space-assignment
  • 1187d45 build(test, deps): react-native to 0.78
  • 2d70f96 build(deps): all non-breaking JS deps except firebase
  • Additional commits viewable in compare view

Updates @react-native-firebase/crashlytics from 21.14.0 to 22.0.0

Release notes

Sourced from @​react-native-firebase/crashlytics's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/crashlytics's changelog.

22.0.0 (2025-04-25)

⚠ BREAKING CHANGES

  • firestore: alter all use of DocumentSnapshot exists to exists() - should be a method not a property
  • auth: return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
  • app, sdks: firebase-ios-sdk 11.12.0 requires Xcode 16.2+

Features

  • app, sdks: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0 (c63d843)
  • auth: use native isSignInWithEmailLink - returns Promise vs boolean (#8450) (3785690)

Bug Fixes

  • analytics: Type defs (#8363) (74efc84)
  • android: use = assignment vs deprecated space-assignment (39c2ecb)
  • auth: Make REVERSED_CLIENT_ID optional (#8470) (a909d1b)
  • enable provenance signing during publish (4535f0d)
  • firestore: DocumentSnapshot.exists() should be a method not a property (#8483) (346272c)
Commits
  • e9fee87 chore(release): release packages
  • 346272c fix(firestore)!: DocumentSnapshot.exists() should be a method not a property ...
  • 3785690 feat(auth)!: use native isSignInWithEmailLink - returns Promise<boolean> vs b...
  • c63d843 feat(app, sdks)!: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0
  • 86bdd25 build(deps): firebase-admin minor version bump
  • c8fe985 build(deps): update JS deps with breaking changes
  • 1c89dc8 test(deps): update android native deps
  • 39c2ecb fix(android): use = assignment vs deprecated space-assignment
  • 1187d45 build(test, deps): react-native to 0.78
  • 2d70f96 build(deps): all non-breaking JS deps except firebase
  • Additional commits viewable in compare view

Updates @react-native-firebase/firestore from 21.14.0 to 22.0.0

Release notes

Sourced from @​react-native-firebase/firestore's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/firestore's changelog.

22.0.0 (2025-04-25)

⚠ BREAKING CHANGES

  • firestore: alter all use of DocumentSnapshot exists to exists() - should be a method not a property
  • auth: return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
  • app, sdks: firebase-ios-sdk 11.12.0 requires Xcode 16.2+

Features

  • app, sdks: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0 (c63d843)
  • auth: use native isSignInWithEmailLink - returns Promise vs boolean (#8450) (3785690)

Bug Fixes

  • analytics: Type defs (#8363) (74efc84)
  • android: use = assignment vs deprecated space-assignment (39c2ecb)
  • auth: Make REVERSED_CLIENT_ID optional (#8470) (a909d1b)
  • enable provenance signing during publish (4535f0d)
  • firestore: DocumentSnapshot.exists() should be a method not a property (#8483) (346272c)
Commits
  • e9fee87 chore(release): release packages
  • 346272c fix(firestore)!: DocumentSnapshot.exists() should be a method not a property ...
  • 3785690 feat(auth)!: use native isSignInWithEmailLink - returns Promise<boolean> vs b...
  • c63d843 feat(app, sdks)!: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0
  • 86bdd25 build(deps): firebase-admin minor version bump
  • c8fe985 build(deps): update JS deps with breaking changes
  • 1c89dc8 test(deps): update android native deps
  • 39c2ecb fix(android): use = assignment vs deprecated space-assignment
  • 1187d45 build(test, deps): react-native to 0.78
  • 2d70f96 build(deps): all non-breaking JS deps except firebase
  • Additional commits viewable in compare view

Updates @react-native-firebase/installations from 21.14.0 to 22.0.0

Release notes

Sourced from @​react-native-firebase/installations's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/installations's changelog.

22.0.0 (2025-04-25)

⚠ BREAKING CHANGES

  • firestore: alter all use of DocumentSnapshot exists to exists() - should be a method not a property
  • auth: return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
  • app, sdks: firebase-ios-sdk 11.12.0 requires Xcode 16.2+

Features

  • app, sdks: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0 (c63d843)
  • auth: use native isSignInWithEmailLink - returns Promise vs boolean (#8450) (3785690)

Bug Fixes

  • analytics: Type defs (#8363) (74efc84)
  • android: use = assignment vs deprecated space-assignment (39c2ecb)
  • auth: Make REVERSED_CLIENT_ID optional (#8470) (a909d1b)
  • enable provenance signing during publish (4535f0d)
  • firestore: DocumentSnapshot.exists() should be a method not a property (#8483) (346272c)
Commits
  • e9fee87 chore(release): release packages
  • 346272c fix(firestore)!: DocumentSnapshot.exists() should be a method not a property ...
  • 3785690 feat(auth)!: use native isSignInWithEmailLink - returns Promise<boolean> vs b...
  • c63d843 feat(app, sdks)!: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0
  • 86bdd25 build(deps): firebase-admin minor version bump
  • c8fe985 build(deps): update JS deps with breaking changes
  • 1c89dc8 test(deps): update android native deps
  • 39c2ecb fix(android): use = assignment vs deprecated space-assignment
  • 1187d45 build(test, deps): react-native to 0.78
  • 2d70f96 build(deps): all non-breaking JS deps except firebase
  • Additional commits viewable in compare view

Updates @react-native-firebase/remote-config from 21.14.0 to 22.0.0

Release notes

Sourced from @​react-native-firebase/remote-config's releases.

v5.6.0 - Sign-in with Apple support, react-native 0.60+ only

Please note v5 is still seeing releases, but they are for breaking ecosystem changes only - just enough so it remains relevant for those that can't move to v6 yet.

This change allows use of Sign-in with Apple, an iOS13+ requirement to avoid rejection by the App Store if you use any forms of social authentication.

Breaking: Note that iOS13+ is only supported with Xcode 11+, which requires react-native 0.60+

You may find that react-native-firebase v5.6.x still works on react-native 0.59 (the test suite still does), but you will not be able to integrate Sign-in with Apple until you upgrade as that library is react-native 0.60+ only.

It works well with https://github.com/invertase/react-native-apple-authentication including a guide specifically for integrating with react-native-firebase, though note the import statements are for v6, you'll need to import auth in the v5 style to use it: https://github.com/invertase/react-native-apple-authentication/blob/master/docs/FIREBASE.md

See discussion in the related issue: invertase/react-native-firebase#2884

https://rnfirebase.io/docs/v5.x.x/releases/v5.6.x

Changelog

Sourced from @​react-native-firebase/remote-config's changelog.

22.0.0 (2025-04-25)

⚠ BREAKING CHANGES

  • firestore: alter all use of DocumentSnapshot exists to exists() - should be a method not a property
  • auth: return type of auth isSignInWithEmailLink changed from boolean to Promise<boolean>
  • app, sdks: firebase-ios-sdk 11.12.0 requires Xcode 16.2+

Features

  • app, sdks: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0 (c63d843)
  • auth: use native isSignInWithEmailLink - returns Promise vs boolean (#8450) (3785690)

Bug Fixes

  • analytics: Type defs (#8363) (74efc84)
  • android: use = assignment vs deprecated space-assignment (39c2ecb)
  • auth: Make REVERSED_CLIENT_ID optional (#8470) (a909d1b)
  • enable provenance signing during publish (4535f0d)
  • firestore: DocumentSnapshot.exists() should be a method not a property (#8483) (346272c)
Commits
  • e9fee87 chore(release): release packages
  • 346272c fix(firestore)!: DocumentSnapshot.exists() should be a method not a property ...
  • 3785690 feat(auth)!: use native isSignInWithEmailLink - returns Promise<boolean> vs b...
  • c63d843 feat(app, sdks)!: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0
  • 86bdd25 build(deps): firebase-admin minor version bump
  • c8fe985 build(deps): update JS deps with breaking changes
  • 1c89dc8 test(deps): update android native deps
  • 39c2ecb fix(android): use = assignment vs deprecated space-assignment
  • 1187d45 build(test, deps): react-native to 0.78
  • 2d70f96 build(deps): all non-breaking JS deps except firebase
  • Additional commits viewable in compare view

Updates typedoc-plugin-markdown from 4.6.2 to 4.6.3

Release notes

Sourced from typedoc-plugin-markdown's releases.

[email protected]

Patch Changes

  • Correctly handle group title in pageTitleTemplates callback (#807).
  • Format of optional type and getter/setter (#804) - thanks @​normanzb.
Changelog

Sourced from typedoc-plugin-markdown's changelog.

4.6.3 (2025-04-23)

Patch Changes

  • Correctly handle group title in pageTitleTemplates callback (#807).
  • Format of optional type and getter/setter (#804) - thanks @​normanzb.
Commits
  • d6c42a4 Version Packages
  • 99baeae fix(core): correctly handle group title in pageTitleTemplates callback
  • c2721a3 chore(core): force pipeline
  • 6e2808e chore(core): force pipelines
  • f6b77b8 feat(remark): remark restructure and improvements
  • 5d00946 Merge branch 'main' of github.com:typedoc2md/typedoc-plugin-markdown
  • a9bbc4f chore(core): fixed phrasing of error message
  • 3d718d1 fix(core): format of optional type and getter/setter
  • 7032ebd chore(docs): updated changelog dates
  • See full diff in compare view

Updates firebase from 11.6.0 to 11.6.1

Release notes

Sourced from firebase's releases.

[email protected]

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/app@​0.11.5

Patch Changes

  • Update SDK_VERSION.

@​firebase/app-compat@​0.2.54

Patch Changes

  • Updated dependencies []:
  • @​firebase/app@​0.11.5

@​firebase/auth@​1.10.1

Patch Changes

  • 1363ecc #8912 - Fixed: ActionCodeURL not populating languageCode from the url.

@​firebase/auth-compat@​0.5.21

Patch Changes

  • Updated dependencies [1363ecc]:
  • @​firebase/auth@​1.10.1

@​firebase/data-connect@​0.3.4

Patch Changes

[email protected]

Patch Changes

  • ed0803a #8915 - Fixed the null value handling in != and not-in filters.

  • 88a8055 #8888 (fixes #6465) - Fix 'window is not defined' error when calling clearIndexedDbPersistence from a service worker

  • 195d943 #8871 (fixes #8593) - Fix issue where Firestore would produce undefined for document snapshot data if using IndexedDB persistence and "clear site data" (or equivalent) button was pressed in the web browser.

  • Updated dependencies [ed0803a, 88a8055, 1363ecc, 1df3d26, e055e90, 195d943]:

  • @​firebase/app@​0.11.5

  • @​firebase/firestore@​4.7.11

... (truncated)

Commits
  • b204e71 Version Packages (#8956)
  • a0bcc9a Merge main into release
  • 1363ecc Fix languageCode parameter in action_code_url (#8912)
  • 0cbff6b test(vertexai): update developerapi mock response dir to googleai (#8921)
  • 8bb66c2 docs(vertexai): remove HTML \<code> tags (#8900)
  • e055e90 Add assertion IDs that will be included in production log statements for fail...
  • ed0803a fix: remove null value inclusion from != and not-in filter results (#8915)
  • 4e0f630 test(vertexai): add backendName param to mock response getters (#8906)
  • b332825 Fix: display WebChannel error message (#8907)
  • 66a09f2 test(vertexai): update mock responses to v8 (#8904)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the uncategorized group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-native-firebase/analytics](https://github.com/invertase/react-native-firebase) | `21.14.0` | `22.0.0` |
| [@react-native-firebase/app](https://github.com/invertase/react-native-firebase) | `21.14.0` | `22.0.0` |
| [@react-native-firebase/auth](https://github.com/invertase/react-native-firebase) | `21.14.0` | `22.0.0` |
| [@react-native-firebase/crashlytics](https://github.com/invertase/react-native-firebase) | `21.14.0` | `22.0.0` |
| [@react-native-firebase/firestore](https://github.com/invertase/react-native-firebase) | `21.14.0` | `22.0.0` |
| [@react-native-firebase/installations](https://github.com/invertase/react-native-firebase) | `21.14.0` | `22.0.0` |
| [@react-native-firebase/remote-config](https://github.com/invertase/react-native-firebase) | `21.14.0` | `22.0.0` |
| [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.6.2` | `4.6.3` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `11.6.0` | `11.6.1` |


Updates `@react-native-firebase/analytics` from 21.14.0 to 22.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.14.0...v22.0.0)

Updates `@react-native-firebase/app` from 21.14.0 to 22.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.14.0...v22.0.0)

Updates `@react-native-firebase/auth` from 21.14.0 to 22.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.14.0...v22.0.0)

Updates `@react-native-firebase/crashlytics` from 21.14.0 to 22.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.14.0...v22.0.0)

Updates `@react-native-firebase/firestore` from 21.14.0 to 22.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.14.0...v22.0.0)

Updates `@react-native-firebase/installations` from 21.14.0 to 22.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.14.0...v22.0.0)

Updates `@react-native-firebase/remote-config` from 21.14.0 to 22.0.0
- [Release notes](https://github.com/invertase/react-native-firebase/releases)
- [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md)
- [Commits](invertase/react-native-firebase@v21.14.0...v22.0.0)

Updates `typedoc-plugin-markdown` from 4.6.2 to 4.6.3
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/[email protected]/packages/typedoc-plugin-markdown)

Updates `firebase` from 11.6.0 to 11.6.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/[email protected]@11.6.1)

---
updated-dependencies:
- dependency-name: "@react-native-firebase/analytics"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/app"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/auth"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/crashlytics"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/firestore"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/installations"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uncategorized
- dependency-name: "@react-native-firebase/remote-config"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uncategorized
- dependency-name: typedoc-plugin-markdown
  dependency-version: 4.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uncategorized
- dependency-name: firebase
  dependency-version: 11.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uncategorized
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 28, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/uncategorized-2c2b4c9e88 branch May 5, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants