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

chore(deps-dev): bump the lerna group across 1 directory with 2 updates #31

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2024

Bumps the lerna group with 2 updates in the / directory: lerna and nx.

Updates lerna from 8.1.6 to 8.1.8

Release notes

Sourced from lerna's releases.

v8.1.8

8.1.8 (2024-08-05)

Bug Fixes

  • publish: upgrade @​npmcli/arborist to 7.5.4 (#4058) (89de0eb)
  • version: truncate release body based on maximum size allowed by VCS client (#4041) (3c2a3c9)

Features

  • publish: enable throttling when publishing modules (#4013) (fccca12)

v8.1.7

8.1.7 (2024-07-21)

Bug Fixes

Changelog

Sourced from lerna's changelog.

8.1.8 (2024-08-05)

Bug Fixes

  • publish: upgrade @​npmcli/arborist to 7.5.4 (#4058) (89de0eb)

8.1.7 (2024-07-21)

Bug Fixes

Commits

Updates nx from 19.5.1 to 19.5.7

Release notes

Sourced from nx's releases.

19.5.7 (2024-08-07)

🚀 Features

  • core: add nx-console installation source to nx connect (#27307)

🩹 Fixes

  • core: remove additional quotes around cache path while pruning (#27273)
  • core: move token generation into new (#27266)
  • core: script-based targets should be able to be modified in a project.json file (#27309)
  • core: don't cache full dependency configuration when expanding target name (#27308)
  • core: allow configuring plugin message timeout (#27315)
  • js: locate npm nodes correctly for aliased packages (#27124)
  • misc: fix cloud setup (#27281)
  • misc: end ab testing for onboarding message (#27316)
  • misc: track which CI providers being used (#27320)
  • nx-cloud: fix connect generator (#27314)
  • nx-dev: Turn off next.js cache for careers api (#27275)
  • nx-dev: clean up heading text (#27205)

❤️ Thank You

19.5.6 (2024-08-01)

🩹 Fixes

  • misc: add cloud token during new workspace like expected (#27265)

❤️ Thank You

19.5.5 (2024-08-01)

🚀 Features

  • misc: add more logging while running migrations (#27063)
  • nx-dev: add contact us button (#27248)

... (truncated)

Commits
  • 644bd4d fix(js): locate npm nodes correctly for aliased packages (#27124)
  • 56228d9 fix(core): allow configuring plugin message timeout (#27315)
  • a4ea9bc fix(core): don't cache full dependency configuration when expanding target na...
  • aba87f8 fix(core): script-based targets should be able to be modified in a project.js...
  • a42a84d fix(nx-cloud): fix connect generator (#27314)
  • 7bbe166 feat(core): add nx-console installation source to nx connect (#27307)
  • 964558d fix(core): move token generation into new (#27266)
  • b12043d fix(core): remove additional quotes around cache path while pruning (#27273)
  • 9332586 fix(misc): add cloud token during new workspace like expected (#27265)
  • 1ab5cab fix(misc): hide git not a repository error (#27237)
  • 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 lerna group with 2 updates in the / directory: [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) and [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).


Updates `lerna` from 8.1.6 to 8.1.8
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.1.8/packages/lerna)

Updates `nx` from 19.5.1 to 19.5.7
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.5.7/packages/nx)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lerna
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lerna
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2024

Superseded by #32.

@dependabot dependabot bot closed this Aug 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lerna-1f69c03d1f branch August 17, 2024 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants