Skip to content

Comments

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

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/frontend/multi-7896ad1872
Closed

Bump ajv, @angular-devkit/build-angular and @angular/cli in /frontend#6
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/frontend/multi-7896ad1872

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 20, 2025

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

Updates ajv from 6.6.2 to 6.12.6

Release notes

Sourced from ajv's releases.

v6.12.6

Fix performance issue of "url" format.

v6.12.5

Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords option (#1270)

v6.12.4

Fix: coercion of one-item arrays to scalar that should fail validation (failing example).

v6.12.3

Pass schema object to processCode function Option for strictNumbers (@​issacgerges, #1128) Fixed vulnerability related to untrusted schemas (CVE-2020-15366)

v6.12.2

Removed post-install script

v6.12.1

Docs and dependency updates

v6.12.0

Improved hostname validation (@​sambauers, #1143) Option keywords to add custom keywords (@​franciscomorais, #1137) Types fixes (@​boenrobot, @​MattiAstedrone) Docs:

v6.11.0

Time formats support two digit and colon-less variants of timezone offset (#1061 , @​cjpillsbury) Docs: RegExp related security considerations Tests: Disabled failing typescript test

v6.10.2

Fix: the unknown keywords were ignored with the option strictKeywords: true (instead of failing compilation) in some sub-schemas (e.g. anyOf), when the sub-schema didn't have known keywords.

v6.10.1

Fix types Fix addSchema (#1001) Update dependencies

v6.10.0

Option strictDefaults to report ignored defaults (#957, @​not-an-aardvark) Option strictKeywords to report unknown keywords (#781)

v6.9.0

OpenAPI keyword nullable can be any boolean (and not only true). Custom keyword definition changes:

  • dependencies option in to require the presence of keywords in the same schema.

... (truncated)

Commits
  • fe59143 6.12.6
  • d580d3e Merge pull request #1298 from ajv-validator/fix-url
  • fd36389 fix: regular expression for "url" format
  • 490e34c docs: link to v7-beta branch
  • 9cd93a1 docs: note about v7 in readme
  • 877d286 Merge pull request #1262 from b4h0-c4t/refactor-opt-object-type
  • f1c8e45 6.12.5
  • 764035e Merge branch 'ChALkeR-chalker/fix-comma'
  • 3798160 Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...
  • a3c7eba Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 0.11.4 to 19.2.12

Release notes

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

19.2.12

@​angular/cli

Commit Description
fix - 0098c38c6 properly handle Node.js require() errors with ESM modules

19.2.11

@​angular-devkit/build-angular

Commit Description
fix - 9eaf34405 correctly set i18n subPath in webpack browser builder

@​angular/build

Commit Description
fix - cba66a85c avoid attempting to watch bundler internal files
fix - 009fc3776 avoid internal karma request cache for assets
perf - b43da3949 fix unnecessary esbuild rebuilds

19.2.10

@​angular/build

Commit Description
fix - 067f1cba0 update vite to 6.2.7

19.2.9

@​angular-devkit/build-angular

Commit Description
fix - de52cc2c8 update http-proxy-middleware to v3.0.5

@​angular/build

Commit Description
fix - cc5229a45 pass preserveSymlinks option to Karma esbuild builder

@​angular/ssr

Commit Description
fix - a4e415ea6 support getPrerenderParams for wildcard routes

19.2.8

@​angular/build

Commit Description
fix - 4a8a4a083 include module value check when adding custom conditions
fix - 00cd0d123 prevent nested CSS in components
fix - a297c4153 properly resolve transitive external dependencies in vite-dev-server
fix - 8ab033e8e update vite to 6.2.6

19.2.7

@​angular/build

| Commit | Description |

... (truncated)

Changelog

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

19.2.12 (2025-05-14)

@​angular/cli

Commit Type Description
0098c38c6 fix properly handle Node.js require() errors with ESM modules

20.0.0-rc.0 (2025-05-07)

@​angular/cli

Commit Type Description
e513cd4aa fix add Node.js 24 as supported version

@​schematics/angular

Commit Type Description
901ab60d9 fix remove explicit index option from new applications

@​angular-devkit/build-angular

Commit Type Description
635999d4e fix correctly set i18n subPath in webpack browser builder

@​angular/build

Commit Type Description
f36a27272 fix allow a default application browser option
f42f5c14c fix allow component HMR for templates with i18n
ffaf8aa19 fix avoid attempting to watch bundler internal files
ba844ae16 fix avoid internal karma request cache for assets
7bb1f8747 fix enable unit-test reporters option
1cd65a08d fix perform testing module cleanup when using Vitest
22ba07444 perf fix unnecessary esbuild rebuilds

@​angular/pwa

Commit Type Description
fa0a06f9f fix support using default index option when not present

... (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 7.1.4 to 19.2.12

Release notes

Sourced from @​angular/cli's releases.

19.2.12

@​angular/cli

Commit Description
fix - 0098c38c6 properly handle Node.js require() errors with ESM modules

19.2.11

@​angular-devkit/build-angular

Commit Description
fix - 9eaf34405 correctly set i18n subPath in webpack browser builder

@​angular/build

Commit Description
fix - cba66a85c avoid attempting to watch bundler internal files
fix - 009fc3776 avoid internal karma request cache for assets
perf - b43da3949 fix unnecessary esbuild rebuilds

19.2.10

@​angular/build

Commit Description
fix - 067f1cba0 update vite to 6.2.7

19.2.9

@​angular-devkit/build-angular

Commit Description
fix - de52cc2c8 update http-proxy-middleware to v3.0.5

@​angular/build

Commit Description
fix - cc5229a45 pass preserveSymlinks option to Karma esbuild builder

@​angular/ssr

Commit Description
fix - a4e415ea6 support getPrerenderParams for wildcard routes

19.2.8

@​angular/build

Commit Description
fix - 4a8a4a083 include module value check when adding custom conditions
fix - 00cd0d123 prevent nested CSS in components
fix - a297c4153 properly resolve transitive external dependencies in vite-dev-server
fix - 8ab033e8e update vite to 6.2.6

19.2.7

@​angular/build

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

19.2.12 (2025-05-14)

@​angular/cli

Commit Type Description
0098c38c6 fix properly handle Node.js require() errors with ESM modules

20.0.0-rc.0 (2025-05-07)

@​angular/cli

Commit Type Description
e513cd4aa fix add Node.js 24 as supported version

@​schematics/angular

Commit Type Description
901ab60d9 fix remove explicit index option from new applications

@​angular-devkit/build-angular

Commit Type Description
635999d4e fix correctly set i18n subPath in webpack browser builder

@​angular/build

Commit Type Description
f36a27272 fix allow a default application browser option
f42f5c14c fix allow component HMR for templates with i18n
ffaf8aa19 fix avoid attempting to watch bundler internal files
ba844ae16 fix avoid internal karma request cache for assets
7bb1f8747 fix enable unit-test reporters option
1cd65a08d fix perform testing module cleanup when using Vitest
22ba07444 perf fix unnecessary esbuild rebuilds

@​angular/pwa

Commit Type Description
fa0a06f9f fix support using default index option when not present

... (truncated)

Commits
  • 72b2d16 release: cut the v19.2.12 release
  • cf1ab3e ci: skip e2e-snapshots on non-main branches
  • 0098c38 fix(@​angular/cli): properly handle Node.js require() errors with ESM modules
  • 7720741 release: cut the v19.2.11 release
  • 78ab131 build: update esbuild to v0.25.4
  • 9eaf344 fix(@​angular-devkit/build-angular): correctly set i18n subPath in webpack bro...
  • cba66a8 fix(@​angular/build): avoid attempting to watch bundler internal files
  • 009fc37 fix(@​angular/build): avoid internal karma request cache for assets
  • 3e3abf4 build: improve stability of windows jobs further
  • b43da39 perf(@​angular/build): fix unnecessary esbuild rebuilds
  • 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.


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 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.

Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 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 6.6.2 to 6.12.6
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.6.2...v6.12.6)

Updates `@angular-devkit/build-angular` from 0.11.4 to 19.2.12
- [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/19.2.12)

Updates `@angular/cli` from 7.1.4 to 19.2.12
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v7.1.4...19.2.12)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.12.6
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 19.2.12
  dependency-type: direct:development
- dependency-name: "@angular/cli"
  dependency-version: 19.2.12
  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 May 20, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 6, 2025

Superseded by #7.

@dependabot dependabot bot closed this Jun 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/multi-7896ad1872 branch June 6, 2025 19:34
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