Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps the build-tooling group with 8 updates:

Package From To
@eslint/compat 1.2.9 1.3.0
@eslint/js 9.28.0 9.29.0
@lerna-lite/cli 4.3.0 4.4.1
@lerna-lite/version 4.3.0 4.4.1
eslint 9.28.0 9.29.0
nx 21.1.3 21.2.0
postcss 8.5.4 8.5.5
sass 1.89.1 1.89.2

Updates @eslint/compat from 1.2.9 to 1.3.0

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.3.0

1.3.0 (2024-08-30)

Features

  • Add eslint-plugin-flowtype to compat plugins (#115) (5cb3919)

compat: v1.3.0

1.3.0 (2025-06-09)

Features

  • add support for custom name parameter to includeIgnoreFile (#211) (3e18175)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Changelog

Sourced from @​eslint/compat's changelog.

1.3.0 (2025-06-09)

Features

  • add support for custom name parameter to includeIgnoreFile (#211) (3e18175)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Commits

Updates @eslint/js from 9.28.0 to 9.29.0

Release notes

Sourced from @​eslint/js's releases.

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

Chores

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits

Updates @lerna-lite/cli from 4.3.0 to 4.4.1

Release notes

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

v4.4.1 - Bun Catalogs

4.4.1 (2025-06-13)

This version adds Bun as a valid npmClient option to the JSON Schema and also brings Bun Catalogs support (which is the same usage as pnpm Catalogs with the small exception that Bun Catalogs are located in package.json > workspaces).

I believe that most of Lerna's commands should just work out of the box with Bun, but it could also happen that some issues just show up. Please note that even though I am following Bun's development, I have never installed it myself (maybe in the future but not in the short term), so... if you find any errors with Bun then please help and contribute fixes back to the project.

Cheers and Happy Coding 🚀

Bug Fixes

v4.4.0

4.4.0 (2025-06-13)

Features

Bug Fixes

Changelog

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

4.4.1 (2025-06-13)

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

4.4.0 (2025-06-13)

Features

Commits

Updates @lerna-lite/version from 4.3.0 to 4.4.1

Release notes

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

v4.4.1 - Bun Catalogs

4.4.1 (2025-06-13)

This version adds Bun as a valid npmClient option to the JSON Schema and also brings Bun Catalogs support (which is the same usage as pnpm Catalogs with the small exception that Bun Catalogs are located in package.json > workspaces).

I believe that most of Lerna's commands should just work out of the box with Bun, but it could also happen that some issues just show up. Please note that even though I am following Bun's development, I have never installed it myself (maybe in the future but not in the short term), so... if you find any errors with Bun then please help and contribute fixes back to the project.

Cheers and Happy Coding 🚀

Bug Fixes

v4.4.0

4.4.0 (2025-06-13)

Features

Bug Fixes

Changelog

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

4.4.1 (2025-06-13)

Bug Fixes

4.4.0 (2025-06-13)

Features

Commits

Updates eslint from 9.28.0 to 9.29.0

Release notes

Sourced from eslint's releases.

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

Chores

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
  • edf232b 9.29.0
  • c2414b6 Build: changelog update for 9.29.0
  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851)
  • acf2201 chore: package.json update for @​eslint/js release
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825)
  • Additional commits viewable in compare view

Updates nx from 21.1.3 to 21.2.0

Release notes

Sourced from nx's releases.

21.2.0 (2025-06-12)

🚀 Features

  • angular: add support for rspack module federation (#31231)
  • angular: support angular cli v20.0.0-rc.3 (#30715)
  • angular: update nx init legacy integrated migration for angular to handle angular v17 (#31352)
  • ⚠️ angular: support angular v20 (#31369)
  • angular: update angular eslint packages to v20 (#31489)
  • bundling: use tsconfig.lib.json for rollup.config.ts (#30453)
  • gradle: exclude dependsOn tasks (#30913)
  • misc: enhance IDE integration with Nx Console auto-installation and improved logging (#31462)
  • nest: Update nest version to 11 (#31393, #30188)
  • nx-dev: AI landing page (#31310)
  • nx-dev: update hero tagline (41387af458)
  • nx-dev: add rss and atom feeds (ee7dbf9c3a)
  • repo: enhance Claude Code workflow and settings (#31405, #31380)
  • repo: add golden list of projects to our Nightly CI (#31414)
  • repo: add ndcunningham to Claude workflow authorized users (#31479)
  • repo: migrate to pnpm 10 (#31427)
  • ⚠️ storybook: support storybook 9 (#31172)

🩹 Fixes

  • add .ts extension to nx-release script reference in project.json (#31483)
  • angular: update tsconfig files generation to better support angular v20 (#31357)
  • angular: keep extra target metadata when needed in convert-to-rspack generator (#31309)
  • angular: generate correct output for buildable libraries on windows (#31437, #31436)
  • angular: optimize ng-packagr-lite watch mode file writing (#31434, #31033)
  • bundling: do not normalize tsconfig path for Windows with rollup (#30567)
  • bundling: correctly handle .cjs.js .mjs.js in rollup for type definitions (#29366, #29308)
  • core: handle killing child processes of continuous tasks on Windows (#31296, #31235)
  • core: do not hide task list with run-many if there is only 1 task (#31324)
  • core: generate workspace file readme typo (#31341, #31335)
  • core: fix broken nx-cloud url shortening logic (#31283)
  • core: infer codex environment and use default tasks runner (#31359)
  • core: use next available port when the port for nx graph is in use (#31365, #30915)
  • core: handle run-commands targets with no commands (#31364, #31345)
  • core: implement missing --print flag for nx graph command (#31406, #30255)
  • core: update getTouchedProjectsFromLockFile to handle deleted/moved projects correctly (#31361)
  • core: ensure nx init implementation for angular correctly resolves @angular/core (#31430, #31291)
  • core: print installation logs when installing latest version during nx migrate and using --verbose (#31432)
  • core: use ts-node option from tsconfig files when creating transpiler (#31469)
  • core: Update macos pipelines configuration (#31476)
  • core: scope typescript resolution cache correctly when processing the graph (#31455, #31223)
  • core: remove tabs from local workspace plugins section in nx report (#31490)
  • core: handle external node without default version when generating a pnpm pruned lockfile (#31503, #28627)
  • core: add conditional compilation for WASM build compatibility (#31491)
  • core: default to 'run' target when only project is specified (#31452)
  • core: remove log_error function and standardize logging (#31515)

... (truncated)

Commits
  • c3c9ba3 fix(core): simplify Nx Console installation prompt (#31532)
  • df4f136 fix(core): scope native logging to nx module by default (#31530)
  • 92d9d13 Experimental TaskHashPlanInspector (#27809)
  • c8ff339 fix(core): remove log_error function and standardize logging (#31515)
  • 35f5404 fix(core): default to 'run' target when only project is specified (#31452)
  • 25dc8b6 fix(core): add conditional compilation for WASM build compatibility (#31491)
  • e68d884 fix(core): handle external node without default version when generating a pnp...
  • 635dd06 fix(core): remove tabs from local workspace plugins section in nx report (#31...
  • 8941362 fix(core): scope typescript resolution cache correctly when processing the gr...
  • 77ff63f feat(misc): enhance IDE integration with Nx Console auto-installation and imp...
  • Additional commits viewable in compare view

Updates postcss from 8.5.4 to 8.5.5

Release notes

Sourced from postcss's releases.

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
Changelog

Sourced from postcss's changelog.

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
Commits

Updates sass from 1.89.1 to 1.89.2

Release notes

Sourced from sass's releases.

Dart Sass 1.89.2

To install Sass 1.89.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Host

  • Fixed a compilation error caused by an outdated buf dependency.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.89.2

Embedded Host

  • Fixed a compilation error caused by an outdated buf dependency.
Commits

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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2025
@dependabot dependabot bot requested a review from adidahiya as a code owner June 16, 2025 09:13
@github-actions
Copy link

PR Preview Action v1.6.1

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

Built to branch gh-pages at 2025-06-16 09:14 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Bumps the build-tooling group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.2.9` | `1.3.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.28.0` | `9.29.0` |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `4.3.0` | `4.4.1` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `4.3.0` | `4.4.1` |
| [eslint](https://github.com/eslint/eslint) | `9.28.0` | `9.29.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.1.3` | `21.2.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.4` | `8.5.5` |
| [sass](https://github.com/sass/dart-sass) | `1.89.1` | `1.89.2` |


Updates `@eslint/compat` from 1.2.9 to 1.3.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.3.0/packages/compat)

Updates `@eslint/js` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.29.0/packages/js)

Updates `@lerna-lite/cli` from 4.3.0 to 4.4.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.4.1/packages/cli)

Updates `@lerna-lite/version` from 4.3.0 to 4.4.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.4.1/packages/version)

Updates `eslint` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.28.0...v9.29.0)

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

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

Updates `sass` from 1.89.1 to 1.89.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.1...1.89.2)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: "@eslint/js"
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: "@lerna-lite/cli"
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: "@lerna-lite/version"
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: eslint
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: nx
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tooling
- dependency-name: postcss
  dependency-version: 8.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tooling
- dependency-name: sass
  dependency-version: 1.89.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tooling
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/build-tooling-f6c68d7b6a branch from 65f7286 to 3dc76ce Compare June 18, 2025 13:28
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 18, 2025

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

@dependabot dependabot bot closed this Jun 18, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/build-tooling-f6c68d7b6a branch June 18, 2025 13:29
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