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 11 updates #392

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the development group with 11 updates in the / directory:

Package From To
@trivago/prettier-plugin-sort-imports 4.3.0 5.1.0
nx 20.1.4 20.2.1
prettier 3.4.1 3.4.2
@types/react 19.0.0 19.0.1
@types/react-dom 19.0.0 19.0.1
vite 6.0.1 6.0.3
vitest 2.1.6 2.1.8
@eslint-react/eslint-plugin 1.17.1 1.18.0
@eslint/compat 1.2.3 1.2.4
eslint-plugin-react-hooks 5.0.0 5.1.0
typescript-eslint 8.16.0 8.17.0

Updates @trivago/prettier-plugin-sort-imports from 4.3.0 to 5.1.0

Release notes

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

v5.1.0

What's Changed

Full Changelog: trivago/prettier-plugin-sort-imports@v5.0.1...v5.1.0

v5.0.1

Full Changelog: trivago/prettier-plugin-sort-imports@v5.0.0...v5.0.1

v5.0.0

What's Changed

New Contributors

Full Changelog: trivago/prettier-plugin-sort-imports@v4.3.0...v5.0.0

Changelog

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

v5.1.0

  • Fix svelte packages being required all the time #327 by @​byara

v5.0.1

  • Clean up unwanted packages and unpin dependencies #322 by @​byara

v5.0.0

New features

Commits

Updates nx from 20.1.4 to 20.2.1

Release notes

Sourced from nx's releases.

20.2.1 (2024-12-06)

🩹 Fixes

  • core: add workspaces path if package path is not included (#28824)
  • core: fix process being prevented from exiting (#29240)
  • storybook: only install react deps for storybook 7 #29213 (#29231, #29213)
  • storybook: ensure 'storybook' dep is installed for non-crystal workspaces (#29235)

❤️ Thank You

20.2.0 (2024-12-05)

🚀 Features

  • angular: add poll option to ng-packagr executors (#28909)
  • angular: add support for angular v19 (#28847)
  • angular: add migration to disable @angular-eslint/prefer-standalone when not set (#29164)
  • angular: use new test environment function from jest-preset-angular (#29169)
  • angular: update analog packages (#29187)
  • angular: add migration to remove angular eslint rules removed in v19 (#29214)
  • angular: add migration to remove the tailwindConfig option from ng-packager executors (#29220)
  • core: add eslint vscode extension on eslint init (#28573)
  • core: improve sync messages (#29149)
  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • module-federation: add initial module-federation package (#28783)
  • module-federation: consolidate module federation utils into module-federation package (#28919)
  • module-federation: migrate to latest (#29005)
  • module-federation: move withModuleFederation for angular to new package (#29021)
  • module-federation: move withModuleFederation for webpack to new package (#29031)
  • module-federation: move withModuleFederation for rspack to new package (#29045)
  • module-federation: move common executor logic to module-federation package (#29151)
  • module-federation: alias host and remote generators to consumer and producer (#29190)
  • nx-dev: version picker (#28828)
  • nx-dev: update top-level navbar (9921496d64)
  • nx-plugin: add support for the ts solution config setup to the @nx/plugin plugin (#28724)
  • react: update app and lib generators to support new TS solution setup (#28808)
  • rollup: use .cjs file extension for config files (#29196)
  • rspack: move logic for withNx to applyBaseConfig and bring in line with webpack (#28825)
  • rspack: update withReact plugin for parity with webpack plugin (#28812)
  • rspack: update executor to be in line with webpack (#28913)
  • rspack: add NxAppRspackPlugin and NxReactRspackPlugin (#28987)
  • rspack: migrate to latest rspack versions (#29004)
  • rspack: add convert-to-inferred generator (#29012)
  • rspack: Update configuration generator to support NxRspackAppPlugin (#29024)
  • storybook: upgrade @​storybook/test-runner to 0.19 (#28959)

... (truncated)

Commits
  • 41d0df6 fix(core): fix process being prevented from exiting (#29240)
  • 046686f fix(core): add workspaces path if package path is not included (#28824)
  • b848bb3 fix(release): skip changelog generation for projects without available versio...
  • 15060e3 fix(core): recreate db when unable to connect (#29207)
  • 67d0393 fix(release): set make_latest legacy during github release creation (#29197)
  • bba941a fix(core): move resolving plugins back to main thread (#29176)
  • 75b2080 chore(core): fix test mocking (#29183)
  • 6bd8615 fix(core): provide a way to reuse cached graph in CI (#29156)
  • 9ad6b8c fix(core): fix misc issues (#29114)
  • e9be7d9 feat(core): improve sync messages (#29149)
  • Additional commits viewable in compare view

Updates prettier from 3.4.1 to 3.4.2

Release notes

Sourced from prettier's releases.

3.4.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.4.2

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->
C言
語
・
C++
・
Go
・
Rust
<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust
<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#16891 by @​fisker)

// Input
class A {
  @decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
// Prettier 3.4.1
class A {
@​decorator
async /**
</tr></table>

... (truncated)

Commits

Updates @types/react from 19.0.0 to 19.0.1

Commits

Updates @types/react-dom from 19.0.0 to 19.0.1

Commits

Updates vite from 6.0.1 to 6.0.3

Release notes

Sourced from vite's releases.

v6.0.3

Please refer to CHANGELOG.md for details.

v6.0.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.3 (2024-12-05)

6.0.2 (2024-12-02)

Commits
  • 7a0758c release: v6.0.3
  • a1dd396 fix: make handleInvoke interface compatible with invoke (#18876)
  • ea802f8 refactor: fix logic errors found by no-unnecessary-condition rule (#18891)
  • 690a36f fix: remove CSS import in CJS correctly in some cases (#18885)
  • d5fb653 fix: handle postcss load unhandled rejections (#18886)
  • 2b5926a fix(config): bundle files referenced with imports field (#18887)
  • 1b54e50 fix(html): allow unexpected question mark in tag name (#18852)
  • d59efd8 fix(css): rewrite url when image-set and url exist at the same time (#18868)
  • 20fdf21 fix(config): make stacktrace path correct when sourcemap is enabled (#18833)
  • 88e49aa fix(module-runner): decode uri for file url passed to import (#18837)
  • Additional commits viewable in compare view

Updates vitest from 2.1.6 to 2.1.8

Release notes

Sourced from vitest's releases.

v2.1.8

   🐞 Bug Fixes

    View changes on GitHub

v2.1.7

   🐞 Bug Fixes

  • Revert support for Vite 6  -  by @​sheremet-va (fbe5c)
    • This introduced some breaking changes (vitest-dev/vitest#6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    View changes on GitHub
Commits

Updates @eslint-react/eslint-plugin from 1.17.1 to 1.18.0

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v1.18.0

What's Changed

✨ New

🪄 Improvements

  • perf(plugins/dom): improve performance of no-children-in-void-dom-elements by @​Rel1cx

Full Changelog: rEl1cx/eslint-react@v1.17.3...v1.18.0

v1.17.3

What's Changed

🐞 Fixes

🪄 Improvements

  • Update @typescript-eslint's packages to ^8.17.0.

Full Changelog: rEl1cx/eslint-react@v1.17.2...v1.17.3

v1.17.2

What's Changed

🪄 Improvements

  • Update eslint's packages to ^9.16.0.
  • Update @typescript-eslint's packages to ^8.16.0.
  • Update ts-api-utils to ^2.0.0.

Full Changelog: rEl1cx/eslint-react@v1.17.1...v1.17.2

Changelog

Sourced from @​eslint-react/eslint-plugin's changelog.

v1.18.0 (Sun 8 Dec 2024)

✨ New

🪄 Improvements

  • perf(plugins/dom): improve performance of no-children-in-void-dom-elements by @​Rel1cx

v1.17.3 (Tue 3 Dec 2024)

🐞 Fixes

🪄 Improvements

  • Update @typescript-eslint's packages to ^8.17.0.

v1.17.2 (Sun 1 Dec 2024)

🪄 Improvements

  • Update eslint's packages to ^9.16.0.
  • Update @typescript-eslint's packages to ^8.16.0.
  • Update ts-api-utils to ^2.0.0.
Commits

Updates @eslint/compat from 1.2.3 to 1.2.4

Release notes

Sourced from @​eslint/compat's releases.

compat: v1.2.4

1.2.4 (2024-12-04)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.9.0 to ^0.9.1
Commits

Updates eslint-plugin-react-hooks from 5.0.0 to 5.1.0

Commits

Updates typescript-eslint from 8.16.0 to 8.17.0

Release notes

Sourced from typescript-eslint's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.17.0 (2024-12-02)

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

…1 updates

Bumps the development group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `4.3.0` | `5.1.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.1.4` | `20.2.1` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.0` | `19.0.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.0` | `19.0.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.1` | `6.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.6` | `2.1.8` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `1.17.1` | `1.18.0` |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.3` | `1.2.4` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.0.0` | `5.1.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.17.0` |



Updates `@trivago/prettier-plugin-sort-imports` from 4.3.0 to 5.1.0
- [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@v4.3.0...v5.1.0)

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

Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

Updates `@types/react` from 19.0.0 to 19.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 19.0.0 to 19.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `vite` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite)

Updates `vitest` from 2.1.6 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest)

Updates `@eslint-react/eslint-plugin` from 1.17.1 to 1.18.0
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v1.18.0/packages/plugins/eslint-plugin)

Updates `@eslint/compat` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.3...compat-v1.2.4)

Updates `eslint-plugin-react-hooks` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `typescript-eslint` from 8.16.0 to 8.17.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.17.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: eslint-plugin-react-hooks
  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 Dec 9, 2024
Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: f3027b9

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

@tien
Copy link
Owner

tien commented Dec 9, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #393.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-484f6c9aea branch December 9, 2024 21:49
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.

1 participant