Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-dev-deps group with 10 updates:

Package From To
@nx/eslint 22.1.0 22.1.1
@nx/eslint-plugin 22.1.0 22.1.1
@nx/jest 22.1.0 22.1.1
@nx/js 22.1.0 22.1.1
@nx/workspace 22.1.0 22.1.1
@swc/core 1.15.2 1.15.3
@typescript-eslint/eslint-plugin 8.47.0 8.48.0
@typescript-eslint/parser 8.47.0 8.48.0
msw 2.11.5 2.12.3
nx 22.1.0 22.1.1

Updates @nx/eslint from 22.1.0 to 22.1.1

Release notes

Sourced from @​nx/eslint'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
  • 1c8796a docs(misc): update migration docs to use supported markdown syntax (#33563)
  • 05bd3a4 fix(linter): handle various flat config override structures (#33548)
  • See full diff in compare view

Updates @nx/eslint-plugin from 22.1.0 to 22.1.1

Release notes

Sourced from @​nx/eslint-plugin'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/jest from 22.1.0 to 22.1.1

Release notes

Sourced from @​nx/jest'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/js from 22.1.0 to 22.1.1

Release notes

Sourced from @​nx/js'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/workspace from 22.1.0 to 22.1.1

Release notes

Sourced from @​nx/workspace'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 from 1.15.2 to 1.15.3

Changelog

Sourced from @​swc/core'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 @typescript-eslint/eslint-plugin from 8.47.0 to 8.48.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpful aaa error message and change analyze to expects Program (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)

🩹 Fixes

  • typescript-estree: disallow binding patterns in parameter properties (#11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 6fb1551 chore(release): publish 8.48.0
  • d26e9de chore(eslint-plugin): correct TODO comment on the wrong line (#11773)
  • 5f04910 fix(typescript-estree): disallow binding patterns in parameter properties (#1...
  • a4dc42a chore: migrate to nx 22 (#11780)
  • 2ffb168 feat(eslint-plugin): [no-redundant-type-constituents] use assignability check...
  • 5ea21f1 fix(eslint-plugin): [consistent-generic-constructors] ignore when constructor...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.47.0 to 8.48.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpful aaa error message and change analyze to expects Program (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.48.0 (2025-11-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates msw from 2.11.5 to 2.12.3

Release notes

Sourced from msw's releases.

v2.12.3 (2025-11-23)

Bug Fixes

v2.12.2 (2025-11-14)

Bug Fixes

  • node: move browser and react-native export conditions lower (#2627) (102d85a1fdb60558f07e778621edf33393ae18b5) @​vidschofelix

v2.12.1 (2025-11-09)

Bug Fixes

  • setupWorker: fix response init in response:* events (#2621) (7f48f21189f1c04349890bb8523f772f6ae9eb08) @​jbms

v2.12.0 (2025-11-05)

Features

v2.11.6 (2025-10-20)

Bug Fixes

  • update @mswjs/interceptors to 0.40.0 (#2613) (50028b7f61b2f6ba9998ed111d9e517ef08bf538) @​kettanaito
Commits

Updates nx from 22.1.0 to 22.1.1

Release notes

Sourced from nx'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
  • 626fb08 Revert "feat(core): make console daemon check backgroundable and pull… (#33578)
  • 9a6c7ad feat(nx-cloud): prepend nx version to stats metadata (#33568)
  • 1c8796a docs(misc): update migration docs to use supported markdown syntax (#33563)
  • 1eecf46 fix(core): provide error when nested graph construction would occur invoked d...
  • 9f7414e fix(core): daemon command should exit at end (#33547)
  • 0e500dc fix(core): don't presume a task is long running if its marked cacheable (#33545)
  • aa38b25 fix(graph): align exclude flag with others by using findMatchingProjects (#33...
  • See full diff 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

Bumps the npm-dev-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `22.1.0` | `22.1.1` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.1.0` | `22.1.1` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.1.0` | `22.1.1` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.1.0` | `22.1.1` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.1.0` | `22.1.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.15.2` | `1.15.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.47.0` | `8.48.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.47.0` | `8.48.0` |
| [msw](https://github.com/mswjs/msw) | `2.11.5` | `2.12.3` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.1.0` | `22.1.1` |


Updates `@nx/eslint` 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/eslint)

Updates `@nx/eslint-plugin` 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/eslint-plugin)

Updates `@nx/jest` 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/jest)

Updates `@nx/js` 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/js)

Updates `@nx/workspace` 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/workspace)

Updates `@swc/core` 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 `@typescript-eslint/eslint-plugin` from 8.47.0 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.47.0 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/parser)

Updates `msw` from 2.11.5 to 2.12.3
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.11.5...v2.12.3)

Updates `nx` 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)

---
updated-dependencies:
- dependency-name: "@nx/eslint"
  dependency-version: 22.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: "@nx/jest"
  dependency-version: 22.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: "@nx/js"
  dependency-version: 22.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: "@nx/workspace"
  dependency-version: 22.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: "@swc/core"
  dependency-version: 1.15.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: msw
  dependency-version: 2.12.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-deps
- dependency-name: nx
  dependency-version: 22.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@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:35
@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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/npm-dev-deps-a6eaa19650 branch December 3, 2025 00:35
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.

1 participant