Bump the npm group across 3 directories with 3 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
(3 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the npm group with 2 updates in the /example/app directory: @types/node and detect-libc.
Bumps the npm group with 1 update in the /example/cdk directory: @types/node.
Bumps the npm group with 1 update in the /package directory: @types/node.
Updates @types/node from 24.3.3 to 24.4.0
Commits
- See full diff in compare view
Updates detect-libc from 2.0.4 to 2.1.0
Commits
f74b368Release v2.1.0f9b7639CI: Add non-Linux integration tests for completeness41add95Prerelease v2.1.0-rc.008198d2CI: Publish tagged commits to npm4d6eafeDetect libc using the interpreter value from Node's ELF header3a1f323CI: update integration test expectations- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for detect-libc since your current version.
Updates undici-types from 7.10.0 to 7.11.0
Release notes
Sourced from undici-types's releases.
v7.11.0
What's Changed
- Update WPT by
@github-actionsin nodejs/undici#4214- feat(fetch): add zstandard decompression support by
@J3m5in nodejs/undici#4238- fix(debug): remove extra forward slash in logs by
@aidantin nodejs/undici#4236- types: EventSource short handlers can be null by
@Uzlopakin nodejs/undici#4246- remove finalizationregistry workaround by
@mcollinain nodejs/undici#4250- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.7.1 by
@dependabotin nodejs/undici#4255- build(deps): bump github/codeql-action from 3.28.1 to 3.28.18 by
@dependabotin nodejs/undici#4252- build(deps): bump codecov/codecov-action from 5.1.2 to 5.4.3 by
@dependabotin nodejs/undici#4253- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabotin nodejs/undici#4254- Query unaware interceptors cache fix by
@FelixVaughanin nodejs/undici#4240- docs: fix interceptor order description in compose method by
@mcollinain nodejs/undici#4251- chore: require node native modules with
node:-prefix by@Uzlopakin nodejs/undici#4256- fix: eventsource does not reconnect on network error by
@Uzlopakin nodejs/undici#4247- fix: add guard by
@GeoffreyBoothin nodejs/undici#4262- Extract webidl by
@Uzlopakin nodejs/undici#4259- build(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 by
@dependabotin nodejs/undici#4132- build(deps-dev): bump fast-check from 3.23.2 to 4.1.1 by
@dependabotin nodejs/undici#4167- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by
@dependabotin nodejs/undici#4137- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by
@dependabotin nodejs/undici#4168- build(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.18 by
@dependabotin nodejs/undici#4190- build(deps): bump fastify/github-action-merge-dependabot from 3.11.0 to 3.11.1 by
@dependabotin nodejs/undici#4135- build(deps): bump step-security/harden-runner from 2.11.1 to 2.12.0 by
@dependabotin nodejs/undici#4188- build(deps-dev): bump borp from 0.19.0 to 0.20.0 by
@dependabotin nodejs/undici#4194- Fix several WPT failures by
@tsctxin nodejs/undici#4263- Update WPT by
@github-actionsin nodejs/undici#4235- node.js
fetchis wrongly typed (#4271) by@bpaseroin nodejs/undici#4272- Fix: Provide body on retry error, preserve socket by
@fatal10110in nodejs/undici#4228- add cause to WebSocket error by
@KhafraDevin nodejs/undici#4274- doc: undici vs fetch by
@FelixVaughanin nodejs/undici#4245- bench: add websockets by
@tsctxin nodejs/undici#3203- webidl: remove fallback for USVString by
@Uzlopakin nodejs/undici#4264- fix: Use correct
Dispatcher.RequestOptionsby@IvanDimanov-OfficeRnDin nodejs/undici#4281- feat: add install() function for global WHATWG fetch classes by
@mcollinain nodejs/undici#4286- Fixed RedirectHandler type by
@rahulyadav5524in nodejs/undici#4278- feat(#4086): proxy keep alive by
@metcoder95in nodejs/undici#4128- Add
cleanMockstoMockClientandMockPoolby@DemianParkhomenkoin nodejs/undici#4176- fetch: add missing new operator on TypeError instantiation in readAllBytes by
@Uzlopakin nodejs/undici#4297- Skip failing wpts by
@mcollinain nodejs/undici#4294- feat: add request body diagnostic channels by
@legendecasin nodejs/undici#4289- Fix timer guards to avoid TypeError under fake‐timers and polyfilled … by
@1ly4s0in nodejs/undici#4213- cache: update MemoryCacheStore default limits by
@mcollinain nodejs/undici#4292- fix: EnvHttpProxyAgent.Options should accept ProxyAgent.Options by
@urugatorin nodejs/undici#4243New Contributors
@J3m5made their first contribution in nodejs/undici#4238@aidantmade their first contribution in nodejs/undici#4236@bpaseromade their first contribution in nodejs/undici#4272@IvanDimanov-OfficeRnDmade their first contribution in nodejs/undici#4281
... (truncated)
Commits
2fcd8e0Bumped v7.11.0 (#4300)30b833ffix EnvHttpProxyAgent.Options (#4243)21fc5f1cache: update MemoryCacheStore default limits (#4292)995f064Fix timer guards to avoid TypeError under fake‐timers and polyfilled … (#4213)916f4f5feat: add request body diagnostic channels (#4289)42d4d4bSkip failing wpts (#4294)52c33e1fix: add missing new operator on TypeError instantiation (#4297)b1f45cfAddcleanMockstoMockClientandMockPool(#4176)032d200feat(#4086): proxy keep alive (#4128)f184975Fixed RedirectHandler type (#4278)- Additional commits viewable in compare view
Updates @types/node from 24.3.3 to 24.4.0
Commits
- See full diff in compare view
Updates undici-types from 7.10.0 to 7.11.0
Release notes
Sourced from undici-types's releases.
v7.11.0
What's Changed
- Update WPT by
@github-actionsin nodejs/undici#4214- feat(fetch): add zstandard decompression support by
@J3m5in nodejs/undici#4238- fix(debug): remove extra forward slash in logs by
@aidantin nodejs/undici#4236- types: EventSource short handlers can be null by
@Uzlopakin nodejs/undici#4246- remove finalizationregistry workaround by
@mcollinain nodejs/undici#4250- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.7.1 by
@dependabotin nodejs/undici#4255- build(deps): bump github/codeql-action from 3.28.1 to 3.28.18 by
@dependabotin nodejs/undici#4252- build(deps): bump codecov/codecov-action from 5.1.2 to 5.4.3 by
@dependabotin nodejs/undici#4253- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabotin nodejs/undici#4254- Query unaware interceptors cache fix by
@FelixVaughanin nodejs/undici#4240- docs: fix interceptor order description in compose method by
@mcollinain nodejs/undici#4251- chore: require node native modules with
node:-prefix by@Uzlopakin nodejs/undici#4256- fix: eventsource does not reconnect on network error by
@Uzlopakin nodejs/undici#4247- fix: add guard by
@GeoffreyBoothin nodejs/undici#4262- Extract webidl by
@Uzlopakin nodejs/undici#4259- build(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 by
@dependabotin nodejs/undici#4132- build(deps-dev): bump fast-check from 3.23.2 to 4.1.1 by
@dependabotin nodejs/undici#4167- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by
@dependabotin nodejs/undici#4137- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by
@dependabotin nodejs/undici#4168- build(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.18 by
@dependabotin nodejs/undici#4190- build(deps): bump fastify/github-action-merge-dependabot from 3.11.0 to 3.11.1 by
@dependabotin nodejs/undici#4135- build(deps): bump step-security/harden-runner from 2.11.1 to 2.12.0 by
@dependabotin nodejs/undici#4188- build(deps-dev): bump borp from 0.19.0 to 0.20.0 by
@dependabotin nodejs/undici#4194- Fix several WPT failures by
@tsctxin nodejs/undici#4263- Update WPT by
@github-actionsin nodejs/undici#4235- node.js
fetchis wrongly typed (#4271) by@bpaseroin nodejs/undici#4272- Fix: Provide body on retry error, preserve socket by
@fatal10110in nodejs/undici#4228- add cause to WebSocket error by
@KhafraDevin nodejs/undici#4274- doc: undici vs fetch by
@FelixVaughanin nodejs/undici#4245- bench: add websockets by
@tsctxin nodejs/undici#3203- webidl: remove fallback for USVString by
@Uzlopakin nodejs/undici#4264- fix: Use correct
Dispatcher.RequestOptionsby@IvanDimanov-OfficeRnDin nodejs/undici#4281- feat: add install() function for global WHATWG fetch classes by
@mcollinain nodejs/undici#4286- Fixed RedirectHandler type by
@rahulyadav5524in nodejs/undici#4278- feat(#4086): proxy keep alive by
@metcoder95in nodejs/undici#4128- Add
cleanMockstoMockClientandMockPoolby@DemianParkhomenkoin nodejs/undici#4176- fetch: add missing new operator on TypeError instantiation in readAllBytes by
@Uzlopakin nodejs/undici#4297- Skip failing wpts by
@mcollinain nodejs/undici#4294- feat: add request body diagnostic channels by
@legendecasin nodejs/undici#4289- Fix timer guards to avoid TypeError under fake‐timers and polyfilled … by
@1ly4s0in nodejs/undici#4213- cache: update MemoryCacheStore default limits by
@mcollinain nodejs/undici#4292- fix: EnvHttpProxyAgent.Options should accept ProxyAgent.Options by
@urugatorin nodejs/undici#4243New Contributors
@J3m5made their first contribution in nodejs/undici#4238@aidantmade their first contribution in nodejs/undici#4236@bpaseromade their first contribution in nodejs/undici#4272@IvanDimanov-OfficeRnDmade their first contribution in nodejs/undici#4281
... (truncated)
Commits
2fcd8e0Bumped v7.11.0 (#4300)30b833ffix EnvHttpProxyAgent.Options (#4243)21fc5f1cache: update MemoryCacheStore default limits (#4292)995f064Fix timer guards to avoid TypeError under fake‐timers and polyfilled … (#4213)916f4f5feat: add request body diagnostic channels (#4289)42d4d4bSkip failing wpts (#4294)52c33e1fix: add missing new operator on TypeError instantiation (#4297)b1f45cfAddcleanMockstoMockClientandMockPool(#4176)032d200feat(#4086): proxy keep alive (#4128)f184975Fixed RedirectHandler type (#4278)- Additional commits viewable in compare view
Updates @types/node from 24.3.3 to 24.4.0
Commits
- See full diff in compare view
Updates undici-types from 7.10.0 to 7.11.0
Release notes
Sourced from undici-types's releases.
v7.11.0
What's Changed
- Update WPT by
@github-actionsin nodejs/undici#4214- feat(fetch): add zstandard decompression support by
@J3m5in nodejs/undici#4238- fix(debug): remove extra forward slash in logs by
@aidantin nodejs/undici#4236- types: EventSource short handlers can be null by
@Uzlopakin nodejs/undici#4246- remove finalizationregistry workaround by
@mcollinain nodejs/undici#4250- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.7.1 by
@dependabotin nodejs/undici#4255- build(deps): bump github/codeql-action from 3.28.1 to 3.28.18 by
@dependabotin nodejs/undici#4252- build(deps): bump codecov/codecov-action from 5.1.2 to 5.4.3 by
@dependabotin nodejs/undici#4253- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabotin nodejs/undici#4254- Query unaware interceptors cache fix by
@FelixVaughanin nodejs/undici#4240- docs: fix interceptor order description in compose method by
@mcollinain nodejs/undici#4251- chore: require node native modules with
node:-prefix by@Uzlopakin nodejs/undici#4256- fix: eventsource does not reconnect on network error by
@Uzlopakin nodejs/undici#4247- fix: add guard by
@GeoffreyBoothin nodejs/undici#4262- Extract webidl by
@Uzlopakin nodejs/undici#4259- build(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 by
@dependabotin nodejs/undici#4132- build(deps-dev): bump fast-check from 3.23.2 to 4.1.1 by
@dependabotin nodejs/undici#4167- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by
@dependabotin nodejs/undici#4137- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by
@dependabotin nodejs/undici#4168- build(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.18 by
@dependabotin nodejs/undici#4190- build(deps): bump fastify/github-action-merge-dependabot from 3.11.0 to 3.11.1 by
@dependabotin nodejs/undici#4135- build(deps): bump step-security/harden-runner from 2.11.1 to 2.12.0 by
@dependabotin nodejs/undici#4188- build(deps-dev): bump borp from 0.19.0 to 0.20.0 by
@dependabotin nodejs/undici#4194- Fix several WPT failures by
@tsctxin nodejs/undici#4263- Update WPT by
@github-actionsin nodejs/undici#4235- node.js
fetchis wrongly typed (#4271) by@bpaseroin nodejs/undici#4272- Fix: Provide body on retry error, preserve socket by
@fatal10110in nodejs/undici#4228- add cause to WebSocket error by
@KhafraDevin nodejs/undici#4274- doc: undici vs fetch by
@FelixVaughanin nodejs/undici#4245- bench: add websockets by
@tsctxin nodejs/undici#3203- webidl: remove fallback for USVString by
@Uzlopakin nodejs/undici#4264- fix: Use correct
Dispatcher.RequestOptionsby@IvanDimanov-OfficeRnDin nodejs/undici#4281- feat: add install() function for global WHATWG fetch classes by
@mcollinain nodejs/undici#4286- Fixed RedirectHandler type by
@rahulyadav5524in nodejs/undici#4278- feat(#4086): proxy keep alive by
@metcoder95in nodejs/undici#4128- Add
cleanMockstoMockClientandMockPoolby@DemianParkhomenkoin nodejs/undici#4176- fetch: add missing new operator on TypeError instantiation in readAllBytes by
@Uzlopakin nodejs/undici#4297- Skip failing wpts by
@mcollinain nodejs/undici#4294- feat: add request body diagnostic channels by
@legendecasin nodejs/undici#4289- Fix timer guards to avoid TypeError under fake‐timers and polyfilled … by
@1ly4s0in nodejs/undici#4213- cache: update MemoryCacheStore default limits by
@mcollinain nodejs/undici#4292- fix: EnvHttpProxyAgent.Options should accept ProxyAgent.Options by
@urugatorin nodejs/undici#4243New Contributors
@J3m5made their first contribution in nodejs/undici#4238@aidantmade their first contribution in nodejs/undici#4236@bpaseromade their first contribution in nodejs/undici#4272@IvanDimanov-OfficeRnDmade their first contribution in nodejs/undici#4281
... (truncated)
Commits
2fcd8e0Bumped v7.11.0 (#4300)30b833ffix EnvHttpProxyAgent.Options (#4243)21fc5f1cache: update MemoryCacheStore default limits (#4292)995f064Fix timer guards to avoid TypeError under fake‐timers and polyfilled … (#4213)916f4f5feat: add request body diagnostic channels (#4289)42d4d4bSkip failing wpts (#4294)52c33e1fix: add missing new operator on TypeError instantiation (#4297)b1f45cfAddcleanMockstoMockClientandMockPool(#4176)032d200feat(#4086): proxy keep alive (#4128)f184975Fixed RedirectHandler type (#4278)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
6
+40
-40
Package Dependencies
Technical Details
| ID: | 7691142 |
| UUID: | 2827389233 |
| Node ID: | PR_kwDOH6QSIM6ohokx |
| Host: | GitHub |
| Repository: | poad/github-cognito-oidc-proxy |
| Merge State: | Unknown |