Skip to content

Commit

Permalink
Support node 22 (firebase#8136)
Browse files Browse the repository at this point in the history
* 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
joehan authored Feb 10, 2025
1 parent c0dcbd3 commit 6742456
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 137 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
node-version:
- "18"
- "20"
- "22"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -133,6 +134,7 @@ jobs:
node-version:
- "18"
- "20"
- "22"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -281,6 +283,7 @@ jobs:
matrix:
node-version:
- "20"
- "22"

steps:
- uses: actions/checkout@v4
Expand All @@ -300,6 +303,7 @@ jobs:
matrix:
node-version:
- "20"
- "22"

steps:
- uses: actions/checkout@v4
Expand All @@ -319,6 +323,7 @@ jobs:
matrix:
node-version:
- "20"
- "22"

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
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)
Loading

0 comments on commit 6742456

Please sign in to comment.