Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency lerna to v2.9.0 #47

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 8, 2018

This Pull Request updates dependency lerna from v2.1.2 to v2.9.0

Release Notes

v2.2.0

A new command, tweaks to logging and init scaffolding, and documentation!

πŸš€ Enhancement
  • #​970 Create configured "packages" directories during lerna init. ([@​Siilwyn])
  • #​1004 Improve logging of package lifecycle errors during bootstrap. ([@​gauntface])
  • #​1000 Add lerna link command. ([@​Inkdpixels])
πŸ“ Documentation
  • #​985 Update installation instructions to match lerna init behavior. ([@​sapegin])
  • #​1011 Add shield example to README.md. ([@​mfix22])
Committers: 5
  • Artem Sapegin ([sapegin])
  • Matt Gaunt ([gauntface])
  • Michael Fix ([mfix22])
  • Selwyn ([Siilwyn])
  • Tyll Weiß ([Inkdpixels])

v2.3.0

New options for lerna import and lerna publish, set --loglevel from lerna.json, and more!

πŸš€ Enhancement
  • #​1019 Add --flatten option to use when merge conflicts cannot be imported. ([@​dmaksimovic])
  • #​1026 Add --allow-branch option to restrict publish to designated branches. ([@​FaHeymann])
  • #​1029 Call version lifecycle scripts during publish. ([@​cwmoo740])
  • #​1030 Add runScriptSync for use in version lifecycle methods. ([@​cwmoo740])
πŸ› Bug Fix
  • #​1020 Use --canary=<value> as prerelease tag, not commit-ish. ([@​achingbrain])
  • #​1037 Support durable --loglevel config from lerna.json. ([@​evocateur])
  • #​1041 Pass npmClientArgs to yarn workspaces install command. ([@​evocateur])
πŸ“ Documentation
  • #​1040 Tweak conventional message examples. ([@​stevemao])
🏠 Internal
  • #​1038 Rename npmPublishAsPrerelease to npmPublish to avoid confusion. ([@​Hypnosphi])
Committers: 7
  • Alex Potsides ([achingbrain])
  • Daniel Stockman ([evocateur])
  • Darko Maksimovic ([dmaksimovic])
  • Fabian Heymann ([FaHeymann])
  • Filipp Riabchun ([Hypnosphi])
  • Jeffrey Young ([cwmoo740])
  • Steve Mao ([stevemao])

v2.3.1

This is what happens when you forget to pull from upstream before publishing.

πŸ’… Polish
  • #​1025 Log which packages are throwing ECYCLE error. ([@​FezVrasta])
Committers: 1
  • Federico Zivolo ([FezVrasta])

v2.4.0

I inadvertently made lerna bootstrap --hoist really slow in v2.3.0, so that's fixed. Big thanks to all the contributors!

πŸš€ Enhancement
  • #​1033 Add support for git-hosted urls as sibling package dependencies. ([@​gustaff-weldon])
πŸ› Bug Fix
  • #​1044 Throw publish validation errors before version selection. ([@​evocateur])
  • #​1047 Remove git requirement from link command. ([@​jiverson])
  • #​1051 When hoisting, only install with --global-style in leaf nodes, not root. ([@​evocateur])
  • #​1054 Set process.exitCode instead of calling process.exit(code). ([@​evocateur])
πŸ’… Polish
  • #​1048 Clean up code missed by lint settings. ([@​jiverson])
  • #​1052 Truncate stack (or pass directly) when logging errors. ([@​evocateur])
πŸ“ Documentation
  • #​1042 Update workspace document. ([@​nhducit])
Committers: 4
  • Daniel Stockman ([evocateur])
  • Good stuff and well done! ([gustaff-weldon])
  • Josh Iverson ([jiverson])
  • nhducit ([nhducit])

v2.5.0

A new command (lerna add), new flags for bootstrap and link commands, and a much-improved experience when publishing "final" releases after a series of prereleases!

