react-firehooks
react-firehooks copied to clipboard
chore(deps): update actions/setup-node action to v4.3.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/setup-node | action | minor | v4.0.4 -> v4.3.0 |
Release Notes
actions/setup-node (actions/setup-node)
v4.3.0
v4.2.0
What's Changed
- Enhance workflows and upgrade publish-actions from 0.2.2 to 0.3.0 by @aparnajyothi-y in https://github.com/actions/setup-node/pull/1174
- Add recommended permissions section to readme by @benwells in https://github.com/actions/setup-node/pull/1193
- Configure Dependabot settings by @HarithaVattikuti in https://github.com/actions/setup-node/pull/1192
- Upgrade
@actions/cacheto^4.0.0by @priyagupta108 in https://github.com/actions/setup-node/pull/1191 - Upgrade pnpm/action-setup from 2 to 4 by @dependabot in https://github.com/actions/setup-node/pull/1194
- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by @dependabot in https://github.com/actions/setup-node/pull/1195
- Upgrade semver from 7.6.0 to 7.6.3 by @dependabot in https://github.com/actions/setup-node/pull/1196
- Upgrade @types/jest from 29.5.12 to 29.5.14 by @dependabot in https://github.com/actions/setup-node/pull/1201
- Upgrade undici from 5.28.4 to 5.28.5 by @dependabot in https://github.com/actions/setup-node/pull/1205
New Contributors
- @benwells made their first contribution in https://github.com/actions/setup-node/pull/1193
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.2.0
v4.1.0
What's Changed
- Resolve High Security Alerts by upgrading Dependencies by @aparnajyothi-y in https://github.com/actions/setup-node/pull/1132
- Upgrade IA Publish by @Jcambass in https://github.com/actions/setup-node/pull/1134
- Revise
isGheslogic by @jww3 in https://github.com/actions/setup-node/pull/1148 - Add architecture to cache key by @pengx17 in https://github.com/actions/setup-node/pull/843 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors
- @jww3 made their first contribution in https://github.com/actions/setup-node/pull/1148
- @pengx17 made their first contribution in https://github.com/actions/setup-node/pull/843
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Size Change: 0 B
Total Size: 19.6 kB
ℹ️ View Unchanged
| Filename | Size |
|---|---|
lib/app-check/index.js |
59 B |
lib/app-check/useAppCheckToken.js |
383 B |
lib/auth/index.js |
75 B |
lib/auth/useAuthIdToken.js |
519 B |
lib/auth/useAuthIdTokenResult.js |
532 B |
lib/auth/useAuthState.js |
396 B |
lib/common/index.js |
31 B |
lib/common/types.js |
31 B |
lib/database/index.js |
70 B |
lib/database/internal.js |
188 B |
lib/database/useObject.js |
371 B |
lib/database/useObjectOnce.js |
430 B |
lib/database/useObjectValue.js |
687 B |
lib/database/useObjectValueOnce.js |
657 B |
lib/firestore/index.js |
128 B |
lib/firestore/internal.js |
444 B |
lib/firestore/types.js |
31 B |
lib/firestore/useAggregateFromServer.js |
589 B |
lib/firestore/useDocument.js |
650 B |
lib/firestore/useDocumentData.js |
772 B |
lib/firestore/useDocumentDataOnce.js |
615 B |
lib/firestore/useDocumentOnce.js |
560 B |
lib/firestore/useQueries.js |
650 B |
lib/firestore/useQueriesData.js |
729 B |
lib/firestore/useQueriesDataOnce.js |
671 B |
lib/firestore/useQuery.js |
622 B |
lib/firestore/useQueryData.js |
770 B |
lib/firestore/useQueryDataOnce.js |
623 B |
lib/firestore/useQueryOnce.js |
544 B |
lib/index.js |
107 B |
lib/internal/useGet.js |
523 B |
lib/internal/useIsMounted.js |
185 B |
lib/internal/useListen.js |
450 B |
lib/internal/useLoadingValue.js |
351 B |
lib/internal/useMultiGet.js |
676 B |
lib/internal/useMultiListen.js |
634 B |
lib/internal/useMultiLoadingValue.js |
522 B |
lib/internal/usePrevious.js |
146 B |
lib/internal/useStableValue.js |
257 B |
lib/messaging/index.js |
60 B |
lib/messaging/useMessagingToken.js |
394 B |
lib/storage/index.js |
90 B |
lib/storage/internal.js |
142 B |
lib/storage/useBlob.js |
507 B |
lib/storage/useBytes.js |
472 B |
lib/storage/useDownloadURL.js |
368 B |
lib/storage/useMetadata.js |
360 B |
lib/storage/useStream.js |
512 B |