Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the build-tooling group with 12 updates in the / directory:

Package From To
@eslint/compat 1.3.0 1.4.0
@eslint/js 9.29.0 9.38.0
@lerna-lite/cli 4.4.1 4.9.1
@lerna-lite/version 4.4.1 4.9.1
eslint 9.29.0 9.38.0
eslint-plugin-react-hooks 5.2.0 7.0.1
nx 21.2.1 22.0.1
prettier 3.6.0 3.6.2
typescript 5.8.3 5.9.3
postcss-preset-mantine 1.17.0 1.18.0
sass 1.89.2 1.93.2
vite 6.4.1 7.1.12

Updates @eslint/compat from 1.3.0 to 1.4.0

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.4.0

1.4.0 (2025-03-14)

Features

  • Use defineConfig() and globalIgnores() helpers (#164) (727ec5d)

compat: v1.4.0

1.4.0 (2025-09-16)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.2 to ^0.16.0

migrate-config: v1.3.8

1.3.8 (2025-02-21)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.2.6 to ^1.2.7

migrate-config: v1.3.7

1.3.7 (2025-01-31)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.2.5 to ^1.2.6

migrate-config: v1.3.6

1.3.6 (2025-01-09)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

1.4.0 (2025-09-16)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.2 to ^0.16.0

1.3.2 (2025-08-05)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2

1.3.1 (2025-06-25)

Bug Fixes

  • relax @eslint/compat eslint peerDependencies constraint (#215) (b96ec0c)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.0 to ^0.15.1
Commits
  • 7f592e3 chore: release main (#257)
  • 4f07e51 docs: correct bun installation command and use defineConfig in README (#269)
  • ab10682 docs: Update README sponsors
  • 7255100 chore: standardize test filenames to *.test.js (#267)
  • 7e61e90 test: remove deprecated type property (#266)
  • 100a4c7 docs: Update README sponsors
  • b23f179 docs: Update README sponsors
  • 7b6dd37 feat: Add config types in @​eslint/core (#237)
  • 8ba766a refactor: update eslint-config-eslint (#253)
  • 62089bc docs: Update README sponsors
  • Additional commits viewable in compare view

Updates @eslint/js from 9.29.0 to 9.38.0

Release notes

Sourced from @​eslint/js's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])

... (truncated)

Commits
  • 25d0e33 chore: package.json update for @​eslint/js release
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • 488cba6 chore: package.json update for @​eslint/js release
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116)
  • af2a087 chore: package.json update for @​eslint/js release
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069)
  • b48fa20 chore: package.json update for @​eslint/js release
  • ad28371 chore: package.json update for @​eslint/js release
  • 50de1ce chore: package.json update for @​eslint/js release
  • Additional commits viewable in compare view

Updates @lerna-lite/cli from 4.4.1 to 4.9.1

Release notes

Sourced from @​lerna-lite/cli's releases.

v4.9.1

4.9.1 (2025-10-17)

A bit more internal code cleanup and more use of Node native code. This release is also the first release that I am officially using OIDC Trusted Publisher to publish Lerna-Lite itself on NPM via OIDC and everything went quite smoothly :)

With recent supply chain attacks in recent months, it's strongly encouraged to switch to OIDC Trusted Publishing if you can, because as you may have heard, NPM has started dropping lifetime tokens and now only accepts a maximum of 3 months. Switching to OIDC would completely drop the need for an NPM token since it uses short-lived token when a release is triggered, which is considered safer and the bonus is that it automatically generates Provenance attestations out of the box. You can read GitHub Blog Strengthening npm security for more info.

Note that the current process of assigning trusted publisher to each and every package is a bit tedious (especially if you have a lot of packages), so hopefully they'll provide a global scope config in the future (it's been asked in the original OIDC Discussion).

Bug Fixes

v4.9.0 - OIDC Trusted Publishing

4.9.0 (2025-09-26)

OIDC Trusted Publishing is now supported in Lerna-Lite (and Lerna) 🎉⭐

credit goes to James for bringing it first in [email protected]

Features

Bug Fixes

v4.8.0 - Yarn Catalogs

4.8.0 (2025-09-20)

Lerna-Lite now supports Catalogs in 3 different package managers (pnpm, bun and now yarn)

This version brings Yarn catalogs support (which is the same usage as pnpm Catalogs with the small exception that Yarn Catalogs are located in .yarnrc.yml

Cheers and Happy Coding 🚀 ⭐

Features

... (truncated)

Changelog

Sourced from @​lerna-lite/cli's changelog.

4.9.1 (2025-10-17)

Note: Version bump only for package @​lerna-lite/cli

4.9.0 (2025-09-26)

Note: Version bump only for package @​lerna-lite/cli

4.8.0 (2025-09-20)

Note: Version bump only for package @​lerna-lite/cli

4.7.3 (2025-08-29)

Bug Fixes

4.7.2 (2025-08-16)

Note: Version bump only for package @​lerna-lite/cli

4.7.1 (2025-08-13)

Note: Version bump only for package @​lerna-lite/cli

4.7.0 (2025-08-08)

Note: Version bump only for package @​lerna-lite/cli

4.6.2 (2025-07-25)

Bug Fixes

4.6.1 (2025-07-11)

Bug Fixes

4.6.0 (2025-07-08)

Note: Version bump only for package @​lerna-lite/cli

4.5.1 (2025-06-29)

Note: Version bump only for package @​lerna-lite/cli

... (truncated)

Commits
  • 19df4e1 chore(release): publish new version v4.9.1
  • 7218947 chore: remove any refs to eslint and unnecessary eslint ignores (#1170)
  • 200e440 chore: add prettier-plugin-sort-imports (#1169)
  • acb4f85 chore: switch from eslint to oxlint (OXC) (#1166)
  • b4710cf chore(release): publish new version v4.9.0
  • 4184b3d chore(release): publish new version v4.8.0
  • 77aa650 chore: lint and fix a few missing TS types
  • 51f207a chore(release): publish new version v4.7.3
  • 089becf fix: peer deps with workspace: shouldn't duplicate version to devDeps (#1119)
  • 994d622 chore(release): publish new version v4.7.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​lerna-lite/cli since your current version.


Updates @lerna-lite/version from 4.4.1 to 4.9.1

Release notes

Sourced from @​lerna-lite/version's releases.

v4.9.1

4.9.1 (2025-10-17)

A bit more internal code cleanup and more use of Node native code. This release is also the first release that I am officially using OIDC Trusted Publisher to publish Lerna-Lite itself on NPM via OIDC and everything went quite smoothly :)

With recent supply chain attacks in recent months, it's strongly encouraged to switch to OIDC Trusted Publishing if you can, because as you may have heard, NPM has started dropping lifetime tokens and now only accepts a maximum of 3 months. Switching to OIDC would completely drop the need for an NPM token since it uses short-lived token when a release is triggered, which is considered safer and the bonus is that it automatically generates Provenance attestations out of the box. You can read GitHub Blog Strengthening npm security for more info.

Note that the current process of assigning trusted publisher to each and every package is a bit tedious (especially if you have a lot of packages), so hopefully they'll provide a global scope config in the future (it's been asked in the original OIDC Discussion).

Bug Fixes

v4.9.0 - OIDC Trusted Publishing

4.9.0 (2025-09-26)

OIDC Trusted Publishing is now supported in Lerna-Lite (and Lerna) 🎉⭐

credit goes to James for bringing it first in [email protected]

Features

Bug Fixes

v4.8.0 - Yarn Catalogs

4.8.0 (2025-09-20)

Lerna-Lite now supports Catalogs in 3 different package managers (pnpm, bun and now yarn)

This version brings Yarn catalogs support (which is the same usage as pnpm Catalogs with the small exception that Yarn Catalogs are located in .yarnrc.yml

Cheers and Happy Coding 🚀 ⭐

Features

... (truncated)

Changelog

Sourced from @​lerna-lite/version's changelog.

4.9.1 (2025-10-17)

Note: Version bump only for package @​lerna-lite/version

4.9.0 (2025-09-26)

Note: Version bump only for package @​lerna-lite/version

4.8.0 (2025-09-20)

Features

4.7.3 (2025-08-29)

Bug Fixes

4.7.2 (2025-08-16)

Bug Fixes

4.7.1 (2025-08-13)

Note: Version bump only for package @​lerna-lite/version

4.7.0 (2025-08-08)

Features

4.6.2 (2025-07-25)

Note: Version bump only for package @​lerna-lite/version

4.6.1 (2025-07-11)

Bug Fixes

4.6.0 (2025-07-08)

Note: Version bump only for package @​lerna-lite/version

... (truncated)

Commits
  • 19df4e1 chore(release): publish new version v4.9.1
  • 7218947 chore: remove any refs to eslint and unnecessary eslint ignores (#1170)
  • 200e440 chore: add prettier-plugin-sort-imports (#1169)
  • 8915119 chore: ignore some lines to increase coverage (#1167)
  • acb4f85 chore: switch from eslint to oxlint (OXC) (#1166)
  • e0bf0f9 chore: add a few test line ignores (#1164)
  • be1757f chore: simplify npmlog has-color (#1163)
  • 79aa4fc chore(tests): remove test flakiness by updating test (#1161)
  • 0898fe4 chore(tests): run all unit tests with ANSI colors enabled but strip ANSI (#1160)
  • 6d62423 docs: update conventional-changelog to v9
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​lerna-lite/version since your current version.


Updates eslint from 9.29.0 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])

... (truncated)

Commits

Updates eslint-plugin-react-hooks from 5.2.0 to 7.0.1

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

7.0.1

  • Disallowed passing inline useEffectEvent values as JSX props to guard against accidental propagation. (#34820 by @​jf-eirinha)
  • Switch to export = so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. (#34949 by @​karlhorky)
  • Tightened the typing of configs.flat so the configs export is always defined. (#34950 by @​poteto)
  • Fix named import runtime errors. (#34951, #34953 by @​karlhorky)

7.0.0

This release slims down presets to just 2 configurations (recommended and recommended-latest), and all compiler rules are enabled by default.

  • Breaking: Removed recommended-latest-legacy and flat/recommended configs. The plugin now provides recommended (legacy and flat configs with all recommended rules), and recommended-latest (legacy and flat configs with all recommended rules plus new bleeding edge experimental compiler rules). (@​poteto in #34757)

6.1.1

Note: 6.1.0 accidentally allowed use of recommended without flat config, causing errors when used with ESLint v9's defineConfig() helper. This has been fixed in 6.1.1.

6.1.0

Note: Version 6.0.0 was mistakenly released and immediately deprecated and untagged on npm. This is the first official 6.x major release and includes breaking changes.

  • Breaking: Require Node.js 18 or newer. (@​michaelfaith in #32458)
  • Breaking: Flat config is now the default recommended preset. Legacy config moved to recommended-legacy. (@​michaelfaith in #32457)
  • New Violations: Disallow calling use within try/catch blocks. (@​poteto in #34040)
  • New Violations: Disallow calling useEffectEvent functions in arbitrary closures. (@​jbrown215 in #33544)
  • Handle React.useEffect in addition to useEffect in rules-of-hooks. (@​Ayc0 in #34076)
  • Added react-hooks settings config option that to accept additionalEffectHooks that are used across exhaustive-deps and rules-of-hooks rules. (@​jbrown215) in #34497

6.0.0

Accidentally released. See 6.1.0 for the actual changes.

Commits

Updates nx from 21.2.1 to 22.0.1

Release notes

Sourced from nx's releases.

22.0.1 (2025-10-22)

🩹 Fixes

  • core: adding output error reason (#33159)
  • maven: add support for unbound goals in plugin targets (#33191)

❤️ Thank You

… 12 updates

Bumps the build-tooling group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.3.0` | `1.4.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.29.0` | `9.38.0` |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `4.4.1` | `4.9.1` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `4.4.1` | `4.9.1` |
| [eslint](https://github.com/eslint/eslint) | `9.29.0` | `9.38.0` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `7.0.1` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.2.1` | `22.0.1` |
| [prettier](https://github.com/prettier/prettier) | `3.6.0` | `3.6.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [postcss-preset-mantine](https://github.com/mantinedev/postcss-preset-mantine) | `1.17.0` | `1.18.0` |
| [sass](https://github.com/sass/dart-sass) | `1.89.2` | `1.93.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.4.1` | `7.1.12` |



Updates `@eslint/compat` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v1.4.0/packages/compat)

Updates `@eslint/js` from 9.29.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js)

Updates `@lerna-lite/cli` from 4.4.1 to 4.9.1
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v4.9.1/packages/cli)

Updates `@lerna-lite/version` from 4.4.1 to 4.9.1
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/version/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v4.9.1/packages/version)

Updates `eslint` from 9.29.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.29.0...v9.38.0)

Updates `eslint-plugin-react-hooks` from 5.2.0 to 7.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `nx` from 21.2.1 to 22.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.0.1/packages/nx)

Updates `prettier` from 3.6.0 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.0...3.6.2)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `postcss-preset-mantine` from 1.17.0 to 1.18.0
- [Commits](https://github.com/mantinedev/postcss-preset-mantine/commits)

Updates `sass` from 1.89.2 to 1.93.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.89.2...1.93.2)

Updates `vite` from 6.4.1 to 7.1.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: "@eslint/js"
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: "@lerna-lite/cli"
  dependency-version: 4.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: "@lerna-lite/version"
  dependency-version: 4.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: build-tooling
- dependency-name: nx
  dependency-version: 22.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: build-tooling
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tooling
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: postcss-preset-mantine
  dependency-version: 1.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: sass
  dependency-version: 1.93.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: vite
  dependency-version: 7.1.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: build-tooling
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@dependabot dependabot bot requested a review from adidahiya as a code owner October 27, 2025 08:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@github-actions
Copy link

PR Preview Action v1.6.1

🚀 View preview at
https://adidahiya.github.io/raga/pr-preview/pr-414/

Built to branch gh-pages at 2025-10-27 08:55 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant