Skip to content

deps(deps-dev): bump the dependencies group across 1 directory with 10 updates #268

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: next
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 10 updates in the / directory:

Package From To
@lerna-lite/changed 3.12.3 4.0.0
@lerna-lite/cli 3.12.3 4.0.0
@lerna-lite/diff 3.12.3 4.0.0
@lerna-lite/exec 3.12.3 4.0.0
@lerna-lite/publish 3.12.3 4.0.0
@lerna-lite/run 3.12.3 4.0.0
@lerna-lite/version 3.12.3 4.0.0
eslint-import-resolver-typescript 3.8.6 4.3.2
typescript 5.8.2 5.8.3
@types/node 22.13.10 22.14.0

Updates @lerna-lite/changed from 3.12.3 to 4.0.0

Release notes

Sourced from @​lerna-lite/changed'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/changed'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

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)
  • See full diff in compare view

Updates @lerna-lite/cli from 3.12.3 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

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)
  • See full diff in compare view

Updates @lerna-lite/diff from 3.12.3 to 4.0.0

Release notes

Sourced from @​lerna-lite/diff'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/diff'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

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)
  • See full diff in compare view

Updates @lerna-lite/exec from 3.12.3 to 4.0.0

Release notes

Sourced from @​lerna-lite/exec'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/exec'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

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)
  • See full diff in compare view

Updates @lerna-lite/publish from 3.12.3 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

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
  • See full diff in compare view

Updates @lerna-lite/run from 3.12.3 to 4.0.0

Release notes

Sourced from @​lerna-lite/run'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/run'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

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)
  • See full diff in compare view

Updates @lerna-lite/version from 3.12.3 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

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)
  • See full diff in compare view

Updates eslint-import-resolver-typescript from 3.8.6 to 4.3.2

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.3.2

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.1...v4.3.2

v4.3.1

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.0...v4.3.1

v4.3.0

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.2.7...v4.3.0

v4.2.7

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.2.6...v4.2.7

v4.2.6

Patch Changes

…0 updates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@lerna-lite/changed](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/changed) | `3.12.3` | `4.0.0` |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `3.12.3` | `4.0.0` |
| [@lerna-lite/diff](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/diff) | `3.12.3` | `4.0.0` |
| [@lerna-lite/exec](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/exec) | `3.12.3` | `4.0.0` |
| [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) | `3.12.3` | `4.0.0` |
| [@lerna-lite/run](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/run) | `3.12.3` | `4.0.0` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `3.12.3` | `4.0.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.8.6` | `4.3.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.10` | `22.14.0` |



Updates `@lerna-lite/changed` from 3.12.3 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/changed/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v4.0.0/packages/changed)

Updates `@lerna-lite/cli` from 3.12.3 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/diff` from 3.12.3 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/diff/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v4.0.0/packages/diff)

Updates `@lerna-lite/exec` from 3.12.3 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/exec/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v4.0.0/packages/exec)

Updates `@lerna-lite/publish` from 3.12.3 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/run` from 3.12.3 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/run/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v4.0.0/packages/run)

Updates `@lerna-lite/version` from 3.12.3 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)

Updates `eslint-import-resolver-typescript` from 3.8.6 to 4.3.2
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v3.8.6...v4.3.2)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.2...v5.8.3)

Updates `@types/node` from 22.13.10 to 22.14.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@lerna-lite/changed"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@lerna-lite/cli"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@lerna-lite/diff"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@lerna-lite/exec"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@lerna-lite/publish"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@lerna-lite/run"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@lerna-lite/version"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.3.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 22.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from alimd as a code owner April 10, 2025 00:24
@dependabot dependabot bot added ci Work that improves the continuous integration. dependencies Change in project dependencies. labels Apr 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2025

Reviewers

The following users could not be added as reviewers: AliMD. Either the username does not exist or it does not have the correct permissions to be added as a reviewer.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added maintenance Generic maintenance tasks. major This PR causes a major bump in the version number. priority-low Nice addition, maybe... someday... labels Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Work that improves the continuous integration. dependencies Change in project dependencies. maintenance Generic maintenance tasks. major This PR causes a major bump in the version number. priority-low Nice addition, maybe... someday...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants