Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Package From To
@lerna-lite/changed 3.10.0 3.12.0
@lerna-lite/cli 3.10.0 3.12.0
@lerna-lite/diff 3.10.0 3.12.0
@lerna-lite/exec 3.10.0 3.12.0
@lerna-lite/publish 3.10.0 3.12.0
@lerna-lite/run 3.10.0 3.12.0
@lerna-lite/version 3.10.0 3.12.0
eslint-import-resolver-typescript 3.6.3 3.7.0
prettier 3.3.3 3.4.2
typescript 5.6.3 5.7.3

Updates @lerna-lite/changed from 3.10.0 to 3.12.0

Release notes

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

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

Also note that there are currently no unit tests for this new feature yet, we should eventually add unit tests but it was skipped for now to make the new feature available as quickly as possible. Getting a PR by anyone to add unit tests would be super welcome. Thanks again to @​wassim-ben-amor and @​Mister-Hope for this external contributions 🚀

[!NOTE] It seems that I misunderstood what the external PR for catalog: really does, it only makes lerna version happier (not crash as opposed to before) and users would have to execute pnpm publish instead of lerna publish for the catalog: to really be replaced. It would probably require more work in Lerna-Lite to fully support catalog: for both lerna commands (version/publish)... more to come I guess.

Features

Bug Fixes

v3.10.1

3.10.1 (2024-11-28)

... (truncated)

Changelog

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

3.12.0 (2025-01-31)

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

3.11.0 (2025-01-02)

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

3.10.1 (2024-11-28)

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

Commits
  • 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
  • 6aab9c5 chore: add missing git prefix on git repo links
  • a91533e chore(release): publish new version v3.10.1
  • See full diff in compare view

Updates @lerna-lite/cli from 3.10.0 to 3.12.0

Release notes

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

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

Also note that there are currently no unit tests for this new feature yet, we should eventually add unit tests but it was skipped for now to make the new feature available as quickly as possible. Getting a PR by anyone to add unit tests would be super welcome. Thanks again to @​wassim-ben-amor and @​Mister-Hope for this external contributions 🚀

[!NOTE] It seems that I misunderstood what the external PR for catalog: really does, it only makes lerna version happier (not crash as opposed to before) and users would have to execute pnpm publish instead of lerna publish for the catalog: to really be replaced. It would probably require more work in Lerna-Lite to fully support catalog: for both lerna commands (version/publish)... more to come I guess.

Features

Bug Fixes

v3.10.1

3.10.1 (2024-11-28)

... (truncated)

Changelog

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

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

Commits
  • 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
  • 956ad09 fix(deps): update all non-major dependencies (#966)
  • 6aab9c5 chore: add missing git prefix on git repo links
  • a91533e chore(release): publish new version v3.10.1
  • See full diff in compare view

Updates @lerna-lite/diff from 3.10.0 to 3.12.0

Release notes

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

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

Also note that there are currently no unit tests for this new feature yet, we should eventually add unit tests but it was skipped for now to make the new feature available as quickly as possible. Getting a PR by anyone to add unit tests would be super welcome. Thanks again to @​wassim-ben-amor and @​Mister-Hope for this external contributions 🚀

[!NOTE] It seems that I misunderstood what the external PR for catalog: really does, it only makes lerna version happier (not crash as opposed to before) and users would have to execute pnpm publish instead of lerna publish for the catalog: to really be replaced. It would probably require more work in Lerna-Lite to fully support catalog: for both lerna commands (version/publish)... more to come I guess.

Features

Bug Fixes

v3.10.1

3.10.1 (2024-11-28)

... (truncated)

Changelog

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

3.12.0 (2025-01-31)

Features

Bug Fixes

3.11.0 (2025-01-02)

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

3.10.1 (2024-11-28)

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

Commits
  • 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)
  • 24d1bbc fix(deps): update all non-major dependencies (#971)
  • 2cf5915 chore(release): publish new version v3.11.0
  • 6aab9c5 chore: add missing git prefix on git repo links
  • a91533e chore(release): publish new version v3.10.1
  • See full diff in compare view

Updates @lerna-lite/exec from 3.10.0 to 3.12.0

Release notes

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

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

Also note that there are currently no unit tests for this new feature yet, we should eventually add unit tests but it was skipped for now to make the new feature available as quickly as possible. Getting a PR by anyone to add unit tests would be super welcome. Thanks again to @​wassim-ben-amor and @​Mister-Hope for this external contributions 🚀

[!NOTE] It seems that I misunderstood what the external PR for catalog: really does, it only makes lerna version happier (not crash as opposed to before) and users would have to execute pnpm publish instead of lerna publish for the catalog: to really be replaced. It would probably require more work in Lerna-Lite to fully support catalog: for both lerna commands (version/publish)... more to come I guess.

Features

Bug Fixes

v3.10.1

3.10.1 (2024-11-28)

... (truncated)

Changelog

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

3.12.0 (2025-01-31)

Features

Bug Fixes

3.11.0 (2025-01-02)

Bug Fixes

3.10.1 (2024-11-28)

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

Commits
  • 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)
  • 2c14288 fix(deps): update dependency tinyrainbow to v2 (#973)
  • 24d1bbc fix(deps): update all non-major dependencies (#971)
  • 2cf5915 chore(release): publish new version v3.11.0
  • 956ad09 fix(deps): update all non-major dependencies (#966)
  • 6aab9c5 chore: add missing git prefix on git repo links
  • a91533e chore(release): publish new version v3.10.1
  • ca7f9b9 chore(deps): update all non-major dependencies (#953)
  • See full diff in compare view

Updates @lerna-lite/publish from 3.10.0 to 3.12.0

Release notes

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

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

Also note that there are currently no unit tests for this new feature yet, we should eventually add unit tests but it was skipped for now to make the new feature available as quickly as possible. Getting a PR by anyone to add unit tests would be super welcome. Thanks again to @​wassim-ben-amor and @​Mister-Hope for this external contributions 🚀

[!NOTE] It seems that I misunderstood what the external PR for catalog: really does, it only makes lerna version happier (not crash as opposed to before) and users would have to execute pnpm publish instead of lerna publish for the catalog: to really be replaced. It would probably require more work in Lerna-Lite to fully support catalog: for both lerna commands (version/publish)... more to come I guess.

Features

Bug Fixes

v3.10.1

3.10.1 (2024-11-28)

... (truncated)

Changelog

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

3.12.0 (2025-01-31)

Features

Bug Fixes

3.11.0 (2025-01-02)

Features

Bug Fixes

3.10.1 (2024-11-28)

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

Commits
  • 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)
  • cc55d79 docs: fix some typos
  • 2c14288 fix(deps): update dependency tinyrainbow to v2 (#973)
  • 24d1bbc fix(deps): update all non-major dependencies (#971)
  • ce02c27 docs: emphasis catalog protocol
  • 87ff665 docs: move catalog before workspace in docs
  • 2cf5915 chore(release): publish new version v3.11.0
  • 956ad09 fix(deps): update all non-major dependencies (#966)
  • Additional commits viewable in compare view

Updates @lerna-lite/run from 3.10.0 to 3.12.0

Release notes

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

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

Also note that there are currently no unit tests for this new feature yet, we should eventually add unit tests but it was skipped for now to make the new feature available as quickly as possible. Getting a PR by anyone to add unit tests would be super welcome. Thanks again to @​wassim-ben-amor and @​Mister-Hope for this external contributions 🚀

[!NOTE] It seems that I misunderstood what the external PR for catalog: really does, it only makes lerna version happier (not crash as opposed to before) and users would have to execute pnpm publish instead of lerna publish for the catalog: to really be replaced. It would probably require more work in Lerna-Lite to fully support catalog: for both lerna commands (version/publish)... more to come I guess.

Features

Bug Fixes

v3.10.1

3.10.1 (2024-11-28)

... (truncated)

Changelog

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

3.12.0 (2025-01-31)

Features

Bug Fixes

3.11.0 (2025-01-02)

Bug Fixes

3.10.1 (2024-11-28)

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

Commits
  • 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)
  • 2c14288 fix(deps): update dependency tinyrainbow to v2 (#973)
  • 24d1bbc fix(deps): update all non-major dependencies (#971)
  • 2cf5915 chore(release): publish new version v3.11.0
  • 956ad09 fix(deps): update all non-major dependencies (#966)
  • 6aab9c5 chore: add missing git prefix on git repo links
  • a91533e chore(release): publish new version v3.10.1
  • ca7f9b9 chore(deps): update all non-major dependencies (#953)
  • See full diff in compare view

Updates @lerna-lite/version from 3.10.0 to 3.12.0

Release notes

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

v3.12.0 - full pnpm catalogs support

🔈 Full pnpm catalogs support for both lerna version and lerna publish commands

The previous release brought support for catalogs but only for lerna version, however with this new release we bring support to both version and publish commands. 🚀

3.12.0 (2025-01-31)

Features

Bug Fixes

v3.11.0

3.11.0 (2025-01-02)

📢 Lerna-Lite now provides partial support for the new pnpm catalog: protocol

Starting the New Year with a new feature :) Thanks to @​wassim-ben-amor and @​Mister-Hope for providing the code and a pull request for this new feature. However please note that it comes with certain limitations (as described in the Publish#catalog docs)

The catalog: protocol (pnpm catalog) can be recognized by Lerna-Lite. When publishing, they will be kept as is. If you need to bump the version of a package in a catalog, you will need to edit pnpm-workspace.yaml manually. So we suggest using workspace: protocol instead for workspace dependencies.

Also note that there are currently no unit tests for this new feature yet, we should eventually add unit tests but it was skipped for now to make the new feature available as quickly as possible. Getting a PR by anyone to add unit tests would be super welcome. Thanks again to @​wassim-ben-amor and @​Mister-Hope for this external contributions 🚀

[!NOTE] It seems that I misunderstood what the external PR for catalog: really does, it only makes lerna version happier (not crash as opposed to before) and users would have to execute pnpm publish instead of lerna publish for the catalog: to really be replaced. It would probably require more work in Lerna-...

Description has been truncated

@dependabot dependabot bot requested a review from alimd as a code owner February 3, 2025 12:12
@dependabot dependabot bot added ci Work that improves the continuous integration. dependencies Change in project dependencies. maintenance Generic maintenance tasks. priority-low Nice addition, maybe... someday... labels Feb 3, 2025
@alimd alimd changed the title feat(deps-dev): bump the dependencies group across 1 directory with 10 updates deps(deps-dev): bump the dependencies group across 1 directory with 10 updates Feb 3, 2025
…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.10.0` | `3.12.0` |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `3.10.0` | `3.12.0` |
| [@lerna-lite/diff](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/diff) | `3.10.0` | `3.12.0` |
| [@lerna-lite/exec](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/exec) | `3.10.0` | `3.12.0` |
| [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) | `3.10.0` | `3.12.0` |
| [@lerna-lite/run](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/run) | `3.10.0` | `3.12.0` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `3.10.0` | `3.12.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.3` | `3.7.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.3` |



Updates `@lerna-lite/changed` from 3.10.0 to 3.12.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/v3.12.0/packages/changed)

Updates `@lerna-lite/cli` from 3.10.0 to 3.12.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/v3.12.0/packages/cli)

Updates `@lerna-lite/diff` from 3.10.0 to 3.12.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/v3.12.0/packages/diff)

Updates `@lerna-lite/exec` from 3.10.0 to 3.12.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/v3.12.0/packages/exec)

Updates `@lerna-lite/publish` from 3.10.0 to 3.12.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/v3.12.0/packages/publish)

Updates `@lerna-lite/run` from 3.10.0 to 3.12.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/run/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.12.0/packages/run)

Updates `@lerna-lite/version` from 3.10.0 to 3.12.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/v3.12.0/packages/version)

Updates `eslint-import-resolver-typescript` from 3.6.3 to 3.7.0
- [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.6.3...v3.7.0)

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

Updates `typescript` from 5.6.3 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.3)

---
updated-dependencies:
- dependency-name: "@lerna-lite/changed"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lerna-lite/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lerna-lite/diff"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lerna-lite/exec"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lerna-lite/publish"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lerna-lite/run"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@lerna-lite/version"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-d92e144e22 branch from 2e6c530 to eb7a876 Compare February 3, 2025 12:18
@alimd alimd merged commit 5bf39b5 into next Feb 3, 2025
1 of 2 checks passed
@alimd alimd deleted the dependabot/npm_and_yarn/dependencies-d92e144e22 branch February 3, 2025 12:18
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. priority-low Nice addition, maybe... someday...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant