Bump the npm group with 5 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
poad
Bumps the npm group with 5 updates:
| Package | From | To |
|---|---|---|
| @types/node | 25.5.2 |
25.6.0 |
| baseline-browser-mapping | 2.10.16 |
2.10.17 |
| call-bind | 1.0.8 |
1.0.9 |
| es-iterator-helpers | 1.3.1 |
1.3.2 |
| undici-types | 7.18.2 |
7.19.2 |
Updates @types/node from 25.5.2 to 25.6.0
Commits
- See full diff in compare view
Updates baseline-browser-mapping from 2.10.16 to 2.10.17
Release notes
Sourced from baseline-browser-mapping's releases.
v2.9.3 - remove
process.loadEnvFile()What's Changed
- Remove process.loadEnfFile() from main script by
@tonypconwayin web-platform-dx/baseline-browser-mapping#112Full Changelog: https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.2...v2.9.3
Commits
c5c778cPatch to 2.10.17 because browser or feature data changedc3ab98dBrowser or feature data changed2fd5696Updating static site- See full diff in compare view
Updates call-bind from 1.0.8 to 1.0.9
Changelog
Sourced from call-bind's changelog.
v1.0.9 - 2026-04-09
Commits
- [Fix] correct
.lengthcomputation when partial args exceed function arity95c406d- [Dev Deps] update
@ljharb/eslint-config,es-value-fixtures,eslint,for-each,has-strict-mode,npmignore,object-inspect06a4e21- [Deps] update
call-bind-apply-helpers,es-define-property,get-intrinsic3fea81e- [readme] replace runkit CI badge with shields.io check-runs badge
23437d4
Commits
8d6a98cv1.0.995c406d[Fix] correct.lengthcomputation when partial args exceed function arity3fea81e[Deps] updatecall-bind-apply-helpers,es-define-property,get-intrinsic06a4e21[Dev Deps] update@ljharb/eslint-config,es-value-fixtures,eslint, `fo...23437d4[readme] replace runkit CI badge with shields.io check-runs badge- See full diff in compare view
Updates es-iterator-helpers from 1.3.1 to 1.3.2
Changelog
Sourced from es-iterator-helpers's changelog.
v1.3.2 - 2026-04-09
Commits
- [Fix] detect missing early-error
IteratorClosein native implementations7de2a9d- [Fix] remove invalid expando properties on
indexfiles8416384- [Fix]
IteratorZip: remove errored iterator fromopenItersin strict mode53f4b4a- [Fix]
filter: add early-errorIteratorClosepattern, fix counter increment orderingef39451- [Fix]
flatMap: add early-errorIteratorClosepattern, fix inner iterator close semanticsdc122cc- [Fix]
drop,flatMap: do not close iterator onIteratorStepValueprotocol violation8761fe6- [Fix]
drop: add early-errorIteratorClosepattern, fix validation orderingf5cc006- [Fix]
take: add early-errorIteratorClosepattern, fix validation orderingfb5db74- [Fix]
zipKeyed: useGetfor property access, fix missingIfAbruptCloseIteratorsaec8d80- [Fix]
map: add early-errorIteratorClosepattern per latest specce222a4- [Fix]
find: add early-errorIteratorClosepattern per latest spece7cb5e9- [Fix]
every: add early-errorIteratorClosepattern per latest spec64630cb- [Fix]
forEach: add early-errorIteratorClosepattern per latest specbeb0650- [Fix]
reduce: add early-errorIteratorClosepattern per latest spec14225ab- [Fix]
some: add early-errorIteratorClosepattern per latest spec3bf20c3- [Fix]
includes: allowInfinity/-InfinityforskippedElements8eddc9e- [Fix]
GeneratorResumeAbrupt: passReturnCompletiontocloseIfAbrupt55dc985- [Tests]
zipKeyed: work around V8 4.6 (node 5)ownKeysordering bug in accessor test309cdc1- [Dev Deps] update
@es-shims/api,@ljharb/eslint-config9694b21- [Deps] remove unused dep
1089a80- [readme] fix markdown formatting
1545d84- [Deps] update
call-bind45897c7- [readme] document
{ next: null }Chrome bug and affected versionseee929c- [Deps] update
es-abstract7bed3ec
Commits
3cb0e9bv1.3.245897c7[Deps] updatecall-bind309cdc1[Tests]zipKeyed: work around V8 4.6 (node 5)ownKeysordering bug in acc...8761fe6[Fix]drop,flatMap: do not close iterator onIteratorStepValueprotoco...7de2a9d[Fix] detect missing early-errorIteratorClosein native implementationseee929c[readme] document{ next: null }Chrome bug and affected versions53f4b4a[Fix]IteratorZip: remove errored iterator fromopenItersin strict modeaec8d80[Fix]zipKeyed: useGetfor property access, fix missing `IfAbruptCloseIt...55dc985[Fix]GeneratorResumeAbrupt: passReturnCompletiontocloseIfAbrupte7cb5e9[Fix]find: add early-errorIteratorClosepattern per latest spec- Additional commits viewable in compare view
Updates undici-types from 7.18.2 to 7.19.2
Release notes
Sourced from undici-types's releases.
v7.19.2
What's Changed
- Minor code cleanups to decompress interceptor by
@domenicin nodejs/undici#4754- fix(h2): fix flaky stream end handling on macOS by
@mcollinain nodejs/undici#4762- return response when receiving 401 instead of network error by
@KhafraDevin nodejs/undici#4769- fix: properly close idle connections in test server cleanup by
@mcollinain nodejs/undici#4764- fix: decode HTTP headers as latin1 instead of utf8 by
@mcollinain nodejs/undici#4768- fix: submodule update by
@Uzlopakin nodejs/undici#4648- build(deps): bump peter-evans/create-pull-request from 7.0.8 to 8.0.0 by
@dependabot[bot] in nodejs/undici#4720New Contributors
@domenicmade their first contribution in nodejs/undici#4754Full Changelog: https://github.com/nodejs/undici/compare/v7.19.1...v7.19.2
v7.19.1
What's Changed
- fix: use commit hash when generating release (#4757) by
@fenichelarin nodejs/undici#4759- fix fetch 401 loop by
@KhafraDevin nodejs/undici#4761New Contributors
@fenichelarmade their first contribution in nodejs/undici#4759Full Changelog: https://github.com/nodejs/undici/compare/v7.19.0...v7.19.1
v7.19.0
What's Changed
- fix: Handle FormData body type correctly in RetryAgent retried requests by
@eliotschuin nodejs/undici#4692- feat(client): expose HTTP/2 flow-control options by
@pabloelisseoin nodejs/undici#4706- Implement origin normalization in MockAgent for case-insensitivity and URL handling by
@SksOpin nodejs/undici#4731- fix websocket basic auth by
@KhafraDevin nodejs/undici#4747- fix(cache): regenerate stream from source when cache.match is called after GC by
@mcollinain nodejs/undici#4713- chore: use testcontext for test:cache by
@Uzlopakin nodejs/undici#4571- chore: use testcontext for subresource integrity tests by
@Uzlopakin nodejs/undici#4575- feat(cache): add origins option for whitelist filtering by
@mcollinain nodejs/undici#4739- ci: test shared-builtin only on Node.js 24 and 25 by
@mcollinain nodejs/undici#4746- fix websocketstream open error by
@KhafraDevin nodejs/undici#4748New Contributors
@eliotschumade their first contribution in nodejs/undici#4692@pabloelisseomade their first contribution in nodejs/undici#4706@SksOpmade their first contribution in nodejs/undici#4731Full Changelog: https://github.com/nodejs/undici/compare/v7.18.2...v7.19.0
Commits
4b36fefBumped v7.19.2 (#4777)44e437dbuild(deps): bump peter-evans/create-pull-request from 7.0.8 to 8.0.0 (#4720)cfd42c6fix: submodule update (#4648)9f5466cfix: decode HTTP headers as latin1 instead of utf8 (#4768)5e94274fix: properly close idle connections in test server cleanup (#4764)be564c1return response when receiving 401 instead of network error (#4769)94d147dfix: remove incorrect stream state check in h2 'end' event handler (#4762)e26acd8Minor code cleanups to decompress interceptor (#4754)e2aeb52Bumped v7.19.1 (#4760)4920fc4fix fetch 401 loop (#4761)- 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 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
Package Dependencies
baseline-browser-mapping
npm
2.10.16 → 2.10.17
Patch
Technical Details
| ID: | 15192646 |
| UUID: | 4239825804 |
| Node ID: | PR_kwDOGmPE6c7RelBb |
| Host: | GitHub |
| Repository: | poad/github-oauth-example |