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): update devdependencies #104

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/testing (source) 10.4.12 -> 10.4.13 age adoption passing confidence
@nx/eslint (source) 20.1.4 -> 20.2.1 age adoption passing confidence
@nx/eslint-plugin (source) 20.1.4 -> 20.2.1 age adoption passing confidence
@nx/jest (source) 20.1.4 -> 20.2.1 age adoption passing confidence
@nx/js (source) 20.1.4 -> 20.2.1 age adoption passing confidence
@nx/nest (source) 20.1.4 -> 20.2.1 age adoption passing confidence
@nx/node (source) 20.1.4 -> 20.2.1 age adoption passing confidence
@nx/web (source) 20.1.4 -> 20.2.1 age adoption passing confidence
@nx/webpack (source) 20.1.4 -> 20.2.1 age adoption passing confidence
@nx/workspace (source) 20.1.4 -> 20.2.1 age adoption passing confidence
@swc/core (source) ~1.9.0 -> ~1.10.0 age adoption passing confidence
@zhumeisong/git-cz-config (source) 1.2.3 -> 1.2.4 age adoption passing confidence
nx (source) 20.1.4 -> 20.2.1 age adoption passing confidence
prettier (source) 3.4.1 -> 3.4.2 age adoption passing confidence
typescript-eslint (source) 8.16.0 -> 8.17.0 age adoption passing confidence

Release Notes

nestjs/nest (@​nestjs/testing)

v10.4.13

Compare Source

nrwl/nx (@​nx/eslint)

v20.2.1

Compare Source

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

v20.2.0

Compare Source

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)
  • storybook: add support for TS solutions file (#​29194)
🩹 Fixes
  • angular: when unit test runner is set to none library component should not generate spec file (#​28906)
  • angular: make scam-to-standalone replace correct module (#​29014)
  • angular: ngrx-root-store generator check ngModule path (#​29068)
  • core: set default branch to main if no git (#​28854)
  • core: lower socket path by 10 chars to reduce chances of too-long paths (#​28920)
  • core: create different dummy tasks for different parent tasks an… (#​28923)
  • core: typo in readme for CNW (#​28942)
  • core: ensure process is kept alive when plugin communication in progress (#​28948)
  • core: add missing supported CI providers to NxCloud type (#​29008)
  • core: gracefully handle non-existent files in find_imports (#​29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (1bf0e67e1b)
  • core: don't generate nxCloudId if running nx connect through nx console (#​29060)
  • core: update to the async version of getting powerpack information (#​29088)
  • core: fix misc issues (#​29114)
  • core: provide a way to reuse cached graph in CI (#​29156)
  • core: use fork to execute nx generate workspace:preset (#​29122)
  • core: Update preset test snapshots and test names (#​29172)
  • core: move resolving plugins back to main thread (#​29176)
  • core: recreate db when unable to connect (#​29207)
  • core: skip nx cloud prompt when interactive is false (#​28949)
  • gradle: change gradle glob to include root gradlew (#​29206)
  • gradle: read tasks from properties report (#​29124)
  • gradle: fix gradle unit test (#​29224)
  • js: handle outputFileName correctly when generating package json (#​28915)
  • js: skip tsc batch builds for implicit dependencies (#​28840)
  • js: normalize paths correctly when creating temporary tsconfig file for incremental builds (#​29121)
  • js: generate multiline project references in the sync generator (#​29148)
  • linter: remove legacy dependencies during convert to flat config (#​28981)
  • linter: move eslint-config-prettier to the end for proper override (#​28503)
  • misc: update artifact generator option descriptions and cleanup leftovers (#​29077)
  • misc: use the ts sync generator with other bundler tasks (#​29170)
  • module-federation: migration does not handle external nodes and errors (#​29075)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#​29104)
  • nest: repair nestjs service generator schema (#​28928)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#​29084)
  • nest: update project config to enable artifacts to be built as dev (#​29110)
  • nextjs: fix next e2e test to ensure playwright installed (#​29000)
  • nextjs: ensure next apps config is correctly checked when using jest (#​29066)
  • nextjs: Add support for next.config.ts for executors (#​29071)
  • nx-dev: update course API to ignore system OS Metadata file (#​28886)
  • nx-dev: disable notifier for now (fc2016cc8a)
  • nx-dev: breadcrumb casing (#​29032)
  • react: None buildable libs should not have a build target (#​29175)
  • release: remove duplicate space character in changelog thank you header (#​28664)
  • release: set make_latest legacy during github release creation (#​29197)
  • release: skip changelog generation for projects without available version data (#​29212)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#​29009)
  • remix: update app generator with valid package.json without Prettier (#​29218)
  • remix: update lib generator to generate valid names in package.json (#​29219)
  • rspack: ensure swc provides react runtime automatically (#​28916)
  • rspack: withModuleFederationForSSR should use commonjs-module as library (#​28944)
  • rspack: do not global styles as entrypoints (#​28941)
  • rspack: buildLibsFromSource option (#​28994)
  • rspack: Add webpack as a dependency for fork-ts-checker-plugin (#​29033)
  • rspack: ensure generated app is picked up by crystal (#​29048)
  • rspack: outputHashing should default to 'all' #​29011 (#​29058, #​29011)
  • rspack: align @​rspack/core versions (#​29199)
  • testing: force compatible module resolution when running the jest executor (#​29189)
  • webpack: sourceMap type should accept all types of sourceMaps (#​28947)
  • webpack: Webpack and Rspack ignore warnings should concat all rules instead of overwrite them. (#​29112)
❤️ Thank You
swc-project/swc (@​swc/core)

v1.10.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
zhumeisongsong/multiple-products-workspace (@​zhumeisong/git-cz-config)

v1.2.4

Compare Source

Bug Fixes
  • 🐛 lint error by moving packgae from devdeps to deps (3676b63)
prettier/prettier (prettier)

v3.4.2

Compare Source

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 {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;
typescript-eslint/typescript-eslint (typescript-eslint)

v8.17.0

Compare Source

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.


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Dec 9, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot merged commit 4a95a91 into main Dec 9, 2024
5 checks passed
@renovate renovate bot deleted the renovate/devdependencies branch December 9, 2024 03:24
Copy link

github-actions bot commented Dec 9, 2024

🎉 This PR is included in version 1.14.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants