danger-wcc 0.0.4 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +22 -15
  3. data/danger-wcc.gemspec +3 -3
  4. data/lib/version.rb +1 -1
  5. data/lib/wcc/commit_lint.rb +2 -1
  6. data/lib/wcc/commit_lint/commit_check.rb +0 -1
  7. data/lib/wcc/commit_lint/empty_line_check.rb +0 -1
  8. data/lib/wcc/commit_lint/subject_cap_check.rb +0 -1
  9. data/lib/wcc/commit_lint/subject_length_check.rb +0 -1
  10. data/lib/wcc/commit_lint/subject_period_check.rb +0 -1
  11. data/lib/wcc/commit_lint/subject_words_check.rb +0 -1
  12. data/lib/wcc/defaults.reek +8 -8
  13. data/lib/wcc/dependencies.rb +100 -0
  14. data/lib/wcc/jshint.rb +2 -2
  15. data/lib/wcc/plugin.rb +30 -12
  16. data/lib/wcc/reek.rb +2 -2
  17. data/lib/wcc/rubocop_exceptions.rb +13 -8
  18. data/lib/wcc/todos.rb +5 -4
  19. data/lib/wcc/util/yarn_info.rb +98 -0
  20. data/lib/wcc/utils.rb +18 -8
  21. data/lib/wcc/yarn_deduplicate.rb +71 -0
  22. data/spec/fixtures/dependencies/package.json +112 -0
  23. data/spec/fixtures/dependencies/package.json.diff +28 -0
  24. data/spec/fixtures/dependencies/package.json_patch_bumps_minor.diff +13 -0
  25. data/spec/fixtures/dependencies/package.json_patch_bumps_minor.json +112 -0
  26. data/spec/fixtures/dependencies/package.json_second_level_effect.diff +17 -0
  27. data/spec/fixtures/dependencies/package.json_second_level_effect.json +133 -0
  28. data/spec/fixtures/dependencies/yarn.lock +19609 -0
  29. data/spec/fixtures/dependencies/yarn.lock_patch_bumps_minor.lock +19614 -0
  30. data/spec/fixtures/dependencies/yarn.lock_second_level_effect.lock +20022 -0
  31. data/spec/fixtures/dependencies/yarn_list_second_level_effect.txt +1243 -0
  32. data/spec/fixtures/dependencies/yarn_list_second_level_effect.txt.diff +141 -0
  33. data/spec/fixtures/dependencies/yarn_minor_version.diff +33 -0
  34. data/spec/fixtures/dependencies/yarn_minor_version.txt +1151 -0
  35. data/spec/fixtures/dependencies/yarn_old.txt +1152 -0
  36. data/spec/fixtures/dependencies/yarn_patch_bumps_minor.diff +28 -0
  37. data/spec/fixtures/exception_inline_disabled_rule.diff +12 -0
  38. data/spec/fixtures/rubocop_exception.rb +3 -0
  39. data/spec/fixtures/yarn_deduplicate/list.a.txt +293 -0
  40. data/spec/fixtures/yarn_deduplicate/list.b.txt +295 -0
  41. data/spec/fixtures/yarn_deduplicate/list.diff +11 -0
  42. data/spec/fixtures/yarn_deduplicate/yarn.lock +20031 -0
  43. data/spec/fixtures_helper.rb +0 -1
  44. data/spec/spec_helper.rb +1 -1
  45. data/spec/wcc/commit_lint_spec.rb +6 -10
  46. data/spec/wcc/dependencies_spec.rb +130 -0
  47. data/spec/wcc/github_spec.rb +13 -7
  48. data/spec/wcc/jshint_spec.rb +1 -1
  49. data/spec/wcc/plugin_spec.rb +22 -17
  50. data/spec/wcc/reek_spec.rb +1 -1
  51. data/spec/wcc/rubocop_exceptions_spec.rb +34 -15
  52. data/spec/wcc/todos_spec.rb +10 -10
  53. data/spec/wcc/utils_spec.rb +2 -2
  54. data/spec/wcc/yarn_deduplicate_spec.rb +57 -0
  55. data/spec/wcc_spec.rb +1 -1
  56. metadata +71 -10
@@ -0,0 +1,28 @@
1
+ diff --git a/spec/fixtures/dependencies/yarn_old.txt b/spec/fixtures/dependencies/yarn_old.txt
2
+ index 2fe9d0e..8ceb5eb 100644
3
+ --- a/spec/fixtures/dependencies/yarn_old.txt
4
+ +++ b/spec/fixtures/dependencies/yarn_old.txt
5
+ @@ -671,7 +671,7 @@ yarn list v1.22.4
6
+ ├─ lodash.trimstart@4.5.1
7
+ ├─ lodash.unescape@4.0.1
8
+ ├─ lodash.uniq@4.5.0
9
+ -├─ lodash@4.17.15
10
+ +├─ lodash@4.18.1
11
+ ├─ log-symbols@1.0.2
12
+ ├─ log-update@1.0.2
13
+ ├─ lolex@3.0.0
14
+ @@ -923,10 +923,10 @@ yarn list v1.22.4
15
+ ├─ react-calendar@2.19.0
16
+ ├─ react-dom@16.13.1
17
+ ├─ react-infinite-scroller@1.2.2
18
+ -├─ react-instantsearch-core@5.3.2
19
+ -├─ react-instantsearch-dom@5.3.2
20
+ -├─ react-instantsearch-native@5.3.2
21
+ -├─ react-instantsearch@5.3.2
22
+ +├─ react-instantsearch-core@5.3.3
23
+ +├─ react-instantsearch-dom@5.3.3
24
+ +├─ react-instantsearch-native@5.3.3
25
+ +├─ react-instantsearch@5.3.3
26
+ ├─ react-is@16.6.3
27
+ ├─ react-lifecycles-compat@3.0.4
28
+ ├─ react-property@1.0.1
@@ -0,0 +1,12 @@
1
+ diff --git a/spec/fixtures/rubocop_exception.rb b/spec/fixtures/rubocop_exception.rb
2
+ index eee0aa0..5a0e804 100644
3
+ --- a/spec/fixtures/rubocop_exception.rb
4
+ +++ b/spec/fixtures/rubocop_exception.rb
5
+ @@ -36,4 +36,7 @@ module RubocopException
6
+ }
7
+ # rubocop:enable Layout/AlignHash
8
+ end
9
+ +
10
+ + def some_inline_disabled_rule # rubocop:disable Rails/SomeRule
11
+ + end
12
+ end
@@ -36,4 +36,7 @@ module RubocopException
36
36
  }
37
37
  # rubocop:enable Layout/AlignHash
38
38
  end
39
+
40
+ def some_inline_disabled_rule # rubocop:disable Rails/SomeRule
41
+ end
39
42
  end
@@ -0,0 +1,293 @@
1
+ Package "@babel/code-frame" wants ^7.0.0 and could get 7.12.11, but got 7.0.0
2
+ Package "@babel/generator" wants ^7.4.0 and could get 7.12.11, but got 7.4.0
3
+ Package "@babel/helper-annotate-as-pure" wants ^7.0.0 and could get 7.12.10, but got 7.0.0
4
+ Package "@babel/helper-builder-binary-assignment-operator-visitor" wants ^7.1.0 and could get 7.10.4, but got 7.1.0
5
+ Package "@babel/helper-create-class-features-plugin" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
6
+ Package "@babel/helper-define-map" wants ^7.4.0 and could get 7.10.5, but got 7.4.0
7
+ Package "@babel/helper-explode-assignable-expression" wants ^7.1.0 and could get 7.12.1, but got 7.1.0
8
+ Package "@babel/helper-function-name" wants ^7.1.0 and could get 7.12.11, but got 7.1.0
9
+ Package "@babel/helper-get-function-arity" wants ^7.0.0 and could get 7.12.10, but got 7.0.0
10
+ Package "@babel/helper-hoist-variables" wants ^7.4.0 and could get 7.10.4, but got 7.4.0
11
+ Package "@babel/helper-member-expression-to-functions" wants ^7.0.0 and could get 7.12.7, but got 7.0.0
12
+ Package "@babel/helper-module-imports" wants ^7.0.0 and could get 7.12.5, but got 7.0.0
13
+ Package "@babel/helper-module-transforms" wants ^7.1.0 and could get 7.12.1, but got 7.2.2
14
+ Package "@babel/helper-optimise-call-expression" wants ^7.0.0 and could get 7.12.10, but got 7.0.0
15
+ Package "@babel/helper-plugin-utils" wants ^7.0.0 and could get 7.10.4, but got 7.0.0
16
+ Package "@babel/helper-remap-async-to-generator" wants ^7.1.0 and could get 7.12.1, but got 7.1.0
17
+ Package "@babel/helper-replace-supers" wants ^7.1.0 and could get 7.12.11, but got 7.4.0
18
+ Package "@babel/helper-replace-supers" wants ^7.4.0 and could get 7.12.11, but got 7.4.0
19
+ Package "@babel/helper-simple-access" wants ^7.1.0 and could get 7.12.1, but got 7.1.0
20
+ Package "@babel/helper-split-export-declaration" wants ^7.0.0 and could get 7.12.11, but got 7.4.0
21
+ Package "@babel/helper-split-export-declaration" wants ^7.4.0 and could get 7.12.11, but got 7.4.0
22
+ Package "@babel/helper-wrap-function" wants ^7.1.0 and could get 7.12.3, but got 7.2.0
23
+ Package "@babel/helpers" wants ^7.4.0 and could get 7.12.5, but got 7.4.0
24
+ Package "@babel/highlight" wants ^7.0.0 and could get 7.10.4, but got 7.0.0
25
+ Package "@babel/parser" wants ^7.4.0 and could get 7.12.11, but got 7.4.0
26
+ Package "@babel/plugin-proposal-async-generator-functions" wants ^7.2.0 and could get 7.12.12, but got 7.2.0
27
+ Package "@babel/plugin-proposal-class-properties" wants ^7.3.4 and could get 7.12.1, but got 7.4.0
28
+ Package "@babel/plugin-proposal-json-strings" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
29
+ Package "@babel/plugin-proposal-object-rest-spread" wants ^7.3.4 and could get 7.12.1, but got 7.4.0
30
+ Package "@babel/plugin-proposal-object-rest-spread" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
31
+ Package "@babel/plugin-proposal-optional-catch-binding" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
32
+ Package "@babel/plugin-proposal-unicode-property-regex" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
33
+ Package "@babel/plugin-syntax-async-generators" wants ^7.2.0 and could get 7.8.4, but got 7.2.0
34
+ Package "@babel/plugin-syntax-dynamic-import" wants ^7.2.0 and could get 7.8.3, but got 7.2.0
35
+ Package "@babel/plugin-syntax-json-strings" wants ^7.2.0 and could get 7.8.3, but got 7.2.0
36
+ Package "@babel/plugin-syntax-object-rest-spread" wants ^7.2.0 and could get 7.8.3, but got 7.2.0
37
+ Package "@babel/plugin-syntax-optional-catch-binding" wants ^7.2.0 and could get 7.8.3, but got 7.2.0
38
+ Package "@babel/plugin-transform-arrow-functions" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
39
+ Package "@babel/plugin-transform-async-to-generator" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
40
+ Package "@babel/plugin-transform-block-scoped-functions" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
41
+ Package "@babel/plugin-transform-block-scoping" wants ^7.4.0 and could get 7.12.12, but got 7.4.0
42
+ Package "@babel/plugin-transform-classes" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
43
+ Package "@babel/plugin-transform-computed-properties" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
44
+ Package "@babel/plugin-transform-destructuring" wants ^7.3.2 and could get 7.12.1, but got 7.4.0
45
+ Package "@babel/plugin-transform-destructuring" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
46
+ Package "@babel/plugin-transform-dotall-regex" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
47
+ Package "@babel/plugin-transform-duplicate-keys" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
48
+ Package "@babel/plugin-transform-exponentiation-operator" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
49
+ Package "@babel/plugin-transform-for-of" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
50
+ Package "@babel/plugin-transform-function-name" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
51
+ Package "@babel/plugin-transform-literals" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
52
+ Package "@babel/plugin-transform-modules-amd" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
53
+ Package "@babel/plugin-transform-modules-commonjs" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
54
+ Package "@babel/plugin-transform-modules-systemjs" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
55
+ Package "@babel/plugin-transform-modules-umd" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
56
+ Package "@babel/plugin-transform-named-capturing-groups-regex" wants ^7.4.2 and could get 7.12.1, but got 7.4.2
57
+ Package "@babel/plugin-transform-new-target" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
58
+ Package "@babel/plugin-transform-object-super" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
59
+ Package "@babel/plugin-transform-parameters" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
60
+ Package "@babel/plugin-transform-regenerator" wants ^7.3.4 and could get 7.12.1, but got 7.4.0
61
+ Package "@babel/plugin-transform-regenerator" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
62
+ Package "@babel/plugin-transform-shorthand-properties" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
63
+ Package "@babel/plugin-transform-spread" wants ^7.2.0 and could get 7.12.1, but got 7.2.2
64
+ Package "@babel/plugin-transform-sticky-regex" wants ^7.2.0 and could get 7.12.7, but got 7.2.0
65
+ Package "@babel/plugin-transform-template-literals" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
66
+ Package "@babel/plugin-transform-typeof-symbol" wants ^7.2.0 and could get 7.12.10, but got 7.2.0
67
+ Package "@babel/plugin-transform-unicode-regex" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
68
+ Package "@babel/preset-env" wants ^7.3.4 and could get 7.12.11, but got 7.4.2
69
+ Package "@babel/runtime" wants ^7.0.0 and could get 7.13.8, but got 7.12.5
70
+ Package "@babel/runtime" wants ^7.7.2 and could get 7.13.8, but got 7.12.5
71
+ Package "@babel/runtime" wants ^7.8.4 and could get 7.13.8, but got 7.12.5
72
+ Package "@babel/runtime" wants ^7.1.2 and could get 7.13.8, but got 7.4.0
73
+ Package "@babel/runtime" wants ^7.3.1 and could get 7.13.8, but got 7.9.2
74
+ Package "@babel/runtime" wants ^7.4.4 and could get 7.13.8, but got 7.9.2
75
+ Package "@babel/runtime" wants ^7.4.5 and could get 7.13.8, but got 7.9.2
76
+ Package "@babel/runtime" wants ^7.5.5 and could get 7.13.8, but got 7.9.2
77
+ Package "@babel/runtime" wants ^7.8.3 and could get 7.13.8, but got 7.9.2
78
+ Package "@babel/runtime" wants ^7.8.7 and could get 7.13.8, but got 7.9.2
79
+ Package "@babel/runtime" wants ^7.3.4 and could get 7.13.8, but got 7.4.2
80
+ Package "@babel/template" wants ^7.1.0 and could get 7.12.7, but got 7.4.0
81
+ Package "@babel/template" wants ^7.2.2 and could get 7.12.7, but got 7.4.0
82
+ Package "@babel/template" wants ^7.4.0 and could get 7.12.7, but got 7.4.0
83
+ Package "@babel/traverse" wants ^7.1.0 and could get 7.12.12, but got 7.4.0
84
+ Package "@babel/traverse" wants ^7.4.0 and could get 7.12.12, but got 7.4.0
85
+ Package "@babel/types" wants ^7.0.0 and could get 7.12.12, but got 7.4.0
86
+ Package "@babel/types" wants ^7.2.0 and could get 7.12.12, but got 7.4.0
87
+ Package "@babel/types" wants ^7.2.2 and could get 7.12.12, but got 7.4.0
88
+ Package "@babel/types" wants ^7.4.0 and could get 7.12.12, but got 7.4.0
89
+ Package "@sinonjs/commons" wants ^1 and could get 1.8.2, but got 1.4.0
90
+ Package "@sinonjs/commons" wants ^1.0.2 and could get 1.8.2, but got 1.4.0
91
+ Package "@types/algoliasearch-helper" wants * and could get 2.26.1, but got 2.26.0
92
+ Package "@types/algoliasearch-helper" wants ^2.26.0 and could get 2.26.1, but got 2.26.0
93
+ Package "@types/algoliasearch" wants * and could get 3.34.11, but got 3.30.7
94
+ Package "@types/jquery" wants * and could get 3.5.5, but got 3.3.29
95
+ Package "@types/jquery" wants ^3.3.1 and could get 3.5.5, but got 3.3.29
96
+ Package "@types/node" wants >= 8 and could get 10.14.1, but got 14.14.22
97
+ Package "@types/react-dom" wants ^16.8.0 and could get 16.9.9, but got 16.9.6
98
+ Package "@types/react-transition-group" wants ^4.2.0 and could get 4.4.0, but got 4.2.4
99
+ Package "@types/webpack-env" wants ^1.13.9 and could get 1.16.0, but got 1.13.9
100
+ Package "ajv-keywords" wants ^3.1.0 and could get 3.5.2, but got 3.4.0
101
+ Package "ajv" wants ^6.1.0 and could get 6.12.6, but got 6.10.0
102
+ Package "ajv" wants ^6.9.1 and could get 6.12.6, but got 6.10.0
103
+ Package "ajv" wants ^6.12.3 and could get 6.12.6, but got 6.12.4
104
+ Package "ansi-styles" wants ^4.0.0 and could get 4.3.0, but got 4.2.1
105
+ Package "ast-types" wants 0.x.x and could get 0.11.5, but got 0.12.2
106
+ Package "ast-types" wants ^0.11.5 and could get 0.11.5, but got 0.11.7
107
+ Package "aws4" wants ^1.2.1 and could get 1.10.1, but got 1.8.0
108
+ Package "babel-loader" wants ^8.0.5 and could get 8.2.2, but got 8.0.5
109
+ Package "babel-plugin-dynamic-import-node" wants ^2.2.0 and could get 2.3.3, but got 2.2.0
110
+ Package "babel-plugin-macros" wants ^2.5.0 and could get 2.8.0, but got 2.5.0
111
+ Package "bluebird" wants ^3.3.0 and could get 3.7.2, but got 3.5.3
112
+ Package "bluebird" wants ^3.3.3 and could get 3.7.2, but got 3.5.3
113
+ Package "bluebird" wants ^3.5.0 and could get 3.7.2, but got 3.5.3
114
+ Package "bluebird" wants ^3.5.1 and could get 3.7.2, but got 3.5.3
115
+ Package "bluebird" wants ^3.5.2 and could get 3.7.2, but got 3.5.3
116
+ Package "bluebird" wants ^3.5.3 and could get 3.7.2, but got 3.5.3
117
+ Package "browserslist" wants ^4.0.0 and could get 4.16.1, but got 4.5.2
118
+ Package "browserslist" wants ^4.4.2 and could get 4.16.1, but got 4.5.2
119
+ Package "call-bind" wants ^1.0.0 and could get 1.0.2, but got 1.0.0
120
+ Package "camelcase" wants ^5.2.0 and could get 5.3.1, but got 5.2.0
121
+ Package "caniuse-lite" wants ^1.0.0 and could get 1.0.30001179, but got 1.0.30000951
122
+ Package "caniuse-lite" wants ^1.0.30000939 and could get 1.0.30001179, but got 1.0.30000951
123
+ Package "caniuse-lite" wants ^1.0.30000947 and could get 1.0.30001179, but got 1.0.30000951
124
+ Package "caniuse-lite" wants ^1.0.30000951 and could get 1.0.30001179, but got 1.0.30000951
125
+ Package "chownr" wants ^1.1.1 and could get 1.1.4, but got 1.1.1
126
+ Package "combined-stream" wants ^1.0.5 and could get 1.0.8, but got 1.0.7
127
+ Package "combined-stream" wants ~1.0.5 and could get 1.0.8, but got 1.0.7
128
+ Package "commander" wants ^2.18.0 and could get 2.20.3, but got 2.19.0
129
+ Package "commander" wants ^2.19.0 and could get 2.20.3, but got 2.19.0
130
+ Package "commander" wants ^2.9.0 and could get 2.20.3, but got 2.19.0
131
+ Package "component-emitter" wants ^1.2.1 and could get 1.2.1, but got 1.3.0
132
+ Package "contentful-management" wants ^5.0.0-beta2 and could get 5.28.0, but got 5.7.0
133
+ Package "contentful-management" wants ^5.3.0 and could get 5.28.0, but got 5.7.0
134
+ Package "contentful-sdk-core" wants ^6.4.0 and could get 6.7.0, but got 6.4.0
135
+ Package "convert-source-map" wants ^1.1.0 and could get 1.7.0, but got 1.6.0
136
+ Package "cosmiconfig" wants ^5.0.0 and could get 5.2.1, but got 5.1.0
137
+ Package "cosmiconfig" wants ^5.0.5 and could get 5.2.1, but got 5.1.0
138
+ Package "csstype" wants ^2.5.2 and could get 2.6.14, but got 2.6.10
139
+ Package "csstype" wants ^2.6.5 and could get 2.6.14, but got 2.6.10
140
+ Package "csstype" wants ^2.6.7 and could get 2.6.14, but got 2.6.10
141
+ Package "debug" wants 4 and could get 4.3.1, but got 4.1.1
142
+ Package "debug" wants ^4.0.0 and could get 4.3.1, but got 4.1.1
143
+ Package "debug" wants ^4.1.0 and could get 4.3.1, but got 4.1.1
144
+ Package "debug" wants ^3.1.0 and could get 3.1.0, but got 3.2.6
145
+ Package "deep-equal" wants ^1.0.1 and could get 1.1.1, but got 1.0.1
146
+ Package "dot-prop" wants ^4.1.0 and could get 4.2.1, but got 4.2.0
147
+ Package "dot-prop" wants ^4.1.1 and could get 4.2.1, but got 4.2.0
148
+ Package "electron-to-chromium" wants ^1.3.116 and could get 1.3.642, but got 1.3.117
149
+ Package "es-abstract" wants ^1.11.0 and could get 1.17.7, but got 1.13.0
150
+ Package "es-abstract" wants ^1.12.0 and could get 1.17.7, but got 1.13.0
151
+ Package "es-abstract" wants ^1.5.1 and could get 1.17.7, but got 1.13.0
152
+ Package "es-to-primitive" wants ^1.2.0 and could get 1.2.1, but got 1.2.0
153
+ Package "es6-promise" wants ^4.1.0 and could get 4.2.8, but got 4.2.6
154
+ Package "escodegen" wants 1.x.x and could get 1.14.3, but got 1.11.1
155
+ Package "esrecurse" wants ^4.1.0 and could get 4.3.0, but got 4.2.1
156
+ Package "extsprintf" wants ^1.2.0 and could get 1.3.0, but got 1.4.0
157
+ Package "figgy-pudding" wants ^3.5.1 and could get 3.5.2, but got 3.5.1
158
+ Package "follow-redirects" wants ^1.0.0 and could get 1.13.3, but got 1.13.0
159
+ Package "follow-redirects" wants ^1.3.0 and could get 1.13.3, but got 1.13.0
160
+ Package "follow-redirects" wants ^1.2.5 and could get 1.13.3, but got 1.13.1
161
+ Package "get-intrinsic" wants ^1.0.0 and could get 1.0.2, but got 1.0.1
162
+ Package "globby" wants ^9.0.0 and could get 9.2.0, but got 9.1.0
163
+ Package "graceful-fs" wants ^4.1.11 and could get 4.2.4, but got 4.1.15
164
+ Package "graceful-fs" wants ^4.1.15 and could get 4.2.4, but got 4.1.15
165
+ Package "has-symbols" wants ^1.0.0 and could get 1.0.1, but got 1.0.0
166
+ Package "hoek" wants 6.x.x and could get 6.1.3, but got 6.1.2
167
+ Package "ignore" wants ^5.0.4 and could get 5.1.8, but got 5.0.6
168
+ Package "import-fresh" wants ^3.1.0 and could get 3.3.0, but got 3.2.2
169
+ Package "ini" wants ^1.3.4 and could get 1.3.8, but got 1.3.7
170
+ Package "ini" wants ^1.3.5 and could get 1.3.8, but got 1.3.7
171
+ Package "ini" wants ~1.3.0 and could get 1.3.8, but got 1.3.7
172
+ Package "inquirer" wants ^6.0.0 and could get 6.5.2, but got 6.2.2
173
+ Package "ipaddr.js" wants ^1.5.2 and could get 1.8.0, but got 1.9.1
174
+ Package "is-callable" wants ^1.1.3 and could get 1.2.2, but got 1.1.4
175
+ Package "is-callable" wants ^1.1.4 and could get 1.2.2, but got 1.1.4
176
+ Package "is-regex" wants ^1.0.4 and could get 1.1.1, but got 1.0.4
177
+ Package "is-string" wants ^1.0.4 and could get 1.0.5, but got 1.0.4
178
+ Package "isarray" wants ^2.0.1 and could get 2.0.1, but got 2.0.4
179
+ Package "jquery" wants >=1.12.0 and could get 3.5.1, but got 3.5.0
180
+ Package "js-yaml" wants ^3.12.0 and could get 3.13.1, but got 3.13.0
181
+ Package "js-yaml" wants ^3.12.2 and could get 3.13.1, but got 3.13.0
182
+ Package "js-yaml" wants ^3.9.0 and could get 3.13.1, but got 3.13.0
183
+ Package "json5" wants ^2.1.0 and could get 2.1.3, but got 2.1.0
184
+ Package "loader-utils" wants ^1.0.0 and could get 1.4.0, but got 1.2.3
185
+ Package "loader-utils" wants ^1.0.1 and could get 1.4.0, but got 1.2.3
186
+ Package "loader-utils" wants ^1.0.2 and could get 1.4.0, but got 1.2.3
187
+ Package "loader-utils" wants ^1.1.0 and could get 1.4.0, but got 1.2.3
188
+ Package "loader-utils" wants ^1.2.3 and could get 1.4.0, but got 1.2.3
189
+ Package "lodash.template" wants ^4.2.4 and could get 4.5.0, but got 4.4.0
190
+ Package "lowercase-keys" wants ^1.0.0 and could get 1.0.0, but got 1.0.1
191
+ Package "mime-db" wants >= 1.38.0 < 2 and could get 1.44.0, but got 1.38.0
192
+ Package "mime-types" wants ^2.1.11 and could get 2.1.27, but got 2.1.22
193
+ Package "mime-types" wants ~2.1.17 and could get 2.1.27, but got 2.1.22
194
+ Package "mime-types" wants ~2.1.18 and could get 2.1.27, but got 2.1.22
195
+ Package "mime-types" wants ~2.1.7 and could get 2.1.27, but got 2.1.22
196
+ Package "mime" wants ^1.2.11 and could get 1.4.1, but got 1.6.0
197
+ Package "mime" wants ^1.3.4 and could get 1.4.1, but got 1.6.0
198
+ Package "mime" wants ^2.1.0 and could get 2.4.4, but got 2.4.0
199
+ Package "mimic-fn" wants ^2.0.0 and could get 2.1.0, but got 2.0.0
200
+ Package "minimist" wants ^1.1.0 and could get 1.2.5, but got 1.2.0
201
+ Package "minimist" wants ^1.2.0 and could get 1.2.5, but got 1.2.0
202
+ Package "minimist" wants ~0.0.1 and could get 0.0.8, but got 0.0.10
203
+ Package "minipass" wants ^2.2.1 and could get 2.9.0, but got 2.3.5
204
+ Package "minipass" wants ^2.3.4 and could get 2.9.0, but got 2.3.5
205
+ Package "minizlib" wants ^1.1.1 and could get 1.3.3, but got 1.2.1
206
+ Package "mkdirp" wants * and could get 0.5.1, but got 1.0.4
207
+ Package "mkdirp" wants 0.5.x and could get 0.5.1, but got 0.5.5
208
+ Package "mkdirp" wants >=0.5 0 and could get 0.5.1, but got 0.5.5
209
+ Package "mkdirp" wants ^0.5 and could get 0.5.1, but got 0.5.5
210
+ Package "mkdirp" wants ^0.5.0 and could get 0.5.1, but got 0.5.5
211
+ Package "mkdirp" wants ^0.5.1 and could get 0.5.1, but got 0.5.5
212
+ Package "mkdirp" wants ~0.5.0 and could get 0.5.1, but got 0.5.5
213
+ Package "mkdirp" wants ~0.5.1 and could get 0.5.1, but got 0.5.5
214
+ Package "ms" wants ^2.0.0 and could get 2.1.2, but got 2.1.3
215
+ Package "neo-async" wants ^2.5.0 and could get 2.6.2, but got 2.6.0
216
+ Package "node-releases" wants ^1.1.11 and could get 1.1.70, but got 1.1.11
217
+ Package "npm-packlist" wants ^1.1.6 and could get 1.4.8, but got 1.4.1
218
+ Package "object-inspect" wants ^1.5.0 and could get 1.9.0, but got 1.6.0
219
+ Package "object-inspect" wants ^1.8.0 and could get 1.9.0, but got 1.8.0
220
+ Package "object-keys" wants ^1.0.11 and could get 1.1.1, but got 1.1.0
221
+ Package "object-keys" wants ^1.0.12 and could get 1.1.1, but got 1.1.0
222
+ Package "object-keys" wants ^1.1.0 and could get 1.1.1, but got 1.1.0
223
+ Package "object.assign" wants ^4.1.0 and could get 4.1.2, but got 4.1.0
224
+ Package "object.entries" wants ^1.0.4 and could get 1.1.3, but got 1.1.0
225
+ Package "object.fromentries" wants ^2.0.0 and could get 2.0.3, but got 2.0.0
226
+ Package "object.values" wants ^1.0.4 and could get 1.1.2, but got 1.1.0
227
+ Package "object.values" wants ^1.1.0 and could get 1.1.2, but got 1.1.0
228
+ Package "p-limit" wants ^2.2.0 and could get 2.3.0, but got 2.2.2
229
+ Package "p-map" wants ^2.0.0 and could get 2.1.0, but got 2.0.0
230
+ Package "qs" wants ^6.5.1 and could get 6.5.2, but got 6.6.0
231
+ Package "qs" wants ^6.5.2 and could get 6.5.2, but got 6.9.6
232
+ Package "react-is" wants ^16.12.0 || ^17.0.0 and could get 16.13.1, but got 17.0.1
233
+ Package "react-is" wants ^16.8.1 and could get 16.13.1, but got 16.8.4
234
+ Package "react-is" wants ^16.8.4 and could get 16.13.1, but got 16.8.4
235
+ Package "react-test-renderer" wants ^16.0.0-0 and could get 16.14.0, but got 16.8.4
236
+ Package "react" wants >= 16.8 and could get 16.13.1, but got 17.0.1
237
+ Package "readable-stream" wants 1 || 2 and could get 2.3.7, but got 2.3.6
238
+ Package "readable-stream" wants ^2.0.0 and could get 2.3.7, but got 2.3.6
239
+ Package "readable-stream" wants ^2.0.2 and could get 2.3.7, but got 2.3.6
240
+ Package "readable-stream" wants ^2.1.5 and could get 2.3.7, but got 2.3.6
241
+ Package "readable-stream" wants ^2.2.2 and could get 2.3.7, but got 2.3.6
242
+ Package "readable-stream" wants ^2.3.0 and could get 2.3.7, but got 2.3.6
243
+ Package "readable-stream" wants ^2.3.3 and could get 2.3.7, but got 2.3.6
244
+ Package "readable-stream" wants ^2.3.6 and could get 2.3.7, but got 2.3.6
245
+ Package "readable-stream" wants ~2.3.6 and could get 2.3.7, but got 2.3.6
246
+ Package "readable-stream" wants 2 || 3 and could get 2.3.7, but got 3.6.0
247
+ Package "readable-stream" wants 3 and could get 3.6.0, but got 3.2.0
248
+ Package "readable-stream" wants ^3.1.1 and could get 3.6.0, but got 3.2.0
249
+ Package "readable-stream" wants ^3.0.6 and could get 3.6.0, but got 3.4.0
250
+ Package "regenerate-unicode-properties" wants ^8.0.2 and could get 8.2.0, but got 8.0.2
251
+ Package "regenerator-runtime" wants ^0.13.2 and could get 0.13.5, but got 0.13.2
252
+ Package "regexp.prototype.flags" wants ^1.2.0 and could get 1.3.1, but got 1.3.0
253
+ Package "regexpu-core" wants ^4.1.3 and could get 4.7.1, but got 4.5.4
254
+ Package "regexpu-core" wants ^4.5.4 and could get 4.7.1, but got 4.5.4
255
+ Package "regjsgen" wants ^0.5.0 and could get 0.5.2, but got 0.5.0
256
+ Package "regjsparser" wants ^0.6.0 and could get 0.6.6, but got 0.6.0
257
+ Package "resolve" wants ^1.1.7 and could get 1.19.0, but got 1.10.0
258
+ Package "resolve" wants ^1.8.1 and could get 1.19.0, but got 1.10.0
259
+ Package "resolve" wants ^1.10.0 and could get 1.19.0, but got 1.17.0
260
+ Package "resolve" wants ^1.3.2 and could get 1.19.0, but got 1.15.1
261
+ Package "rimraf" wants 2 and could get 2.6.3, but got 2.7.1
262
+ Package "rimraf" wants ^2.6.3 and could get 2.6.3, but got 2.7.1
263
+ Package "run-async" wants ^2.2.0 and could get 2.4.1, but got 2.3.0
264
+ Package "rxjs" wants ^6.3.3 and could get 6.6.6, but got 6.4.0
265
+ Package "rxjs" wants ^6.4.0 and could get 6.6.6, but got 6.4.0
266
+ Package "safe-buffer" wants ^5.0.1 and could get 5.1.2, but got 5.2.1
267
+ Package "safe-buffer" wants ^5.1.2 and could get 5.1.2, but got 5.2.1
268
+ Package "semver" wants ^5.0.1 and could get 5.7.1, but got 5.6.0
269
+ Package "semver" wants ^5.0.3 and could get 5.7.1, but got 5.6.0
270
+ Package "semver" wants ^5.1.0 and could get 5.7.1, but got 5.6.0
271
+ Package "semver" wants ^5.4.1 and could get 5.7.1, but got 5.6.0
272
+ Package "semver" wants ^5.5.0 and could get 5.7.1, but got 5.6.0
273
+ Package "semver" wants ^5.5.1 and could get 5.7.1, but got 5.6.0
274
+ Package "semver" wants ^5.6.0 and could get 5.7.1, but got 5.6.0
275
+ Package "signal-exit" wants ^3.0.2 and could get 3.0.3, but got 3.0.2
276
+ Package "statuses" wants >= 1.4.0 < 2 and could get 1.4.0, but got 1.5.0
277
+ Package "string_decoder" wants ^1.0.0 and could get 1.1.1, but got 1.2.0
278
+ Package "string_decoder" wants ^1.1.1 and could get 1.1.1, but got 1.2.0
279
+ Package "tar" wants ^4 and could get 4.4.13, but got 4.4.8
280
+ Package "tar" wants ^4.4.4 and could get 4.4.13, but got 4.4.8
281
+ Package "tslib" wants ^1.8.0 and could get 1.14.1, but got 1.11.1
282
+ Package "tslib" wants ^1.8.1 and could get 1.14.1, but got 1.11.1
283
+ Package "typescript" wants >=2.0 and could get 3.9.7, but got 3.3.4000
284
+ Package "unicode-match-property-value-ecmascript" wants ^1.1.0 and could get 1.2.0, but got 1.1.0
285
+ Package "upath" wants ^1.1.0 and could get 1.2.0, but got 1.1.2
286
+ Package "useragent" wants ^2.1.13 and could get 2.2.1, but got 2.3.0
287
+ Package "util" wants ^0.10.3 and could get 0.10.3, but got 0.10.4
288
+ Package "uuid" wants ^3.0.1 and could get 3.4.0, but got 3.3.2
289
+ Package "uuid" wants ^3.1.0 and could get 3.4.0, but got 3.3.2
290
+ Package "v8-compile-cache" wants ^2.0.2 and could get 2.2.0, but got 2.0.2
291
+ Package "write-file-atomic" wants ^2.0.0 and could get 2.4.3, but got 2.4.2
292
+ Package "yallist" wants ^3.0.0 and could get 3.1.1, but got 3.0.3
293
+ Package "yallist" wants ^3.0.2 and could get 3.1.1, but got 3.0.3
@@ -0,0 +1,295 @@
1
+ Package "@babel/code-frame" wants ^7.0.0 and could get 7.12.11, but got 7.0.0
2
+ Package "@babel/core" wants >=7.1.0 and could get 7.12.10, but got 7.4.0
3
+ Package "@babel/core" wants ^7.3.4 and could get 7.12.10, but got 7.4.0
4
+ Package "@babel/generator" wants ^7.4.0 and could get 7.12.11, but got 7.4.0
5
+ Package "@babel/helper-annotate-as-pure" wants ^7.0.0 and could get 7.12.10, but got 7.0.0
6
+ Package "@babel/helper-builder-binary-assignment-operator-visitor" wants ^7.1.0 and could get 7.10.4, but got 7.1.0
7
+ Package "@babel/helper-create-class-features-plugin" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
8
+ Package "@babel/helper-define-map" wants ^7.4.0 and could get 7.10.5, but got 7.4.0
9
+ Package "@babel/helper-explode-assignable-expression" wants ^7.1.0 and could get 7.12.1, but got 7.1.0
10
+ Package "@babel/helper-function-name" wants ^7.1.0 and could get 7.12.11, but got 7.1.0
11
+ Package "@babel/helper-get-function-arity" wants ^7.0.0 and could get 7.12.10, but got 7.0.0
12
+ Package "@babel/helper-hoist-variables" wants ^7.4.0 and could get 7.10.4, but got 7.4.0
13
+ Package "@babel/helper-member-expression-to-functions" wants ^7.0.0 and could get 7.12.7, but got 7.0.0
14
+ Package "@babel/helper-module-imports" wants ^7.0.0 and could get 7.12.5, but got 7.0.0
15
+ Package "@babel/helper-module-transforms" wants ^7.1.0 and could get 7.12.1, but got 7.2.2
16
+ Package "@babel/helper-optimise-call-expression" wants ^7.0.0 and could get 7.12.10, but got 7.0.0
17
+ Package "@babel/helper-plugin-utils" wants ^7.0.0 and could get 7.10.4, but got 7.0.0
18
+ Package "@babel/helper-remap-async-to-generator" wants ^7.1.0 and could get 7.12.1, but got 7.1.0
19
+ Package "@babel/helper-replace-supers" wants ^7.1.0 and could get 7.12.11, but got 7.4.0
20
+ Package "@babel/helper-replace-supers" wants ^7.4.0 and could get 7.12.11, but got 7.4.0
21
+ Package "@babel/helper-simple-access" wants ^7.1.0 and could get 7.12.1, but got 7.1.0
22
+ Package "@babel/helper-split-export-declaration" wants ^7.0.0 and could get 7.12.11, but got 7.4.0
23
+ Package "@babel/helper-split-export-declaration" wants ^7.4.0 and could get 7.12.11, but got 7.4.0
24
+ Package "@babel/helper-wrap-function" wants ^7.1.0 and could get 7.12.3, but got 7.2.0
25
+ Package "@babel/helpers" wants ^7.4.0 and could get 7.12.5, but got 7.4.0
26
+ Package "@babel/highlight" wants ^7.0.0 and could get 7.10.4, but got 7.0.0
27
+ Package "@babel/parser" wants ^7.4.0 and could get 7.12.11, but got 7.4.0
28
+ Package "@babel/plugin-proposal-async-generator-functions" wants ^7.2.0 and could get 7.12.12, but got 7.2.0
29
+ Package "@babel/plugin-proposal-class-properties" wants ^7.3.4 and could get 7.12.1, but got 7.4.0
30
+ Package "@babel/plugin-proposal-json-strings" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
31
+ Package "@babel/plugin-proposal-object-rest-spread" wants ^7.3.4 and could get 7.12.1, but got 7.4.0
32
+ Package "@babel/plugin-proposal-object-rest-spread" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
33
+ Package "@babel/plugin-proposal-optional-catch-binding" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
34
+ Package "@babel/plugin-proposal-unicode-property-regex" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
35
+ Package "@babel/plugin-syntax-async-generators" wants ^7.2.0 and could get 7.8.4, but got 7.2.0
36
+ Package "@babel/plugin-syntax-dynamic-import" wants ^7.2.0 and could get 7.8.3, but got 7.2.0
37
+ Package "@babel/plugin-syntax-json-strings" wants ^7.2.0 and could get 7.8.3, but got 7.2.0
38
+ Package "@babel/plugin-syntax-object-rest-spread" wants ^7.2.0 and could get 7.8.3, but got 7.2.0
39
+ Package "@babel/plugin-syntax-optional-catch-binding" wants ^7.2.0 and could get 7.8.3, but got 7.2.0
40
+ Package "@babel/plugin-transform-arrow-functions" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
41
+ Package "@babel/plugin-transform-async-to-generator" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
42
+ Package "@babel/plugin-transform-block-scoped-functions" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
43
+ Package "@babel/plugin-transform-block-scoping" wants ^7.4.0 and could get 7.12.12, but got 7.4.0
44
+ Package "@babel/plugin-transform-classes" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
45
+ Package "@babel/plugin-transform-computed-properties" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
46
+ Package "@babel/plugin-transform-destructuring" wants ^7.3.2 and could get 7.12.1, but got 7.4.0
47
+ Package "@babel/plugin-transform-destructuring" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
48
+ Package "@babel/plugin-transform-dotall-regex" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
49
+ Package "@babel/plugin-transform-duplicate-keys" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
50
+ Package "@babel/plugin-transform-exponentiation-operator" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
51
+ Package "@babel/plugin-transform-for-of" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
52
+ Package "@babel/plugin-transform-function-name" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
53
+ Package "@babel/plugin-transform-literals" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
54
+ Package "@babel/plugin-transform-modules-amd" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
55
+ Package "@babel/plugin-transform-modules-commonjs" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
56
+ Package "@babel/plugin-transform-modules-systemjs" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
57
+ Package "@babel/plugin-transform-modules-umd" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
58
+ Package "@babel/plugin-transform-named-capturing-groups-regex" wants ^7.4.2 and could get 7.12.1, but got 7.4.2
59
+ Package "@babel/plugin-transform-new-target" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
60
+ Package "@babel/plugin-transform-object-super" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
61
+ Package "@babel/plugin-transform-parameters" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
62
+ Package "@babel/plugin-transform-regenerator" wants ^7.3.4 and could get 7.12.1, but got 7.4.0
63
+ Package "@babel/plugin-transform-regenerator" wants ^7.4.0 and could get 7.12.1, but got 7.4.0
64
+ Package "@babel/plugin-transform-shorthand-properties" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
65
+ Package "@babel/plugin-transform-spread" wants ^7.2.0 and could get 7.12.1, but got 7.2.2
66
+ Package "@babel/plugin-transform-sticky-regex" wants ^7.2.0 and could get 7.12.7, but got 7.2.0
67
+ Package "@babel/plugin-transform-template-literals" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
68
+ Package "@babel/plugin-transform-typeof-symbol" wants ^7.2.0 and could get 7.12.10, but got 7.2.0
69
+ Package "@babel/plugin-transform-unicode-regex" wants ^7.2.0 and could get 7.12.1, but got 7.2.0
70
+ Package "@babel/preset-env" wants ^7.3.4 and could get 7.12.11, but got 7.4.2
71
+ Package "@babel/runtime" wants ^7.0.0 and could get 7.13.8, but got 7.12.5
72
+ Package "@babel/runtime" wants ^7.7.2 and could get 7.13.8, but got 7.12.5
73
+ Package "@babel/runtime" wants ^7.8.4 and could get 7.13.8, but got 7.12.5
74
+ Package "@babel/runtime" wants ^7.1.2 and could get 7.13.8, but got 7.4.0
75
+ Package "@babel/runtime" wants ^7.3.1 and could get 7.13.8, but got 7.9.2
76
+ Package "@babel/runtime" wants ^7.4.4 and could get 7.13.8, but got 7.9.2
77
+ Package "@babel/runtime" wants ^7.4.5 and could get 7.13.8, but got 7.9.2
78
+ Package "@babel/runtime" wants ^7.5.5 and could get 7.13.8, but got 7.9.2
79
+ Package "@babel/runtime" wants ^7.8.3 and could get 7.13.8, but got 7.9.2
80
+ Package "@babel/runtime" wants ^7.8.7 and could get 7.13.8, but got 7.9.2
81
+ Package "@babel/runtime" wants ^7.3.4 and could get 7.13.8, but got 7.4.2
82
+ Package "@babel/template" wants ^7.1.0 and could get 7.12.7, but got 7.4.0
83
+ Package "@babel/template" wants ^7.2.2 and could get 7.12.7, but got 7.4.0
84
+ Package "@babel/template" wants ^7.4.0 and could get 7.12.7, but got 7.4.0
85
+ Package "@babel/traverse" wants ^7.1.0 and could get 7.12.12, but got 7.4.0
86
+ Package "@babel/traverse" wants ^7.4.0 and could get 7.12.12, but got 7.4.0
87
+ Package "@babel/types" wants ^7.0.0 and could get 7.12.12, but got 7.4.0
88
+ Package "@babel/types" wants ^7.2.0 and could get 7.12.12, but got 7.4.0
89
+ Package "@babel/types" wants ^7.2.2 and could get 7.12.12, but got 7.4.0
90
+ Package "@babel/types" wants ^7.4.0 and could get 7.12.12, but got 7.4.0
91
+ Package "@sinonjs/commons" wants ^1 and could get 1.8.2, but got 1.4.0
92
+ Package "@sinonjs/commons" wants ^1.0.2 and could get 1.8.2, but got 1.4.0
93
+ Package "@types/algoliasearch-helper" wants * and could get 2.26.1, but got 2.26.0
94
+ Package "@types/algoliasearch-helper" wants ^2.26.0 and could get 2.26.1, but got 2.26.0
95
+ Package "@types/algoliasearch" wants * and could get 3.34.11, but got 3.30.7
96
+ Package "@types/jquery" wants * and could get 3.5.5, but got 3.3.29
97
+ Package "@types/jquery" wants ^3.3.1 and could get 3.5.5, but got 3.3.29
98
+ Package "@types/node" wants >= 8 and could get 10.14.1, but got 14.14.22
99
+ Package "@types/react-dom" wants ^16.8.0 and could get 16.9.9, but got 16.9.6
100
+ Package "@types/react-transition-group" wants ^4.2.0 and could get 4.4.0, but got 4.2.4
101
+ Package "@types/webpack-env" wants ^1.13.9 and could get 1.16.0, but got 1.13.9
102
+ Package "ajv-keywords" wants ^3.1.0 and could get 3.5.2, but got 3.4.0
103
+ Package "ajv" wants ^6.1.0 and could get 6.12.6, but got 6.10.0
104
+ Package "ajv" wants ^6.9.1 and could get 6.12.6, but got 6.10.0
105
+ Package "ajv" wants ^6.12.3 and could get 6.12.6, but got 6.12.4
106
+ Package "ansi-styles" wants ^4.0.0 and could get 4.3.0, but got 4.2.1
107
+ Package "ast-types" wants 0.x.x and could get 0.11.5, but got 0.12.2
108
+ Package "ast-types" wants ^0.11.5 and could get 0.11.5, but got 0.11.7
109
+ Package "aws4" wants ^1.2.1 and could get 1.10.1, but got 1.8.0
110
+ Package "babel-loader" wants ^8.0.5 and could get 8.2.2, but got 8.0.5
111
+ Package "babel-plugin-dynamic-import-node" wants ^2.2.0 and could get 2.3.3, but got 2.2.0
112
+ Package "babel-plugin-macros" wants ^2.5.0 and could get 2.8.0, but got 2.5.0
113
+ Package "bluebird" wants ^3.3.0 and could get 3.7.2, but got 3.5.3
114
+ Package "bluebird" wants ^3.3.3 and could get 3.7.2, but got 3.5.3
115
+ Package "bluebird" wants ^3.5.0 and could get 3.7.2, but got 3.5.3
116
+ Package "bluebird" wants ^3.5.1 and could get 3.7.2, but got 3.5.3
117
+ Package "bluebird" wants ^3.5.2 and could get 3.7.2, but got 3.5.3
118
+ Package "bluebird" wants ^3.5.3 and could get 3.7.2, but got 3.5.3
119
+ Package "browserslist" wants ^4.0.0 and could get 4.16.1, but got 4.5.2
120
+ Package "browserslist" wants ^4.4.2 and could get 4.16.1, but got 4.5.2
121
+ Package "call-bind" wants ^1.0.0 and could get 1.0.2, but got 1.0.0
122
+ Package "camelcase" wants ^5.2.0 and could get 5.3.1, but got 5.2.0
123
+ Package "caniuse-lite" wants ^1.0.0 and could get 1.0.30001179, but got 1.0.30000951
124
+ Package "caniuse-lite" wants ^1.0.30000939 and could get 1.0.30001179, but got 1.0.30000951
125
+ Package "caniuse-lite" wants ^1.0.30000947 and could get 1.0.30001179, but got 1.0.30000951
126
+ Package "caniuse-lite" wants ^1.0.30000951 and could get 1.0.30001179, but got 1.0.30000951
127
+ Package "chownr" wants ^1.1.1 and could get 1.1.4, but got 1.1.1
128
+ Package "combined-stream" wants ^1.0.5 and could get 1.0.8, but got 1.0.7
129
+ Package "combined-stream" wants ~1.0.5 and could get 1.0.8, but got 1.0.7
130
+ Package "commander" wants ^2.18.0 and could get 2.20.3, but got 2.19.0
131
+ Package "commander" wants ^2.19.0 and could get 2.20.3, but got 2.19.0
132
+ Package "commander" wants ^2.9.0 and could get 2.20.3, but got 2.19.0
133
+ Package "component-emitter" wants ^1.2.1 and could get 1.2.1, but got 1.3.0
134
+ Package "contentful-management" wants ^5.0.0-beta2 and could get 5.28.0, but got 5.7.0
135
+ Package "contentful-management" wants ^5.3.0 and could get 5.28.0, but got 5.7.0
136
+ Package "contentful-sdk-core" wants ^6.4.0 and could get 6.7.0, but got 6.4.0
137
+ Package "convert-source-map" wants ^1.1.0 and could get 1.7.0, but got 1.6.0
138
+ Package "cosmiconfig" wants ^5.0.0 and could get 5.2.1, but got 5.1.0
139
+ Package "cosmiconfig" wants ^5.0.5 and could get 5.2.1, but got 5.1.0
140
+ Package "csstype" wants ^2.5.2 and could get 2.6.14, but got 2.6.10
141
+ Package "csstype" wants ^2.6.5 and could get 2.6.14, but got 2.6.10
142
+ Package "csstype" wants ^2.6.7 and could get 2.6.14, but got 2.6.10
143
+ Package "debug" wants 4 and could get 4.3.1, but got 4.1.1
144
+ Package "debug" wants ^4.0.0 and could get 4.3.1, but got 4.1.1
145
+ Package "debug" wants ^4.1.0 and could get 4.3.1, but got 4.1.1
146
+ Package "debug" wants ^3.1.0 and could get 3.1.0, but got 3.2.6
147
+ Package "deep-equal" wants ^1.0.1 and could get 1.1.1, but got 1.0.1
148
+ Package "dot-prop" wants ^4.1.0 and could get 4.2.1, but got 4.2.0
149
+ Package "dot-prop" wants ^4.1.1 and could get 4.2.1, but got 4.2.0
150
+ Package "electron-to-chromium" wants ^1.3.116 and could get 1.3.642, but got 1.3.117
151
+ Package "es-abstract" wants ^1.11.0 and could get 1.17.7, but got 1.13.0
152
+ Package "es-abstract" wants ^1.12.0 and could get 1.17.7, but got 1.13.0
153
+ Package "es-abstract" wants ^1.5.1 and could get 1.17.7, but got 1.13.0
154
+ Package "es-to-primitive" wants ^1.2.0 and could get 1.2.1, but got 1.2.0
155
+ Package "es6-promise" wants ^4.1.0 and could get 4.2.8, but got 4.2.6
156
+ Package "escodegen" wants 1.x.x and could get 1.14.3, but got 1.11.1
157
+ Package "esrecurse" wants ^4.1.0 and could get 4.3.0, but got 4.2.1
158
+ Package "extsprintf" wants ^1.2.0 and could get 1.3.0, but got 1.4.0
159
+ Package "figgy-pudding" wants ^3.5.1 and could get 3.5.2, but got 3.5.1
160
+ Package "follow-redirects" wants ^1.0.0 and could get 1.13.3, but got 1.13.0
161
+ Package "follow-redirects" wants ^1.3.0 and could get 1.13.3, but got 1.13.0
162
+ Package "follow-redirects" wants ^1.2.5 and could get 1.13.3, but got 1.13.1
163
+ Package "get-intrinsic" wants ^1.0.0 and could get 1.0.2, but got 1.0.1
164
+ Package "globby" wants ^9.0.0 and could get 9.2.0, but got 9.1.0
165
+ Package "graceful-fs" wants ^4.1.11 and could get 4.2.4, but got 4.1.15
166
+ Package "graceful-fs" wants ^4.1.15 and could get 4.2.4, but got 4.1.15
167
+ Package "has-symbols" wants ^1.0.0 and could get 1.0.1, but got 1.0.0
168
+ Package "hoek" wants 6.x.x and could get 6.1.3, but got 6.1.2
169
+ Package "ignore" wants ^5.0.4 and could get 5.1.8, but got 5.0.6
170
+ Package "import-fresh" wants ^3.1.0 and could get 3.3.0, but got 3.2.2
171
+ Package "ini" wants ^1.3.4 and could get 1.3.8, but got 1.3.7
172
+ Package "ini" wants ^1.3.5 and could get 1.3.8, but got 1.3.7
173
+ Package "ini" wants ~1.3.0 and could get 1.3.8, but got 1.3.7
174
+ Package "inquirer" wants ^6.0.0 and could get 6.5.2, but got 6.2.2
175
+ Package "ipaddr.js" wants ^1.5.2 and could get 1.8.0, but got 1.9.1
176
+ Package "is-callable" wants ^1.1.3 and could get 1.2.2, but got 1.1.4
177
+ Package "is-callable" wants ^1.1.4 and could get 1.2.2, but got 1.1.4
178
+ Package "is-regex" wants ^1.0.4 and could get 1.1.1, but got 1.0.4
179
+ Package "is-string" wants ^1.0.4 and could get 1.0.5, but got 1.0.4
180
+ Package "isarray" wants ^2.0.1 and could get 2.0.1, but got 2.0.4
181
+ Package "jquery" wants >=1.12.0 and could get 3.5.1, but got 3.5.0
182
+ Package "js-yaml" wants ^3.12.0 and could get 3.13.1, but got 3.13.0
183
+ Package "js-yaml" wants ^3.12.2 and could get 3.13.1, but got 3.13.0
184
+ Package "js-yaml" wants ^3.9.0 and could get 3.13.1, but got 3.13.0
185
+ Package "json5" wants ^2.1.0 and could get 2.1.3, but got 2.1.0
186
+ Package "loader-utils" wants ^1.0.0 and could get 1.4.0, but got 1.2.3
187
+ Package "loader-utils" wants ^1.0.1 and could get 1.4.0, but got 1.2.3
188
+ Package "loader-utils" wants ^1.0.2 and could get 1.4.0, but got 1.2.3
189
+ Package "loader-utils" wants ^1.1.0 and could get 1.4.0, but got 1.2.3
190
+ Package "loader-utils" wants ^1.2.3 and could get 1.4.0, but got 1.2.3
191
+ Package "lodash.template" wants ^4.2.4 and could get 4.5.0, but got 4.4.0
192
+ Package "lowercase-keys" wants ^1.0.0 and could get 1.0.0, but got 1.0.1
193
+ Package "mime-db" wants >= 1.38.0 < 2 and could get 1.44.0, but got 1.38.0
194
+ Package "mime-types" wants ^2.1.11 and could get 2.1.27, but got 2.1.22
195
+ Package "mime-types" wants ~2.1.17 and could get 2.1.27, but got 2.1.22
196
+ Package "mime-types" wants ~2.1.18 and could get 2.1.27, but got 2.1.22
197
+ Package "mime-types" wants ~2.1.7 and could get 2.1.27, but got 2.1.22
198
+ Package "mime" wants ^1.2.11 and could get 1.4.1, but got 1.6.0
199
+ Package "mime" wants ^1.3.4 and could get 1.4.1, but got 1.6.0
200
+ Package "mime" wants ^2.1.0 and could get 2.4.4, but got 2.4.0
201
+ Package "mimic-fn" wants ^2.0.0 and could get 2.1.0, but got 2.0.0
202
+ Package "minimist" wants ^1.1.0 and could get 1.2.5, but got 1.2.0
203
+ Package "minimist" wants ^1.2.0 and could get 1.2.5, but got 1.2.0
204
+ Package "minimist" wants ~0.0.1 and could get 0.0.8, but got 0.0.10
205
+ Package "minipass" wants ^2.2.1 and could get 2.9.0, but got 2.3.5
206
+ Package "minipass" wants ^2.3.4 and could get 2.9.0, but got 2.3.5
207
+ Package "minizlib" wants ^1.1.1 and could get 1.3.3, but got 1.2.1
208
+ Package "mkdirp" wants * and could get 0.5.1, but got 1.0.4
209
+ Package "mkdirp" wants 0.5.x and could get 0.5.1, but got 0.5.5
210
+ Package "mkdirp" wants >=0.5 0 and could get 0.5.1, but got 0.5.5
211
+ Package "mkdirp" wants ^0.5 and could get 0.5.1, but got 0.5.5
212
+ Package "mkdirp" wants ^0.5.0 and could get 0.5.1, but got 0.5.5
213
+ Package "mkdirp" wants ^0.5.1 and could get 0.5.1, but got 0.5.5
214
+ Package "mkdirp" wants ~0.5.0 and could get 0.5.1, but got 0.5.5
215
+ Package "mkdirp" wants ~0.5.1 and could get 0.5.1, but got 0.5.5
216
+ Package "ms" wants ^2.0.0 and could get 2.1.2, but got 2.1.3
217
+ Package "neo-async" wants ^2.5.0 and could get 2.6.2, but got 2.6.0
218
+ Package "node-releases" wants ^1.1.11 and could get 1.1.70, but got 1.1.11
219
+ Package "npm-packlist" wants ^1.1.6 and could get 1.4.8, but got 1.4.1
220
+ Package "object-inspect" wants ^1.5.0 and could get 1.9.0, but got 1.6.0
221
+ Package "object-inspect" wants ^1.8.0 and could get 1.9.0, but got 1.8.0
222
+ Package "object-keys" wants ^1.0.11 and could get 1.1.1, but got 1.1.0
223
+ Package "object-keys" wants ^1.0.12 and could get 1.1.1, but got 1.1.0
224
+ Package "object-keys" wants ^1.1.0 and could get 1.1.1, but got 1.1.0
225
+ Package "object.assign" wants ^4.1.0 and could get 4.1.2, but got 4.1.0
226
+ Package "object.entries" wants ^1.0.4 and could get 1.1.3, but got 1.1.0
227
+ Package "object.fromentries" wants ^2.0.0 and could get 2.0.3, but got 2.0.0
228
+ Package "object.values" wants ^1.0.4 and could get 1.1.2, but got 1.1.0
229
+ Package "object.values" wants ^1.1.0 and could get 1.1.2, but got 1.1.0
230
+ Package "p-limit" wants ^2.2.0 and could get 2.3.0, but got 2.2.2
231
+ Package "p-map" wants ^2.0.0 and could get 2.1.0, but got 2.0.0
232
+ Package "qs" wants ^6.5.1 and could get 6.5.2, but got 6.6.0
233
+ Package "qs" wants ^6.5.2 and could get 6.5.2, but got 6.9.6
234
+ Package "react-is" wants ^16.12.0 || ^17.0.0 and could get 16.13.1, but got 17.0.1
235
+ Package "react-is" wants ^16.8.1 and could get 16.13.1, but got 16.8.4
236
+ Package "react-is" wants ^16.8.4 and could get 16.13.1, but got 16.8.4
237
+ Package "react-test-renderer" wants ^16.0.0-0 and could get 16.14.0, but got 16.8.4
238
+ Package "react" wants >= 16.8 and could get 16.13.1, but got 17.0.1
239
+ Package "readable-stream" wants 1 || 2 and could get 2.3.7, but got 2.3.6
240
+ Package "readable-stream" wants ^2.0.0 and could get 2.3.7, but got 2.3.6
241
+ Package "readable-stream" wants ^2.0.2 and could get 2.3.7, but got 2.3.6
242
+ Package "readable-stream" wants ^2.1.5 and could get 2.3.7, but got 2.3.6
243
+ Package "readable-stream" wants ^2.2.2 and could get 2.3.7, but got 2.3.6
244
+ Package "readable-stream" wants ^2.3.0 and could get 2.3.7, but got 2.3.6
245
+ Package "readable-stream" wants ^2.3.3 and could get 2.3.7, but got 2.3.6
246
+ Package "readable-stream" wants ^2.3.6 and could get 2.3.7, but got 2.3.6
247
+ Package "readable-stream" wants ~2.3.6 and could get 2.3.7, but got 2.3.6
248
+ Package "readable-stream" wants 2 || 3 and could get 2.3.7, but got 3.6.0
249
+ Package "readable-stream" wants 3 and could get 3.6.0, but got 3.2.0
250
+ Package "readable-stream" wants ^3.1.1 and could get 3.6.0, but got 3.2.0
251
+ Package "readable-stream" wants ^3.0.6 and could get 3.6.0, but got 3.4.0
252
+ Package "regenerate-unicode-properties" wants ^8.0.2 and could get 8.2.0, but got 8.0.2
253
+ Package "regenerator-runtime" wants ^0.13.2 and could get 0.13.5, but got 0.13.2
254
+ Package "regexp.prototype.flags" wants ^1.2.0 and could get 1.3.1, but got 1.3.0
255
+ Package "regexpu-core" wants ^4.1.3 and could get 4.7.1, but got 4.5.4
256
+ Package "regexpu-core" wants ^4.5.4 and could get 4.7.1, but got 4.5.4
257
+ Package "regjsgen" wants ^0.5.0 and could get 0.5.2, but got 0.5.0
258
+ Package "regjsparser" wants ^0.6.0 and could get 0.6.6, but got 0.6.0
259
+ Package "resolve" wants ^1.1.7 and could get 1.19.0, but got 1.10.0
260
+ Package "resolve" wants ^1.8.1 and could get 1.19.0, but got 1.10.0
261
+ Package "resolve" wants ^1.10.0 and could get 1.19.0, but got 1.17.0
262
+ Package "resolve" wants ^1.3.2 and could get 1.19.0, but got 1.15.1
263
+ Package "rimraf" wants 2 and could get 2.6.3, but got 2.7.1
264
+ Package "rimraf" wants ^2.6.3 and could get 2.6.3, but got 2.7.1
265
+ Package "run-async" wants ^2.2.0 and could get 2.4.1, but got 2.3.0
266
+ Package "rxjs" wants ^6.3.3 and could get 6.6.6, but got 6.4.0
267
+ Package "rxjs" wants ^6.4.0 and could get 6.6.6, but got 6.4.0
268
+ Package "safe-buffer" wants ^5.0.1 and could get 5.1.2, but got 5.2.1
269
+ Package "safe-buffer" wants ^5.1.2 and could get 5.1.2, but got 5.2.1
270
+ Package "semver" wants ^5.0.1 and could get 5.7.1, but got 5.6.0
271
+ Package "semver" wants ^5.0.3 and could get 5.7.1, but got 5.6.0
272
+ Package "semver" wants ^5.1.0 and could get 5.7.1, but got 5.6.0
273
+ Package "semver" wants ^5.4.1 and could get 5.7.1, but got 5.6.0
274
+ Package "semver" wants ^5.5.0 and could get 5.7.1, but got 5.6.0
275
+ Package "semver" wants ^5.5.1 and could get 5.7.1, but got 5.6.0
276
+ Package "semver" wants ^5.6.0 and could get 5.7.1, but got 5.6.0
277
+ Package "signal-exit" wants ^3.0.2 and could get 3.0.3, but got 3.0.2
278
+ Package "statuses" wants >= 1.4.0 < 2 and could get 1.4.0, but got 1.5.0
279
+ Package "string_decoder" wants ^1.0.0 and could get 1.1.1, but got 1.2.0
280
+ Package "string_decoder" wants ^1.1.1 and could get 1.1.1, but got 1.2.0
281
+ Package "tar" wants ^4 and could get 4.4.13, but got 4.4.8
282
+ Package "tar" wants ^4.4.4 and could get 4.4.13, but got 4.4.8
283
+ Package "tslib" wants ^1.8.0 and could get 1.14.1, but got 1.11.1
284
+ Package "tslib" wants ^1.8.1 and could get 1.14.1, but got 1.11.1
285
+ Package "typescript" wants >=2.0 and could get 3.9.7, but got 3.3.4000
286
+ Package "unicode-match-property-value-ecmascript" wants ^1.1.0 and could get 1.2.0, but got 1.1.0
287
+ Package "upath" wants ^1.1.0 and could get 1.2.0, but got 1.1.2
288
+ Package "useragent" wants ^2.1.13 and could get 2.2.1, but got 2.3.0
289
+ Package "util" wants ^0.10.3 and could get 0.10.3, but got 0.10.4
290
+ Package "uuid" wants ^3.0.1 and could get 3.4.0, but got 3.3.2
291
+ Package "uuid" wants ^3.1.0 and could get 3.4.0, but got 3.3.2
292
+ Package "v8-compile-cache" wants ^2.0.2 and could get 2.2.0, but got 2.0.2
293
+ Package "write-file-atomic" wants ^2.0.0 and could get 2.4.3, but got 2.4.2
294
+ Package "yallist" wants ^3.0.0 and could get 3.1.1, but got 3.0.3
295
+ Package "yallist" wants ^3.0.2 and could get 3.1.1, but got 3.0.3