Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 13 updates in the / directory:

Package From To
@lerna-lite/changed 3.11.0 4.0.0
@lerna-lite/cli 3.11.0 4.0.0
@lerna-lite/diff 3.11.0 4.0.0
@lerna-lite/exec 3.11.0 4.0.0
@lerna-lite/publish 3.11.0 4.0.0
@lerna-lite/run 3.11.0 4.0.0
@lerna-lite/version 3.11.0 4.0.0
@types/node 22.10.10 22.14.0
eslint-import-resolver-typescript 3.7.0 4.3.2
prettier 3.4.2 3.5.3
prettier-plugin-packagejson 2.5.8 2.5.10
typescript 5.7.3 5.8.3
wireit 0.14.9 0.14.11

Updates @lerna-lite/changed from 3.11.0 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

3.12.3 (2025-03-12)

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

3.12.1 (2025-02-18)

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

3.12.0 (2025-01-31)

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

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

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

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

Updates @lerna-lite/diff from 3.11.0 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

3.12.3 (2025-03-12)

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

3.12.1 (2025-02-18)

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

3.12.0 (2025-01-31)

Features

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)
  • 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)
  • 1dd3dc7 feat(publish): support pnpm catalog: protocol with lerna publish (#975)
  • Additional commits viewable in compare view

Updates @lerna-lite/exec from 3.11.0 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

3.12.3 (2025-03-12)

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

3.12.1 (2025-02-18)

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

3.12.0 (2025-01-31)

Features

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)
  • 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)
  • 1dd3dc7 feat(publish): support pnpm catalog: protocol with lerna publish (#975)
  • Additional commits viewable in compare view

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

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/run from 3.11.0 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

3.12.3 (2025-03-12)

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

3.12.1 (2025-02-18)

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

3.12.0 (2025-01-31)

Features

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)
  • 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)
  • 1dd3dc7 feat(publish): support pnpm catalog: protocol with lerna publish (#975)
  • Additional commits viewable in compare view

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

    Description has been truncated

…ctory with 13 updates

Bumps the development-dependencies group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@lerna-lite/changed](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/changed) | `3.11.0` | `4.0.0` |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `3.11.0` | `4.0.0` |
| [@lerna-lite/diff](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/diff) | `3.11.0` | `4.0.0` |
| [@lerna-lite/exec](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/exec) | `3.11.0` | `4.0.0` |
| [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) | `3.11.0` | `4.0.0` |
| [@lerna-lite/run](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/run) | `3.11.0` | `4.0.0` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `3.11.0` | `4.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.10` | `22.14.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.7.0` | `4.3.2` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) | `2.5.8` | `2.5.10` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.3` |
| [wireit](https://github.com/google/wireit) | `0.14.9` | `0.14.11` |



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

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

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

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

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

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

Updates `eslint-import-resolver-typescript` from 3.7.0 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.7.0...v4.3.2)

Updates `prettier` from 3.4.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.3)

Updates `prettier-plugin-packagejson` from 2.5.8 to 2.5.10
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.8...v2.5.10)

Updates `typescript` from 5.7.3 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.7.3...v5.8.3)

Updates `wireit` from 0.14.9 to 0.14.11
- [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md)
- [Commits](google/wireit@v0.14.9...v0.14.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from njfamirm April 10, 2025 10:20
@dependabot dependabot bot requested a review from njfamirm as a code owner April 10, 2025 10:20
@dependabot dependabot bot added 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... labels Apr 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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