From 3403ec32d315301fd79b9ff36775a8b37d345efd Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Thu, 20 Apr 2023 16:28:13 +0100 Subject: [PATCH] v0.216.2 --- CHANGELOG.md | 11 +++++++ common/lib/dependabot.rb | 2 +- updater/Gemfile.lock | 68 ++++++++++++++++++++-------------------- 3 files changed, 46 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24489599bc1..f55eeb5ed9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.216.2, 20 April 2023 + +- Pull Request names are Dependency Group aware [#7115](https://github.com/dependabot/dependabot-core/pull/7115) +- 🛑 Stop clobbering Octokit middleware [#7121](https://github.com/dependabot/dependabot-core/pull/7121) +- Fix more order dependent spec failures [#7114](https://github.com/dependabot/dependabot-core/pull/7114) +- Fix flaky specs in updater [#7113](https://github.com/dependabot/dependabot-core/pull/7113) +- Run Dependency Group updates [#7075](https://github.com/dependabot/dependabot-core/pull/7075) +- [Updater] Extract UpdateVulnerableVersion as an Operation class [#6961](https://github.com/dependabot/dependabot-core/pull/6961) +- [Updater] Grouped updates will not include ignored dependencies [#7091](https://github.com/dependabot/dependabot-core/pull/7091) +- Improve npm package manager instrumentation [#7087](https://github.com/dependabot/dependabot-core/pull/7087) + ## v0.216.1, 14 April 2023 - [Updater] Wire up and flesh out branch naming for Grouped Update PRs [#7084](https://github.com/dependabot/dependabot-core/pull/7084) diff --git a/common/lib/dependabot.rb b/common/lib/dependabot.rb index c6b21207312..0a1852716b6 100644 --- a/common/lib/dependabot.rb +++ b/common/lib/dependabot.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.216.1" + VERSION = "0.216.2" end diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index ae1d12f6071..83a631bbf35 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -1,19 +1,19 @@ PATH remote: ../bundler specs: - dependabot-bundler (0.216.1) - dependabot-common (= 0.216.1) + dependabot-bundler (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../cargo specs: - dependabot-cargo (0.216.1) - dependabot-common (= 0.216.1) + dependabot-cargo (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../common specs: - dependabot-common (0.216.1) + dependabot-common (0.216.2) aws-sdk-codecommit (~> 1.28) aws-sdk-ecr (~> 1.5) bundler (>= 1.16, < 3.0.0) @@ -31,88 +31,88 @@ PATH PATH remote: ../composer specs: - dependabot-composer (0.216.1) - dependabot-common (= 0.216.1) + dependabot-composer (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../docker specs: - dependabot-docker (0.216.1) - dependabot-common (= 0.216.1) + dependabot-docker (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../elm specs: - dependabot-elm (0.216.1) - dependabot-common (= 0.216.1) + dependabot-elm (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../git_submodules specs: - dependabot-git_submodules (0.216.1) - dependabot-common (= 0.216.1) + dependabot-git_submodules (0.216.2) + dependabot-common (= 0.216.2) parseconfig (~> 1.0, < 1.1.0) PATH remote: ../github_actions specs: - dependabot-github_actions (0.216.1) - dependabot-common (= 0.216.1) + dependabot-github_actions (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../go_modules specs: - dependabot-go_modules (0.216.1) - dependabot-common (= 0.216.1) + dependabot-go_modules (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../gradle specs: - dependabot-gradle (0.216.1) - dependabot-common (= 0.216.1) - dependabot-maven (= 0.216.1) + dependabot-gradle (0.216.2) + dependabot-common (= 0.216.2) + dependabot-maven (= 0.216.2) PATH remote: ../hex specs: - dependabot-hex (0.216.1) - dependabot-common (= 0.216.1) + dependabot-hex (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../maven specs: - dependabot-maven (0.216.1) - dependabot-common (= 0.216.1) + dependabot-maven (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../npm_and_yarn specs: - dependabot-npm_and_yarn (0.216.1) - dependabot-common (= 0.216.1) + dependabot-npm_and_yarn (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../nuget specs: - dependabot-nuget (0.216.1) - dependabot-common (= 0.216.1) + dependabot-nuget (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../pub specs: - dependabot-pub (0.216.1) - dependabot-common (= 0.216.1) + dependabot-pub (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../python specs: - dependabot-python (0.216.1) - dependabot-common (= 0.216.1) + dependabot-python (0.216.2) + dependabot-common (= 0.216.2) PATH remote: ../terraform specs: - dependabot-terraform (0.216.1) - dependabot-common (= 0.216.1) + dependabot-terraform (0.216.2) + dependabot-common (= 0.216.2) GEM remote: https://rubygems.org/