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

Bump the minor_patch group across 1 directory with 3 updates #172

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2024

Bumps the minor_patch group with 3 updates in the / directory: lerna, nx and stylelint-config-recommended.

Updates lerna from 8.1.3 to 8.1.5

Release notes

Sourced from lerna's releases.

v8.1.5

8.1.5 (2024-06-24)

Bug Fixes

  • update npm utility dependencies and related packages (#4033) (bd1c2d8)

v8.1.4

8.1.4 (2024-06-09)

Bug Fixes

  • specify 'dependencies: true' when prepping task runner options (#4017) (244462d)
Changelog

Sourced from lerna's changelog.

8.1.5 (2024-06-24)

Bug Fixes

  • update npm utility dependencies and related packages (#4033) (bd1c2d8)

8.1.4 (2024-06-09)

Note: Version bump only for package lerna

Commits

Updates nx from 19.3.0 to 19.3.2

Release notes

Sourced from nx's releases.

19.3.2 (2024-06-26)

🚀 Features

  • nx-cloud: updates to the new onboarding flow (75b7fa155)
  • nx-cloud: unhide new onboarding flow (73f15ebcc)
  • release: allow disabling GitHub username matching in default changelog renderer (#26672)

🩹 Fixes

  • angular: fix chalk import and correctly skip invalid projects in ng-add generator (#26667)
  • angular: allow usages of ecmascript decorators in ng-packagr executors (#26691)
  • angular: migration of browserTarget to buildTarget should handle empty config #26681 (#26690, #26681)
  • bundling: use vite createNodes v2 for add plugin (#26662)
  • core: repair sourcemaps that had file & plugin swapped (#26628)
  • core: pick up changes to plugins configuration in daemon (#26625)
  • core: isolated plugins should provide cleanup function (#26657)
  • core: expand env variables on load and unload (#26459)
  • graph: fix search params reload when back to graph (#26580)
  • linter: ensure that @​nx/eslint-plugin is installed when we add an extracted base eslintrc file (#26679)
  • linter: handle eslint flat config path correctly in lint executor (#26687)
  • module-federation: module-federation-dev-server hang caused by child process exiting too early (#26684, #26685)
  • module-federation: dynamic remotes external to workspace should be skipped correctly #26551 (#26692, #26551)
  • release: skip dependents of projects without changes in conventional commits (#26671)
  • remix: don't add @​remix-run/eslint-config dependency to new remix apps (#26568)
  • testing: accept a numeric value for the playwright executor's workers option (#26689)
  • vite: setup-paths-plugin should only register import once (#26678)
  • vite: incremental builds tmp tsconfig should have baseUrl set to workspace root (#26680)
  • webpack: handle nullable plugin options (#26624)

❤️ Thank You

19.3.1 (2024-06-21)

🚀 Features

... (truncated)

Commits

Updates stylelint-config-recommended from 14.0.0 to 14.0.1

Release notes

Sourced from stylelint-config-recommended's releases.

14.0.1

  • Fixed: missing funding field in package.json.
Changelog

Sourced from stylelint-config-recommended's changelog.

14.0.1

  • Fixed: missing funding field in package.json.
Commits
  • 93b5c71 14.0.1
  • 652a851 Prepare 14.0.1
  • 0f66197 Bump the development-dependencies group with 4 updates (#225)
  • 271a32b Fix missing funding field in package.json (#224)
  • ba645d4 Bump the development-dependencies group with 3 updates (#222)
  • ae4b9ac Bump the development-dependencies group with 2 updates (#220)
  • ef611d9 Exclude ESLint from Dependabot group updates (#219)
  • b578536 Bump the development-dependencies group with 1 update (#217)
  • 670bdf3 Bump the development-dependencies group with 3 updates (#216)
  • 101a4d9 Bump the development-dependencies group with 3 updates (#215)
  • 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 minor_patch group with 3 updates in the / directory: [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended).


Updates `lerna` from 8.1.3 to 8.1.5
- [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.5/packages/lerna)

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

Updates `stylelint-config-recommended` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-recommended@14.0.0...14.0.1)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: stylelint-config-recommended
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2024

Superseded by #173.

@dependabot dependabot bot closed this Jul 7, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor_patch-d02868ef7e branch July 7, 2024 08:38
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