πŸš€ Enhancement
  • #​1069 Implement lerna add <pkg>[@&#8203;version] [--dev]. ([@​marionebl])
  • #​1077 Republish prereleased packages during subsequent non-prerelease publish. ([@​spudly])
  • #​1078 Generate root changelog in fixed mode. ([@​ZauberNerd])
  • #​1081 Warn during bootstrap when two or more packages have the same package.json name. ([@​amfio])
  • #​1082 Add --force-local to link command. ([@​jiverson])
  • #​1087 Add --reject-cycles to bootstrap, logging packages when found. ([@​mitchhentges])
πŸ› Bug Fix
  • #​1059 Improve "import" edgecases + (i18n fixes + git tweaks). ([@​swernerx])
  • #​1063 Fail when --hoist and --yarn are used together. ([@​marionebl])
  • #​1083 Fixed diffing on Windows. ([@​the0neWhoKnocks])
πŸ“ Documentation
  • #​1062 Fix README typo. ([@​imagentleman])
🏠 Internal
  • #​1080 Add test for skipping empty patches during import --flatten. ([@​gyoshev])
  • #​1092 Make integration tests less flaky on Windows. ([@​evocateur])
Committers: 11
  • Alex Gyoshev ([gyoshev])
  • Alexander Field ([amfio])
  • BjΓΆrn Brauer ([ZauberNerd])
  • Daniel Stockman ([evocateur])
  • Josh Iverson ([jiverson])
  • JosΓ© Antonio Chio ([imagentleman])
  • Mario Nebl ([marionebl])
  • Mitchell Hentges ([mitchhentges])
  • Sebastian Werner ([swernerx])
  • Stephen John Sorensen ([spudly])
  • [the0neWhoKnocks]

v2.5.1

A quick bugfix for an overlooked case in lerna add.

πŸ› Bug Fix
  • #​1100 Preserve existing deps with lerna add. ([@​marionebl])
Committers: 1
  • Mario Nebl ([marionebl])

v2.6.0

Happy 2018! πŸŽ‰

πŸš€ Enhancement
  • #​1110 Add --stream option to lerna exec. ([@​alan-agius4])
  • #​1111 Add --changelog-preset option to customize --conventional-commits output. ([@​alan-agius4])
πŸ› Bug Fix
  • #​1134 Normalize path used for git add in respect to OS/environment. ([@​zenflow])
  • #​1129 Throw error in bootstrap when Yarn workspaces is misconfigured. ([@​evocateur])
  • #​1101 Set chmod for linked binaries. ([@​marionebl])
  • #​1112 Use all packages locations when resetting canary changes. ([@​jwickens])
  • #​1115 Keep non-patch subject parts when importing repository. ([@​koenpunt])
πŸ“ Documentation
  • #​1139 add docs on how to publish scoped packages. ([@​cezaraugusto])
  • #​1108 Minor typo fix in hoist.md. ([@​tdmalone])
  • #​1166 fix: typo in README.md "in in". ([@​vladgolubev])
  • #​1176 Fix typo in README.md. ([@​LoicPoullain])
Committers: 10
  • Alan Agius ([alan-agius4])
  • Cezar Augusto ([cezaraugusto])
  • Daniel Stockman ([evocateur])
  • Jonathan R Wickens ([jwickens])
  • Koen Punt ([koenpunt])
  • LoΓ―c Poullain ([LoicPoullain])
  • Mario Nebl ([marionebl])
  • Matthew Francis Brunetti ([zenflow])
  • Tim Malone ([tdmalone])
  • Vlad Holubiev ([vladgolubev])

v2.7.0

πŸš€ Enhancement
  • #​1140 Warn user and exit non-zero if command is invalid. ([@​cezaraugusto])
  • #​1145 run/publish: Use npmClient instead of hardcoded npm. ([@​oreporan])
  • #​1149 Add support for root-level version lifecycle. ([@​bigtimebuddy])
πŸ› Bug Fix
  • #​1187 Completely ignore peerDependencies during publish. ([@​evocateur])
  • #​1193 Throw error when lerna.json or package.json have invalid syntax. ([@​evocateur])
πŸ“ Documentation
  • #​1164 docs: replace "command" with "commands" to avoid ambiguity. ([@​fengyuanchen])
  • #​1186 docs: πŸ“‡ Add private registry tips to troubleshooting.md. ([@​frankstallone])
🏠 Internal
  • #​1188 Prettier. ([@​evocateur])
Committers: 7
  • Alan Agius ([alan-agius4])
  • Cezar Augusto ([cezaraugusto])
  • Chen Fengyuan ([fengyuanchen])
  • Daniel Stockman ([evocateur])
  • Frank Stallone ([frankstallone])
  • Matt Karl ([bigtimebuddy])
  • Ore Poran ([oreporan])

v2.7.1

πŸ› Bug Fix
  • #​1194 Treat 'lerna run test' like any other command. ([@​tkrotoff])
  • #​1199 Fix import command so it works if Lerna root is a subdir of git root. ([@​RoystonS])
  • #​1204 Avoid interactive prompt during yarn publish. ([@​evocateur])
Committers: 3
  • Daniel Stockman ([evocateur])
  • Royston Shufflebotham ([RoystonS])
  • Tanguy Krotoff ([tkrotoff])

v2.7.2

πŸš€ Enhancement
  • #​1205 Add %v as placeholder for raw version in --message. ([@​mojavelinux])
πŸ› Bug Fix
  • #​1206 Avoid dropping early logs below default level. ([@​evocateur])
Committers: 2
  • Dan Allen ([mojavelinux])
  • Daniel Stockman ([evocateur])

v2.8.0

v2.8.0 (2018-01-19)

This is the first release on the 2.x branch, which has been created to facilitate maintenance releases while v3.0 is in development on master. Efforts will be made to backport fixes from master, but no guarantees about release cadence.

πŸš€ Enhancement
  • #​1212 Throw friendly error when workspaces are not configured correctly. ([@​craigbilner])
πŸ› Bug Fix
  • #​1219 Avoid triggering pre-commit and commitmsg hooks during publish. ([@​alan-agius4])
  • #​1220 Remove --no-gpg-sign from git commit. ([@​evocateur])
  • #​1217 Avoid duplicate root changelog entries. ([@​evocateur])
Committers: 3
  • Alan Agius ([alan-agius4])
  • Craig Bilner ([craigbilner])
  • Daniel Stockman ([evocateur])

v2.9.0

v2.9.0 (2018-02-14)

πŸš€ Enhancement
  • #​1254 Add support for new yarn workspaces config format. ([@​detrohutt])
  • #​1227 Add --ignore-scripts flag to bootstrap command. ([@​Andarist])
πŸ“ Documentation
  • #​1248 Document another potential cause of git initialization failure. ([@​fritz-c])
Committers: 3
  • Alexander Roberts ([detrohutt])
  • Fritz ([fritz-c])
  • Mateusz BurzyΕ„ski ([Andarist])


This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/lerna-2.x branch from 5e003ae to 02aa8bf Compare January 12, 2018 04:05
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.6.0 chore(deps): update dependency lerna to v2.7.0 Jan 12, 2018
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from 02aa8bf to f43e4ce Compare January 16, 2018 05:27
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.7.0 chore(deps): update dependency lerna to v2.7.1 Jan 16, 2018
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from f43e4ce to 9b12e87 Compare January 19, 2018 18:19
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.7.1 chore(deps): update dependency lerna to v2.7.2 Jan 19, 2018
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from 9b12e87 to 62950aa Compare January 19, 2018 20:02
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.7.2 chore(deps): update dependency lerna to v2.8.0 Jan 19, 2018
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from 62950aa to ed4a5b9 Compare February 15, 2018 00:04
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.8.0 chore(deps): update dependency lerna to v2.9.0 Feb 15, 2018
@TylorS TylorS closed this Mar 1, 2018
@renovate
Copy link
Author

renovate bot commented Mar 1, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (2.9.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/lerna-2.x branch March 1, 2018 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants