Skip to content

chore(deps): update nx monorepo to ^14.8.9#41

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nx-monorepo
Open

chore(deps): update nx monorepo to ^14.8.9#41
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nx-monorepo

Conversation

@renovate

@renovate renovate Bot commented Oct 1, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@nrwl/angular (source) ^14.1.9^14.8.9 age confidence
@nrwl/cli (source) 14.1.914.8.9 age confidence
@nrwl/eslint-plugin-nx (source) 14.1.914.8.9 age confidence
@nrwl/jest (source) 14.1.914.8.9 age confidence
@nrwl/linter (source) 14.1.914.8.9 age confidence
@nrwl/workspace (source) ^14.1.9^14.8.9 age confidence
nx (source) 14.1.914.8.9 age confidence

Release Notes

nrwl/nx (@​nrwl/angular)

v14.8.9

Compare Source

v14.8.8

Compare Source

Bug Fixes

v14.8.7

Compare Source

Bug Fixes

v14.8.6

Compare Source

Features
  • core: add ability not to load dot env files (7de531d)

v14.8.5

Compare Source

Bug Fixes
  • core: custom generators help should print relevant information (#​12258) (9ce268b)
  • core: do not fallback to angular cli for ng deploy (#​12401) (bb05d80)
  • core: do not run postinstall unless it is the main nx package (#​12591) (8f6eb81)
  • core: drain stdout before exit in print-affected (#​12559) (731f839)
  • core: readRawWorkspaceJson should keep workspace cache up to date (#​12528) (acd5964)
  • js: check if asset create/update event contains a file before copying (#​12551) (64103af)

v14.8.4

Compare Source

Bug Fixes

v14.8.3

Compare Source

Bug Fixes
  • bundling: correct main field in package.json when using esbuild (#​12328) (7733769)
  • bundling: set NODE_ENV correctly to avoid warnings (#​12331) (2f2c7d8)
  • core: disable broken git hasher recourse submodules (#​12337) (f54dd1a)
  • core: remove trailing slash in outputs that prevents correct caching (#​10708) (c3f853a), closes nrwl/nx#10549
  • core: use node based hasher in git repos with submodules (60f4aca)
  • nextjs: return correct webpack config for next.js storybook app (#​12371) (df3cd66)
Features
  • bundling: add skipValidation option when generating rollup/webpack project (#​12392) (ea42c9f)
  • misc: a/b different messages during migration to next major (ce0fe45)
Reverts

v14.8.2

Compare Source

Bug Fixes

v14.8.1

Compare Source

Bug Fixes
  • bundling: add missing assets ignore option to @​nrwl/esbuild:esbuild (#​12288) (65dc805)
  • core: add missing packages (esbuild, webpack, rollup) to nx-migration field (#​12285) (ac4cf51)
  • devkit: ensure that getProjects works properly without a nx.json (#​12295) (35082c7)
  • misc: buildable libs should not throw when some npm packages are not defined (d070fdf)

v14.8.0

Compare Source

Bug Fixes

v14.7.18

Compare Source

Bug Fixes
  • core: temporary disable outputs watching on inux (65f7d61)
Features
  • core: don't generate workspace.json for v2 workspaces (#​12127) (9b63ce1)
  • react: add stylus as a dependency since stylus-loader requires it (#​12266) (09cfbf0)

v14.7.17

Compare Source

Bug Fixes
  • core: temporary disable outputs tracking when using wsl (093fed8)

v14.7.16

Compare Source

Reverts

v14.7.15

Compare Source

Note: Version bump only for package @​nrwl/nx-source

v14.7.14

Compare Source

Bug Fixes
Features
Reverts
  • Revert "Revert "fix(misc): move library without given importPath should default to contain slashes (#​11869)"" (c8de6f1), closes #​11869

v14.7.13

Compare Source

Bug Fixes
  • core: excluding task dependencies breaks task sorting (84fb879)
Reverts
  • Revert "fix(misc): move library without given importPath should default to contain slashes (#​11869)" (33c0f94), closes #​11869

v14.7.12

Compare Source

Bug Fixes
  • bundling: support type checking when using esbuidl with --watch (#​12192) (1b06110)
  • core: update wording of print affected select input parameter (#​11832) (b69d68e)
  • misc: move library without given importPath should default to contain slashes (#​11869) (9dbcb45), closes #​9281
  • webpack: add check if scripts exist or fallback to empty array (#​12110) (94a2b0b)
Features
  • bundling: improve watch logging for esbuild (#​12193) (e6d4ec3)
  • bundling: manually set tsconfig for esbuild rather than auto-detecting it (#​12194) (1d89ef0)
  • core: add the ability to reset the daemon client when getting a project graph (8d1f284)
  • nx-plugin: allow skipping the creation of an e2e project (#​12129) (e80c2ee)

v14.7.11

Compare Source

Bug Fixes
Features

v14.7.10

Compare Source

Bug Fixes
Features

v14.7.9

Compare Source

Bug Fixes
  • bundling: provide correct defaults scripts/styles options (#​12157) (d05cc86)
  • bundling: skip web-specific configuration when bundling for node (#​12130) (84a21e9)
  • core: do not throw when cannot parse root tsconfig (8fdf8c5)
  • core: do not use named inputs to cache fileset hashes (9a84281)
  • core: prevent duplicate prefixes when using outputStyle stream (a66a549)
  • core: revert logic of run-executor handling streaming (f94a18e)
  • js: install bundler nx plugin when needed (#​12131) (6c0a838)
  • js: support both .cjs and .js file extensions when generating package.json file (#​12137) (75115e1)
  • repo: fix a failing e2e test (0d18397)
Features

v14.7.8

Compare Source

Bug Fixes
  • repo: make esbuild package as non private (6eb4e1f)

v14.7.6

Compare Source

Bug Fixes
  • angular: add $schema property to generated project configs (#​12031) (e2bfaa6)
  • bundling: default outputFileName to "main.js" when called from "@​nrwl/web:webpack" (#​12072) (d9afcac)
  • core: rework the daemon process communication to use a queue and a long running connection (a3e480b)
  • core: split chunk correctly when they contain multiple messages (08e7588)
  • core: temp workaround to deal with daemon start during workspace creation (8e8b175)
  • linter: handle missing task graph in hasher on print-affected (#​11974) (40da702)
  • testing: normalize paths for component-testing (#​11963) (1a9df53)
  • testing: use cypress generated tsconfig for angular ct (#​12014) (d535cf3)
  • testing: use webpack defined in executor options for react ct (#​12005) (73fd49a)
Features

v14.7.5

Compare Source

Bug Fixes
  • core: temporary make the daemon output optimization opt in (9364a40)
  • repo: ensure husky checks are respected on commit (#​11973) (3a78d3b)
Features
Reverts

v14.7.4

Compare Source

Bug Fixes

v14.7.3

Compare Source

Features
  • core: add more logging when socket communication fails (0663385)

v14.7.2

Compare Source

Bug Fixes
  • core: DAEMON_DIR_FOR_CURRENT_WORKSPACE isnt defined in case of error (6849b90)

v14.7.1

Compare Source

Bug Fixes
  • core: nx daemon doesnt get disable correctly (0f8aac0)

v14.7.0

Compare Source

Bug Fixes
  • angular: emit typescript declaration diagnostics in ng-packagr executors (#​11927) (c6520a1)
  • angular: warning logged when generating MF app with no e2e (#​11911) (4aa7282)
  • core: add back target defaults for all new workspaces (#​11936) (caec117)
  • core: fix process.send will crash the nx runner without check if it is undefined (#​11904) (350f71d)
  • repo: remove more things from production fileset and added babel config (#​11942) (b582964)
  • storybook: do not add target defaults and named inputs if they are not defined (#​11941) (31b1b00)
  • testing: add component-test named inputs (7b52c0d)
  • testing: do not add cypress inputs if namedInputs is not defined (#​11943) (8a35f18)
  • testing: move cypress tsconfig to cypress folder (6d0c6a8)
Features
  • angular: allow component options to be passed to standalone library #​11702 (#​11890) (81b5eeb)
  • angular: share by default some relevant angular packages when using withModuleFederation (#​11849) (41af7c7)
  • core: create the daemon socket file in the tmp dir instead of node modules (db74bc7)
  • core: generate inputs configuration for new workspaces (#​11856) (292f0c1)
  • core: use daemon to watch outputs to enable cache restoration optimization (0d9dbae)
  • storybook: generate storybook with more framework options (#​11914) (ae58c1d)
  • testing: support angular cypress component testing (#​11790) (a0904a6), closes #​11602

v14.6.5

Compare Source

Bug Fixes

v14.6.4

Compare Source

Bug Fixes
  • angular: host tests were failing due to no navigation (#​11825) (458e89b)
  • core: gracefully handle errors when unable to find custom hasher (#​11854) (830b55a)
  • js: remove check for non-buildable libs being used when packaging. (#​11835) (cd3352a)
  • misc: print new workspace directory and fix issues when creating workspaces with non-normalized name (#​11853) (8db5f1a)
  • nextjs: use SWC compiler for next.js libraries (#​11848) (525350f)

v14.6.3

Compare Source

Bug Fixes
  • nextjs: SVGR plugin should not be used if nx: { svgr: false } is set in next.config.js (#​11829) (9b26bc1)
Features
  • misc: a/b test different prompt messages (f89b68b)

v14.6.2

Compare Source

Bug Fixes

v14.6.1

Compare Source

Note: Version bump only for package @​nrwl/nx-source

v14.6.0

Compare Source

Bug Fixes
Features
Reverts

v14.5.10

Compare Source

Bug Fixes
  • devkit: convertNxExecutor() should properly emit observables (6652fe4), closes #​11653

v14.5.9

Compare Source

v14.5.8

Compare Source

Bug Fixes
  • core: project graph should be read from executor context (b5f4b12)

v14.5.7

Compare Source

Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Oct 1, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: fb2753d

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.

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

@coderabbitai

coderabbitai Bot commented Oct 1, 2025

Copy link
Copy Markdown

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.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@ellipsis-dev ellipsis-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 8d436c6 in 38 seconds. Click for details.
  • Reviewed 31 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 2 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. package.json:42
  • Draft comment:
    Nrwl devDependencies have been updated from 14.1.9 to 14.8.9. Please verify that these updates remain compatible with the Angular 13 setup in this project and check the Nx changelog for any breaking changes.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
2. package.json:54
  • Draft comment:
    The 'nx' package version has been updated to 14.8.9. Ensure that this update does not require additional configuration changes in your workspace.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None

Workflow ID: wflow_ZqN7JgxotdTK1TWZ

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@socket-security

socket-security Bot commented Oct 1, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednx@​14.8.9621009710080
Added@​nrwl/​cli@​14.8.91001008886100
Added@​nrwl/​eslint-plugin-nx@​14.8.9991009686100
Added@​nrwl/​jest@​14.8.9991009686100
Added@​nrwl/​linter@​14.8.91001009686100
Added@​nrwl/​workspace@​14.8.9981009686100
Added@​nrwl/​angular@​14.8.9921009786100

View full report

@socket-security

socket-security Bot commented Dec 3, 2025

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm copy-webpack-plugin is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/@nrwl/angular@14.8.9npm/copy-webpack-plugin@10.2.4

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/copy-webpack-plugin@10.2.4. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from eda4350 to b9f4d25 Compare December 31, 2025 19:11
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch from b9f4d25 to 6dc57ba Compare January 8, 2026 17:39
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from 5a63e86 to a9bba69 Compare January 23, 2026 19:53
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch from a9bba69 to c197cb7 Compare February 2, 2026 17:43
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from 3b91828 to 657f9ae Compare February 17, 2026 16:13
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch from 657f9ae to c6dd8a4 Compare March 5, 2026 15:48
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch from c6dd8a4 to 526cabe Compare March 13, 2026 11:17
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch 3 times, most recently from 7c66cf1 to 1185224 Compare April 1, 2026 20:09
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch from 1185224 to 601515e Compare April 8, 2026 21:02
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch from 601515e to 21c3c45 Compare April 29, 2026 12:59
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from 362d455 to 3711069 Compare May 18, 2026 09:42
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from d387525 to 69aafd5 Compare June 1, 2026 19:09
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch from 69aafd5 to 21120ea Compare June 13, 2026 15:51
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from fb71e7d to 562e9c0 Compare July 16, 2026 16:18
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch from 562e9c0 to 732ab5b Compare July 20, 2026 22:37
@renovate
renovate Bot force-pushed the renovate/nx-monorepo branch from 732ab5b to fb2753d Compare July 24, 2026 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants