Skip to content

chore(deps-dev): bump the lerna-lite group with 3 updates #94

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2025

Bumps the lerna-lite group with 3 updates: @lerna-lite/cli, @lerna-lite/publish and @lerna-lite/version.

Updates @lerna-lite/cli from 3.8.0 to 4.0.0

Release notes

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

v4.0.0

4.0.0 (2025-03-28)

📢 Major 4.0 Release ⚠️

Since NodeJS 18 EOL is fast approaching (a month away), it's time for Lerna-Lite to release its next version and bump Node requirement. This new release has a few changes and you'll want to see the list of breaking changes below, but it should be pretty straightforward and probably transparent for most users, here are the main changes:

  1. upgrade of all conventional-changelog dependencies to their latest major versions, that shouldn't impact you unless you are using conventional-changelog-conventionalcommits and if you are, then make sure to use v8.0 because older versions will probably fail.
  2. Canary Releases had issues for a long time because it was implemented with +{SHA} and NPM at some point started discarding any chars past a + symbol, making these releases pretty much useless, so we now switched to using .{SHA} and it should make the Canary Releases more usable
  3. requirement for NodeJS got bumped to ^20.17.0 || >=22.9.0 and you might wonder, why the big jump? Well, you should ask that question to the NPM team, all their latest packages (i.e. @npmcli/arborist, npm-packlist, ...) got bumped to that Node requirement and I'm just keeping up by following them...

New Requirements

  • drop support for Node 18 which will be EOL in April, we now require Node ^20.17.0 || >=22.9.0

