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

build(deps-dev): bump the development group across 1 directory with 3 updates #190

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Bumps the development group with 3 updates in the / directory: nx, vitepress and typescript-eslint.

Updates nx from 20.0.8 to 20.0.11

Release notes

Sourced from nx's releases.

20.0.11 (2024-11-07)

🚀 Features

  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add video course page (#28736)

🩹 Fixes

  • core: fix cannot read properties of undefined (reading 'split') (#28761)
  • core: task graph needs to handle multiple cycles (#28793)
  • core: empty external deps should work properly (#28727)
  • core: ensure that the database connection is closed when nx exits (#28821)
  • graph: add better pdv empty states when no targets exist (#28797)
  • nx-dev: SEO tags (#28823)
  • repo: update version of actions/github-script in nightly script (#28784)

❤️ Thank You

20.0.10 (2024-11-06)

🩹 Fixes

  • core: ensure that setWorkspaceContext is run only on main nx packages (#28706)
  • core: revert archive file creation changes (#28817)

❤️ Thank You

  • Jonathan Cammisuli

20.0.9 (2024-11-05)

🚀 Features

  • linter: add support eslint 9 --quiet param (#28743)
  • nx-dev: add customer case studies (da54ac2c15)

🩹 Fixes

  • core: fix create workspace for react native (#28763)
  • nuxt: use loadNuxtConfig to load nuxt config for plugin (#28795)
  • vite: tsconfig paths plugin should resolve file with dot in the name (#28701)

... (truncated)

Commits
  • 89311c7 fix(core): ensure that the database connection is closed when nx exits (#28821)
  • 4c91df6 feat(nx-cloud): configure import paths for light client when running … (#28735)
  • 51a9026 fix(core): empty external deps should work properly (#28727)
  • 9a7e812 fix(core): task graph needs to handle multiple cycles (#28793)
  • 9c64355 fix(core): fix cannot read properties of undefined (reading 'split') (#28761)
  • f43ef22 fix(core): revert archive file creation changes (#28817)
  • 85178d3 fix(core): ensure that setWorkspaceContext is run only on main nx packages ...
  • ddab3fe cleanup(core): update @​yarnpkg/parsers to a stable version (#27666)
  • See full diff in compare view

Updates vitepress from 1.4.5 to 1.5.0

Release notes

Sourced from vitepress's releases.

v1.5.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.5.0 (2024-11-04)

Features

Commits

Updates typescript-eslint from 8.12.2 to 8.13.0

Release notes

Sourced from typescript-eslint's releases.

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.13.0 (2024-11-04)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

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

… updates

Bumps the development group with 3 updates in the / directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx), [vitepress](https://github.com/vuejs/vitepress) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


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

Updates `vitepress` from 1.4.5 to 1.5.0
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.4.5...v1.5.0)

Updates `typescript-eslint` from 8.12.2 to 8.13.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: vitepress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 8, 2024
Copy link

changeset-bot bot commented Nov 8, 2024

⚠️ No Changeset found

Latest commit: 2ac1667

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #192.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-c5d871bd20 branch November 11, 2024 11:56
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants