Open greenkeeper[bot] opened 5 years ago
devDependency
@lerna/project was updated from 3.14.2
to 3.15.0
.Your tests are still failing with this version. Compare changes
devDependency
@lerna/project was updated from 3.15.0
to 3.16.0
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀
@evocateur/pacote
(03e4797)githubRelease
config is also remapped from command.publish
namespace (a3d264e), closes #2177--graph-type
option to control packages included in topological sort (#2152) (ae87669), closes #1437--no-verify-access
to prevent checking for account-level 2FA (ce58d8f)--strict
option to enable throwing when --hoist
warns (#2140) (91437b5)@octokit/plugin-enterprise-rest@^3.6.1
(74a3890)@octokit/rest@^16.28.4
(5f09f50)byte-size@^5.0.1
(ed51ddd)conventional-recommended-bump@^5.0.0
(2a0ed60)fs-extra@^8.1.0
(313287f)get-port@^4.2.0
(778ae6a)glob-parent@^5.0.0
(c6bc218)globby@^9.2.0
(d9aa249)import-local@^2.0.0
(14d2c66)is-ci@^2.0.0
(ab2ad83)load-json-file@^5.3.0
(3718cc9)multimatch@^3.0.0
(968b0d7)p-map@^2.1.0
(9e58394)pify@^4.0.1
(f8ee7e6)semver@^6.2.0
(d8016d9)slash@^2.0.0
(bedd6af)write-json-file@^3.2.0
(4fa7dea)--graph
(9457a21), closes #1970npm-lifecycle@^3.1.0
(e015a74)The new version differs by 53 commits.
8ca18be
chore(release): v3.16.0
9457a21
feat(listable): Output JSON adjacency list with --graph
d410a58
fix(publish): Propagate root license into custom publish directories
6703a8e
test(integration): Reduce flakiness of error message test
243b76d
chore(deps): bump eslint-plugin-jest
91437b5
feat(bootstrap): Add --strict
option to enable throwing when --hoist
warns (#2140)
ae87669
fix(publish): Add --graph-type
option to control packages included in topological sort (#2152)
b335763
fix(package-graph): Flatten cycles to avoid skipping packages (#2185)
e1b3d62
docs: Update instructions to use npm ci so tests pass, closes #2098 (#2172)
428a316
docs(add): Highlight single-argument limitation (#2174)
d935108
docs(version): remove unnecessary - (#2164)
6bd35e1
chore: reset lockfile
03e4797
fix(deps): Bump @evocateur/pacote
3ea00b9
chore(deps): Bump eslint-plugin-jest
5f09f50
feat(deps): @octokit/rest@^16.28.4
There are 53 commits in total.
See the full diff
devDependency
@lerna/project was updated from 3.16.0
to 3.18.0
.Your tests are still failing with this version. Compare changes
--conventional-graduate
(f73e6ed)--conventional-prerelease
(f3581ae)--force-local
(6948a11)--force-publish
(343a751)--ignore-prepublish
(fa21723)--ignore-scripts
(efcb3bd)--pre-dist-tag
(1d9552c)--use-workspaces
(ac8385d)--exclude-dependents
option (ff50e29), closes #2198--include-filtered-*
options (f2c3a92)@lerna/batch-packages
(d136fb5)@lerna/run-parallel-batches
(ec95403)yargs@14
(5e60213)pruneCycleNodes()
(ccf32e1)The new version differs by 141 commits.
0ea8fb1
chore(release): v3.18.0
31eff33
chore: reset lockfile
ccf32e1
feat(package-graph): Deprecate method pruneCycleNodes()
d4912c9
refactor(package-graph): Split classes into separate files
31ad11e
chore: Upgrade eslint + plugins
ec95403
feat: Remove unused @lerna/run-parallel-batches
d136fb5
feat: Remove unused @lerna/batch-packages
f2c3a92
feat(filter-options): Rename --include-filtered-*
options
73badee
feat(filter-options): Use figgy-pudding in getFilteredPackages()
ff50e29
feat(filter-options): Add --exclude-dependents
option
54dca56
fix(bootstrap): Move all filter logging into get-filtered-packages method
a706023
feat(filter-options): Allow command to continue if no packages are matched (#2280)
5e60213
feat: Upgrade to yargs@14
ac8385d
fix(options): Explicit --use-workspaces
6948a11
fix(options): Explicit --force-local
There are 141 commits in total.
See the full diff
devDependency
@lerna/project was updated from 3.18.0
to 3.21.0
.Your tests are still failing with this version. Compare changes
The new version differs by 72 commits.
3367257
chore(release): v3.21.0
a49d674
chore: npm audit did something? ugh minimist
28e9941
chore: resolve kind-of 'vulnerability'
f280286
chore: resolve acorn 'vulnerability'
068bdd7
feat(project): Add getPackagesSync()
export
1713635
refactor(project): Inline array flattener
e74a080
refactor(project): Don't mutate packageConfigs parameter
6e3c864
refactor(project): Extract glob option logic into helper
f4e1a78
refactor(project): Internal default export -> named
164cfaa
refactor(version): Use Package#set() method to assign package version
8dc2911
refactor(version): Avoid destructuring during graph node iteration
a9b9f97
feat(version): Ignore private packages completely with --no-private
4691b93
refactor(publish): Avoid destructuring during graph node iteration
ee2fd0e
refactor(publish): Eagerly filter private packages to avoid redundant operations
7d36129
refactor(publish): DRY makeVersion() fallback
There are 72 commits in total.
See the full diff
The dependency @lerna/project was updated from
3.13.1
to3.14.2
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
@lerna/project is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- ❌ **Travis CI - Branch:** The build **failed**.Release Notes for v3.14.2
3.14.2 (2019-06-09)
Bug Fixes
--force-local
option (#2104) (c2fb639)Commits
The new version differs by 62 commits.
b22345b
chore(release): v3.14.2
b922766
fix(npm-publish): Use generated manifest when publishing subdirectory
ea861d9
fix(publish): Allow per-leaf subdirectory publishing
c2fb639
fix(bootstrap): Respect
--force-local
option (#2104)4f15361
docs(version): Fix typo in option header (#2120)
94fed60
docs: Add legacy fields to lerna.json section (#2108) [skip ci]
285bd7e
fix(version): Remove unused dependency
5a10146
fix(child-process): Ensure adjacent prefixes are always a different color
c4d165a
docs: Add disclaimer that Lerna is not a deployment tool (#2089)
9dc2bc5
docs: Indicate that even single-use deps are hoisted (#2090)
d87a67b
chore(release): v3.14.1
551e6e4
fix(collect-uncommitted): Call
git
with correct arguments, test properlybee5b42
chore: rename test file to match pattern
39da145
chore(release): v3.14.0
9a5a29c
fix(add): Never pass filter options to nested bootstrap
There are 62 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: