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

Bump lerna from 6.5.1 to 6.6.1 #1303

Merged
merged 1 commit into from
Mar 29, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps lerna from 6.5.1 to 6.6.1.

Release notes

Sourced from lerna's releases.

6.6.1

6.6.1 (2023-03-24)

Bug Fixes

  • build-metadata reference in lerna schema (e2349ad)
  • deps: update to rimraf v4, remove path-exists (#3616) (2f2ee2a)
  • ensure rimraf bin dir can always be resolved (#3614) (0fe5faf)
  • handle trailing commas and comments in lerna.json files (#3603) (b826398)
  • lerna schema type for contents should be string (1625757)
  • publish: use updated version with pnpm workspaces (#3606) (cd7ad21)

6.6.0

6.6.0 (2023-03-23)

Bug Fixes

  • correct links to command docs (#3598) (b90b684)
  • publish: ensure zero exit code when EWORKINGTREE warning occurs (#3327) (9c00a33)
  • update troubleshooting.md typo (#3581) (a174cd7)
  • update arborist package to get rid of deprecated warning (#3559) (aff38a7)
  • version: handle deps property missing due to outdated lockfile (#3549) (fdbbab9)
  • version: update yarn lock for versions of yarn >= 2.0.0 (#3555) (ce2ceca)

Features

  • add @​lerna/legacy-package-management package (#3602) (4a03dd5)
  • version: add user-defined build metadata to bumped packages (#2880) (0b0e2a6)
Changelog

Sourced from lerna's changelog.

6.6.1 (2023-03-24)

Bug Fixes

  • build-metadata reference in lerna schema (e2349ad)
  • deps: update to rimraf v4, remove path-exists (#3616) (2f2ee2a)
  • lerna schema type for contents should be string (1625757)

6.6.0 (2023-03-23)

Bug Fixes

  • update arborist package to get rid of deprecated warning (#3559) (aff38a7)

Features

  • add @​lerna/legacy-package-management package (#3602) (4a03dd5)
  • version: add user-defined build metadata to bumped packages (#2880) (0b0e2a6)
Commits
  • dbc6df8 chore(misc): publish 6.6.1
  • 2f2ee2a fix(deps): update to rimraf v4, remove path-exists (#3616)
  • 1625757 fix: lerna schema type for contents should be string
  • e2349ad fix: build-metadata reference in lerna schema
  • 43afbf8 chore(misc): publish 6.6.0
  • 4a03dd5 feat: add @​lerna/legacy-package-management package (#3602)
  • 4b045a1 chore: update workspace to latest, including jest 29 (#3577)
  • aff38a7 fix: update arborist package to get rid of deprecated warning (#3559)
  • 9eed42d chore(core): remove some ts-ignore comments and any types (#3556)
  • 0b0e2a6 feat(version): add user-defined build metadata to bumped packages (#2880)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Mar 27, 2023
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f0cd7a9) 95.58% compared to head (99cdffa) 95.58%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1303   +/-   ##
=======================================
  Coverage   95.58%   95.58%           
=======================================
  Files         244      244           
  Lines        7651     7651           
  Branches     2006     2006           
=======================================
  Hits         7313     7313           
  Misses        338      338           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-6.6.1 branch 6 times, most recently from 2777acf to b7cac3b Compare March 28, 2023 23:04
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 6.5.1 to 6.6.1.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/6.6.1/packages/lerna)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-6.6.1 branch from b7cac3b to 99cdffa Compare March 28, 2023 23:39
@yurishkuro yurishkuro merged commit 27ff4f7 into main Mar 29, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lerna-6.6.1 branch March 29, 2023 00:11
Binrix pushed a commit to Binrix/jaeger-ui that referenced this pull request Apr 18, 2023
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna)
from 6.5.1 to 6.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lerna/lerna/releases">lerna's
releases</a>.</em></p>
<blockquote>
<h2>6.6.1</h2>
<h2><a
href="https://github.com/lerna/lerna/compare/6.6.0...6.6.1">6.6.1</a>
(2023-03-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>build-metadata reference in lerna schema (<a
href="https://github.com/lerna/lerna/commit/e2349ad4f529c307ea69d21698a2ab53f5a9d6b4">e2349ad</a>)</li>
<li><strong>deps:</strong> update to rimraf v4, remove path-exists (<a
href="https://redirect.github.com/lerna/lerna/issues/3616">#3616</a>)
(<a
href="https://github.com/lerna/lerna/commit/2f2ee2a02091e2c9e35feaabc8f202f77407a408">2f2ee2a</a>)</li>
<li>ensure rimraf bin dir can always be resolved (<a
href="https://redirect.github.com/lerna/lerna/issues/3614">#3614</a>)
(<a
href="https://github.com/lerna/lerna/commit/0fe5fafb28a47cb80c7d8ea4fb4e152b6ed0d978">0fe5faf</a>)</li>
<li>handle trailing commas and comments in lerna.json files (<a
href="https://redirect.github.com/lerna/lerna/issues/3603">#3603</a>)
(<a
href="https://github.com/lerna/lerna/commit/b826398b6da61b6b3a0e972211fb3a8ec68654f3">b826398</a>)</li>
<li>lerna schema type for contents should be string (<a
href="https://github.com/lerna/lerna/commit/162575758e9422f2c05fc741ead370eaf793cb57">1625757</a>)</li>
<li><strong>publish:</strong> use updated version with pnpm workspaces
(<a
href="https://redirect.github.com/lerna/lerna/issues/3606">#3606</a>)
(<a
href="https://github.com/lerna/lerna/commit/cd7ad211212bd18e4876703a26d53df4b77f2d38">cd7ad21</a>)</li>
</ul>
<h2>6.6.0</h2>
<h1><a
href="https://github.com/lerna/lerna/compare/6.5.1...6.6.0">6.6.0</a>
(2023-03-23)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>correct links to command docs (<a
href="https://redirect.github.com/lerna/lerna/issues/3598">#3598</a>)
(<a
href="https://github.com/lerna/lerna/commit/b90b684976e33b18f1a856657dbc9a9546fe2c66">b90b684</a>)</li>
<li><strong>publish:</strong> ensure zero exit code when EWORKINGTREE
warning occurs (<a
href="https://redirect.github.com/lerna/lerna/issues/3327">#3327</a>)
(<a
href="https://github.com/lerna/lerna/commit/9c00a33b18046b6f0a5a20d7043a4f0bb309d9c4">9c00a33</a>)</li>
<li>update <code>troubleshooting.md</code> typo (<a
href="https://redirect.github.com/lerna/lerna/issues/3581">#3581</a>)
(<a
href="https://github.com/lerna/lerna/commit/a174cd78165c5e9f05bf160891d927177ed7b948">a174cd7</a>)</li>
<li>update arborist package to get rid of deprecated warning (<a
href="https://redirect.github.com/lerna/lerna/issues/3559">#3559</a>)
(<a
href="https://github.com/lerna/lerna/commit/aff38a7a0f5e5eea04d1743e78add9b2e052de3a">aff38a7</a>)</li>
<li><strong>version:</strong> handle deps property missing due to
outdated lockfile (<a
href="https://redirect.github.com/lerna/lerna/issues/3549">#3549</a>)
(<a
href="https://github.com/lerna/lerna/commit/fdbbab9c2cb96ac9e97018129bbdb5347c0e6171">fdbbab9</a>)</li>
<li><strong>version:</strong> update yarn lock for versions of yarn
&gt;= 2.0.0 (<a
href="https://redirect.github.com/lerna/lerna/issues/3555">#3555</a>)
(<a
href="https://github.com/lerna/lerna/commit/ce2ceca7defd06fc2c8abf0241cbb2c3dcfaf0f3">ce2ceca</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add <code>@​lerna/legacy-package-management</code> package (<a
href="https://redirect.github.com/lerna/lerna/issues/3602">#3602</a>)
(<a
href="https://github.com/lerna/lerna/commit/4a03dd5f02c118eb683cf2ed525715b4d8e5221b">4a03dd5</a>)</li>
<li><strong>version:</strong> add user-defined build metadata to bumped
packages (<a
href="https://redirect.github.com/lerna/lerna/issues/2880">#2880</a>)
(<a
href="https://github.com/lerna/lerna/commit/0b0e2a62257ad8728835057dc37654626cbd621e">0b0e2a6</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md">lerna's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/lerna/lerna/compare/6.6.0...6.6.1">6.6.1</a>
(2023-03-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>build-metadata reference in lerna schema (<a
href="https://github.com/lerna/lerna/commit/e2349ad4f529c307ea69d21698a2ab53f5a9d6b4">e2349ad</a>)</li>
<li><strong>deps:</strong> update to rimraf v4, remove path-exists (<a
href="https://redirect.github.com/lerna/lerna/issues/3616">#3616</a>)
(<a
href="https://github.com/lerna/lerna/commit/2f2ee2a02091e2c9e35feaabc8f202f77407a408">2f2ee2a</a>)</li>
<li>lerna schema type for contents should be string (<a
href="https://github.com/lerna/lerna/commit/162575758e9422f2c05fc741ead370eaf793cb57">1625757</a>)</li>
</ul>
<h1><a
href="https://github.com/lerna/lerna/compare/6.5.1...6.6.0">6.6.0</a>
(2023-03-23)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>update arborist package to get rid of deprecated warning (<a
href="https://redirect.github.com/lerna/lerna/issues/3559">#3559</a>)
(<a
href="https://github.com/lerna/lerna/commit/aff38a7a0f5e5eea04d1743e78add9b2e052de3a">aff38a7</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add <code>@​lerna/legacy-package-management</code> package (<a
href="https://redirect.github.com/lerna/lerna/issues/3602">#3602</a>)
(<a
href="https://github.com/lerna/lerna/commit/4a03dd5f02c118eb683cf2ed525715b4d8e5221b">4a03dd5</a>)</li>
<li><strong>version:</strong> add user-defined build metadata to bumped
packages (<a
href="https://redirect.github.com/lerna/lerna/issues/2880">#2880</a>)
(<a
href="https://github.com/lerna/lerna/commit/0b0e2a62257ad8728835057dc37654626cbd621e">0b0e2a6</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lerna/lerna/commit/dbc6df8b8074a77e3964bd46fa559afa7a4e6b74"><code>dbc6df8</code></a>
chore(misc): publish 6.6.1</li>
<li><a
href="https://github.com/lerna/lerna/commit/2f2ee2a02091e2c9e35feaabc8f202f77407a408"><code>2f2ee2a</code></a>
fix(deps): update to rimraf v4, remove path-exists (<a
href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3616">#3616</a>)</li>
<li><a
href="https://github.com/lerna/lerna/commit/162575758e9422f2c05fc741ead370eaf793cb57"><code>1625757</code></a>
fix: lerna schema type for contents should be string</li>
<li><a
href="https://github.com/lerna/lerna/commit/e2349ad4f529c307ea69d21698a2ab53f5a9d6b4"><code>e2349ad</code></a>
fix: build-metadata reference in lerna schema</li>
<li><a
href="https://github.com/lerna/lerna/commit/43afbf83a55698b0e6f8745753a87c7863f0e4c5"><code>43afbf8</code></a>
chore(misc): publish 6.6.0</li>
<li><a
href="https://github.com/lerna/lerna/commit/4a03dd5f02c118eb683cf2ed525715b4d8e5221b"><code>4a03dd5</code></a>
feat: add <code>@​lerna/legacy-package-management</code> package (<a
href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3602">#3602</a>)</li>
<li><a
href="https://github.com/lerna/lerna/commit/4b045a18eeff622d7832a164a326a96a0a55ecd4"><code>4b045a1</code></a>
chore: update workspace to latest, including jest 29 (<a
href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3577">#3577</a>)</li>
<li><a
href="https://github.com/lerna/lerna/commit/aff38a7a0f5e5eea04d1743e78add9b2e052de3a"><code>aff38a7</code></a>
fix: update arborist package to get rid of deprecated warning (<a
href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3559">#3559</a>)</li>
<li><a
href="https://github.com/lerna/lerna/commit/9eed42da6d18fcd7fa6509cb481e34c2a9dc3df5"><code>9eed42d</code></a>
chore(core): remove some ts-ignore comments and any types (<a
href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3556">#3556</a>)</li>
<li><a
href="https://github.com/lerna/lerna/commit/0b0e2a62257ad8728835057dc37654626cbd621e"><code>0b0e2a6</code></a>
feat(version): add user-defined build metadata to bumped packages (<a
href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/2880">#2880</a>)</li>
<li>See full diff in <a
href="https://github.com/lerna/lerna/commits/6.6.1/packages/lerna">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lerna&package-manager=npm_and_yarn&previous-version=6.5.1&new-version=6.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant