Skip to content

deps: bump the dev-dependencies group across 1 directory with 4 updates - #43

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-6c6f680110
Closed

deps: bump the dev-dependencies group across 1 directory with 4 updates#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-6c6f680110

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 4 updates in the / directory: @angular-devkit/build-angular, @angular/cli, @angular/compiler-cli and karma-jasmine-html-reporter.

Updates @angular-devkit/build-angular from 22.1.3 to 22.1.5

Release notes

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

22.1.5

@​schematics/angular

CommitDescription
fix - ba2b0e4c2transform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/cli

CommitDescription
fix - e672271f8enforce MCP roots in get_best_practices tool
fix - a14916cc4handle errors from isAllowedWorkspacePath in best-practices tool
fix - d6e1cddffthrow on out-of-roots workspace in best-practices tool

@​angular/build

CommitDescription
fix - cba72902dcorrect misleading error message for top-level await
fix - b4679998cdisable code splitting for unit test builds
fix - ff1d3565epreserve integrity and crossorigin in autoCsp loader
perf - 1fc1fb05ctraverse AST with iterative post-order walker in i18n inliner

22.1.4

@​schematics/angular

CommitDescription
fix - d4a48e3abgenerate CLAUDE.md for Claude Code instead of AGENTS.md
fix - d451f15b2import UrlSegment instead of subPath in guard generator

@​angular/cli

CommitDescription
fix - 67a29899bdisable searching current directory for bare executable names on Windows
fix - 1b0ba5c17serialize configuration as a single argv token in run_target strategies (#33657)
perf - 9440432d2avoid eager module loading during global bootstrap

@​angular/build

CommitDescription
fix - 46fcb29d6count statically imported chunks in the initial total
fix - 796b57684normalize setupFiles paths to POSIX for vitest runner
fix - c805e5cfbprevent syntax corruption for Crockford-style enum IIFE
fix - cc6c17716prevent syntax corruption in oxc transform
fix - a142f6f83return direct file contents for non-Angular TypeScript files
fix - 956c6578dreturn only lowest version per target engine
fix - 689b5b116set target for Rolldown dependency prebundling in Vite dev server
perf - 70461f6edavoid encoding the inline source map before remapping
perf - 22cce7563batch last_accessed updates in sqlite cache store
perf - ab2ed18d5hash the i18n inline cache key options once per locale
perf - 34516ff73optimize template string size calculation in server manifest
perf - 712971c37share i18n translations with the inliner workers by reference
perf - 78f8c5fefuse Map for chunk asset size lookups in budget calculator

@​angular/ssr

CommitDescription

... (truncated)

Changelog

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

22.1.5 (2026-08-19)

@​angular/cli

CommitTypeDescription
e672271f8fixenforce MCP roots in get_best_practices tool
a14916cc4fixhandle errors from isAllowedWorkspacePath in best-practices tool
d6e1cddfffixthrow on out-of-roots workspace in best-practices tool

@​schematics/angular

CommitTypeDescription
ba2b0e4c2fixtransform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/build

CommitTypeDescription
cba72902dfixcorrect misleading error message for top-level await
b4679998cfixdisable code splitting for unit test builds
ff1d3565efixpreserve integrity and crossorigin in autoCsp loader
1fc1fb05cperftraverse AST with iterative post-order walker in i18n inliner

22.2.0-next.3 (2026-08-13)

@​angular/cli

CommitTypeDescription
7106676e6fixdisable searching current directory for bare executable names on Windows
ecf8c0822fixserialize configuration as a single argv token in run_target strategies (#33657)
2e4dd90c3perfavoid eager module loading during global bootstrap

@​schematics/angular

CommitTypeDescription
1161e6c99fixgenerate CLAUDE.md for Claude Code instead of AGENTS.md
c536ae364fiximport UrlSegment instead of subPath in guard generator

@​angular/build

CommitTypeDescription

... (truncated)

Commits
  • 3954730 release: cut the v22.1.5 release
  • 7b7064f build: update dependency listr2 to v11
  • 262562d docs: mention Vitest instead of Karma in README template of schematic library...
  • 712e74e build: lock file maintenance
  • 93d9cff refactor(@​angular-devkit/schematics): add missing comma to reordered componen...
  • 528114c refactor(@​angular-devkit/schematics): add consistent spacing and ordering
  • cba7290 fix(@​angular/build): correct misleading error message for top-level await
  • 0e36040 build: update pnpm to v11.22.0
  • d01d2c6 build: update cross-repo angular dependencies
  • ba2b0e4 fix(@​schematics/angular): transform fail() to expect.fail() in refactor-jasmi...
  • Additional commits viewable in compare view

Updates @angular/cli from 22.1.3 to 22.1.5

Release notes

Sourced from @​angular/cli's releases.

22.1.5

@​schematics/angular

CommitDescription
fix - ba2b0e4c2transform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/cli

CommitDescription
fix - e672271f8enforce MCP roots in get_best_practices tool
fix - a14916cc4handle errors from isAllowedWorkspacePath in best-practices tool
fix - d6e1cddffthrow on out-of-roots workspace in best-practices tool

@​angular/build

CommitDescription
fix - cba72902dcorrect misleading error message for top-level await
fix - b4679998cdisable code splitting for unit test builds
fix - ff1d3565epreserve integrity and crossorigin in autoCsp loader
perf - 1fc1fb05ctraverse AST with iterative post-order walker in i18n inliner

22.1.4

@​schematics/angular

CommitDescription
fix - d4a48e3abgenerate CLAUDE.md for Claude Code instead of AGENTS.md
fix - d451f15b2import UrlSegment instead of subPath in guard generator

@​angular/cli

CommitDescription
fix - 67a29899bdisable searching current directory for bare executable names on Windows
fix - 1b0ba5c17serialize configuration as a single argv token in run_target strategies (#33657)
perf - 9440432d2avoid eager module loading during global bootstrap

@​angular/build

CommitDescription
fix - 46fcb29d6count statically imported chunks in the initial total
fix - 796b57684normalize setupFiles paths to POSIX for vitest runner
fix - c805e5cfbprevent syntax corruption for Crockford-style enum IIFE
fix - cc6c17716prevent syntax corruption in oxc transform
fix - a142f6f83return direct file contents for non-Angular TypeScript files
fix - 956c6578dreturn only lowest version per target engine
fix - 689b5b116set target for Rolldown dependency prebundling in Vite dev server
perf - 70461f6edavoid encoding the inline source map before remapping
perf - 22cce7563batch last_accessed updates in sqlite cache store
perf - ab2ed18d5hash the i18n inline cache key options once per locale
perf - 34516ff73optimize template string size calculation in server manifest
perf - 712971c37share i18n translations with the inliner workers by reference
perf - 78f8c5fefuse Map for chunk asset size lookups in budget calculator

@​angular/ssr

CommitDescription

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

22.1.5 (2026-08-19)

@​angular/cli

CommitTypeDescription
e672271f8fixenforce MCP roots in get_best_practices tool
a14916cc4fixhandle errors from isAllowedWorkspacePath in best-practices tool
d6e1cddfffixthrow on out-of-roots workspace in best-practices tool

@​schematics/angular

CommitTypeDescription
ba2b0e4c2fixtransform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/build

CommitTypeDescription
cba72902dfixcorrect misleading error message for top-level await
b4679998cfixdisable code splitting for unit test builds
ff1d3565efixpreserve integrity and crossorigin in autoCsp loader
1fc1fb05cperftraverse AST with iterative post-order walker in i18n inliner

22.2.0-next.3 (2026-08-13)

@​angular/cli

CommitTypeDescription
7106676e6fixdisable searching current directory for bare executable names on Windows
ecf8c0822fixserialize configuration as a single argv token in run_target strategies (#33657)
2e4dd90c3perfavoid eager module loading during global bootstrap

@​schematics/angular

CommitTypeDescription
1161e6c99fixgenerate CLAUDE.md for Claude Code instead of AGENTS.md
c536ae364fiximport UrlSegment instead of subPath in guard generator

@​angular/build

CommitTypeDescription

... (truncated)

Commits
  • 3954730 release: cut the v22.1.5 release
  • 7b7064f build: update dependency listr2 to v11
  • 262562d docs: mention Vitest instead of Karma in README template of schematic library...
  • 712e74e build: lock file maintenance
  • 93d9cff refactor(@​angular-devkit/schematics): add missing comma to reordered componen...
  • 528114c refactor(@​angular-devkit/schematics): add consistent spacing and ordering
  • cba7290 fix(@​angular/build): correct misleading error message for top-level await
  • 0e36040 build: update pnpm to v11.22.0
  • d01d2c6 build: update cross-repo angular dependencies
  • ba2b0e4 fix(@​schematics/angular): transform fail() to expect.fail() in refactor-jasmi...
  • Additional commits viewable in compare view

Updates @angular/compiler-cli from 22.1.1 to 22.1.3

Release notes

Sourced from @​angular/compiler-cli's releases.

22.1.3

animations

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass correct component to canDeactivate for named outlets in componentless parent routes

22.1.2

compiler

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/compiler-cli's changelog.

22.1.3 (2026-08-19)

animations

CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn

common

CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()

compiler

CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks

core

CommitTypeDescription
afe529cb2dfixaccept readonly arrays for setClassMetadata decorators
2c72fe3797fixallow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098fixexpose debuggableFn for non-computed signal graph nodes
7bcce260f5fixprevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3fixreplace all hasOwnProperty usages with Object.hasOwn
85f12a5a13fixstop running further effects once one destroys the view mid-flush
c04931c88bfixthrow a descriptive error instead of crashing when a hydration node is missing
601d1f6576fixthrow NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitTypeDescription
83450d2924fixreport forbidden 2way bindings on when FormField is applied
5cb4ea7e35fixwarn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitTypeDescription
0cd635e9e2fixcancel oversized fetch response bodies

language-server

CommitTypeDescription
14fbe04612fixrecover project for external templates in solution-style workspaces

platform-browser

CommitTypeDescription
3ddcb1a101fixdisallow event handler attributes in Meta
640460d606fixthrow a descriptive error when insertBefore reference node is missing

router

CommitTypeDescription
abe019d505fixpass correct component to canDeactivate for named outlets in componentless parent routes

... (truncated)

Commits
  • 83450d2 fix(forms): report forbidden 2way bindings on when FormField is applied
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • 1e53aa0 refactor: correct typos in comments, docs, and error messages
  • 9d8aa3a refactor(compiler-cli): add error guide links to diagnostics
  • e9660b1 fix(compiler-cli): correctly resolve symbol for SafePropertyRead in chained o...
  • bb7f051 refactor(compiler): remove explicit strict: true
  • ec6deea fix(compiler-cli): record class extends clause references in DeferredSymbolTr...
  • 76dff30 fix(compiler): Generate correct expression for optional chaning.
  • See full diff in compare view

Updates karma-jasmine-html-reporter from 2.2.0 to 2.3.0

Release notes

Sourced from karma-jasmine-html-reporter's releases.

v2.3.0

Add Jasmine 7 compatibility

Full Changelog: dfederm/karma-jasmine-html-reporter@v2.2.0...v2.3.0

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for karma-jasmine-html-reporter 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 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

Bumps the dev-dependencies group with 4 updates in the / directory: [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular/cli](https://github.com/angular/angular-cli), [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) and [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter).
Updates `@angular-devkit/build-angular` from 22.1.3 to 22.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@v22.1.3...v22.1.5)
Updates `@angular/cli` from 22.1.3 to 22.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@v22.1.3...v22.1.5)
Updates `@angular/compiler-cli` from 22.1.1 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/compiler-cli)
Updates `karma-jasmine-html-reporter` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases)
- [Commits](dfederm/karma-jasmine-html-reporter@v2.2.0...v2.3.0)
---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
dependency-version: 22.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: "@angular/cli"
dependency-version: 22.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: "@angular/compiler-cli"
dependency-version: 22.1.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: karma-jasmine-html-reporter
dependency-version: 2.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@dependabot@github

dependabotBot commented on behalf of githubAug 24, 2026

Copy link
Copy Markdown
ContributorAuthor

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot@github

dependabotBot commented on behalf of githubSep 7, 2026

Copy link
Copy Markdown
ContributorAuthor

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

@dependabotdependabotBot closed this Sep 7, 2026
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/dev-dependencies-6c6f680110 branch September 7, 2026 12:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants