Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
405ced3
change: Drop support for Node.js 18 and 20 (v14) (#3138)
lahirumaramba May 13, 2026
3c75fc0
chore: Upgrade dependencies for v14 (#3137)
lahirumaramba May 13, 2026
cb8eb51
chore(deps): bump jwks-rsa to 4.0.1 (#3125)
yvonnep165 May 13, 2026
a697251
build(deps-dev): bump sinon from 18.0.1 to 22.0.0 (#3149)
lahirumaramba May 15, 2026
1fbaa84
chore: bump eslint to 10.3.0 and migrate to flat config (#3150)
lahirumaramba May 19, 2026
662b5fb
chore: upgrade nock to v14 and fix api-request unit tests (#3153)
lahirumaramba May 21, 2026
cd95a93
chore: Drop `send-tweet` and upgrade GitHub Actions (#3158)
jonathanedey May 25, 2026
c4e8bbd
change(fcm): Drop legacy messaging types (#3157)
jonathanedey May 25, 2026
e4fb88a
feat(core): Error Handling Revamp (v14) (#3140)
jonathanedey May 26, 2026
2ac51c2
fix(fcm): Map topic subscription `RESOURCE_EXHAUSTED` server code to …
jonathanedey May 26, 2026
072b316
fix package.json
lahirumaramba May 26, 2026
f890d0a
chore(deps): bump jwks-rsa to 4.0.1 (#3125)
yvonnep165 May 13, 2026
1b0a0d0
fix: resolve failing getApplicationDefault unit tests in gcloud SDK e…
lahirumaramba May 27, 2026
c9db870
fix(api-request): replace deprecated url.parse() with WHATWG URL (#3124)
kyungseopk1m May 27, 2026
a1d8c6e
feat(auth): Enhance emulator support across authentication classes (#…
daytonmux May 27, 2026
42ec68e
fix(auth): skip project config name assertion when using the Auth emu…
kyungseopk1m May 28, 2026
c3d58e4
fix(auth): Decouple `CreateRequest` interface from `UpdateRequest` (#…
jonathanedey May 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 0 additions & 126 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/send-email/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ inputs:
description: HTML body of the message.
required: false
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
Loading
Loading