⚠ BREAKING CHANGES

  • deps: update all major npm & other deps (#1008)
  • deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • version: change default "describe [Git] tag" pattern to v* (#1001)
  • watch: upgrade Chokidar to v4.0 major version (#1004)
  • deps: remove node-fetch, fixes punycode warning (#998)
  • deps: upgrade all conventional-changelog-* to major versions (#997)

Some Project Statistics

Here's a few statistics about Lerna-Lite:

  • is 3.5 years old with over 500 stars
  • recently reached 1 million download a year and it keeps growing every year (in comparison Lerna is at 62M/year)
  • over 800 public projects using it (probably twice as much in private repos)
  • biggest project using Lerna-Lite is Jest.

In a quick summary, the main goal of Lerna-Lite as always been centered around maintenance (and the most recent challenge was to upgrade all conventional-changelog major deps and oh boy, was that a hard one!)... and sometime, once in a while, new features are being added into the project as well and the most recent one being the full pnpm catalog: support. For a more detailed list of features that are only available in Lerna-Lite, you can take a look at the main readme page. Also note that I, @​ghiscoding, do my best to maintain this project but there are still some areas that are like black boxes to me and/or that I don't quite understand, basically I'm just a regular dev like you and I'm simply doing my best to keep the project rolling and up to date, any help will always be welcome, cheers! 😉

A big Thanks to all my Sponsors and Happy Coding 🐉

... (truncated)

Changelog

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

4.0.0 (2025-03-28)

[!NOTE] Please visit the v4.0.0 release for more details about the migration.

⚠ BREAKING CHANGES

  • deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • watch: upgrade Chokidar to v4.0 major version (#1004)

Bug Fixes

3.12.3 (2025-03-12)

Note: Version bump only for package @​lerna-lite/cli

3.12.1 (2025-02-18)

Note: Version bump only for package @​lerna-lite/cli

3.12.0 (2025-01-31)

Note: Version bump only for package @​lerna-lite/cli

3.11.0 (2025-01-02)

Bug Fixes

3.10.1 (2024-11-28)

Note: Version bump only for package @​lerna-lite/cli

3.10.0 (2024-10-15)

Features

3.9.3 (2024-10-08)

Note: Version bump only for package @​lerna-lite/cli

3.9.2 (2024-09-28)

Bug Fixes

... (truncated)

Commits
  • 5a60d7a chore(release): publish new version v4.0.0
  • 9a87d82 fix(deps)!: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • d376975 fix(watch)!: upgrade Chokidar to v4.0 major version (#1004)
  • 8e78fe0 chore: exclude fixtures from built distribution folders (#1007)
  • 37a88ba chore: enforce consistent usage of type-only imports/exports (#1006)
  • 43a4e1f chore(release): publish new version v3.12.3
  • 50da3e5 chore(release): publish new version v3.12.1
  • 4d410a9 chore(release): publish new version v3.12.0
  • c4f7c10 chore(deps): use catalog: anywhere we have duplicate versions (#976)
  • 2cf5915 chore(release): publish new version v3.11.0
  • Additional commits viewable in compare view

Updates @lerna-lite/publish from 3.8.0 to 4.0.0

Release notes

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

v4.0.0

4.0.0 (2025-03-28)

📢 Major 4.0 Release ⚠️

Since NodeJS 18 EOL is fast approaching (a month away), it's time for Lerna-Lite to release its next version and bump Node requirement. This new release has a few changes and you'll want to see the list of breaking changes below, but it should be pretty straightforward and probably transparent for most users, here are the main changes:

  1. upgrade of all conventional-changelog dependencies to their latest major versions, that shouldn't impact you unless you are using conventional-changelog-conventionalcommits and if you are, then make sure to use v8.0 because older versions will probably fail.
  2. Canary Releases had issues for a long time because it was implemented with +{SHA} and NPM at some point started discarding any chars past a + symbol, making these releases pretty much useless, so we now switched to using .{SHA} and it should make the Canary Releases more usable
  3. requirement for NodeJS got bumped to ^20.17.0 || >=22.9.0 and you might wonder, why the big jump? Well, you should ask that question to the NPM team, all their latest packages (i.e. @npmcli/arborist, npm-packlist, ...) got bumped to that Node requirement and I'm just keeping up by following them...

New Requirements

  • drop support for Node 18 which will be EOL in April, we now require Node ^20.17.0 || >=22.9.0

⚠ BREAKING CHANGES

  • deps: update all major npm & other deps (#1008)
  • deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • version: change default "describe [Git] tag" pattern to v* (#1001)
  • watch: upgrade Chokidar to v4.0 major version (#1004)
  • deps: remove node-fetch, fixes punycode warning (#998)
  • deps: upgrade all conventional-changelog-* to major versions (#997)

Some Project Statistics

Here's a few statistics about Lerna-Lite:

  • is 3.5 years old with over 500 stars
  • recently reached 1 million download a year and it keeps growing every year (in comparison Lerna is at 62M/year)
  • over 800 public projects using it (probably twice as much in private repos)
  • biggest project using Lerna-Lite is Jest.

In a quick summary, the main goal of Lerna-Lite as always been centered around maintenance (and the most recent challenge was to upgrade all conventional-changelog major deps and oh boy, was that a hard one!)... and sometime, once in a while, new features are being added into the project as well and the most recent one being the full pnpm catalog: support. For a more detailed list of features that are only available in Lerna-Lite, you can take a look at the main readme page. Also note that I, @​ghiscoding, do my best to maintain this project but there are still some areas that are like black boxes to me and/or that I don't quite understand, basically I'm just a regular dev like you and I'm simply doing my best to keep the project rolling and up to date, any help will always be welcome, cheers! 😉

A big Thanks to all my Sponsors and Happy Coding 🐉

... (truncated)

Changelog

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

4.0.0 (2025-03-28)

[!NOTE] Please visit the v4.0.0 release for more details about the migration.

⚠ BREAKING CHANGES

  • deps: update all major npm & other deps (#1008)
  • deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • version: change default "describe [Git] tag" pattern to v* (#1001)
  • watch: upgrade Chokidar to v4.0 major version (#1004)

Bug Fixes

3.12.3 (2025-03-12)

Note: Version bump only for package @​lerna-lite/publish

3.12.2 (2025-02-28)

Note: Version bump only for package @​lerna-lite/publish

3.12.1 (2025-02-18)

Note: Version bump only for package @​lerna-lite/publish

3.12.0 (2025-01-31)

Features

Bug Fixes

3.11.0 (2025-01-02)

Features

Bug Fixes

... (truncated)

Commits
  • 5a60d7a chore(release): publish new version v4.0.0
  • 332a1c0 fix(deps)!: update all major npm & other deps (#1008)
  • 9a87d82 fix(deps)!: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • 6b0f1e9 fix(version)!: change default "describe [Git] tag" pattern to v* (#1001)
  • d376975 fix(watch)!: upgrade Chokidar to v4.0 major version (#1004)
  • 26da1a9 fix(publish): replace +{SHA} with .{SHA} in lerna publish --canary (#999)
  • 8e78fe0 chore: exclude fixtures from built distribution folders (#1007)
  • 37a88ba chore: enforce consistent usage of type-only imports/exports (#1006)
  • f505dac docs: improve arborist loadOptions config
  • 43a4e1f chore(release): publish new version v3.12.3
  • Additional commits viewable in compare view

Updates @lerna-lite/version from 3.8.0 to 4.0.0

Release notes

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

v4.0.0

4.0.0 (2025-03-28)

📢 Major 4.0 Release ⚠️

Since NodeJS 18 EOL is fast approaching (a month away), it's time for Lerna-Lite to release its next version and bump Node requirement. This new release has a few changes and you'll want to see the list of breaking changes below, but it should be pretty straightforward and probably transparent for most users, here are the main changes:

  1. upgrade of all conventional-changelog dependencies to their latest major versions, that shouldn't impact you unless you are using conventional-changelog-conventionalcommits and if you are, then make sure to use v8.0 because older versions will probably fail.
  2. Canary Releases had issues for a long time because it was implemented with +{SHA} and NPM at some point started discarding any chars past a + symbol, making these releases pretty much useless, so we now switched to using .{SHA} and it should make the Canary Releases more usable
  3. requirement for NodeJS got bumped to ^20.17.0 || >=22.9.0 and you might wonder, why the big jump? Well, you should ask that question to the NPM team, all their latest packages (i.e. @npmcli/arborist, npm-packlist, ...) got bumped to that Node requirement and I'm just keeping up by following them...

New Requirements

  • drop support for Node 18 which will be EOL in April, we now require Node ^20.17.0 || >=22.9.0

⚠ BREAKING CHANGES

  • deps: update all major npm & other deps (#1008)
  • deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • version: change default "describe [Git] tag" pattern to v* (#1001)
  • watch: upgrade Chokidar to v4.0 major version (#1004)
  • deps: remove node-fetch, fixes punycode warning (#998)
  • deps: upgrade all conventional-changelog-* to major versions (#997)

Some Project Statistics

Here's a few statistics about Lerna-Lite:

  • is 3.5 years old with over 500 stars
  • recently reached 1 million download a year and it keeps growing every year (in comparison Lerna is at 62M/year)
  • over 800 public projects using it (probably twice as much in private repos)
  • biggest project using Lerna-Lite is Jest.

In a quick summary, the main goal of Lerna-Lite as always been centered around maintenance (and the most recent challenge was to upgrade all conventional-changelog major deps and oh boy, was that a hard one!)... and sometime, once in a while, new features are being added into the project as well and the most recent one being the full pnpm catalog: support. For a more detailed list of features that are only available in Lerna-Lite, you can take a look at the main readme page. Also note that I, @​ghiscoding, do my best to maintain this project but there are still some areas that are like black boxes to me and/or that I don't quite understand, basically I'm just a regular dev like you and I'm simply doing my best to keep the project rolling and up to date, any help will always be welcome, cheers! 😉

A big Thanks to all my Sponsors and Happy Coding 🐉

... (truncated)

Changelog

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

4.0.0 (2025-03-28)

[!NOTE] Please visit the v4.0.0 release for more details about the migration.

⚠ BREAKING CHANGES

  • deps: update all major npm & other deps (#1008)
  • deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • version: change default "describe [Git] tag" pattern to v* (#1001)
  • watch: upgrade Chokidar to v4.0 major version (#1004)
  • deps: remove node-fetch, fixes punycode warning (#998)
  • deps: upgrade all conventional-changelog-* to major versions (#997)

Bug Fixes

Miscellaneous Chores

3.12.3 (2025-03-12)

Note: Version bump only for package @​lerna-lite/version

3.12.2 (2025-02-28)

Bug Fixes

3.12.1 (2025-02-18)

Bug Fixes

3.12.0 (2025-01-31)

Features

Bug Fixes

... (truncated)

Commits
  • 5a60d7a chore(release): publish new version v4.0.0
  • 332a1c0 fix(deps)!: update all major npm & other deps (#1008)
  • 9a87d82 fix(deps)!: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • 6b0f1e9 fix(version)!: change default "describe [Git] tag" pattern to v* (#1001)
  • d376975 fix(watch)!: upgrade Chokidar to v4.0 major version (#1004)
  • f3c6388 chore(deps)!: remove node-fetch, fixes punycode warning (#998)
  • df2d462 fix(deps)!: upgrade all conventional-changelog-* to major versions (#997)
  • 8e78fe0 chore: exclude fixtures from built distribution folders (#1007)
  • 37a88ba chore: enforce consistent usage of type-only imports/exports (#1006)
  • 43a4e1f chore(release): publish new version v3.12.3
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Copy link

socket-security bot commented Apr 11, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​node@​18.19.86 ⏵ 18.19.8710010079 +196100
Updatedp-queue@​8.0.1 ⏵ 8.1.0100 +1100100 +180100
Updated@​lerna-lite/​cli@​3.8.0 ⏵ 4.0.097 +110083 +190100
Updated@​lerna-lite/​version@​3.8.0 ⏵ 4.0.09410010091100
Updated@​lerna-lite/​publish@​3.8.0 ⏵ 4.0.094 +110010091100
Updated@​inquirer/​core@​9.2.1 ⏵ 10.1.10100 +110010094100

View full report

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-lite-4556de8b3b branch 2 times, most recently from 4b93658 to db4c0be Compare April 21, 2025 01:25
Bumps the lerna-lite group with 3 updates: [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli), [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) and [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version).


Updates `@lerna-lite/cli` from 3.8.0 to 4.0.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v4.0.0/packages/cli)

Updates `@lerna-lite/publish` from 3.8.0 to 4.0.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/publish/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v4.0.0/packages/publish)

Updates `@lerna-lite/version` from 3.8.0 to 4.0.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/version/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v4.0.0/packages/version)

---
updated-dependencies:
- dependency-name: "@lerna-lite/cli"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lerna-lite
- dependency-name: "@lerna-lite/publish"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lerna-lite
- dependency-name: "@lerna-lite/version"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lerna-lite
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-lite-4556de8b3b branch from db4c0be to 4a0c7c2 Compare April 28, 2025 01:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants