conventional-changelog / commitlint

📓 Lint commit messages
https://commitlint.js.org
MIT License
16.3k stars 882 forks source link

chore: update dependency nx to v19 - autoclosed #4072

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nx (source) ^14.0.0 \|\| ^15.0.0 \|\| ^16.0.0 \|\| ^17.0.0 \|\| ^18.0.0 -> ^19.0.0 age adoption passing confidence

Release Notes

nrwl/nx (nx) ### [`v19.0.1`](https://togithub.com/nrwl/nx/releases/tag/19.0.1) [Compare Source](https://togithub.com/nrwl/nx/compare/19.0.0...19.0.1) #### 19.0.1 (2024-05-07) ##### 🚀 Features - **core:** add an option to seperate the output of show with provide… ([#​23172](https://togithub.com/nrwl/nx/pull/23172)) - **misc:** improve nx cloud setup prompts and messaging ([#​23218](https://togithub.com/nrwl/nx/pull/23218)) ##### 🩹 Fixes - **gradle:** use local gradlew instead of sdkman ([#​23205](https://togithub.com/nrwl/nx/pull/23205)) - **module-federation:** nested projects should be ordered first when reading from tsconfig paths [#​20284](https://togithub.com/nrwl/nx/issues/20284) ([#​23212](https://togithub.com/nrwl/nx/pull/23212), [#​20284](https://togithub.com/nrwl/nx/issues/20284)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Daniel Santiago - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) ### [`v19.0.0`](https://togithub.com/nrwl/nx/compare/18.3.4...41d21ab9ac7fa3682ba535979278bb3c4a349654) [Compare Source](https://togithub.com/nrwl/nx/compare/18.3.4...19.0.0)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codesandbox-ci[bot] commented 1 month ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

DavidVollmers commented 1 month ago

We should discuss the required version: https://github.com/conventional-changelog/commitlint/issues/4067#issuecomment-2099965879

I think setting it to ^19.0.0 or to >=14.0.0 is the best solution.

escapedcat commented 1 month ago

^19.0.0 will break all old versions. I rather go with your suggestion >=14.0.0. You wanna create a PR?

DavidVollmers commented 1 month ago

@escapedcat sorry didn't see this was created by a bot... Here is my PR: https://github.com/conventional-changelog/commitlint/pull/4073