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.11.0 #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 8, 2018

This Pull Request updates dependency lerna from v2.4.0 to v2.11.0

Release Notes

v2.11.0

Compare Source

v2.11.0 (2018-04-24)

🚀 Enhancement
  • #​1396 Add --include-filtered-dependents option. ([@​TheNeuralBit])
🐛 Bug Fix
  • #​1389 Configure --dev as boolean option for lerna add. ([@​bochen2014])
Committers: 2
  • Bo Chen ([bochen2014])
  • Brian Hulette ([TheNeuralBit])

v2.10.2

Compare Source

v2.10.2 (2018-04-16)

🐛 Bug Fix
  • #​1376 Pass --no-verify to git push. ([@​hjylewis])
Committers: 1
  • Henry Lewis ([hjylewis])

v2.10.1

Compare Source
This release reverts #​1363, as it resulted in unintentional breaking changes.

Please note that lerna 2.x is in maintenance mode, and new features will not be actively ported from lerna 3.x (currently lerna@​next).


v2.10.0

Compare Source

v2.10.0 (2018-04-06)

🚀 Enhancement
  • #​1363 Allow custom conventional-changelog config or preset. ([@​bertho-zero])
Committers: 1
  • Kévin Berthommier ([bertho-zero])

v2.9.1

Compare Source

v2.9.1 (2018-03-29)

🚀 Enhancement
  • #​1352 feat: Support --no-prefix for streaming output. ([@​raymondfeng])
Committers: 1
  • Raymond Feng ([raymondfeng])

v2.9.0

Compare Source

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])

v2.8.0

Compare Source

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.7.2

Compare Source

🚀 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.7.1

Compare Source

🐛 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.0

Compare Source

🚀 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.6.0

Compare Source
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.5.1

Compare Source
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.5.0

Compare Source
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]


This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/lerna-2.x branch from 73f640c to 9783d06 Compare January 12, 2018 04:29
@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 9783d06 to cf5502f Compare January 16, 2018 05:30
@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 cf5502f to e638428 Compare January 19, 2018 18:25
@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 e638428 to 011e66b Compare January 19, 2018 19:33
@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 011e66b to 2ceb2c9 Compare February 15, 2018 00:11
@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
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from 2ceb2c9 to fddd009 Compare March 12, 2018 16:58
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from fddd009 to e445adc Compare March 30, 2018 01:42
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.9.0 chore(deps): update dependency lerna to v2.9.1 Mar 30, 2018
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from e445adc to 51081a7 Compare April 6, 2018 18:12
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.9.1 chore(deps): update dependency lerna to v2.10.0 Apr 6, 2018
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from 51081a7 to a68abf8 Compare April 9, 2018 18:06
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.10.0 chore(deps): update dependency lerna to v2.10.1 Apr 9, 2018
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from a68abf8 to f48eacc Compare April 16, 2018 19:25
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.10.1 chore(deps): update dependency lerna to v2.10.2 Apr 16, 2018
@renovate renovate bot force-pushed the renovate/lerna-2.x branch from f48eacc to d47541f Compare April 24, 2018 20:10
@renovate renovate bot changed the title chore(deps): update dependency lerna to v2.10.2 chore(deps): update dependency lerna to v2.11.0 Apr 24, 2018
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.

1 participant