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 development-dependencies group with 6 updates #24

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps the development-dependencies group with 6 updates:

Package From To
@lerna-lite/publish 3.12.1 3.12.2
@lerna-lite/version 3.12.1 3.12.2
@types/node 22.13.5 22.13.9
prettier 3.5.2 3.5.3
prettier-plugin-packagejson 2.5.8 2.5.10
typescript 5.7.3 5.8.2

Updates @lerna-lite/publish from 3.12.1 to 3.12.2

Release notes

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

v3.12.2

3.12.2 (2025-02-28)

Bug Fixes

Changelog

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

3.12.2 (2025-02-28)

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

Commits
  • 4138395 chore(release): publish new version v3.12.2
  • edf234b docs: add catalog note about lerna only reading catalog not writing to
  • See full diff in compare view

Updates @lerna-lite/version from 3.12.1 to 3.12.2

Release notes

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

v3.12.2

3.12.2 (2025-02-28)

Bug Fixes

Changelog

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

3.12.2 (2025-02-28)

Bug Fixes

Commits
  • 4138395 chore(release): publish new version v3.12.2
  • 0587015 fix: dry-run, don't throw no changelog w/o release, fixes #988 (#990)
  • 1cc92ee fix(deps): update all non-major dependencies (#986)
  • 13622d1 docs: add catalog note about lerna only reading catalog not writing to
  • c7f4120 docs: add catalog note about lerna only reading catalog not writing to
  • See full diff in compare view

Updates @types/node from 22.13.5 to 22.13.9

Commits

Updates prettier from 3.5.2 to 3.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;
// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

Commits

Updates prettier-plugin-packagejson from 2.5.8 to 2.5.10

Release notes

Sourced from prettier-plugin-packagejson's releases.

v2.5.10

2.5.10 (2025-03-02)

Bug Fixes

  • deps: update dependency sort-package-json to v2.15.1 (b10ddae)

v2.5.9

2.5.9 (2025-02-28)

Bug Fixes

  • deps: update dependency sort-package-json to v2.15.0 (0f3dd4b)
Commits
  • c038f19 Merge pull request #217 from matzkoh/renovate/sort-package-json-2.15.x
  • b10ddae fix(deps): update dependency sort-package-json to v2.15.1
  • 7d298d9 Merge pull request #216 from matzkoh/renovate/sort-package-json-2.x
  • 0f3dd4b fix(deps): update dependency sort-package-json to v2.15.0
  • 3127dad Merge pull request #215 from matzkoh/renovate/prettier-3.5.x
  • 627db37 chore(deps): update dependency prettier to v3.5.2
  • 793d86b Merge pull request #214 from matzkoh/renovate/prettier-3.5.x
  • 7a3890f chore(deps): update dependency prettier to v3.5.1
  • 61a08cd Merge pull request #213 from matzkoh/renovate/node-22.x
  • f19d470 chore(deps): update node.js to v22.14.0
  • Additional commits viewable in compare view

Updates typescript from 5.7.3 to 5.8.2

Release notes

Sourced from typescript's releases.

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) | `3.12.1` | `3.12.2` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `3.12.1` | `3.12.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.5` | `22.13.9` |
| [prettier](https://github.com/prettier/prettier) | `3.5.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.2` |


Updates `@lerna-lite/publish` from 3.12.1 to 3.12.2
- [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.2/packages/publish)

Updates `@lerna-lite/version` from 3.12.1 to 3.12.2
- [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.2/packages/version)

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

Updates `prettier` from 3.5.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.5.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.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

---
updated-dependencies:
- dependency-name: "@lerna-lite/publish"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@lerna-lite/version"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier-plugin-packagejson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from njfamirm March 6, 2025 10:44
@dependabot dependabot bot requested a review from njfamirm as a code owner March 6, 2025 10:44
@dependabot dependabot bot added ci Work that improves the continuous integration. dependencies Change in project dependencies. maintenance Generic maintenance tasks. minor This PR causes a minor bump in the version number. priority-low Nice addition, maybe... someday... labels Mar 6, 2025
@njfamirm njfamirm merged commit 1b96f6c into next Mar 6, 2025
2 checks passed
@njfamirm njfamirm deleted the dependabot/npm_and_yarn/development-dependencies-97a04684bc branch March 6, 2025 12:35
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. minor This PR causes a minor bump in the version number. priority-low Nice addition, maybe... someday...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant