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 #261

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps the development group with 3 updates in the / directory: @trivago/prettier-plugin-sort-imports, nx and typescript-eslint.

Updates @trivago/prettier-plugin-sort-imports from 5.2.1 to 5.2.2

Release notes

Sourced from @​trivago/prettier-plugin-sort-imports's releases.

v5.2.2

Full Changelog: trivago/prettier-plugin-sort-imports@v5.2.1...v5.2.2

Changelog

Sourced from @​trivago/prettier-plugin-sort-imports's changelog.

5.2.2

Commits

Updates nx from 20.3.3 to 20.4.0

Release notes

Sourced from nx's releases.

20.4.0 (2025-01-27)

🚀 Features

  • angular: support angular v19.1 (#29523)
  • core: allow tasks to run with a substring of project name (#29552)
  • core: add support for skipping remote cache (#29574)
  • core: Add ESM support for Eslint config file (#29613)
  • core: handle existing plugins failed with imported project (#28893)
  • core: support reading projects under new pnpm workspaces entry + skip writing empty nx property to pacakge.json for non-root projects (#29707)
  • core: add pre and post run apis (#29636)
  • graph: update headlessui v2 (#29586)
  • js: simplify generated tsconfig.base.json compiler options in ts solution setup (#29550)
  • js: infer build-deps and watch-deps targets for incremental builds (#29609)
  • js: remove nx property from generated package.json files (#29705)
  • misc: use @swc/jest instead of ts-jest for the ts solution setup (#29718)
  • misc: prompt for unit test runner when creating a workspace using --workspaces flag (#29743)
  • module-federation: upgrade to latest version of @​module-federation/enhanced (#29535)
  • node: update app generator for fastify to the next major v5 (#29589)
  • node: upgrade express to v4.21.2 to address security vulnerabilities (#29419)
  • nx-dev: add TOC markdoc component for blog posts (3e564864fd)
  • nx-dev: customer videos on customer page (#29380)
  • nx-dev: add trial pages for Powerpack and Enterprise, update contact sales team page (#29554)
  • nx-dev: show arg aliases (#29653)
  • nx-dev: generate migration detail pages (#29580)
  • react: add support for React 19 for new Workspaces (#29286)
  • release: allow invalid conventional commits to be considered via custom config (#29658)
  • rspack: non-inferred targets should work OOTB (#29733)
  • testing: add option ciGroupName to @nx/jest/plugin (#29365)
  • web: support custom cors headers (#29382)
  • web: add support for TS solution setup for @​nx/web (#29583)
  • webpack, rspack: support multiple configurations (#29691)

🩹 Fixes

  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#29615)
  • core: daemon spinner should show text (#29448)
  • core: update nx cloud bundle install directory logic (#29555)
  • core: avoid launching default plugins twice (#29539)
  • core: support subpath exports when constructing the project graph (#29577)
  • core: update package script logic to handle cli tool name as command (#29617)
  • core: show better project graph errors (#29525)
  • core: check only for watcher connections during inactivity shutdown (#29621)
  • core: do not warn about custom tasks runners when explicitly usi… (#29669)
  • core: update yarn-parser to handle yarn v4 syntax for root workspace package (#29452)
  • core: ensure that nx is backwards compatible with older versions of Nx Cloud (#29703)
  • core: support subpath exports when constructing the project graph" (#29762)
  • detox: use a version of Detox that works with React Native 0.76/Expo v52 (#29679)
  • devkit: add .riv to binary extension (#29309)
  • gradle: check if java is installed (#29572)

... (truncated)

Commits
  • 84387f3 feat(nx-dev): generate migration detail pages (#29580)
  • 4a9508b feat(core): add pre and post run apis (#29636)
  • f02a88a Revert "fix(core): support subpath exports when constructing the project grap...
  • b0d4ac6 Revert "fix(core): collect all logs from forked processes (#27778)" (#29740)
  • 3e4f16f feat(release): allow invalid conventional commits to be considered via custom...
  • a9f6ba5 fix(core): ensure that nx is backwards compatible with older versions of Nx C...
  • 3c98a1c fix(core): update yarn-parser to handle yarn v4 syntax for root workspace pac...
  • cf206c3 feat(core): support reading projects under new pnpm workspaces entry + skip w...
  • 104f06c fix(core): do not warn about custom tasks runners when explicitly usi… (#29669)
  • ee135b2 feat(core): handle existing plugins failed with imported project (#28893)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.21.0 to 8.22.0

Release notes

Sourced from typescript-eslint's releases.

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.22.0 (2025-01-27)

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: [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@trivago/prettier-plugin-sort-imports` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](trivago/prettier-plugin-sort-imports@v5.2.1...v5.2.2)

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

Updates `typescript-eslint` from 8.21.0 to 8.22.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.22.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: nx
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 29, 2025
Copy link

changeset-bot bot commented Jan 29, 2025

⚠️ No Changeset found

Latest commit: 78fbca6

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

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