Skip to content

Bump ajv, @ionic/cordova-builders, @angular-devkit/architect, @angular-devkit/build-angular, @angular-devkit/core, @angular-devkit/schematics, @angular/cli and @ionic/angular-toolkit#98

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-03bc341cc0
Open

Bump ajv, @ionic/cordova-builders, @angular-devkit/architect, @angular-devkit/build-angular, @angular-devkit/core, @angular-devkit/schematics, @angular/cli and @ionic/angular-toolkit#98
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-03bc341cc0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps ajv to 8.18.0 and updates ancestor dependencies ajv, @ionic/cordova-builders, @angular-devkit/architect, @angular-devkit/build-angular, @angular-devkit/core, @angular-devkit/schematics, @angular/cli and @ionic/angular-toolkit. These dependencies need to be updated together.

Updates ajv from 8.10.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 @ionic/cordova-builders from 7.0.0 to 12.3.0

Release notes

Sourced from @​ionic/cordova-builders's releases.

@​ionic/cordova-builders@​12.3.0

12.3.0 (2025-08-11)

Features

@​ionic/cordova-builders@​12.2.0

12.2.0 (2025-04-10)

Features

@​ionic/cordova-builders@​12.1.2

12.1.2 (2024-09-20)

Bug Fixes

@​ionic/cordova-builders@​12.1.1

12.1.1 (2024-09-05)

Bug Fixes

@​ionic/cordova-builders@​12.1.0

12.1.0 (2024-09-03)

Features

@​ionic/cordova-builders@​11.0.0

11.0.0 (2024-01-09)

Features

BREAKING CHANGES

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ionicjs, a new releaser for @​ionic/cordova-builders since your current version.


Updates @angular-devkit/architect from 0.1303.0 to 0.2102.0

Commits

Updates @angular-devkit/build-angular from 13.3.0 to 21.2.0

Release notes

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

21.2.0

@​schematics/angular

Commit Description
feat - aa7381efd add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
feat - f80db6fb7 add ng-add support for Vitest browser providers
fix - 5d1df50d8 add actionable feedback to vitest-browser schematic

@​angular/cli

Commit Description
feat - 0dd04f289 add markdown files to Prettier's formatting list
feat - fbae1b6ab automatic formatting files modified by schematics
feat - 91b9d281f integrate file formatting into update migrations
feat - 98a24d040 standardize MCP tools around workspace/project options
fix - d9cd609c5 correctly parse scoped packages in yarn classic list output
fix - 5b05f2500 enable shell option for Prettier execution on Windows platforms
fix - 25b8a157d quote complex range specifiers in package manager
fix - 6f29a8c35 renamed files by their new path in the schematic workflow
fix - 201a036f2 simplify Angular version compatibility checks and add special handling for local builds of new major versions
fix - cdd26bb66 validate package manager version using semver.valid and throw an error if invalid
perf - bc363af8b optimize package manager discovery with stat-based probing

@​angular/build

Commit Description
feat - ece30f235 add headless option to unit-test builder
feat - cad7a7c0f run vitest browser with playwright with OS theme
fix - 0b4982720 adjust sourcemap sources when Vitest wrapper is bypassed
fix - 1f114a9e8 bundle setup files in unit-test builder for Vitest
fix - fd5cb28c8 explicitly fail when using Vitest runtime mocking
fix - dc899e8a5 normalize allowedHosts in dev-server
fix - 26bbea12f serve extensionless assets without transformation

21.2.0-rc.2

@​angular/cli

Commit Description
fix - 201a036f2 simplify Angular version compatibility checks and add special handling for local builds of new major versions

21.2.0-rc.1

@​angular/cli

Commit Description
fix - cdd26bb66 validate package manager version using semver.valid and throw an error if invalid

@​angular/ssr

Commit Description
fix - cf5a72d33 prevent open redirect via X-Forwarded-Prefix header
fix - f78f38827 validate host headers to prevent header-based SSRF

21.2.0-rc.0

... (truncated)

Changelog

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

21.2.0 (2026-02-25)

@​angular/cli

Commit Type Description
0dd04f289 feat add markdown files to Prettier's formatting list
fbae1b6ab feat automatic formatting files modified by schematics
91b9d281f feat integrate file formatting into update migrations
98a24d040 feat standardize MCP tools around workspace/project options
d9cd609c5 fix correctly parse scoped packages in yarn classic list output
5b05f2500 fix enable shell option for Prettier execution on Windows platforms
25b8a157d fix quote complex range specifiers in package manager
6f29a8c35 fix renamed files by their new path in the schematic workflow
201a036f2 fix simplify Angular version compatibility checks and add special handling for local builds of new major versions
cdd26bb66 fix validate package manager version using semver.valid and throw an error if invalid
bc363af8b perf optimize package manager discovery with stat-based probing

@​schematics/angular

Commit Type Description
aa7381efd feat add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
f80db6fb7 feat add ng-add support for Vitest browser providers
5d1df50d8 fix add actionable feedback to vitest-browser schematic

@​angular/build

Commit Type Description
ece30f235 feat add headless option to unit-test builder
cad7a7c0f feat run vitest browser with playwright with OS theme
0b4982720 fix adjust sourcemap sources when Vitest wrapper is bypassed
1f114a9e8 fix bundle setup files in unit-test builder for Vitest
fd5cb28c8 fix explicitly fail when using Vitest runtime mocking
dc899e8a5 fix normalize allowedHosts in dev-server
26bbea12f fix serve extensionless assets without transformation

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

... (truncated)

Commits
  • 018d493 release: cut the v21.2.0 release
  • 481e40d build: bump framework dependencies to latest minor
  • 54bd6e3 build: lock file maintenance
  • dc899e8 fix(@​angular/build): normalize allowedHosts in dev-server
  • c86193e build: update cross-repo angular dependencies
  • 4041e14 build: update bazel dependencies
  • 26bbea1 fix(@​angular/build): serve extensionless assets without transformation
  • 25b8a15 fix(@​angular/cli): quote complex range specifiers in package manager
  • 42f7d99 docs: clarify CLI debugging example by replacing ellipsis with \<command>
  • 808dab6 release: cut the v21.2.0-rc.2 release
  • Additional commits viewable in compare view

Updates @angular-devkit/core from 13.3.0 to 21.2.0

Release notes

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

21.2.0

@​schematics/angular

Commit Description
feat - aa7381efd add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
feat - f80db6fb7 add ng-add support for Vitest browser providers
fix - 5d1df50d8 add actionable feedback to vitest-browser schematic

@​angular/cli

Commit Description
feat - 0dd04f289 add markdown files to Prettier's formatting list
feat - fbae1b6ab automatic formatting files modified by schematics
feat - 91b9d281f integrate file formatting into update migrations
feat - 98a24d040 standardize MCP tools around workspace/project options
fix - d9cd609c5 correctly parse scoped packages in yarn classic list output
fix - 5b05f2500 enable shell option for Prettier execution on Windows platforms
fix - 25b8a157d quote complex range specifiers in package manager
fix - 6f29a8c35 renamed files by their new path in the schematic workflow
fix - 201a036f2 simplify Angular version compatibility checks and add special handling for local builds of new major versions
fix - cdd26bb66 validate package manager version using semver.valid and throw an error if invalid
perf - bc363af8b optimize package manager discovery with stat-based probing

@​angular/build

Commit Description
feat - ece30f235 add headless option to unit-test builder
feat - cad7a7c0f run vitest browser with playwright with OS theme
fix - 0b4982720 adjust sourcemap sources when Vitest wrapper is bypassed
fix - 1f114a9e8 bundle setup files in unit-test builder for Vitest
fix - fd5cb28c8 explicitly fail when using Vitest runtime mocking
fix - dc899e8a5 normalize allowedHosts in dev-server
fix - 26bbea12f serve extensionless assets without transformation

21.2.0-rc.2

@​angular/cli

Commit Description
fix - 201a036f2 simplify Angular version compatibility checks and add special handling for local builds of new major versions

21.2.0-rc.1

@​angular/cli

Commit Description
fix - cdd26bb66 validate package manager version using semver.valid and throw an error if invalid

@​angular/ssr

Commit Description
fix - cf5a72d33 prevent open redirect via X-Forwarded-Prefix header
fix - f78f38827 validate host headers to prevent header-based SSRF

21.2.0-rc.0

... (truncated)

Changelog

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

21.2.0 (2026-02-25)

@​angular/cli

Commit Type Description
0dd04f289 feat add markdown files to Prettier's formatting list
fbae1b6ab feat automatic formatting files modified by schematics
91b9d281f feat integrate file formatting into update migrations
98a24d040 feat standardize MCP tools around workspace/project options
d9cd609c5 fix correctly parse scoped packages in yarn classic list output
5b05f2500 fix enable shell option for Prettier execution on Windows platforms
25b8a157d fix quote complex range specifiers in package manager
6f29a8c35 fix renamed files by their new path in the schematic workflow
201a036f2 fix simplify Angular version compatibility checks and add special handling for local builds of new major versions
cdd26bb66 fix validate package manager version using semver.valid and throw an error if invalid
bc363af8b perf optimize package manager discovery with stat-based probing

@​schematics/angular

Commit Type Description
aa7381efd feat add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
f80db6fb7 feat add ng-add support for Vitest browser providers
5d1df50d8 fix add actionable feedback to vitest-browser schematic

@​angular/build

Commit Type Description
ece30f235 feat add headless option to unit-test builder
cad7a7c0f feat run vitest browser with playwright with OS theme
0b4982720 fix adjust sourcemap sources when Vitest wrapper is bypassed
1f114a9e8 fix bundle setup files in unit-test builder for Vitest
fd5cb28c8 fix explicitly fail when using Vitest runtime mocking
dc899e8a5 fix normalize allowedHosts in dev-server
26bbea12f fix serve extensionless assets without transformation

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

... (truncated)

Commits
  • 018d493 release: cut the v21.2.0 release
  • 481e40d build: bump framework dependencies to latest minor
  • 54bd6e3 build: lock file maintenance
  • dc899e8 fix(@​angular/build): normalize allowedHosts in dev-server
  • c86193e build: update cross-repo angular dependencies
  • 4041e14 build: update bazel dependencies
  • 26bbea1 fix(@​angular/build): serve extensionless assets without transformation
  • 25b8a15 fix(@​angular/cli): quote complex range specifiers in package manager
  • 42f7d99 docs: clarify CLI debugging example by replacing ellipsis with \<command>
  • 808dab6 release: cut the v21.2.0-rc.2 release
  • Additional commits viewable in compare view

Updates @angular-devkit/schematics from 13.3.0 to 21.2.0

Release notes

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

21.2.0

@​schematics/angular

Commit Description
feat - aa7381efd add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
feat - f80db6fb7 add ng-add support for Vitest browser providers
fix - 5d1df50d8 add actionable feedback to vitest-browser schematic

@​angular/cli

Commit Description
feat - 0dd04f289 add markdown files to Prettier's formatting list
feat - fbae1b6ab automatic formatting files modified by schematics
feat - 91b9d281f integrate file formatting into update migrations
feat - 98a24d040 standardize MCP tools around workspace/project options
fix - d9cd609c5 correctly parse scoped packages in yarn classic list output
fix - 5b05f2500 enable shell option for Prettier execution on Windows platforms
fix - 25b8a157d quote complex range specifiers in package manager
fix - 6f29a8c35 renamed files by their new path in the schematic workflow
fix - 201a036f2 simplify Angular version compatibility checks and add special handling for local builds of new major versions
fix - cdd26bb66 validate package manager version using semver.valid and throw an error if invalid
perf - bc363af8b optimize package manager discovery with stat-based probing

@​angular/build

Commit Description
feat - ece30f235 add headless option to unit-test builder
feat - cad7a7c0f run vitest browser with playwright with OS theme
fix - 0b4982720 adjust sourcemap sources when Vitest wrapper is bypassed
fix - 1f114a9e8 bundle setup files in unit-test builder for Vitest
fix - fd5cb28c8 explicitly fail when using Vitest runtime mocking
fix - dc899e8a5 normalize allowedHosts in dev-server
fix - 26bbea12f serve extensionless assets without transformation

21.2.0-rc.2

@​angular/cli

Commit Description
fix - 201a036f2 simplify Angular version compatibility checks and add special handling for local builds of new major versions

21.2.0-rc.1

@​angular/cli

Commit Description
fix - cdd26bb66 validate package manager version using semver.valid and throw an error if invalid

@​angular/ssr

Commit Description
fix - cf5a72d33 prevent open redirect via X-Forwarded-Prefix header
fix - f78f38827 validate host headers to prevent header-based SSRF

21.2.0-rc.0

... (truncated)

Changelog

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

21.2.0 (2026-02-25)

@​angular/cli

Commit Type Description
0dd04f289 feat add markdown files to Prettier's formatting list
fbae1b6ab feat automatic formatting files modified by schematics
91b9d281f feat integrate file formatting into update migrations
98a24d040 feat standardize MCP tools around workspace/project options
d9cd609c5 fix correctly parse scoped packages in yarn classic list output
5b05f2500 fix enable shell option for Prettier execution on Windows platforms
25b8a157d fix quote complex range specifiers in package manager
6f29a8c35 fix renamed files by their new path in the schematic workflow
201a036f2 fix simplify Angular version compatibility checks and add special handling for local builds of new major versions
cdd26bb66 fix validate package manager version using semver.valid and throw an error if invalid
bc363af8b perf optimize package manager discovery with stat-based probing

@​schematics/angular

Commit Type Description
aa7381efd feat add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency
f80db6fb7 feat add ng-add support for Vitest browser providers
5d1df50d8 fix add actionable feedback to vitest-browser schematic

@​angular/build

Commit Type Description
ece30f235 feat add headless option to unit-test builder
cad7a7c0f feat run vitest browser with playwright with OS theme
0b4982720 fix adjust sourcemap sources when Vitest wrapper is bypassed
1f114a9e8 fix bundle setup files in unit-test builder for Vitest
fd5cb28c8 fix explicitly fail when using Vitest runtime mocking
dc899e8a5 fix normalize allowedHosts in dev-server
26bbea12f fix serve extensionless assets without transformation

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

... (truncated)

Commits
  • 018d493 release: cut the v21.2.0 release
  • 481e40d build: bump framework dependencies to latest minor
  • 54bd6e3 build: lock file maintenance
  • dc899e8 fix(@​angular/build): normalize allowedHosts in dev-server
  • c86193e build: update cross-repo angular dependencies
  • 4041e14 build: update bazel dependencies
  • 26bbea1 fix(@​angular/build): serve extensionless assets without transformation
  • 25b8a15 fix(@​angular/cli): quote complex range specifiers in package manager
  • 42f7d99 docs: clarify CLI debugging example by replacing ellipsis with Description has been truncated

…r-devkit/build-angular, @angular-devkit/core, @angular-devkit/schematics, @angular/cli and @ionic/angular-toolkit

Bumps [ajv](https://github.com/ajv-validator/ajv) to 8.18.0 and updates ancestor dependencies [ajv](https://github.com/ajv-validator/ajv), [@ionic/cordova-builders](https://github.com/ionic-team/angular-toolkit), [@angular-devkit/architect](https://github.com/angular/angular-cli), [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular-devkit/core](https://github.com/angular/angular-cli), [@angular-devkit/schematics](https://github.com/angular/angular-cli), [@angular/cli](https://github.com/angular/angular-cli) and [@ionic/angular-toolkit](https://github.com/ionic-team/angular-toolkit). These dependencies need to be updated together.


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

Updates `@ionic/cordova-builders` from 7.0.0 to 12.3.0
- [Release notes](https://github.com/ionic-team/angular-toolkit/releases)
- [Changelog](https://github.com/ionic-team/angular-toolkit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/angular-toolkit/compare/@ionic/cordova-builders@7.0.0...@ionic/cordova-builders@12.3.0)

Updates `@angular-devkit/architect` from 0.1303.0 to 0.2102.0
- [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)

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

Updates `@angular-devkit/core` from 13.3.0 to 21.2.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@13.3.0...v21.2.0)

Updates `@angular-devkit/schematics` from 13.3.0 to 21.2.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@13.3.0...v21.2.0)

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

Updates `@ionic/angular-toolkit` from 6.1.0 to 12.3.0
- [Release notes](https://github.com/ionic-team/angular-toolkit/releases)
- [Changelog](https://github.com/ionic-team/angular-toolkit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/angular-toolkit/compare/@ionic/angular-toolkit@6.1.0...@ionic/angular-toolkit@12.3.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: indirect
- dependency-name: "@ionic/cordova-builders"
  dependency-version: 12.3.0
  dependency-type: direct:production
- dependency-name: "@angular-devkit/architect"
  dependency-version: 0.2102.0
  dependency-type: direct:development
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.0
  dependency-type: direct:development
- dependency-name: "@angular-devkit/core"
  dependency-version: 21.2.0
  dependency-type: direct:development
- dependency-name: "@angular-devkit/schematics"
  dependency-version: 21.2.0
  dependency-type: direct:development
- dependency-name: "@angular/cli"
  dependency-version: 21.2.0
  dependency-type: direct:development
- dependency-name: "@ionic/angular-toolkit"
  dependency-version: 12.3.0
  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 Mar 3, 2026
@vercel
Copy link

vercel bot commented Mar 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
wp-ionic-app Error Error Mar 3, 2026 7:01am

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