dependabot-core 0.91.0 → 0.91.1

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: af11b25d9b115415c088f9c77543e4bd51f6ef6b954b49e7b9da9f51d3b4b1a0
4
- data.tar.gz: 9bc66fd6c7a5f0f1d28f4a475efe9a90caf58604e6c49b14d81841e30a18c3de
3
+ metadata.gz: ef567142ab2278b6295875f73092f2408c6f067b809f6e693f9c63bf7cac9b2e
4
+ data.tar.gz: 468c18b5599fd08f3faf63e89b9215906f8f37cfe7084af3e6df9c0b59e08b0e
5
5
  SHA512:
6
- metadata.gz: 3f0e5292567bb9cfe3ff1950e20de8cea7cff7cc5c9b2657fd4e55b86c19f422189c100b623432fa1b7a0257f738957527070d30bfe09675a61e3df3b26949c4
7
- data.tar.gz: 7c859a7345af7998aa474edaff439ff0d969d6bc5d870a11e2c854080acd134cdb01728723cd63019f4a25c94e000b5ebf06e3b1ce63dcdf8a06dff0ecb89ab9
6
+ metadata.gz: 321c2fd13d7ea7520b069074fdf32c996a8e9a76716a5fd6f1afc7774d0e34c7603ac4baaa40808569d5b39cd34632d7666281d9cd693952cd4ada6be6a46110
7
+ data.tar.gz: 4bdf930e0ab7e41acb3e76471de67f1a23c943e2e2f0b81a9b4953ffabb9862999d0b3fd526a0468b8a8f5f25592dca9645095cd2d30e47fd820c5289df86b93
data/CHANGELOG.md CHANGED
@@ -1,34 +1,16 @@
1
+ ## v0.91.1, 17 January 2019
2
+
3
+ - JS: Memoize lockfile updates
4
+ - JS: Only include relevant dependency files when updating files
5
+
1
6
  ## v0.91.0, 17 January 2019
2
7
 
3
- - Relax Elixir spec
4
- - Update paths for JS helpers in config file
5
- - Another JS fix
6
- - Add back JS installers so linters can be run
7
- - Install hex helpers after npm_and_yarn helpers
8
- - Fix JS specs
9
- - Remove unnecessary install step
10
- - Disable problematic spec
8
+ - JS: Reorganise into npm_and_yarn directory
11
9
  - Elixir: require fully released version of jason
12
- - Merge pull request #911 from dependabot/old-master
13
10
  - Remove possibly redundant check that npm lockfile has changed
14
- - Better uniqing of Rust files
15
- - More reduction of `type` use
16
- - Use DependencyFile#type more sparingly
17
11
  - JS: Add error context when no files where updated
18
- - Merge pull request #906 from dependabot/reorg-js
19
- - Update and fix the license
20
- - Fix MessageBuilder test
21
- - Add build script
22
- - Merge pull request #908 from bai/typo-fix
12
+ - Update license to 2.0
23
13
  - Fix README typo
24
- - Update CircleCI config
25
- - Move fixture files and get specs passing (pending helpers work)
26
- - Fix gitignore
27
- - Fix require lines
28
- - Fix rubocops
29
- - Namespace change
30
- - Initial move
31
- - Initial setup
32
14
  - Dep: Ignore indirect dependencies in latest_resolvable_version_with_no_unlock
33
15
 
34
16
  ## v0.90.7, 15 January 2019
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.91.0"
4
+ VERSION = "0.91.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.91.0
4
+ version: 0.91.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot