Skip to content

Bump ajv, @angular-devkit/build-angular and @angular/cli in /frontend - #4

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/frontend/multi-be3b97d9fa
Open

Bump ajv, @angular-devkit/build-angular and @angular/cli in /frontend#4
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/frontend/multi-be3b97d9fa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Copy link
Copy Markdown

Bumps ajv to 8.18.0 and updates ancestor dependencies ajv, @angular-devkit/build-angular and @angular/cli. These dependencies need to be updated together.

Updates ajv from 8.11.0 to 8.18.0

Release notes

Sourced from ajv's releases.

v8.18.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0

v8.17.1

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (ajv-validator/ajv#2444)" by @​gurgunday in ajv-validator/ajv#2448 fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in ajv-validator/ajv#2455 docs: clarify behaviour of addVocabulary by @​jasoniangreen in ajv-validator/ajv#2454 docs: refactor to improve legibility by @​blottn in ajv-validator/ajv#2432 Fix grammatical typo in managing-schemas.md by @​wetneb in ajv-validator/ajv#2305 docs: Fix broken strict-mode link by @​alexanderjsx in ajv-validator/ajv#2459 feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in ajv-validator/ajv#2449 fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in ajv-validator/ajv#2467 fixes ajv-validator/ajv#2217 - clarify custom keyword naming by @​jasoniangreen in ajv-validator/ajv#2457

v8.17.0

What's Changed

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

... (truncated)

Commits
  • 142ce84 8.18.0
  • 720a23f fix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...
  • 82735a1 fix: typos in schema-language.md (#2507)
  • b17ec32 fix: small grammatical error in managing-schemas.md (#2508)
  • 69568d0 fix: #2482 Infinity and NaN serialise to null (#2487)
  • f06766f feat: allow tree-shaking by adding ``"sideEffects": falsetopackage.json` ...
  • 9050ba1 bump version to 8.17.1 (#2472)
  • f7831b4 fixes #2217 - clarify custom keyword naming (#2457)
  • a523784 fix: changes for @​typescript-eslint/array-type rule (#2467)
  • 595fe58 feat: add test for encoded refs and bump fast-uri (#2449)
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 15.0.3 to 21.1.5

Release notes

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

21.1.5

@​angular/ssr

Commit Description
fix - 8695d6063 prevent open redirect via X-Forwarded-Prefix header
fix - e4d445ec6 validate host headers to prevent header-based SSRF

21.1.4

@​angular/build

Commit Description
fix - 7a9dd6b47 correctly resolve absolute setup file paths in Vitest

21.1.3

@​schematics/angular

Commit Description
fix - a18196a10 warn when production configuration is missing for service worker

@​angular-devkit/build-angular

Commit Description
fix - 6d05d27ca address Node.js deprecation DEP0190

21.1.2

@​angular-devkit/schematics-cli

Commit Description
fix - e7458c81d Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Description
fix - d66f1fe64 Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Description
fix - 80911af67 loosen Vitest dependency checks when runnerConfig is used
fix - 2d30639d3 support merging coverage thresholds with Vitest runnerConfig

21.1.1

@​schematics/angular

Commit Description
fix - 9da6d8fa7 correct vscode MCP configuration for new projects
fix - 361758c75 remove special characters from jasmine-vitest report filename

@​angular/cli

Commit Description
fix - 151b69587 Remove nonexistent link from MCP response

@​angular/build

| Commit | Description |

... (truncated)

Changelog

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

21.1.5 (2026-02-23)

@​angular/ssr

Commit Type Description
8695d6063 fix prevent open redirect via X-Forwarded-Prefix header
e4d445ec6 fix validate host headers to prevent header-based SSRF

20.3.17 (2026-02-23)

@​angular/ssr

Commit Type Description
8700e18d7 fix prevent open redirect via X-Forwarded-Prefix header
67582a946 fix validate host headers to prevent header-based SSRF

19.2.21 (2026-02-23)

@​angular/ssr

Commit Type Description
288e22816 fix prevent open redirect via X-Forwarded-Prefix header
2a72d7483 fix validate host headers to prevent header-based SSRF

21.2.0-rc.0 (2026-02-18)

19.2.20 (2026-02-13)

@​angular-devkit/build-angular

| Commit | Type | Description |

... (truncated)

Commits
  • 0ad7cc3 release: cut the v21.1.5 release
  • f907b39 refactor(@​angular/build): expose dev-server options normalization function
  • 8695d60 fix(@​angular/ssr): prevent open redirect via X-Forwarded-Prefix header
  • e4d445e fix(@​angular/ssr): validate host headers to prevent header-based SSRF
  • 30a632a refactor(@​angular/cli): use a regex to identify internal Angular framework ve...
  • 1c0c4d5 build: lock file maintenance
  • e70c9d3 build: update dependency ajv to v8.18.0
  • fcfe15b build: update pnpm to v10.29.3
  • 96a428e build: update bazel dependencies
  • 2bf644f build: update cross-repo angular dependencies to v21.1.4
  • Additional commits viewable in compare view

Updates @angular/cli from 15.0.3 to 21.1.5

Release notes

Sourced from @​angular/cli's releases.

21.1.5

@​angular/ssr

Commit Description
fix - 8695d6063 prevent open redirect via X-Forwarded-Prefix header
fix - e4d445ec6 validate host headers to prevent header-based SSRF

21.1.4

@​angular/build

Commit Description
fix - 7a9dd6b47 correctly resolve absolute setup file paths in Vitest

21.1.3

@​schematics/angular

Commit Description
fix - a18196a10 warn when production configuration is missing for service worker

@​angular-devkit/build-angular

Commit Description
fix - 6d05d27ca address Node.js deprecation DEP0190

21.1.2

@​angular-devkit/schematics-cli

Commit Description
fix - e7458c81d Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Description
fix - d66f1fe64 Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Description
fix - 80911af67 loosen Vitest dependency checks when runnerConfig is used
fix - 2d30639d3 support merging coverage thresholds with Vitest runnerConfig

21.1.1

@​schematics/angular

Commit Description
fix - 9da6d8fa7 correct vscode MCP configuration for new projects
fix - 361758c75 remove special characters from jasmine-vitest report filename

@​angular/cli

Commit Description
fix - 151b69587 Remove nonexistent link from MCP response

@​angular/build

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

21.1.5 (2026-02-23)

@​angular/ssr

Commit Type Description
8695d6063 fix prevent open redirect via X-Forwarded-Prefix header
e4d445ec6 fix validate host headers to prevent header-based SSRF

20.3.17 (2026-02-23)

@​angular/ssr

Commit Type Description
8700e18d7 fix prevent open redirect via X-Forwarded-Prefix header
67582a946 fix validate host headers to prevent header-based SSRF

19.2.21 (2026-02-23)

@​angular/ssr

Commit Type Description
288e22816 fix prevent open redirect via X-Forwarded-Prefix header
2a72d7483 fix validate host headers to prevent header-based SSRF

21.2.0-rc.0 (2026-02-18)

19.2.20 (2026-02-13)

@​angular-devkit/build-angular

| Commit | Type | Description |

... (truncated)

Commits
  • 0ad7cc3 release: cut the v21.1.5 release
  • f907b39 refactor(@​angular/build): expose dev-server options normalization function
  • 8695d60 fix(@​angular/ssr): prevent open redirect via X-Forwarded-Prefix header
  • e4d445e fix(@​angular/ssr): validate host headers to prevent header-based SSRF
  • 30a632a refactor(@​angular/cli): use a regex to identify internal Angular framework ve...
  • 1c0c4d5 build: lock file maintenance
  • e70c9d3 build: update dependency ajv to v8.18.0
  • fcfe15b build: update pnpm to v10.29.3
  • 96a428e build: update bazel dependencies
  • 2bf644f build: update cross-repo angular dependencies to v21.1.4
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

jayantkageri and others added 3 commits February 23, 2026 22:50
Bumps [ajv](https://github.com/ajv-validator/ajv) to 8.18.0 and updates ancestor dependencies [ajv](https://github.com/ajv-validator/ajv), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/cli](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `ajv` from 8.11.0 to 8.18.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.11.0...v8.18.0)

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

Updates `@angular/cli` from 15.0.3 to 21.1.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@15.0.3...v21.1.5)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.1.5
  dependency-type: direct:development
- dependency-name: "@angular/cli"
  dependency-version: 21.1.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 23, 2026
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