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

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/eslint (source) 20.0.11 -> 20.1.0 age adoption passing confidence
@nx/eslint-plugin (source) 20.0.11 -> 20.1.0 age adoption passing confidence
@nx/jest (source) 20.0.11 -> 20.1.0 age adoption passing confidence
@nx/js (source) 20.0.11 -> 20.1.0 age adoption passing confidence
@nx/nest (source) 20.0.11 -> 20.1.0 age adoption passing confidence
@nx/node (source) 20.0.11 -> 20.1.0 age adoption passing confidence
@nx/web (source) 20.0.11 -> 20.1.0 age adoption passing confidence
@nx/webpack (source) 20.0.11 -> 20.1.0 age adoption passing confidence
@nx/workspace (source) 20.0.11 -> 20.1.0 age adoption passing confidence
@swc/core (source) 1.9.1 -> 1.9.2 age adoption passing confidence
@swc/helpers (source) 0.5.13 -> 0.5.15 age adoption passing confidence
nx (source) 20.0.11 -> 20.1.0 age adoption passing confidence
typescript-eslint (source) 8.13.0 -> 8.14.0 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/eslint)

v20.1.0

Compare Source

20.1.0 (2024-11-11)
🚀 Features
  • angular: add vitest option to angular (#​27311)
  • bundling: add createNodesV2 for rollup plugin (#​28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#​28517)
  • core: Update plugin generators so that they are formatted by default (#​28593)
  • core: upgrade semver to 7.6.3 (#​28716)
  • expo: build w/package.json overrides/resolutions (#​28254)
  • expo: use createNodesV2 (#​28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#​28409)
  • js: update the setup-build generator to support the new ts setup (#​28446)
  • linter: add support eslint 9 --quiet param (#​28743)
  • misc: remove handling of @​nrwl scope (#​28589)
  • module-federation: use latest module-federation/enhanced (#​28296)
  • module-federation: use module-federation runtime for dynamic federation (#​28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#​28527)
  • nextjs: add support for typescript Next.js config file (#​28709)
  • nx-cloud: configure import paths for light client when running … (#​28735)
  • nx-dev: add live stream notifier (#​28260)
  • nx-dev: update home hero & livestream notifier (#​28403)
  • nx-dev: add contact link on powerpack page (#​28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#​28736)
  • react: update eslint plugins to be compat with eslint v9 (#​28559)
  • remix: generate remix vite application (#​28555)
  • remix: ensure migrations point to latest remix verison (#​28876)
  • rspack: add convert-webpack generator (#​28167)
  • rspack: make target property optional (#​28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#​28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#​28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#​28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#​28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#​28637)
🩹 Fixes
  • add required minimizer setting to the generated Nest rspack conf… (#​28629)
  • angular: ensure provideStore is provided before storeDevTools #​28107 (#​28428, #​28107)
  • angular: add missing package version bump for zone.js (#​28430)
  • angular: use vitest generator instead of vite config generator (#​28696)
  • core: support NX_NO_CLOUD (#​28366)
  • core: add busy handler for sqlite (#​28390)
  • core: handle neverConnectToCloud property (#​28452)
  • core: add migration to set useLegacyCache by default (#​28454)
  • core: repair SIGINT signals on windows (#​28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#​28501)
  • core: not to cache entire workspace root (#​28552)
  • core: make sure yarn berry correctly resolves latest version during nx add (#​28580)
  • core: handle concurrent db connections better (#​28544)
  • core: only check if files are in sync if there are no records in the db (#​28597)
  • core: createTaskGraph should accept extraTargetDependencies (#​28542)
  • core: skip eslint custom hasher when hashing tasks during running commands (#​28616)
  • core: update http-proxy-middleware (#​28607)
  • core: not install cypress when e2e is playwright for react monorepo preset (#​28642)
  • core: fix checks for wasm in db operations (#​28676)
  • core: retry more db operations (#​28667)
  • core: fix powerpack license information grammar (#​28725)
  • core: fix dependency with multiple dependent packages (#​28669)
  • core: fix create workspace for react native (#​28763)
  • core: ensure that setWorkspaceContext is run only on main nx packages (#​28706)
  • core: revert archive file creation changes (#​28817)
  • 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: jest plugin should work with nodenext set in tsconfig (#​28820)
  • core: ensure that the database connection is closed when nx exits (#​28821)
  • core: create different dummy tasks for different targets (#​28837)
  • core: do not depend on ci info crate (#​28850)
  • core: shutdown plugin workers when disconnected (#​28857)
  • core: do not use unix dotfile locks (#​28859)
  • core: cross-workspace implicitDependencies should be safely ignored (#​28845)
  • core: Remove warning when Nx is not installed globally (#​28868)
  • core: reduce time it takes to require nx commands (#​28884)
  • devkit: do not write back to package.json when adding plugin and there are no changes (#​28846)
  • expo: pnpm+workspace build (#​28209)
  • expo: check if option is not undefined closes #​28488 (#​28489, #​28488)
  • expo: allow yarn 4 to install for build local (#​28603)
  • graph: make sure disabledTaskSyncGenerators can be set correctly from nx console (#​28466)
  • graph: add better pdv empty states when no targets exist (#​28797)
  • graph: enable action on the ViewOnGraph button regardless of the… (#​28863)
  • js: improve @​nx/js/typescript plugin and typescript-sync generator performance (#​28379)
  • js: change verdaccio childProcess kill order (#​28364)
  • js: allow custom listenAddress for verdaccio (#​28498)
  • js: fix resolution of extended tsconfig files in plugin (#​28535)
  • js: set the tsBuildInfoFile as output when it's not contained in the outDir (#​28538)
  • js: include referenced internal config files in plugin cache hash (#​28536)
  • js: provide absolute paths to hashFile function in @​nx/js/typescript plugin (#​28690)
  • linter: scope js and ts shared configs to js and ts files (#​28381)
  • linter: ensure .cjs config file is handled correctly for generators #​28214 (#​28672, #​28214)
  • misc: update generators to use autocomplete instead of select when possible (#​28851)
  • module-federation: ensure mf-manifest supported and tspaths are added with snake_case (#​28244)
  • module-federation: remote names should follow JS variable naming schema (#​28401)
  • module-federation: normalize hypen names for runtime library control plugin #​28497 (#​28512, #​28497)
  • module-federation: add comment clarifying default export in config file (#​28675)
  • nextjs: Remove deprecated export executor (#​28702)
  • nextjs: Add deprecation message for svgr (#​28705)
  • nextjs: Fix json spread typo (#​28728)
  • nextjs: do not generate spec files if unitTestRunner is not set programmatically (#​28733)
  • nextjs: Formatting for pages (#​28734)
  • nextjs: update default next-env (#​28861)
  • nuxt: use loadNuxtConfig to load nuxt config for plugin (#​28795)
  • nx-dev: fix tabs logic (#​28470)
  • nx-dev: cleanup (e57b85152c)
  • nx-dev: powerpack content update (ea01d39291)
  • nx-dev: breadcrumbs extra text with query param (#​28732)
  • nx-dev: SEO tags (#​28823)
  • react: depends on migration should ignore configs that point to @​nx/react #​28377 (#​28382, #​28377)
  • react: update rspack to include styles in the main bundle (#​28478)
  • react: ensure rspack react app is added to exclude on rspack plugin #​28464 (#​28515, #​28464)
  • react: selecting tailwind should import correct style file extension (#​28630)
  • react: ensure module federation template files are indented correctly (#​28753)
  • release: ensure plan subcommand works with object config (#​28460)
  • release: support workspace root as a subdirectory of git root (#​28650)
  • release: ensure dependents that are both direct and transitive are not bumped twice (#​28878)
  • repo: update version of actions/github-script in nightly script (#​28784)
  • rspack: log compilation errors #​28179 (#​28429, #​28179)
  • rspack: do not select char from string when mapping remotes (#​28441)
  • rspack: replace DefinePlugin with EnvironmentPlugin (#​28252)
  • rspack: make rspack dev server respect port (#​28251)
  • rspack: add dependency-checks lint rule (#​28225)
  • rspack: removed webpack-sources import (#​28447)
  • rspack: ensure baseHref is set when provided #​28455 (#​28660, #​28455)
  • rspack: set NODE_ENV to production correctly #​28584 (#​28662, #​28584)
  • rspack: ensure NX_PUBLIC env vars are available to applications #​28720 (#​28751, #​28720)
  • rspack: move main validation to implementation (#​28794)
  • rspack: remove unnecessary required properties in schema validation (#​28796)
  • storybook: fix yarn storybook upgrade 8 (#​28605)
  • storybook: fix externalDependencies undefined (#​28641)
  • testing: install playwright with-deps (#​28738)
  • vite: add vite temp files to gitignore #​28371 (#​28443, #​28371)
  • vite: use resolveConfig instead of loadConfigFromFile to ensure node env set #​27627 (#​28444, #​27627)
  • vite: set NODE_ENV to production correctly #​28584 (#​28663, #​28584)
  • vite: include vite mts config files (#​28691)
  • vite: add correct gitignore pattern for vite timestamp files #​28685 (#​28693, #​28685)
  • vite: tsconfig paths plugin should resolve file with dot in the name (#​28701)
  • webpack: update stylus version to fix security issue (#​28646)
❤️ Thank You

v20.0.13

Compare Source

20.0.13 (2024-11-11)
🩹 Fixes
  • core: shutdown plugin workers when disconnected (#​28857)
  • core: do not use unix dotfile locks (#​28859)
  • core: cross-workspace implicitDependencies should be safely ignored (#​28845)
  • core: Remove warning when Nx is not installed globally (#​28868)
  • devkit: do not write back to package.json when adding plugin and there are no changes (#​28846)
  • graph: enable action on the ViewOnGraph button regardless of the… (#​28863)
  • nextjs: update default next-env (#​28861)
  • release: support workspace root as a subdirectory of git root (#​28650)
  • release: ensure dependents that are both direct and transitive are not bumped twice (#​28878)
❤️ Thank You

v20.0.12

Compare Source

20.0.12 (2024-11-08)
🩹 Fixes
  • core: create different dummy tasks for different targets (#​28837)
  • core: do not depend on ci info crate (#​28850)
❤️ Thank You
swc-project/swc (@​swc/core)

v1.9.2

Compare Source

Bug Fixes
Features
typescript-eslint/typescript-eslint (typescript-eslint)

v8.14.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 Nov 12, 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 force-pushed the renovate/devdependencies branch from 1c4acc2 to d663a91 Compare November 12, 2024 00:52
@renovate renovate bot merged commit 0c3348e into main Nov 12, 2024
5 checks passed
@renovate renovate bot deleted the renovate/devdependencies branch November 12, 2024 04:52
Copy link

🎉 This PR is included in version 1.0.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