-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates #1
base: main
Are you sure you want to change the base?
Conversation
…dates Bumps the npm_and_yarn group with 2 updates in the / directory: [undici](https://github.com/nodejs/undici) and [@octokit/endpoint](https://github.com/octokit/endpoint.js). Updates `undici` from 6.19.8 to 6.21.1 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.19.8...v6.21.1) Updates `@octokit/endpoint` from 10.1.1 to 10.1.3 - [Release notes](https://github.com/octokit/endpoint.js/releases) - [Commits](octokit/endpoint.js@v10.1.1...v10.1.3) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@octokit/endpoint" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request updates two dependencies: No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Bumps the npm_and_yarn group with 2 updates in the / directory: undici and @octokit/endpoint.
Updates
undici
from 6.19.8 to 6.21.1Release notes
Sourced from undici's releases.
... (truncated)
Commits
e260e7b
Bumped v6.21.1c3acc60
Merge commit from fork2414bc9
Update return type of RetryCallback (#3851) (#3876)be8cd0a
[Backport v6.x] fix: Fixed the issue that there is no running request when ht...ee6176c
fix: sending formdata bodies with http2 (#3863) [backport] (#3866)a0220f1
fix(#3817): send servername for SNI on TLS (#3821) [backport] (#3864)353ab63
fix(#3736): back-port 183f8e9 to v6.x (#3855)61ec353
Bumped v6.21.011e31a4
fix: range end is zero-indexed (#3826) (#3827)98d1b1b
fix: handle undefined deref() of WeakRef(socket) (#3751) (#3822)Updates
@octokit/endpoint
from 10.1.1 to 10.1.3Release notes
Sourced from
@octokit/endpoint
's releases.Commits
d6cf1ad
fix: linting issues breaking ci (#514)6c9c5be
Merge commit from forke472e22
chore(deps): update dependency esbuild to ^0.25.0 (#512)b2ebcda
build(deps-dev): bump vitest and@vitest/coverage-v8
(#511)76e3738
build(deps): bump vite from 5.4.6 to 6.0.11 (#509)c9ce54d
chore(deps): update vitest monorepo to v3 (major) (#508)15d700b
fix(deps): bump@octokit/types
to improve Deno compat (#507)a0a938e
chore(deps): update dependency prettier to v3.4.2 (#506)2e92021
chore(deps): update dependency prettier to v3.4.1 (#505)55ee6d6
chore(deps): update dependency prettier to v3.4.0 (#504)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Update
undici
to v6.21.1 and@octokit/endpoint
to v10.1.3.Bug Fixes:
undici
to v6.21.1 to address CVE-2025-22150 and other bug fixes.@octokit/endpoint
to v10.1.3 to fix a ReDos vulnerability and improve Deno compatibility