Skip to content

Releases: dependabot/dependabot-core

v0.276.0

19 Sep 13:40
ed7cfd6
Compare
Choose a tag to compare
v0.276.0 (#10633)

Release notes: https://github.com/dependabot/dependabot-core/releases/tag/v0.276.0

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.275.0

12 Sep 13:50
7c89ac8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.274.0...v0.275.0

v0.274.0

05 Sep 16:19
aad1a7e
Compare
Choose a tag to compare

What's Changed

  • Revert "rework reporting of dependencies and requirements to better handle transitive dependencies" by @brettfo in #10472
  • Error handlers for Dependabot::SharedHelpers::HelperSubprocessFailed PNPM errors by @sachin-sandhu in #10483
  • Bump jason from 1.4.3 to 1.4.4 in /hex/helpers by @dependabot in #10364
  • Bump rexml from 3.3.1 to 3.3.6 in /updater by @dependabot in #10488
  • chore(python): target latest python 3.12.5 version by @Greesb in #10470
  • Bump the dev-dependencies group across 1 directory with 3 updates by @dependabot in #10479
  • Fixes unhandled couldn't find any versions for package exception by @sachin-sandhu in #10491
  • Fixes Dependabot::SharedHelpers::HelperSubprocessFailed related issues by @sachin-sandhu in #10494
  • Implement Logging for Bundler v1 Deprecation Warnings by @kbukum1 in #10466
  • Adds handler for YARN :: YN0xx errors by @sachin-sandhu in #10505
  • Fixes NPM unhandled exceptions in Dependabot::SharedHelpers::HelperSubprocessFailed by @sachin-sandhu in #10506
  • Support for pub workspaces by @sigurdm in #10445
  • Error handler for Dependabot::Updater::SubprocessFailed: Subprocess issues by @sachin-sandhu in #10512
  • v0.273.0 by @dependabot-core-action-automation in #10514
  • Fixes Yarn Dependabot::SharedHelpers::HelperSubprocessFailed issues by @sachin-sandhu in #10526
  • Mount .rubocop_todo.yml to enable successful rubocop execution by @Jefffrey in #10544
  • Sending Bundler v1 Deprecation Warning Alert by @kbukum1 in #10485
  • Avoid using existing branches by @Nishnha in #10519
  • v0.274.0 by @dependabot-core-action-automation in #10551

New Contributors

Full Changelog: v0.272.0...v0.274.0

v0.273.0

29 Aug 16:25
Compare
Choose a tag to compare

What's Changed

  • Revert "rework reporting of dependencies and requirements to better handle transitive dependencies" by @brettfo in #10472
  • Error handlers for Dependabot::SharedHelpers::HelperSubprocessFailed PNPM errors by @sachin-sandhu in #10483
  • Bump jason from 1.4.3 to 1.4.4 in /hex/helpers by @dependabot in #10364
  • Bump rexml from 3.3.1 to 3.3.6 in /updater by @dependabot in #10488
  • chore(python): target latest python 3.12.5 version by @Greesb in #10470
  • Bump the dev-dependencies group across 1 directory with 3 updates by @dependabot in #10479
  • Fixes unhandled couldn't find any versions for package exception by @sachin-sandhu in #10491
  • Fixes Dependabot::SharedHelpers::HelperSubprocessFailed related issues by @sachin-sandhu in #10494
  • Implement Logging for Bundler v1 Deprecation Warnings by @kbukum1 in #10466
  • Adds handler for YARN :: YN0xx errors by @sachin-sandhu in #10505
  • Fixes NPM unhandled exceptions in Dependabot::SharedHelpers::HelperSubprocessFailed by @sachin-sandhu in #10506
  • Support for pub workspaces by @sigurdm in #10445
  • Error handler for Dependabot::Updater::SubprocessFailed: Subprocess issues by @sachin-sandhu in #10512

New Contributors

Full Changelog: v0.272.0...v0.273.0

v0.272.0

22 Aug 09:24
c8fa18e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.271.0...v0.272.0

v0.271.0

15 Aug 13:13
fa1f395
Compare
Choose a tag to compare
v0.271.0 (#10443)

Release notes: https://github.com/dependabot/dependabot-core/releases/tag/v0.271.0

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.270.0

15 Aug 01:05
58a2e06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.269.0...v0.270.0

v0.269.0

14 Aug 22:00
4aac28c
Compare
Choose a tag to compare

What's Changed

  • Fixes Dependabot::SharedHelpers::HelperSubprocessFailed issues by @sachin-sandhu in #10349
  • add directory to existing PR checks, updating tests by @jakecoffman in #10325
  • Add Spec Tests for CreateSecurityUpdatePullRequest by @kbukum1 in #10344
  • Report transitive dependency vulnerability errors for npm, yarn, and pnpm by @kbukum1 in #10282
  • don't waste quota on main since branch was up-to-date by @jakecoffman in #10352
  • fix "no groups" exception, run more jobs through GroupUpdateAllVersions by @jakecoffman in #10348
  • Strict type Dependabot::Updater.Operations::RefreshSecurityUpdatePullRequest by @kbukum1 in #10334
  • allow for wildcards in version requirements by @brettfo in #10353
  • report no new version if a given package doesn't exist on any feed by @brettfo in #10354
  • convert test to not require the network by @brettfo in #10355
  • Add Error Handling for YN0082 in YarnErrorHandler by @kbukum1 in #10374
  • Fixes issues related with Dependabot::NpmAndYarn::UpdateChecker::LatestVersionFinder::RegistryError by @sachin-sandhu in #10378
  • Fixes logger location for Dependabot::NpmAndYarn::UpdateChecker::LatestVersionFinder::RegistryError by @sachin-sandhu in #10380
  • Fixes JSON::ParserError: unexpected token issue by @sachin-sandhu in #10381
  • NPM: fix security update for indirect and direct dependencies by @jakecoffman in #10371

Full Changelog: v0.268.0...v0.269.0

v0.268.0

02 Aug 09:42
2719454
Compare
Choose a tag to compare

What's Changed

  • Adds exception handling for override failure errors by @sachin-sandhu in #10290
  • Fixes Dependabot::SharedHelpers::HelperSubprocessFailed - nested aliases not supported by @sachin-sandhu in #10292
  • Small typo by @yeikel in #10295
  • add Dependency::directory to the PR payload by @jakecoffman in #10195
  • Strict type Dependabot::Updater.Operations::CreateSecurityUpdatePullRequest by @kbukum1 in #10302
  • Strict type Dependabot::Terraform::UpdateChecker by @JamieMagee in #10278
  • temporarily sideline global.json when adding a transitive package by @brettfo in #10305
  • Fixes Dependabot-SharedHelpers-HelperSubprocessFailed by @sachin-sandhu in #10308
  • fixing rebases not finding the existing pull request due to directory by @jakecoffman in #10320
  • Fix ArgumentError Malformed version number string in github actions by @amazimbe in #10314
  • retain msbuild-sdks property in global.json when adding a transitive dependency by @brettfo in #10331
  • Properly reject NuGet newline-only changes. by @brettfo in #10332
  • v0.268.0 by @dependabot-core-action-automation in #10335
  • Fixes issues related with Dependabot::NpmAndYarn::UpdateChecker::LatestVersionFinder::RegistryError by @sachin-sandhu in #10322
  • Fix ArgumentError Malformed version number in github actions by @amazimbe in #10338

Full Changelog: v0.267.0...v0.268.0

v0.267.0

25 Jul 15:24
8441dba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.266.0...v0.267.0