Skip to content

Bump dependabot-omnibus from 0.115.0 to 0.120.4

NipaNipa requested to merge dependabot/bundler/dependabot-omnibus-0.120.4 into master

Bumps dependabot-omnibus from 0.115.0 to 0.120.4.

Changelog

Sourced from dependabot-omnibus's changelog.

v0.120.4, 1 October 2020

  • Go: Bump golang to v1.15.2
  • Bump phpstan/phpstan from 0.12.45 to 0.12.47 in /composer/helpers
  • Upgrade Python to 3.8.6 (@​ulgens)
  • Handle empty pipfile requirement string
  • Teach FileFetcher to fetch from disk if local repository clone is present
  • Bundler: refactor DependencySource from LatestVersionFinder

v0.120.3, 28 September 2020

  • Fix uninitialized constant error (Dependabot::VERSION) when using SharedHelpers
  • Fix SharedHelpers.excon_defaults when passing in extra headers
  • Bump phpstan/phpstan from 0.12.44 to 0.12.45 in /composer/helpers
  • Bump eslint from 7.9.0 to 7.10.0 in /npm_and_yarn/helpers

v0.120.2, 25 September 2020

  • Add trailing slash to pypi.org index requests
  • Add a default User-Agent header to excon requests
  • Bump phpstan/phpstan from 0.12.43 to 0.12.44 in /composer/helpers

v0.120.1, 25 September 2020

  • Default to pypi.org instead of pypi.python.org

v0.120.0, 24 September 2020

  • BREAKING: New exception Dependabot::PullRequestCreator::AnnotationError Raised when a pull request is created but fails further steps (e.g. assigning reviewer) Code that rescues from PullRequestCreator can use the pull_request property for the incomplete PR, and the cause property for the original error.
  • Allow Azure client to set linked work item (@​JamieMagee)
  • Bump eslint from 7.8.1 to 7.9.0 in /npm_and_yarn/helpers
  • Bump phpstan/phpstan from 0.12.42 to 0.12.43 in /composer/helpers
  • Bump prettier from 2.1.1 to 2.1.2 in /npm_and_yarn/helpers
  • Bump rubocop from ~> 0.90.0 to ~> 0.91.0 in /common
  • Bump jason from 1.2.1 to 1.2.2 in /hex/helpers

v0.119.6, 21 September 2020

  • Fix a bug generating commit messages introduced in v0.119.5
  • bundler: add temporary support for persistent_gems_after_clean

v0.119.5, 21 September 2020

  • Fix missing notice in PR content when source text is truncated
  • composer: remove root cache
  • nuget: Force encode nuspec files to utf-8 for regex matching
... (truncated)
Commits
  • 4da891a v0.120.4
  • 5682a05 Merge pull request #2578 from dependabot/file-fetcher-repo-contents-path
  • 6db7552 Merge pull request #2561 from ulgens/update_python
  • e5319ce FileFetcher::Base if_present should not raise
  • e3d179f Merge pull request #2580 from dependabot/dependabot/composer/composer/helpers...
  • dbd005e Merge remote-tracking branch 'origin/main' into file-fetcher-repo-contents-path
  • 27e2591 FileFetcher::BaseSpec - repo_contents with directory
  • 723c2bd FileFetcher::Base spec conflicts
  • 21ff515 Merge pull request #2584 from dependabot/brrygrdn/latest-version-finder-refactor
  • 0f8bcf0 Merge remote-tracking branch 'origin/file-fetcher-repo-contents-path' into fi...
  • Additional commits viewable in compare view

Merge request reports