Skip to content

Commit

Permalink
Merge pull request #3146 from dependabot/v0.133.3-release-notes
Browse files Browse the repository at this point in the history
v0.133.3
  • Loading branch information
thepwagner authored Feb 16, 2021
2 parents ad880ee + d2e170b commit 23e1dac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.133.3, 16 February 2021

- common: when detecting changes in vendored dependencies, assume resources are binary
- Bump phpstan/phpstan from 0.12.74 to 0.12.76 in /composer/helpers/v2
- Bump eslint from 7.19.0 to 7.20.0 in /npm_and_yarn/helpers
- Bump @npmcli/arborist from 2.2.1 to 2.2.2 in /npm_and_yarn/helpers
- Only run flake8 on python helpers folder
- Add option to profile dry-run using Stackprof
- Fix go_modules flaky spec accessing archive.org
- Restore npm6/7 yanked version spec
- npm: Convert FileParser specs to project fixtures

## v0.133.2, 11 February 2021

- Docker: Fix media types in Accept header for Docker Registry
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.133.2"
VERSION = "0.133.3"
end

0 comments on commit 23e1dac

Please sign in to comment.