Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7fa5537
Bump lodash from 4.17.21 to 4.17.23 in /bun/helpers
dependabot[bot] Jan 23, 2026
cd6d109
Merge pull request #3 from JaclynCodes/dependabot/npm_and_yarn/bun/he…
JaclynCodes Jan 23, 2026
3f4f9d3
Bump tar, @npmcli/arborist and npm in /bun/helpers
dependabot[bot] Jan 23, 2026
82a0666
Merge pull request #4 from JaclynCodes/dependabot/npm_and_yarn/bun/he…
JaclynCodes Jan 23, 2026
98c3cea
Bump symfony/process from 7.3.0 to 7.4.5 in /composer/helpers/v2
dependabot[bot] Jan 28, 2026
8379397
Bump nuget/helpers/lib/NuGet.Client from `2948e02` to `53c7a9c`
dependabot[bot] Jan 28, 2026
d0e8f6b
Bump library/rust from 1.88.0-bookworm to 1.93.0-bookworm in /cargo
dependabot[bot] Jan 28, 2026
b73e3e9
Bump golang.org/x/mod from 0.26.0 to 0.32.0 in /go_modules/helpers
dependabot[bot] Jan 28, 2026
f42a4a1
Bump dotnet-sdk in /nuget/helpers/lib/NuGetUpdater
dependabot[bot] Jan 28, 2026
e870168
Bump pip-tools in /python/helpers in the pip-tools group
dependabot[bot] Jan 28, 2026
3909d20
Merge pull request #11 from JaclynCodes/dependabot/dotnet_sdk/nuget/h…
JaclynCodes Jan 29, 2026
044211a
Merge pull request #17 from JaclynCodes/dependabot/pip/python/helpers…
JaclynCodes Jan 29, 2026
d32e152
Merge pull request #8 from JaclynCodes/dependabot/docker/cargo/librar…
JaclynCodes Jan 29, 2026
c931ab1
Merge pull request #5 from JaclynCodes/dependabot/composer/composer/h…
JaclynCodes Jan 29, 2026
96b1e3d
Merge pull request #9 from JaclynCodes/dependabot/go_modules/go_modul…
JaclynCodes Jan 29, 2026
716bdde
Merge pull request #6 from JaclynCodes/dependabot/submodules/nuget/he…
JaclynCodes Jan 29, 2026
57ce1d6
Bump lodash from 4.17.21 to 4.17.23 in /npm_and_yarn/helpers
dependabot[bot] Jan 29, 2026
9c97e4c
Bump brace-expansion in /npm_and_yarn/helpers
dependabot[bot] Jan 29, 2026
b2aa71f
Merge pull request #36 from JaclynCodes/dependabot/npm_and_yarn/npm_a…
JaclynCodes Jan 29, 2026
7e11852
Merge pull request #37 from JaclynCodes/dependabot/npm_and_yarn/npm_a…
JaclynCodes Jan 29, 2026
969a15b
Bump the npm-dependencies group in /npm_and_yarn/helpers with 3 updates
dependabot[bot] Jan 29, 2026
ff55ac1
Merge pull request #16 from JaclynCodes/dependabot/npm_and_yarn/npm_a…
JaclynCodes Jan 29, 2026
5af292a
Bump composer/composer
dependabot[bot] Feb 1, 2026
c718a32
Merge pull request #10 from JaclynCodes/dependabot/composer/composer/…
JaclynCodes Feb 1, 2026
a719f0e
Bump the prod-dependencies group across 1 directory with 30 updates (…
dependabot[bot] Feb 1, 2026
11e38ea
Bump @isaacs/brace-expansion in /npm_and_yarn/helpers
dependabot[bot] Feb 3, 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
25,431 changes: 9,666 additions & 15,765 deletions bun/helpers/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bun/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"@dependabot/yarn-lib": "^1.22.22",
"@npmcli/arborist": "^8.0.0",
"@npmcli/arborist": "^9.1.10",
"detect-indent": "^6.1.0",
"nock": "^13.5.6",
"npm": "6.14.18",
"npm": "11.8.0",
"@pnpm/lockfile-file": "^9.1.2",
"@pnpm/dependency-path": "^5.1.1",
"semver": "^7.6.3",
Expand Down
2 changes: 1 addition & 1 deletion cargo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.88.0-bookworm AS rust
FROM docker.io/library/rust:1.93.0-bookworm AS rust

FROM ghcr.io/dependabot/dependabot-updater-core

Expand Down
415 changes: 267 additions & 148 deletions composer/helpers/v2/composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git_submodules/dependabot-git_submodules.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["lib/**/*"]

spec.add_dependency "dependabot-common", Dependabot::VERSION
spec.add_dependency "parseconfig", "~> 1.0", "< 1.1.0"
spec.add_dependency "parseconfig", "~> 1.0", "< 1.2.0"

common_gemspec.development_dependencies.each do |dep|
spec.add_development_dependency dep.name, *dep.requirement.as_list
Expand Down
4 changes: 2 additions & 2 deletions go_modules/helpers/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/dependabot/dependabot-core/go_modules/helpers

go 1.23.0
go 1.24.0

require (
github.com/Masterminds/vcs v1.13.3
golang.org/x/mod v0.26.0
golang.org/x/mod v0.32.0
)
4 changes: 2 additions & 2 deletions go_modules/helpers/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/Masterminds/vcs v1.13.3 h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE=
github.com/Masterminds/vcs v1.13.3/go.mod h1:TiE7xuEjl1N4j016moRd6vezp6e6Lz23gypeXfzXeW8=
golang.org/x/mod v0.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=
golang.org/x/mod v0.26.0/go.mod h1:/j6NAhSk8iQ723BGAUyoAcn7SlD7s15Dp9Nd/SfeaFQ=
golang.org/x/mod v0.32.0 h1:9F4d3PHLljb6x//jOyokMv3eX+YDeepZSEo3mFJy93c=
golang.org/x/mod v0.32.0/go.mod h1:SgipZ/3h2Ci89DlEtEXWUk/HteuRin+HHhN+WbNhguU=
Loading
Loading