Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update nx monorepo to v22.2.3#11848

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/nx-monorepo

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedDec 16, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
@nx/devkit (source)22.1.1 ->22.2.3ageconfidence
@nx/js (source)22.1.1 ->22.2.3ageconfidence
@nx/vitest (source)22.1.1 ->22.2.3ageconfidence
@nx/workspace (source)22.1.1 ->22.2.3ageconfidence
nx (source)22.1.1 ->22.2.3ageconfidence

Release Notes

nrwl/nx (@​nx/devkit)

v22.2.3

Compare Source

22.2.3 (2025-12-12)

🩹 Fixes
  • core: swc register base url missing when using tsgo (#​33332)
  • core: pass more error detail for CNW (#​33844)
  • expo: set projectRoot to workspaceRoot for Expo SDK 54+ compatibility (#​33836,#​33597)
❤️ Thank You

v22.2.2

Compare Source

22.2.2 (2025-12-12)

🚀 Features
  • core: add CnwError class for typed error handling in create-nx-workspace (#​33839)
  • js: add option for using tsgo compiler when inferring build and typecheck tasks (#​33821,#​32591)
  • webpack: add support for merging externals to NxAppWebpackPlugin (#​33833)
🩹 Fixes
  • core: add pnpm/yarn support for CNW templates (#​33827)
  • js: recognize NodeNext as ESM (#​31508)
  • js: display pnpm publish errors without requiring --verbose (#​33837)
  • js: make CopyAssetsHandler per-file logs opt-in via verbose mode (#​33835,#​33521)
  • rspack: enable build mode for TypeScript checker in TS solution setups (#​33447)
  • testing: update jest ci target to forward top level args (#​31379)
  • webpack: interpolate process.env more verbosely to reduce bundle size with DefinePlugin (#​30826)
❤️ Thank You

v22.2.1

Compare Source

22.2.1 (2025-12-11)

🚀 Features
🩹 Fixes
❤️ Thank You

v22.2.0

Compare Source

22.2.0 (2025-12-08)
🚀 Features
🩹 Fixes
  • angular-rspack: use CJS when serving applications for HMR#​33106 (#​33693,#​33106)
  • angular-rspack: ensure rebuild logs are only printed once (#​33694)
  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#​33601,#​32398)
  • bundling: set buildLibsFromSource in normalize options for Rollup (#​33679)
  • core: don't presume a task is long running if its marked cacheable (#​33545,#​32610)
  • core: daemon command should exit at end (#​33547)
  • core: provide error when nested graph construction would occur invoked during createNodes (#​33541,#​29618)
  • core: filter out automated release commits in getCommitsRelevantToProjects (#​33482)
  • core: make daemon socket path unique per process to prevent race condition (#​33580,#​33491)
  • core: use nx-mcp for older nx versions instead of nx mcp (#​33553)
  • core: propagate continuous task failures to dependent tasks (#​33492)
  • core: kill child process tree in different running tasks (#​33636,#​32438,#​33460)
  • core: include create-nx-workspace in migration package group (#​33643,#​33585)
  • core: suppress git stderr output in parseGitOutput (#​33645,#​33330)
  • core: prevent Nx Console prompt from blocking non-interactive commands (#​33646,#​33552)
  • core: ensure perf logs are flushed before exit in graph command (#​33621)
  • core: nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (#​33587)
  • core: stop adding outdated vscode/cursor rule files to gitignore (#​33680)
  • core: sanitize project names for valid git tag names in nx release (#​33692,#​33262)
  • core: optimize bun lockfile parser (#​33623)
  • core: cnw sends correct selectedRepositoryName; prints instructions when user Ctrl+C (#​33699)
  • core: use Set for O(1) visited node lookup in hasPath (#​33754,#​32265)
  • docker: fix releasing non docker projects (#​33667)
  • gradle: do not add gradle plugin to plugins block if using version catalogs (#​33763)
  • graph: align exclude flag with others by using findMatchingProjects (#​33550)
  • graph: surface task graph client error via error toast (#​33600)
  • js: ensure copy-workspace-modules copies transitive workspace dependencies (#​33570)
  • linter: handle various flat config override structures (#​33548,#​31796)
  • linter: base eslint config should ignore out-tsc directories (#​33639)
  • linter: update generators to use ESLint v9 compatible versions (#​33633)
  • maven: remove incorrect threadSafe to parallelism mapping (#​33678)
  • misc: update output location of ai-migration files (#​33696)
  • nest: set moduleResolution to node to prevent TS5095 error (#​33607,#​33589)
  • nextjs: make migration to next 16 optional (#​33627)
  • node: set generatePackageJson:false for TS Solution workspaces (#​33606)
  • nuxt: do not import base eslint config for root project (#​33642)
  • nuxt: update preset test for v4 app directory structure (#​33648)
  • react: exclude tailwind from CSS modules syntax in component generator (#​33574)
  • react: update@​emotion/styled to latest version#​31252 (#​33690,#​31252)
  • release: ensure emoji is not repeated in breaking changes summary (#​33605)
  • release: interpolate releaseGroupName in getLatestGitTagForPattern (#​33674)
  • release: ensure --preid flag considers stable tags for version determination (#​33703,#​33343)
  • repo: enable wayland-data-control feature for arboard (#​33675)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#​33567,#​32492)
  • storybook: remove upper bound of migration requires (#​33613)
  • testing: remove declare global wrapper from cypress commands.ts template (#​33573,#​32930)
  • testing: remove --no-experimental-strip-types flag from @​nx/jest/plugin + migrate to jest.config.cts if needed (#​33657)
  • vite: generate .mts config files to force ESM (#​33518)
  • vite: vitest executor to return the async iterable#​33588 (#​33668,#​33588)
❤️ Thank You

v22.1.3

Compare Source

22.1.3 (2025-11-27)
🚀 Features
  • nextjs: add migration to add AI instructions for upgrading to Next 16 (#​33608)
🩹 Fixes
❤️ Thank You

v22.1.2

Compare Source

22.1.2 (2025-11-25)
🚀 Features
  • core: add multiple Nx version detection to nx report (#​33599)
🩹 Fixes
  • core: filter out automated release commits in getCommitsRelevantToProjects (#​33482)
  • core: make daemon socket path unique per process to prevent race condition (#​33580,#​33491)
  • core: use nx-mcp for older nx versions instead of nx mcp (#​33553)
  • core: propagate continuous task failures to dependent tasks (#​33492)
  • graph: surface task graph client error via error toast (#​33600)
  • js: ensure copy-workspace-modules copies transitive workspace dependencies (#​33570)
  • nest: set moduleResolution to node to prevent TS5095 error (#​33607,#​33589)
  • node: set generatePackageJson:false for TS Solution workspaces (#​33606)
  • release: ensure emoji is not repeated in breaking changes summary (#​33605)
  • storybook: remove upper bound of migration requires (#​33613)
  • testing: remove declare global wrapper from cypress commands.ts template (#​33573,#​32930)
❤️ Thank You

Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsDec 16, 2025
@typescript-eslint
Copy link
Contributor

Thanks for the PR,@renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@netlify
Copy link

netlifybot commentedDec 16, 2025
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commitbc3eebd
🔍 Latest deploy loghttps://app.netlify.com/projects/typescript-eslint/deploys/6945b4ce716f1c00081dc50c
😎 Deploy Previewhttps://deploy-preview-11848--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 97 (🟢 up 18 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to yourNetlify project configuration.

@nx-cloud
Copy link

nx-cloudbot commentedDec 16, 2025
edited
Loading

View yourCI Pipeline Execution ↗ for commitbc3eebd

CommandStatusDurationResult
nx run-many -t lint✅ Succeeded3m 14sView ↗
nx run-many -t typecheck✅ Succeeded2m 12sView ↗
nx test eslint-plugin --coverage=false✅ Succeeded4sView ↗
nx test eslint-plugin-internal --coverage=false✅ Succeeded3sView ↗
nx test typescript-estree --coverage=false✅ Succeeded2sView ↗
nx run types:build✅ Succeeded2sView ↗
nx run generate-configs✅ Succeeded12sView ↗
nx run integration-tests:test✅ Succeeded4sView ↗
Additional runs (29)✅ Succeeded...View ↗

☁️Nx Cloud last updated this comment at2025-12-19 20:32:58 UTC

@renovaterenovatebot changed the titlechore(deps): update nx monorepo to v22.2.0chore(deps): update nx monorepo to v22.2.1Dec 18, 2025
@renovaterenovatebot changed the titlechore(deps): update nx monorepo to v22.2.1chore(deps): update nx monorepo to v22.2.2Dec 19, 2025
@renovaterenovatebot changed the titlechore(deps): update nx monorepo to v22.2.2chore(deps): update nx monorepo to v22.2.3Dec 19, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesIssue about dependencies of the packagejavascriptPull requests that update Javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp