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-lite/run from 2.7.2 to 3.0.0 #820

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @lerna-lite/run from 2.7.2 to 3.0.0.

Release notes

Sourced from @​lerna-lite/run's releases.

v3.0.0

3.0.0 (2023-11-26)

⚠ BREAKING CHANGES

New Requirements

  • drop support for Node 16 which is EOL, Node >=18.0.0 is now required
    • also change build target to ES2021
  • the lerna run --use-nx was deprecated in 2.0 and is now removed
  • the lerna version option --skip-bump-only-release (singular) was renamed to --skip-bump-only-releases (plural) to better represent the command which is only useful in independent mode

Description

I decided to remove lerna run --use-nx option in order to keep Lerna-Lite as light as possible and to remove any Nx related code from the project. If you wish to use Nx and Lerna together, then I strongly suggest that you use the original Lerna since it is supported by the same team and the latest version of Lerna is also requiring Nx. I also want to reiterate that I am now publishing Lerna-Lite on npm with --provenance, which Lerna-Lite support, via GitHub Action (read this GitHub blog for more info).


⚠ BREAKING CHANGES

  • core: upgrade deps to Node 18 and higher (#777)
  • run: remove --use-nx (powered by Nx) option from lerna run command (#776)

Features

Bug Fixes

Changelog

Sourced from @​lerna-lite/run's changelog.

3.0.0 (2023-11-26)

⚠ BREAKING CHANGES

Refer to the v3.0.0 release for more info about the migration.

  • core: upgrade deps to Node 18 and higher (#777)
  • run: remove --use-nx (powered by Nx) option from run command (#776)

Features

Commits
  • b4e9912 chore(release): publish new version 3.0.0
  • 1d2e664 chore(deps): upgrade @​octokit/rest, globby & find-up for Node 18 min (#778)
  • 3f5624c feat(core): use corepack when enabled to sync lockfile/run npm script (#775)
  • 70225e8 feat(core)!: upgrade deps to Node 18 and higher (#777)
  • 2653907 feat(run)!: remove --use-nx (powered by Nx) option from run command (#776)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 27, 2023
Bumps [@lerna-lite/run](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/run) from 2.7.2 to 3.0.0.
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/run/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.0.0/packages/run)

---
updated-dependencies:
- dependency-name: "@lerna-lite/run"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-lite/run-3.0.0 branch from c64006d to 7311eca Compare November 29, 2023 10:08
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 29, 2023

Looks like @lerna-lite/run is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 29, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lerna-lite/run-3.0.0 branch November 29, 2023 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants