dependabot-core 0.91.8 → 0.92.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3890fd59205312741c5ba13307afa4643b395c8ac4426c978cfb8eb8a7bbfd00
4
- data.tar.gz: c0897e69dcbbf6093505a0bff30764597d46b15d0b3305358b0d314e15d852cb
3
+ metadata.gz: ad90e047e09fc3c084edeae8e48932d628f87a9b0f6130d5b636b32c5b816b05
4
+ data.tar.gz: f02f9e71a1a52d95f4c261dac0f11b4fe8d1e9ca478ca88a1c5fda3d27c23d07
5
5
  SHA512:
6
- metadata.gz: 2515559903eb4f3ae4effb5ded6ea294805587296563529a0296b6044570d82e959265a594e9bb5d07e147ddcfb33718ec2074c86f4aefb804b154a337906ad9
7
- data.tar.gz: ac43aa3aaf0cbb65f0b56e400cdb547a17f4b478009939404bd65c711384c6573107de95315ed4b8c63c757f20206fb15b99af7eb07c561a118bcc1d5c298e53
6
+ metadata.gz: db3ce02012778249e5ed64998ed5ba79ab88955e7de02a77fc8149ffa2c434d3824e7daf8a295e5e5c5f4d6d0416d61cdbf39843b758376cf01ea6d1b4cdf381
7
+ data.tar.gz: af26b6027708d3e788b80cacbea325535ff453b41dd5a0bd3a5f3ced50426a7db75724fa002e94b3284c33655fed3d344240fc5815cfbe832cb194742f598dd2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## v0.92.0, 21 January 2019
2
+
3
+ - .NET, Elixir and Pythnon: Better handling of version with build/local part
4
+ - JS: Simplify npm_and_yarn helpers to yarn workspaces
5
+ - JS: Bump npm from 6.5.0 to 6.6.0 in /npm_and_yarn/helpers/npm
6
+ - JS: Handle sub-dep version resolution errors
7
+ - Python: Bump cython from 0.29.2 to 0.29.3 in /python/helpers
8
+ - Python: Bump hashin from 0.14.1 to 0.14.2 in /python/helpers
9
+
1
10
  ## v0.91.8, 20 January 2019
2
11
 
3
12
  - JS: Add support for Yarn git semver
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.91.8"
4
+ VERSION = "0.92.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.91.8
4
+ version: 0.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-20 00:00:00.000000000 Z
11
+ date: 2019-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-ecr