dependabot-core 0.93.1 → 0.93.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a73d43572f54b8006857bdb651da078435e830e9c717431bd0cf1b552c3de76
4
- data.tar.gz: 9058fbf4c9616cda555624b8b1a793f20cbe2761da751f03878d29e695160ece
3
+ metadata.gz: 2d147bcdc545e66cf0b079b4904bf5a46f95176eba72fd2fb99dea11c55c4c3d
4
+ data.tar.gz: 0e093762c0c1f61fe8274f7eac9c558e75e2ae1449d71fa02a2782962faaef01
5
5
  SHA512:
6
- metadata.gz: e3d69b394cfe6e122f41ddb9d8cfe32bc2cb6acf9f50337a03f22eaffe8172648c5e4ba223bad3779522d8551694558e480d619e51e4e631df4e69702f467272
7
- data.tar.gz: 38e6022452d4d80fa1269897849917c26106d2f41aa7658e94b7f42db61d3afe96f12fae326d8717f7f872520cf10535cb8cd533f60efa60391a3155219695a6
6
+ metadata.gz: c8c7e75c37cbf76173963603478fa52ff589dd4183899bde3dc59b7efb33dece4d46a9c023621d1872623a9fb3fad33d928bcf65e027e0a1c13f3a9303a2e596
7
+ data.tar.gz: 33ec3b02b644510b594c9f921da913fc6d833bb46c3a104d154d8f4d73c4956e3e5bfa868476847fbe8ade81e6c43ef65846e1bf808d68b472116b9282e01363
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## v0.93.2, 26 January 2019
2
+
3
+ - Python: Handle Poetry sub-deps that should be removed from the lockfile
4
+ - JS: Fix bug when updating npm@5 lockfile w/ npm@6.6.0
5
+
1
6
  ## v0.93.1, 25 January 2019
2
7
 
3
8
  - Merge branch 'fix-js-helper-location'
data/README.md CHANGED
@@ -47,11 +47,10 @@ Before running Dependabot Core, install dependencies for the core library and
47
47
  the helpers:
48
48
 
49
49
  1. `bundle install`
50
- 2. `cd helpers/yarn && yarn install --production && cd -`
51
- 3. `cd helpers/npm && npm install --production && cd -`
52
- 4. `cd composer/helpers && composer install --no-dev && cd -`
53
- 5. `cd python/helpers && pyenv exec pip install -r requirements.txt && cd -`
54
- 6. `cd elixir/helpers && mix deps.get && cd -`
50
+ 2. `cd npm_and_yarn/helpers && yarn install --production && cd -`
51
+ 3. `cd composer/helpers && composer install --no-dev && cd -`
52
+ 4. `cd python/helpers && pyenv exec pip install -r requirements.txt && cd -`
53
+ 5. `cd elixir/helpers && mix deps.get && cd -`
55
54
 
56
55
  ## Architecture
57
56
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.93.1"
4
+ VERSION = "0.93.2"
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.93.1
4
+ version: 0.93.2
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-25 00:00:00.000000000 Z
11
+ date: 2019-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-ecr