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 +4 -4
- data/CHANGELOG.md +7 -25
- data/lib/dependabot/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef567142ab2278b6295875f73092f2408c6f067b809f6e693f9c63bf7cac9b2e
|
|
4
|
+
data.tar.gz: 468c18b5599fd08f3faf63e89b9215906f8f37cfe7084af3e6df9c0b59e08b0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
-
|
|
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
|
-
-
|
|
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
|
data/lib/dependabot/version.rb
CHANGED