Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

Bumps the npm-prod-deps group with 8 updates:

Package From To
@nx/nx-darwin-arm64 22.1.0 22.1.1
@nx/nx-darwin-x64 22.1.0 22.1.1
@nx/nx-linux-x64-gnu 22.1.0 22.1.1
@nx/nx-win32-x64-msvc 22.1.0 22.1.1
@swc/core-linux-x64-gnu 1.15.2 1.15.3
@swc/core-darwin-x64 1.15.2 1.15.3
@swc/core-win32-x64-msvc 1.15.2 1.15.3
@swc/core-darwin-arm64 1.15.2 1.15.3

Updates @nx/nx-darwin-arm64 from 22.1.0 to 22.1.1

Release notes

Sourced from @​nx/nx-darwin-arm64's releases.

22.1.1 (2025-11-21)

🚀 Features

  • linter: add util to load eslint rules from a directory (#33543)
  • nx-cloud: prepend nx version to stats metadata (#33568)

🩹 Fixes

  • 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)
  • graph: align exclude flag with others by using findMatchingProjects (#33550)
  • linter: handle various flat config override structures (#33548, #31796)
  • react: exclude tailwind from CSS modules syntax in component generator (#33574)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)
  • vite: generate .mts config files to force ESM (#33518)

❤️ Thank You

Commits

Updates @nx/nx-darwin-x64 from 22.1.0 to 22.1.1

Release notes

Sourced from @​nx/nx-darwin-x64's releases.

22.1.1 (2025-11-21)

🚀 Features

  • linter: add util to load eslint rules from a directory (#33543)
  • nx-cloud: prepend nx version to stats metadata (#33568)

🩹 Fixes

  • 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)
  • graph: align exclude flag with others by using findMatchingProjects (#33550)
  • linter: handle various flat config override structures (#33548, #31796)
  • react: exclude tailwind from CSS modules syntax in component generator (#33574)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)
  • vite: generate .mts config files to force ESM (#33518)

❤️ Thank You

Commits

Updates @nx/nx-linux-x64-gnu from 22.1.0 to 22.1.1

Release notes

Sourced from @​nx/nx-linux-x64-gnu's releases.

22.1.1 (2025-11-21)

🚀 Features

  • linter: add util to load eslint rules from a directory (#33543)
  • nx-cloud: prepend nx version to stats metadata (#33568)

🩹 Fixes

  • 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)
  • graph: align exclude flag with others by using findMatchingProjects (#33550)
  • linter: handle various flat config override structures (#33548, #31796)
  • react: exclude tailwind from CSS modules syntax in component generator (#33574)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)
  • vite: generate .mts config files to force ESM (#33518)

❤️ Thank You

Commits

Updates @nx/nx-win32-x64-msvc from 22.1.0 to 22.1.1

Release notes

Sourced from @​nx/nx-win32-x64-msvc's releases.

22.1.1 (2025-11-21)

🚀 Features

  • linter: add util to load eslint rules from a directory (#33543)
  • nx-cloud: prepend nx version to stats metadata (#33568)

🩹 Fixes

  • 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)
  • graph: align exclude flag with others by using findMatchingProjects (#33550)
  • linter: handle various flat config override structures (#33548, #31796)
  • react: exclude tailwind from CSS modules syntax in component generator (#33574)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#33567, #32492)
  • vite: generate .mts config files to force ESM (#33518)

❤️ Thank You

Commits

Updates @swc/core-linux-x64-gnu from 1.15.2 to 1.15.3

Changelog

Sourced from @​swc/core-linux-x64-gnu's changelog.

[1.15.3] - 2025-11-20

Bug Fixes

  • (es/codegen) Restore missing top-level comments (#11302) (0998c93)

  • (es/codegen) Emit comments of all nodes (#11314) (387ee0f)

  • (es/minifier) Prevent compress.comparisons from transforming expressions with side effects (#11256) (58a9d81)

  • (es/minifier) Remove unused arrow functions in dead code elimination (#11319) (88c6ac7)

  • (es/parser) Make the span of Program start at input start (#11199) (b56e008)

  • (es/plugin) Use #[cfg] to avoid compilation error (#11316) (f615cdb)

  • (es/quote) Replace usage of swc_atoms with swc_core::atoms (#11299) (c1e32fa)

Miscellaneous Tasks

  • (es/transformer) Determine project structure (#11306) (58f2602)

Performance

  • (es/compat) Merge regexp pass into Transformer (#11307) (440b391)

  • (es/compat) Merge export_namespace_from to Transformer (#11309) (7a528ce)

Refactor

Commits
  • e36cc72 chore: Publish 1.15.3 with swc_core v48.0.2
  • 1064582 chore: Update changelog
  • 57b34fa chore: Publish 1.15.3-nightly-20251120.1 with swc_core v48.0.2
  • 2392161 chore: Specify dependency version to publish swc_cli
  • cfd92b1 chore: Publish crates with swc_core v48.0.2
  • 88c6ac7 fix(es/minifier): Remove unused arrow functions in dead code elimination (#11...
  • b0d3154 chore: use_sticky_comment: true for Claude Code Review
  • 6d5a585 chore: Publish crates with swc_core v48.0.1
  • f615cdb fix(es/plugin): use #[cfg] to avoid compilation error (#11316)
  • f98ca27 chore: Publish crates with swc_core v48.0.0
  • Additional commits viewable in compare view

Updates @swc/core-darwin-x64 from 1.15.2 to 1.15.3

Changelog

Sourced from @​swc/core-darwin-x64's changelog.

[1.15.3] - 2025-11-20

Bug Fixes

  • (es/codegen) Restore missing top-level comments (#11302) (0998c93)

  • (es/codegen) Emit comments of all nodes (#11314) (387ee0f)

  • (es/minifier) Prevent compress.comparisons from transforming expressions with side effects (#11256) (58a9d81)

  • (es/minifier) Remove unused arrow functions in dead code elimination (#11319) (88c6ac7)

  • (es/parser) Make the span of Program start at input start (#11199) (b56e008)

  • (es/plugin) Use #[cfg] to avoid compilation error (#11316) (f615cdb)

  • (es/quote) Replace usage of swc_atoms with swc_core::atoms (#11299) (c1e32fa)

Miscellaneous Tasks

  • (es/transformer) Determine project structure (#11306) (58f2602)

Performance

  • (es/compat) Merge regexp pass into Transformer (#11307) (440b391)

  • (es/compat) Merge export_namespace_from to Transformer (#11309) (7a528ce)

Refactor

Commits
  • e36cc72 chore: Publish 1.15.3 with swc_core v48.0.2
  • 1064582 chore: Update changelog
  • 57b34fa chore: Publish 1.15.3-nightly-20251120.1 with swc_core v48.0.2
  • 2392161 chore: Specify dependency version to publish swc_cli
  • cfd92b1 chore: Publish crates with swc_core v48.0.2
  • 88c6ac7 fix(es/minifier): Remove unused arrow functions in dead code elimination (#11...
  • b0d3154 chore: use_sticky_comment: true for Claude Code Review
  • 6d5a585 chore: Publish crates with swc_core v48.0.1
  • f615cdb fix(es/plugin): use #[cfg] to avoid compilation error (#11316)
  • f98ca27 chore: Publish crates with swc_core v48.0.0
  • Additional commits viewable in compare view

Updates @swc/core-win32-x64-msvc from 1.15.2 to 1.15.3

Changelog

Sourced from @​swc/core-win32-x64-msvc's changelog.

[1.15.3] - 2025-11-20

Bug Fixes

  • (es/codegen) Restore missing top-level comments (#11302) (0998c93)

  • (es/codegen) Emit comments of all nodes (#11314) (387ee0f)

  • (es/minifier) Prevent compress.comparisons from transforming expressions with side effects (#11256) (58a9d81)

  • (es/minifier) Remove unused arrow functions in dead code elimination (#11319) (88c6ac7)

  • (es/parser) Make the span of Program start at input start (#11199) (b56e008)

  • (es/plugin) Use #[cfg] to avoid compilation error (#11316) (f615cdb)

  • (es/quote) Replace usage of swc_atoms with swc_core::atoms (#11299) (c1e32fa)

Miscellaneous Tasks

  • (es/transformer) Determine project structure (#11306) (58f2602)

Performance

  • (es/compat) Merge regexp pass into Transformer (#11307) (440b391)

  • (es/compat) Merge export_namespace_from to Transformer (#11309) (7a528ce)

Refactor

Commits
  • e36cc72 chore: Publish 1.15.3 with swc_core v48.0.2
  • 1064582 chore: Update changelog
  • 57b34fa chore: Publish 1.15.3-nightly-20251120.1 with swc_core v48.0.2
  • 2392161 chore: Specify dependency version to publish swc_cli
  • cfd92b1 chore: Publish crates with swc_core v48.0.2
  • 88c6ac7 fix(es/minifier): Remove unused arrow functions in dead code elimination (#11...
  • b0d3154 chore: use_sticky_comment: true for Claude Code Review
  • 6d5a585 chore: Publish crates with swc_core v48.0.1
  • f615cdb fix(es/plugin): use #[cfg] to avoid compilation error (#11316)
  • f98ca27 chore: Publish crates with swc_core v48.0.0
  • Additional commits viewable in compare view

Updates @swc/core-darwin-arm64 from 1.15.2 to 1.15.3

Changelog

Sourced from @​swc/core-darwin-arm64's changelog.

[1.15.3] - 2025-11-20

Bug Fixes

  • (es/codegen) Restore missing top-level comments (#11302) (0998c93)

  • (es/codegen) Emit comments of all nodes (#11314) (387ee0f)

  • (es/minifier) Prevent compress.comparisons from transforming expressions with side effects (#11256) (58a9d81)

  • (es/minifier) Remove unused arrow functions in dead code elimination (#11319) (88c6ac7)

  • (es/parser) Make the span of Program start at input start (#11199) (b56e008)

  • (es/plugin) Use #[cfg] to avoid compilation error (#11316) (f615cdb)

  • (es/quote) Replace usage of swc_atoms with swc_core::atoms (#11299) (c1e32fa)

Miscellaneous Tasks

  • (es/transformer) Determine project structure (#11306) (58f2602)

Performance

  • (es/compat) Merge regexp pass into Transformer (#11307) (440b391)

  • (es/compat) Merge export_namespace_from to Transformer (#11309) (7a528ce)

Refactor

Commits
  • e36cc72 chore: Publish 1.15.3 with swc_core v48.0.2
  • 1064582 chore: Update changelog
  • 57b34fa chore: Publish 1.15.3-nightly-20251120.1 with swc_core v48.0.2
  • 2392161 chore: Specify dependency version to publish swc_cli
  • cfd92b1 chore: Publish crates with swc_core v48.0.2
  • 88c6ac7 fix(es/minifier): Remove unused arrow functions in dead code elimination (#11...
  • b0d3154 chore: use_sticky_comment: true for Claude Code Review
  • 6d5a585 chore: Publish crates with swc_core v48.0.1
  • f615cdb fix(es/plugin): use #[cfg] to avoid compilation error (#11316)
  • f98ca27 chore: Publish crates with swc_core v48.0.0
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 26, 2025 00:40
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 26, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 26, 2025

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.


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

Bumps the npm-prod-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/nx-darwin-arm64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-arm64) | `22.1.0` | `22.1.1` |
| [@nx/nx-darwin-x64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-x64) | `22.1.0` | `22.1.1` |
| [@nx/nx-linux-x64-gnu](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/linux-x64-gnu) | `22.1.0` | `22.1.1` |
| [@nx/nx-win32-x64-msvc](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/win32-x64-msvc) | `22.1.0` | `22.1.1` |
| [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) | `1.15.2` | `1.15.3` |
| [@swc/core-darwin-x64](https://github.com/swc-project/swc) | `1.15.2` | `1.15.3` |
| [@swc/core-win32-x64-msvc](https://github.com/swc-project/swc) | `1.15.2` | `1.15.3` |
| [@swc/core-darwin-arm64](https://github.com/swc-project/swc) | `1.15.2` | `1.15.3` |


Updates `@nx/nx-darwin-arm64` from 22.1.0 to 22.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.1.1/packages/nx/native-packages/darwin-arm64)

Updates `@nx/nx-darwin-x64` from 22.1.0 to 22.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.1.1/packages/nx/native-packages/darwin-x64)

Updates `@nx/nx-linux-x64-gnu` from 22.1.0 to 22.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.1.1/packages/nx/native-packages/linux-x64-gnu)

Updates `@nx/nx-win32-x64-msvc` from 22.1.0 to 22.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.1.1/packages/nx/native-packages/win32-x64-msvc)

Updates `@swc/core-linux-x64-gnu` from 1.15.2 to 1.15.3
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.15.2...v1.15.3)

Updates `@swc/core-darwin-x64` from 1.15.2 to 1.15.3
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.15.2...v1.15.3)

Updates `@swc/core-win32-x64-msvc` from 1.15.2 to 1.15.3
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.15.2...v1.15.3)

Updates `@swc/core-darwin-arm64` from 1.15.2 to 1.15.3
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.15.2...v1.15.3)

---
updated-dependencies:
- dependency-name: "@nx/nx-darwin-arm64"
  dependency-version: 22.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-darwin-x64"
  dependency-version: 22.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-linux-x64-gnu"
  dependency-version: 22.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@nx/nx-win32-x64-msvc"
  dependency-version: 22.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@swc/core-darwin-x64"
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@swc/core-win32-x64-msvc"
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
- dependency-name: "@swc/core-darwin-arm64"
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/npm-prod-deps-bb80b6d095 branch from 81eb5be to 9b17009 Compare December 3, 2025 00:31
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 3, 2025

@saikumarrs saikumarrs merged commit 364294d into develop Dec 4, 2025
12 checks passed
@saikumarrs saikumarrs deleted the dependabot/npm_and_yarn/develop/npm-prod-deps-bb80b6d095 branch December 4, 2025 10:22
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants