Skip to content

Commit

Permalink
Merge pull request #7129 from dependabot/v0.216.2-release-notes
Browse files Browse the repository at this point in the history
v0.216.2
  • Loading branch information
brrygrdn committed Apr 20, 2023
2 parents 5b34a58 + 3403ec3 commit 5b75a33
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 35 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.216.1"
VERSION = "0.216.2"
end
68 changes: 34 additions & 34 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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/
Expand Down

0 comments on commit 5b75a33

Please sign in to comment.