Code Monkey home page Code Monkey logo

Comments (19)

greenkeeper avatar greenkeeper commented on August 15, 2024

After pinning to 3.14.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.14.2 to 3.15.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.15.0

3.15.0 (2019-06-09)

Bug Fixes

  • deps: Consume forked npm libs (bdd4fa1)

Features

  • version: Add --create-release=[gitlab|github] option (#2073) (4974b78)
Commits

The new version differs by 3 commits.

  • 457d1e8 chore(release): v3.15.0
  • bdd4fa1 fix(deps): Consume forked npm libs
  • 4974b78 feat(version): Add --create-release=[gitlab|github] option (#2073)

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.15.0 to 3.16.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.16.0

3.16.0 (2019-07-18)

Bug Fixes

  • command: Bump minimum range of lodash, silence dumb 'security' warning (c405871)
  • conventional-commits: Hard-pin lodash.template dependency to silence 'helpful' security warning (c54ad68)
  • deps: Bump @evocateur/pacote (03e4797)
  • deps: Update forked npm libs (4d67426)
  • npm-conf: OTP should default to undefined, figgy pudding is very strict (2fa02a8)
  • pack-directory: Bump npm-packlist + tar dependencies (59ebd19)
  • package-graph: Flatten cycles to avoid skipping packages (#2185) (b335763)
  • project: Ensure deprecated githubRelease config is also remapped from command.publish namespace (a3d264e), closes #2177
  • publish: Add --graph-type option to control packages included in topological sort (#2152) (ae87669), closes #1437
  • publish: Allow --no-verify-access to prevent checking for account-level 2FA (ce58d8f)
  • publish: OTP cache should be seeded from conf value, not CLI directly (cf56622)
  • publish: Propagate root license into custom publish directories (d410a58), closes #2157

Features

  • bootstrap: Add --strict option to enable throwing when --hoist warns (#2140) (91437b5)
  • deps: @octokit/plugin-enterprise-rest@^3.6.1 (74a3890)
  • deps: @octokit/rest@^16.28.4 (5f09f50)
  • deps: byte-size@^5.0.1 (ed51ddd)
  • deps: conventional-recommended-bump@^5.0.0 (2a0ed60)
  • deps: fs-extra@^8.1.0 (313287f)
  • deps: get-port@^4.2.0 (778ae6a)
  • deps: glob-parent@^5.0.0 (c6bc218)
  • deps: globby@^9.2.0 (d9aa249)
  • deps: import-local@^2.0.0 (14d2c66)
  • deps: is-ci@^2.0.0 (ab2ad83)
  • deps: load-json-file@^5.3.0 (3718cc9)
  • deps: multimatch@^3.0.0 (968b0d7)
  • deps: p-map@^2.1.0 (9e58394)
  • deps: pify@^4.0.1 (f8ee7e6)
  • deps: semver@^6.2.0 (d8016d9)
  • deps: slash@^2.0.0 (bedd6af)
  • deps: write-json-file@^3.2.0 (4fa7dea)
  • listable: Output JSON adjacency list with --graph (9457a21), closes #1970
  • otplease: Expose getOneTimePassword() helper (44b9f70)
  • publish: Eager prompt for OTP when account-level 2FA is enabled (4f893d1)
  • run-lifecycle: Upgrade npm-lifecycle@^3.1.0 (e015a74)
Commits

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

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.16.0 to 3.16.1.

Your tests are still failing with this version. Compare changes

Release Notes for v3.16.1

3.16.1 (2019-07-19)

Bug Fixes

Commits

The new version differs by 2 commits.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.16.1 to 3.16.2.

Your tests are still failing with this version. Compare changes

Release Notes for v3.16.2

3.16.2 (2019-07-22)

Bug Fixes

  • create-symlink: Generate shims for missing bin scripts for Windows (c3f7998)
  • create-symlink: Use octal notation for chmod values (03f80b7)
  • deps: npm-lifecycle@^3.1.2 (25edebf), closes #2189
  • deps: Switch to actively-maintained @zkochan/cmd-shim (60d1100)
  • integration: Limit concurrency of bootstrap --hoist test (f25854d)
Commits

The new version differs by 30 commits.

  • d4b1a0e chore(release): v3.16.2
  • 25edebf fix(deps): npm-lifecycle@^3.1.2
  • 532dc79 test(windows): Skip fallback bin integration test
  • 3f39791 test(windows): Skip problematic exec --no-bail integration tests
  • a439de7 test(windows): Extract build tool generator into node utility because Windows' 'echo' utility sucks
  • b55d12d test(windows): Don't assert on platform-dependent env var interpolation
  • 608e499 test(windows): Pass fixed env to all exec integration tests
  • 3cbdc01 test(windows): Write badgerbadgerbadgerbadger with node instead of garbage Windows 'echo' utility
  • d3959bd test(windows): Normalize paths in various assertions
  • 7a7ca47 chore(travis): Run publish/version unit/integration tests first on Windows
  • 88fb5af chore(travis): Apparently --passWithNoTests only accounts for zero files, not test files missing tests
  • 693a535 chore(travis): Remove redundant --ci flag
  • ec5a4f2 chore(travis): Configure split via testMatch config instead of broken positional argument
  • 79b3d6c chore(travis): Split unit tests in CI, waiting is agony
  • 9ef7641 chore(travis): Split integration tests in CI, waiting is agony

There are 30 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.16.2 to 3.16.3.

Your tests are still failing with this version. Compare changes

Release Notes for v3.16.3

3.16.3 (2019-07-23)

Bug Fixes

  • publish: Identify tagged packages correctly with custom --tag-version-prefix (f4cbd4d), closes #2195
Commits

The new version differs by 3 commits.

  • c19a306 chore(release): v3.16.3
  • f4cbd4d fix(publish): Identify tagged packages correctly with custom --tag-version-prefix
  • c6ce863 refactor(publish): Setup (most) instance properties in configureProperties() class lifecycle

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.16.3 to 3.16.4.

Your tests are still failing with this version. Compare changes

Release Notes for v3.16.4

3.16.4 (2019-07-24)

Bug Fixes

  • conventional-commits: Avoid duplicate root changelog entries with custom --tag-version-prefix (8adeac1), closes #2197
  • conventional-commits: Preserve tag prefix in fixed changelog comparison links (11cf6d2), closes #2197
  • pack-directory: Use correct property when packing subdirectories (1575396)
  • publish: Pass correct arguments to packDirectory() (b1aade3)
Commits

The new version differs by 11 commits.

  • bb048cb chore(release): v3.16.4
  • 11cf6d2 fix(conventional-commits): Preserve tag prefix in fixed changelog comparison links
  • 8adeac1 fix(conventional-commits): Avoid duplicate root changelog entries with custom --tag-version-prefix
  • effa054 test(conventional-commits): Add root changelog assertions
  • b1aade3 fix(publish): Pass correct arguments to packDirectory()
  • 1575396 fix(pack-directory): Use correct property when packing subdirectories
  • 2007125 test(pack-directory): Convert tests to use proper fixture
  • dc75044 test(pack-directory): Add proper fixture
  • aafe54d test(pack-directory): Remove irrelevant assertion
  • c852f5d test(pack-directory): Ensure pkg.files is respected
  • 3884796 test(pack-directory): Rename TMP_DIR placeholder

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.16.4 to 3.16.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.16.5

3.16.5 (2019-10-07)

Bug Fixes

  • bootstrap: Run lifecycle scripts in topological queue instead of batches (#2224) (d8d33f7)
  • child-process: Use Set to manage book-keeping instead of mutable integer (5dbea32)
Commits

The new version differs by 13 commits.

  • f057409 chore(release): v3.16.5
  • da7d77d chore(travis): Condense Windows matrix
  • deb25af test(integration): Assert on stable result of git status --porcelain
  • 6618da4 chore(windows): Skip eslint in windows tests
  • 98eb219 chore(windows): Make git subcommands work again
  • dea9745 chore(windows): Debugging git-receive-pack errors (sigh)
  • 5dbea32 fix(child-process): Use Set to manage book-keeping instead of mutable integer
  • 892ebc2 chore(travis): Let prettier have its way with indentation
  • d8d33f7 fix(bootstrap): Run lifecycle scripts in topological queue instead of batches (#2224)
  • afb0414 docs(version): Correct global --conventional-prerelease example
  • 85afdba docs: add pull request section to CONTRIBUTING.md (#2202)
  • 2833d82 docs(version): improve Prerelease section of readme (#2263)
  • 06b7a96 docs: Fixed typo and remove trailing space (#2273)

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.16.5 to 3.17.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.17.0

3.17.0 (2019-10-10)

Features

  • link: Use publishConfig.directory as symlink source if it exists to allow linking sub-directories (#2274) (d04ce8e)
Commits

The new version differs by 17 commits.

  • bffa7f2 chore(release): v3.17.0
  • 1dc7f1f test: Apparently conventional-commits uses the full 40-character SHA for the commit URL now
  • db74e7a chore: bump devDependencies, reset lockfile
  • d04ce8e feat(link): Use publishConfig.directory as symlink source if it exists to allow linking sub-directories (#2274)
  • f057409 chore(release): v3.16.5
  • da7d77d chore(travis): Condense Windows matrix
  • deb25af test(integration): Assert on stable result of git status --porcelain
  • 6618da4 chore(windows): Skip eslint in windows tests
  • 98eb219 chore(windows): Make git subcommands work again
  • dea9745 chore(windows): Debugging git-receive-pack errors (sigh)
  • 5dbea32 fix(child-process): Use Set to manage book-keeping instead of mutable integer
  • 892ebc2 chore(travis): Let prettier have its way with indentation
  • d8d33f7 fix(bootstrap): Run lifecycle scripts in topological queue instead of batches (#2224)
  • afb0414 docs(version): Correct global --conventional-prerelease example
  • 85afdba docs: add pull request section to CONTRIBUTING.md (#2202)

There are 17 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.17.0 to 3.18.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.18.0

3.18.0 (2019-10-15)

Bug Fixes

  • bootstrap: Move all filter logging into get-filtered-packages method (54dca56)
  • options: Explicit --conventional-graduate (f73e6ed)
  • options: Explicit --conventional-prerelease (f3581ae)
  • options: Explicit --force-local (6948a11)
  • options: Explicit --force-publish (343a751)
  • options: Explicit --ignore-prepublish (fa21723)
  • options: Explicit --ignore-scripts (efcb3bd)
  • options: Explicit --pre-dist-tag (1d9552c)
  • options: Explicit --use-workspaces (ac8385d)

Features

  • filter-options: Add --exclude-dependents option (ff50e29), closes #2198
  • filter-options: Allow command to continue if no packages are matched (#2280) (a706023)
  • filter-options: Rename --include-filtered-* options (f2c3a92)
  • filter-options: Use figgy-pudding in getFilteredPackages() (73badee)
  • Remove unused @lerna/batch-packages (d136fb5)
  • Remove unused @lerna/run-parallel-batches (ec95403)
  • Upgrade to yargs@14 (5e60213)
  • package-graph: Deprecate method pruneCycleNodes() (ccf32e1)
Commits

The new version differs by 42 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 42 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.18.0 to 3.18.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.18.1

3.18.1 (2019-10-15)

Bug Fixes

  • npm-dist-tag: Port upstream npm/cli#235 (5a1d229)
  • npm-dist-tag: Respect npm_config_dry_run env var (1fd5e18)
Commits

The new version differs by 46 commits.

  • 79e7038 chore(release): v3.18.1
  • 1fd5e18 fix(npm-dist-tag): Respect npm_config_dry_run env var
  • 5a1d229 fix(npm-dist-tag): Port upstream npm/cli#235
  • f6b1140 test(publish): Simplify --no-git-reset test
  • 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

There are 46 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.18.2 to 3.18.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.18.3

3.18.3 (2019-10-22)

Bug Fixes

  • version: Correct warning message (384cd15)
  • version: Workaround yargs bug with spurious -- arguments (46be9dc), closes #2315
Commits

The new version differs by 56 commits.

  • e7ef2a7 chore(release): v3.18.3
  • 46be9dc fix(version): Workaround yargs bug with spurious -- arguments
  • 384cd15 fix(version): Correct warning message
  • 4872459 chore(release): v3.18.2
  • 38d5f7f chore(create-release): Ignore default case coverage
  • b7c2072 refactor(tests): Merge --create-release= tests into a single file
  • 5b1b40b fix(version): Update lockfile version, if present
  • 840392f refactor(test): Assert on loadJsonFile.registry.keys(), not snapshot
  • 99425f7 chore: Reset lockfile
  • 3271012 chore(eslint): Restore ignore-path argument
  • 79e7038 chore(release): v3.18.1
  • 1fd5e18 fix(npm-dist-tag): Respect npm_config_dry_run env var
  • 5a1d229 fix(npm-dist-tag): Port upstream npm/cli#235
  • f6b1140 test(publish): Simplify --no-git-reset test
  • 0ea8fb1 chore(release): v3.18.0

There are 56 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.18.3 to 3.18.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.18.4

3.18.4 (2019-11-08)

Bug Fixes

  • changed: Copy relevant options from version, do not inherit (6bd77ba)
  • filter-options: Clarify --since description (b649b35)
  • filter-options: Ensure --include-merged-tags is available to all --since-filterable commands (287bcd8), closes #2332
  • version: Clarify --include-merged-tags description (b0bbfcf)
Commits

The new version differs by 64 commits.

  • eeacb92 chore(release): v3.18.4
  • 92f3c66 chore: reset lockfile, remove silly 'Machine-In-The-Middle' audit spam
  • 141f3cf chore: update dev dependencies
  • 6bd77ba fix(changed): Copy relevant options from version, do not inherit
  • 287bcd8 fix(filter-options): Ensure --include-merged-tags is available to all --since-filterable commands
  • b649b35 fix(filter-options): Clarify --since description
  • b0bbfcf fix(version): Clarify --include-merged-tags description
  • 003ea8b refactor(listable): Allow override of options group name
  • e7ef2a7 chore(release): v3.18.3
  • 46be9dc fix(version): Workaround yargs bug with spurious -- arguments
  • 384cd15 fix(version): Correct warning message
  • 4872459 chore(release): v3.18.2
  • 38d5f7f chore(create-release): Ignore default case coverage
  • b7c2072 refactor(tests): Merge --create-release= tests into a single file
  • 5b1b40b fix(version): Update lockfile version, if present

There are 64 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.18.4 to 3.18.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.18.5

3.18.5 (2019-11-20)

Bug Fixes

  • Auto-fix prettier formatting (5344820)
  • cli: Bump yargs to ^14.2.2 (51365b8)
  • command: Do not mutate argv parameter (8ca85a4), closes #2348
  • conventional-commits: Ensure potential ValidationError in getChangelogConfig() is propagated correctly (406ba5a)
Commits

The new version differs by 76 commits.

  • 2612f51 chore(release): v3.18.5
  • b7b470a test(version): Pass explicit --no-ci to ensure error is thrown
  • 560e098 test: Use await expect().rejects.toThrow() instead of brittle try/catch
  • 406ba5a fix(conventional-commits): Ensure potential ValidationError in getChangelogConfig() is propagated correctly
  • 563f995 chore: Upgrade eslint-plugin-jest
  • 69cde4c chore: bump eslint-config-prettier
  • 6c768af refactor(command): Replace lodash with inlined method
  • 20b584f chore(lint): Turn off aggravating 'prefer-destructuring' rule
  • 51365b8 fix(cli): Bump yargs to ^14.2.2
  • 8ca85a4 fix(command): Do not mutate argv parameter
  • 5344820 fix: Auto-fix prettier formatting
  • fea10aa chore: Update prettier
  • eeacb92 chore(release): v3.18.4
  • 92f3c66 chore: reset lockfile, remove silly 'Machine-In-The-Middle' audit spam
  • 141f3cf chore: update dev dependencies

There are 76 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.18.5 to 3.19.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.19.0

3.19.0 (2019-11-20)

Features

  • add: Add --peer option to save target in peerDependencies (#2334) (e12bf6a)
Commits

The new version differs by 84 commits.

  • ea6ec63 chore(release): v3.19.0
  • 6504eb3 chore: Reset lockfile to resolve handlebars audit warning
  • e12bf6a feat(add): Add --peer option to save target in peerDependencies (#2334)
  • e2b23f0 docs(publish): Clarify lifecycle script documentation
  • dc8b631 docs(version): Document version lifecycle scripts
  • cb3f2d1 docs(version): Add explicit --ignore-scripts entry
  • 8697794 docs(publish): Order options more consistently with CLI --help
  • 5d88861 docs(publish): Fix typo in option heading (#2336)
  • 2612f51 chore(release): v3.18.5
  • b7b470a test(version): Pass explicit --no-ci to ensure error is thrown
  • 560e098 test: Use await expect().rejects.toThrow() instead of brittle try/catch
  • 406ba5a fix(conventional-commits): Ensure potential ValidationError in getChangelogConfig() is propagated correctly
  • 563f995 chore: Upgrade eslint-plugin-jest
  • 69cde4c chore: bump eslint-config-prettier
  • 6c768af refactor(command): Replace lodash with inlined method

There are 84 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.19.0 to 3.20.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.20.0

3.20.0 (2019-12-27)

Bug Fixes

  • collect-dependents: Avoid skipping dependents of cyclic dependencies (#2380) (bd19a34)
  • version: pass --atomic to git push (#2393) (ec0f92a), closes #2392

Features

  • cli: Add new info command to output information about local environment (#2106) (7abfe43)
  • publish: Add --legacy-auth flag (#2347) (0e9bda7)
  • Add --profile option to lerna exec and lerna run (#2376) (6290174)
Commits

The new version differs by 94 commits.

  • b90f4d3 chore(release): v3.20.0
  • 6290174 feat: Add --profile option to lerna exec and lerna run (#2376)
  • ec0f92a fix(version): pass --atomic to git push (#2393)
  • 167d6e3 test(integration): Use correct independent tag patterns
  • af9c6b4 test: Use correct tagging patterns in relative file: specifier tests
  • e54e8ab test: Unmock collect-updates when testing publish from-git
  • 89151ad chore: alphabetize lockfile
  • 7abfe43 feat(cli): Add new info command to output information about local environment (#2106)
  • bd19a34 fix(collect-dependents): Avoid skipping dependents of cyclic dependencies (#2380)
  • 0e9bda7 feat(publish): Add --legacy-auth flag (#2347)
  • ea6ec63 chore(release): v3.19.0
  • 6504eb3 chore: Reset lockfile to resolve handlebars audit warning
  • e12bf6a feat(add): Add --peer option to save target in peerDependencies (#2334)
  • e2b23f0 docs(publish): Clarify lifecycle script documentation
  • dc8b631 docs(version): Document version lifecycle scripts

There are 94 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.20.0 to 3.20.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.20.1

3.20.1 (2019-12-29)

Bug Fixes

  • version: Support git clients that do not support git push --atomic (2b9b210)
Commits

The new version differs by 96 commits.

  • 4e5abe1 chore(release): v3.20.1
  • 2b9b210 fix(version): Support git clients that do not support git push --atomic
  • b90f4d3 chore(release): v3.20.0
  • 6290174 feat: Add --profile option to lerna exec and lerna run (#2376)
  • ec0f92a fix(version): pass --atomic to git push (#2393)
  • 167d6e3 test(integration): Use correct independent tag patterns
  • af9c6b4 test: Use correct tagging patterns in relative file: specifier tests
  • e54e8ab test: Unmock collect-updates when testing publish from-git
  • 89151ad chore: alphabetize lockfile
  • 7abfe43 feat(cli): Add new info command to output information about local environment (#2106)
  • bd19a34 fix(collect-dependents): Avoid skipping dependents of cyclic dependencies (#2380)
  • 0e9bda7 feat(publish): Add --legacy-auth flag (#2347)
  • ea6ec63 chore(release): v3.19.0
  • 6504eb3 chore: Reset lockfile to resolve handlebars audit warning
  • e12bf6a feat(add): Add --peer option to save target in peerDependencies (#2334)

There are 96 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.20.2 to 3.21.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.21.0

3.21.0 (2020-05-13)

Bug Fixes

  • publish: Canary releases without previous tags should not explode (c9eb590)

Features

  • project: Add getPackagesSync() export (068bdd7)
  • version: Ignore private packages completely with --no-private (a9b9f97)
Commits

The new version differs by 114 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 114 commits in total.

See the full diff

from opticss.

greenkeeper avatar greenkeeper commented on August 15, 2024
  • The devDependency lerna was updated from 3.21.0 to 3.22.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.22.0

3.22.0 (2020-05-24)

Bug Fixes

  • conventional-commits: Support modern config builder functions (#2546) (7ffb297), closes #2138
  • create: Use correct variable name in generated CLI output (#2547) (a1fd622)
  • deps: upgrade octokit/enterprise-rest to v6 (#2464) (b44ea75)
  • import: Support non-ASCII characters in file paths (#2441) (c74ffa4)
  • publish: Avoid errors when files are ignored by git (#2445) (448f2ae), closes #2151
  • publish: Avoid exception when publishing 1st version (#2485) (5d80285)
  • publish: Support --tag-version-prefix in --canary mode (#2435) (611c38e)
  • version: --atomic fallback when GIT_REDIRECT_STDERR is enabled (#2467) (c255d12)

Features

  • conventional-commits: Preserve major version zero on breaking changes (#2486) (6126e6c)
  • version: add --force-git-tag option (#2594) (00738e9)
Commits

The new version differs by 18 commits.

  • 0d45bd5 chore(release): v3.22.0
  • 00738e9 feat(version): add --force-git-tag option (#2594)
  • e58e982 docs(version): Fix links in README (#2558)
  • 4a84169 docs: Optimize logo PNG (170kb to 80kb) (#2548)
  • a1fd622 fix(create): Use correct variable name in generated CLI output (#2547)
  • 7ffb297 fix(conventional-commits): Support modern config builder functions (#2546)
  • ef83809 docs(bootstrap): Add note about --hoist incompatibility with file: specifiers (#2540)
  • 91d9d3e doc(readme): Add note about fixed mode w/major version zero (#2488)
  • 6126e6c feat(conventional-commits): Preserve major version zero on breaking changes (#2486)
  • 5d80285 fix(publish): Avoid exception when publishing 1st version (#2485)
  • c255d12 fix(version): --atomic fallback when GIT_REDIRECT_STDERR is enabled (#2467)
  • b44ea75 fix(deps): upgrade octokit/enterprise-rest to v6 (#2464)
  • 5bb09d4 docs(readme): Improve phrasing (#2455)
  • 448f2ae fix(publish): Avoid errors when files are ignored by git (#2445)
  • c74ffa4 fix(import): Support non-ASCII characters in file paths (#2441)

There are 18 commits in total.

See the full diff

from opticss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.