Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2025

Bumps qs to 6.14.1 and updates ancestor dependencies qs, @angular-devkit/build-angular, @angular/cli, @semantic-release/npm, cypress, jest, jest-preset-angular and less. These dependencies need to be updated together.

Updates qs from 6.7.0 to 6.14.1

Changelog

Sourced from qs's changelog.

6.14.1

  • [Fix] ensure arrayLength applies to [] notation as well
  • [Fix] parse: when a custom decoder returns null for a key, ignore that key
  • [Refactor] parse: extract key segment splitting helper
  • [meta] add threat model
  • [actions] add workflow permissions
  • [Tests] stringify: increase coverage
  • [Dev Deps] update eslint, @ljharb/eslint-config, npmignore, es-value-fixtures, for-each, object-inspect

6.14.0

  • [New] parse: add throwOnParameterLimitExceeded option (#517)
  • [Refactor] parse: use utils.combine more
  • [patch] parse: add explicit throwOnLimitExceeded default
  • [actions] use shared action; re-add finishers
  • [meta] Fix changelog formatting bug
  • [Deps] update side-channel
  • [Dev Deps] update es-value-fixtures, has-bigints, has-proto, has-symbols
  • [Tests] increase coverage

6.13.1

  • [Fix] stringify: avoid a crash when a filter key is null
  • [Fix] utils.merge: functions should not be stringified into keys
  • [Fix] parse: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
  • [Fix] stringify: ensure a non-string filter does not crash
  • [Refactor] use __proto__ syntax instead of Object.create for null objects
  • [Refactor] misc cleanup
  • [Tests] utils.merge: add some coverage
  • [Tests] fix a test case
  • [actions] split out node 10-20, and 20+
  • [Dev Deps] update es-value-fixtures, mock-property, object-inspect, tape

6.13.0

  • [New] parse: add strictDepth option (#511)
  • [Tests] use npm audit instead of aud

6.12.3

  • [Fix] parse: properly account for strictNullHandling when allowEmptyArrays
  • [meta] fix changelog indentation

6.12.2

  • [Fix] parse: parse encoded square brackets (#506)
  • [readme] add CII best practices badge

6.12.1

  • [Fix] parse: Disable decodeDotInKeys by default to restore previous behavior (#501)
  • [Performance] utils: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502)
  • [Refactor] utils: use +=
  • [Tests] increase coverage

6.12.0

... (truncated)

Commits
  • 3fa11a5 v6.14.1
  • a626704 [Dev Deps] update npmignore
  • 3086902 [Fix] ensure arrayLength applies to [] notation as well
  • fc7930e [Dev Deps] update eslint, @ljharb/eslint-config
  • 0b06aac [Dev Deps] update @ljharb/eslint-config
  • 64951f6 [Refactor] parse: extract key segment splitting helper
  • e1bd259 [Dev Deps] update @ljharb/eslint-config
  • f4b3d39 [eslint] add eslint 9 optional peer dep
  • 6e94d95 [Dev Deps] update eslint, @ljharb/eslint-config, npmignore
  • 973dc3c [actions] add workflow permissions
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 0.803.22 to 21.0.4

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.0.4

@​schematics/angular

Commit Description
fix - b671245b9 improve VS Code background compilation start/end detection
fix - 85a28dec7 remove inlineSources from library tsconfig template

@​angular/build

Commit Description
fix - deb4fff61 add browser condition to resolver for vitest
fix - 570ce8d3e allow non-prefixed requests when using SSR and base href
fix - 4dd3c1a32 conditionally manage Vitest UI option
fix - 4b8b7caec ensure tests run when compilation error is resolved
fix - bef4fcecb remove LmdbCacheStore export from private API

@​angular/ssr

Commit Description
fix - bb54747da add leading slash to well-known non-Angular URLs
fix - 0cfe2e749 propagate status code to redirect
fix - eadadb848 skip SSR processing for well-known non-Angular URLs like favicon.ico

21.0.3

@​angular-devkit/build-angular

Commit Description
fix - 5d85f416f conditionally provide Zone.js change detection in the built-in test main file

@​angular/build

Commit Description
fix - 778b4cffc Add custom middleware for to present an Angular-tailored message
fix - 9b02ab2ee Ensure disposal of close-javascript-transformer
fix - 0fc7d576e ensure locale base href retains leading slash (#32040)
fix - b141670a2 inject testing polyfills in Karma unit-test executor
fix - 88c18ce68 support NODE_EXTRA_CA_CERTS in SSR SSL plugin

21.0.2

@​angular/cli

Commit Description
fix - f1a7116cd update @modelcontextprotocol/sdk to v1.24.0

@​angular-devkit/schematics

Commit Description
fix - dc6d9469e remove lazy imports in node tasks

@​angular/build

Commit Description
fix - f8a1939fd add filename truncation to test discovery
fix - 86dd3297f allow overriding Vitest coverage reportsDirectory option

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.0.4 (2025-12-18)

@​schematics/angular

Commit Type Description
b671245b9 fix improve VS Code background compilation start/end detection
85a28dec7 fix remove inlineSources from library tsconfig template

@​angular/build

Commit Type Description
deb4fff61 fix add browser condition to resolver for vitest
570ce8d3e fix allow non-prefixed requests when using SSR and base href
4dd3c1a32 fix conditionally manage Vitest UI option
4b8b7caec fix ensure tests run when compilation error is resolved
bef4fcecb fix remove LmdbCacheStore export from private API

@​angular/ssr

Commit Type Description
bb54747da fix add leading slash to well-known non-Angular URLs
0cfe2e749 fix propagate status code to redirect
eadadb848 fix skip SSR processing for well-known non-Angular URLs like favicon.ico

21.1.0-next.2 (2025-12-10)

@​angular/cli

Commit Type Description
d8b76e93d fix correctly handle yarn classic tag manifest fetching
7ab5c0b0a fix correctly spawn package managers on Windows in new abstraction
240588b7e perf optimize ng add version discovery

@​angular-devkit/build-angular

Commit Type Description
985aa18d0 fix conditionally provide Zone.js change detection in the built-in test main file

@​angular/build

| Commit | Type | Description |

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular-devkit/build-angular since your current version.


Updates @angular/cli from 8.3.22 to 21.0.4

Release notes

Sourced from @​angular/cli's releases.

21.0.4

@​schematics/angular

Commit Description
fix - b671245b9 improve VS Code background compilation start/end detection
fix - 85a28dec7 remove inlineSources from library tsconfig template

@​angular/build

Commit Description
fix - deb4fff61 add browser condition to resolver for vitest
fix - 570ce8d3e allow non-prefixed requests when using SSR and base href
fix - 4dd3c1a32 conditionally manage Vitest UI option
fix - 4b8b7caec ensure tests run when compilation error is resolved
fix - bef4fcecb remove LmdbCacheStore export from private API

@​angular/ssr

Commit Description
fix - bb54747da add leading slash to well-known non-Angular URLs
fix - 0cfe2e749 propagate status code to redirect
fix - eadadb848 skip SSR processing for well-known non-Angular URLs like favicon.ico

21.0.3

@​angular-devkit/build-angular

Commit Description
fix - 5d85f416f conditionally provide Zone.js change detection in the built-in test main file

@​angular/build

Commit Description
fix - 778b4cffc Add custom middleware for to present an Angular-tailored message
fix - 9b02ab2ee Ensure disposal of close-javascript-transformer
fix - 0fc7d576e ensure locale base href retains leading slash (#32040)
fix - b141670a2 inject testing polyfills in Karma unit-test executor
fix - 88c18ce68 support NODE_EXTRA_CA_CERTS in SSR SSL plugin

21.0.2

@​angular/cli

Commit Description
fix - f1a7116cd update @modelcontextprotocol/sdk to v1.24.0

@​angular-devkit/schematics

Commit Description
fix - dc6d9469e remove lazy imports in node tasks

@​angular/build

Commit Description
fix - f8a1939fd add filename truncation to test discovery
fix - 86dd3297f allow overriding Vitest coverage reportsDirectory option

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

21.0.4 (2025-12-18)

@​schematics/angular

Commit Type Description
b671245b9 fix improve VS Code background compilation start/end detection
85a28dec7 fix remove inlineSources from library tsconfig template

@​angular/build

Commit Type Description
deb4fff61 fix add browser condition to resolver for vitest
570ce8d3e fix allow non-prefixed requests when using SSR and base href
4dd3c1a32 fix conditionally manage Vitest UI option
4b8b7caec fix ensure tests run when compilation error is resolved
bef4fcecb fix remove LmdbCacheStore export from private API

@​angular/ssr

Commit Type Description
bb54747da fix add leading slash to well-known non-Angular URLs
0cfe2e749 fix propagate status code to redirect
eadadb848 fix skip SSR processing for well-known non-Angular URLs like favicon.ico

21.1.0-next.2 (2025-12-10)

@​angular/cli

Commit Type Description
d8b76e93d fix correctly handle yarn classic tag manifest fetching
7ab5c0b0a fix correctly spawn package managers on Windows in new abstraction
240588b7e perf optimize ng add version discovery

@​angular-devkit/build-angular

Commit Type Description
985aa18d0 fix conditionally provide Zone.js change detection in the built-in test main file

@​angular/build

| Commit | Type | Description |

... (truncated)

Commits
  • b8829e2 release: cut the v21.0.4 release
  • 46ccf30 build: update pnpm to v10.26.0
  • 93a018a build: update cross-repo angular dependencies
  • 0d2735c refactor: directly set responseInit.status by removing type assertion and T...
  • 3b3afb1 build: update cross-repo angular dependencies
  • 8794802 build: update dependency webpack to v5.104.0
  • 6bbfa89 build: update github/codeql-action action to v4.31.9
  • 570ce8d fix(@​angular/build): allow non-prefixed requests when using SSR and base href
  • 8b720fa build: lock file maintenance
  • 0cfe2e7 fix(@​angular/ssr): propagate status code to redirect
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/cli since your current version.


Updates @semantic-release/npm from 5.3.4 to 13.1.3

Release notes

Sourced from @​semantic-release/npm's releases.

v13.1.3

13.1.3 (2025-12-12)

Bug Fixes

  • deps: update dependency @​actions/core to v2 (#1055) (fa4a3ab)

v13.1.2

13.1.2 (2025-11-14)

Bug Fixes

v13.1.1

13.1.1 (2025-10-19)

Bug Fixes

  • publish-dry-run: temporarily remove the addition of dry-running the publish step (30bd176)

v13.1.0

13.1.0 (2025-10-19)

Features

  • trusted-publishing: verify auth, considering OIDC vs tokens from various registries (e3319f1), closes #958
  • trusted-publishing: refine the messages for related errors (316ce21), closes #958
  • trusted-publishing: make request to verify if OIDC token exchange can succeed (c80ecb0), closes #958
  • trusted-publishing: pass id-token as bearer header for github actions (d83b727), closes #958
  • trusted-publishing: pass id-token as bearer header for gitlab pipelines (6d1c3cf), closes #958
  • trusted-publishing: handle failure to retrieve id-token in the context of github actions (b673257), closes #958
  • auth-error: update messaging for auth failure to be less token specific (e24967d)
  • auth: attempt a dry-run publish to determine auth status (841dc67)

Bug Fixes

  • trusted-publishing: uri encode the package name for the token exchange request (3dd95d0), closes #958
  • auth: throw appropriate error when auth context fails to enable publishing (f5c8d85)
  • auth: throw error if dry-run publish determines lack of auth (8f88e9d)
  • verify-auth: enable the publish dry-run to work for projects publishing from a sub-directory (e7d684c)

v13.1.0-beta.3

13.1.0-beta.3 (2025-10-18)

Features

... (truncated)

Commits
  • fa4a3ab fix(deps): update dependency @​actions/core to v2 (#1055)
  • b1d3557 chore(deps): lock file maintenance (#1053)
  • 9a08900 chore(deps): update dependency prettier to v3.7.4 (#1052)
  • f2dcce8 ci(action): update actions/setup-node action to v6.1.0 (#1050)
  • afab89c chore(deps): update dependency prettier to v3.7.3 (#1048)
  • ab3cc83 ci(action): update actions/checkout action to v6.0.1 (#1049)
  • 42f1b8f chore(deps): update dependency prettier to v3.7.2 (#1047)
  • f7c7de5 chore(deps): lock file maintenance (#1046)
  • d27a09f chore(deps): update dependency prettier to v3.7.1 (#1045)
  • 0927a79 chore(deps): update dependency prettier to v3.7.0 (#1044)
  • 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 @​semantic-release/npm since your current version.


Updates cypress from 3.6.1 to 15.8.1

Release notes

Sourced from cypress's releases.

v15.8.1

Changelog: https://docs.cypress.io/app/references/changelog#15-8-1

v15.8.0

Changelog: https://docs.cypress.io/app/references/changelog#15-8-0

v15.7.1

Changelog: https://docs.cypress.io/app/references/changelog#15-7-1

v15.7.0

Changelog: https://docs.cypress.io/app/references/changelog#15-7-0

v15.6.0

Changelog: https://docs.cypress.io/app/references/changelog#15-6-0

v15.5.0

Changelog: https://docs.cypress.io/app/references/changelog#15-5-0

v15.4.0

Changelog: https://docs.cypress.io/app/references/changelog#15-4-0

v15.3.0

Changelog: https://docs.cypress.io/app/references/changelog#15-3-0

v15.2.0

Changelog: https://docs.cypress.io/app/references/changelog#15-2-0

v15.1.0

Changelog: https://docs.cypress.io/app/references/changelog#15-1-0

v15.0.0

Changelog: https://docs.cypress.io/app/references/changelog#15-0-0

v14.5.4

Changelog: https://docs.cypress.io/app/references/changelog#14-5-4

v14.5.3

Changelog: https://docs.cypress.io/app/references/changelog#14-5-3

v14.5.2

Changelog: https://docs.cypress.io/app/references/changelog#14-5-2

v14.5.1

Changelog: https://docs.cypress.io/app/references/changelog#14-5-1

v14.5.0

Changelog: https://docs.cypress.io/app/references/changelog#14-5-0

v14.4.1

Changelog: https://docs.cypress.io/app/references/changelog#14-4-1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by cypress-npm-publisher, a new releaser for cypress since your current version.


Updates jest from 24.1.0 to 30.2.0

Release notes

Sourced from jest's releases.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)

30.1.0

Features

  • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
  • [jest-runtime] Reduce redundant ReferenceError messages
  • [jest-core] Include test modules that failed to load when --onlyFailures is active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.2

What's Changed

... (truncated)

Changelog

Sourced from jest's changelog.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [jest-matcher-utils] Fix infinite recursion with self-referential getters in deepCyclicCopyReplaceable (#15831)
  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)
  • [jest-snapshot-utils] Improve messaging about goo.gl snapshot link change (#15821)

30.1.0

Features

  • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
  • [jest-runtime] Reduce redundant ReferenceError messages
  • [jest-core] Include test modules that failed to load when --onlyFailures is active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

... (truncated)

Commits

Updates jest-preset-angular from 7.0.0 to 16.0.0

Release notes

Sourced from jest-preset-angular's releases.

v16.0.0

Please refer to CHANGELOG.md for details.

v15.0.3

Please refer to CHANGELOG.md for details.

v15.0.2

Please refer to CHANGELOG.md for details.

v15.0.1

Please refer to CHANGELOG.md for details.

v15.0.0

Please refer to CHANGELOG.md for details.

v15.0.0-next.0

Please refer to CHANGELOG.md for details.

v14.6.2

Please refer to CHANGELOG.md for details.

v14.6.1

Please refer to CHANGELOG.md for details.

v14.6.0

Please refer to CHANGELOG.md for details.

v14.5.5

Please refer to CHANGELOG.md for details.

v14.5.4

Please refer to CHANGELOG.md for details

v14.5.3

Please refer to CHANGELOG.md for details.

v14.5.2

Please refer to CHANGELOG.md for details.

v14.5.1

Please refer to CHANGELOG.md for details.

v14.5.0

Please refer to CHANGELOG.md for details.

v14.4.2

Please refer to CHANGELOG.md for details.

v14.4.1

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from jest-preset-angular's changelog.

16.0.0 (2025-12-04)

Features

  • add support for Angular 21 (8d4d11f)

BREAKING CHANGES

  • Drop support for Angular 18

15.0.3 (2025-10-17)

Bug Fixes

  • handle processWithEsbuild transform option (6779107)

15.0.2 (2025-10-01)

Bug Fixes

  • add dynamic-import support flag into esbuild invocation (#3369) (fa25060), closes #3368

15.0.1 (2025-09-15)

Bug Fixes

15.0.0 (2025-07-22)

Bug Fixes

  • fix(serializers): generated id="root{n}" should be removed (a6b908f)

Features

... (truncated)

Commits
  • 2b45ce2 chore(release): 16.0.0
  • 9a3dd31 build(deps): update angular packages
  • 601083c build(deps): update dependency tsx to ^4.21.0
  • ca886cc build(deps): update dependency prettier to ^3.7.3
  • 8d4d11f feat: add support for Angular 21
  • 52cdbc2 build(deps): update actions/setup-node digest to 395ad32
  • 91c2711 build(deps): bump js-yaml from 3.14.1 to 3.14.2 in /website
  • b67ba26 build(deps): update actions/checkout digest to 8e8c483
  • ae02bdc build(deps): update dependency glob to v13
  • 5993495 build(deps): update actions/checkout action to v6
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by anhpnnd, a new releaser for jest-preset-angular since your current version.


Updates less from 3.9.0 to 3.13.1

Changelog

Sourced from less's changelog.

v3.13.1 (2020-12-18)

v3.13.0 (2020-12-12)

v3.12.2 (2020-07-16)

v3.12.1 (2020-07-16)

v3.12.0 (2020-07-13)

…emantic-release/npm, cypress, jest, jest-preset-angular and less

Bumps [qs](https://github.com/ljharb/qs) to 6.14.1 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular/cli](https://github.com/angular/angular-cli), [@semantic-release/npm](https://github.com/semantic-release/npm), [cypress](https://github.com/cypress-io/cypress), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) and [less](https://github.com/less/less.js). These dependencies need to be updated together.


Updates `qs` from 6.7.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.7.0...v6.14.1)

Updates `@angular-devkit/build-angular` from 0.803.22 to 21.0.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits/v21.0.4)

Updates `@angular/cli` from 8.3.22 to 21.0.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v8.3.22...v21.0.4)

Updates `@semantic-release/npm` from 5.3.4 to 13.1.3
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](semantic-release/npm@v5.3.4...v13.1.3)

Updates `cypress` from 3.6.1 to 15.8.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-dev-server-v3.6.1...v15.8.1)

Updates `jest` from 24.1.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `jest-preset-angular` from 7.0.0 to 16.0.0
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v7.0.0...v16.0.0)

Updates `less` from 3.9.0 to 3.13.1
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](less/less.js@v3.9.0...v3.13.1)

Updates `@semantic-release/npm` from 7.0.8 to 7.1.3
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](semantic-release/npm@v5.3.4...v13.1.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.0.4
  dependency-type: direct:development
- dependency-name: "@angular/cli"
  dependency-version: 21.0.4
  dependency-type: direct:development
- dependency-name: "@semantic-release/npm"
  dependency-version: 13.1.3
  dependency-type: direct:development
- dependency-name: cypress
  dependency-version: 15.8.1
  dependency-type: direct:development
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
- dependency-name: jest-preset-angular
  dependency-version: 16.0.0
  dependency-type: direct:development
- dependency-name: less
  dependency-version: 3.13.1
  dependency-type: indirect
- dependency-name: "@semantic-release/npm"
  dependency-version: 7.1.3
  dependency-type: indirect
...

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 Dec 31, 2025
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.

0 participants