forked from firebase/firebase-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Stripping out some node 22 deprecated bits * Bump form-data to not use deprecated utils.isArray * Use old ajv in tests so that eslint doesn't error out * switch to real version of superstatic * changelog * Update workflow to use node 22
- Loading branch information
Showing
5 changed files
with
172 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
- Added code generation of React hooks for Data Connect | ||
- Genkit init improvements around gcloud login and flow input values. | ||
- Fixes symbol generation when uploading Unity 6 symbols to Crashlytics. | ||
- Removed dependencies on some packages and methods that caused deprecation warnings on Node 22. | ||
- Fixes symbol generation when uploading Unity 6 symbols to Crashlytics. (#7867) | ||
- Fixed SSR issues in Angular 19 by adding support for default and reqHandler exports. (#8145) | ||
- Added Angular 19 as supported version. (#8145) |
Oops, something went wrong.