Skip to content

Bump brace-expansion, @angular-devkit/build-angular, @angular/cli, @angular/localize, @ng-bootstrap/ng-bootstrap and @compodoc/compodoc in /frontend#4026

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/frontend/multi-5bb63bf6b3
Open

Bump brace-expansion, @angular-devkit/build-angular, @angular/cli, @angular/localize, @ng-bootstrap/ng-bootstrap and @compodoc/compodoc in /frontend#4026
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/frontend/multi-5bb63bf6b3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 26, 2026

Bumps brace-expansion to 5.0.5 and updates ancestor dependencies brace-expansion, @angular-devkit/build-angular, @angular/cli, @angular/localize, @ng-bootstrap/ng-bootstrap and @compodoc/compodoc. These dependencies need to be updated together.

Updates brace-expansion from 2.0.1 to 5.0.5

Release notes

Sourced from brace-expansion's releases.

v4.0.1

  • fmt 5a5cc17
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 0b6a978

juliangruber/brace-expansion@v4.0.0...v4.0.1

v4.0.0

  • feat: use string replaces instead of splits (#64) 278132b
  • fmt dd72a59
  • add tea.yaml 70e4c1b

juliangruber/brace-expansion@v3.0.0...v4.0.0

As a precaution to not risk breaking anything with 278132b, this is a new semver major release

v3.0.1

  • pkg: publish on tag 3.x 3059c07
  • fmt 8229e6f
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 15f9b3c

juliangruber/brace-expansion@v3.0.0...v3.0.1

v3.0.0

  • Switch to ES Modules and balanced-match 3.0.0 (#62) c0360e8
  • added jsdoc (#55) 68c0e37
  • node 16 is EOL 9e781e9
  • add standard 3494c4d
  • use const and let (#57) dd5a4cb
  • docs 6dad209
  • remove test e3dd8ae
  • ci: update node versions d23ede9
  • docs: add @​lanodan to contributors 1eb3fa4
  • docs 1e7c9cd
  • switch from tape to test module (#60) 2520537
  • Bump minimist from 1.2.5 to 1.2.6 (#59) 61a94f1
  • Bump path-parse from 1.0.6 to 1.0.7 (#51) dc741cf
  • docs: add back ci badge 8ee5626
  • Add github actions, remove travis. Closes #52 (#53) 5c8756a
  • CI: Drop unused sudo: false Travis directive (#50) 05978a7

juliangruber/brace-expansion@v2.0.1...v3.0.0

v2.0.2

  • pkg: publish on tag 2.x 14f1d91
  • fmt ed7780a
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 36603d5

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @angular-devkit/build-angular from 15.2.11 to 21.2.4

Release notes

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

21.2.4

@​angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@​angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of test.exclude in vitest configuration
fix - 6ec36f5be warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Description
fix - 9bdf782c8 apply forwarded prefix and vary header in accept-language redirects
fix - 628c58672 support '*' in allowedHosts and warn about security risks

21.2.3

@​angular/cli

Commit Description
fix - 1505164bb use parsed package name for migrate-only updates

@​angular/build

Commit Description
fix - 75fa94cad alias createRequire banner import to avoid duplicate binding
fix - d009aa1ec only use external packages for polyfills when no local files are present

@​angular/ssr

Commit Description
fix - f3e0e82c2 disallow x-forwarded-prefix starting with a backslash
fix - b8bcd59b4 ensure unique values in redirect response Vary header
fix - 84385411d support custom headers in redirect responses

21.2.2

@​angular/cli

Commit Description
fix - 8447d9132 conditionally quote package names when adding dependencies based on host requirements
fix - d2f209823 preserve exact version in ng add when requested
perf - 28f4d684a avoid redundant package version resolution in ng add

@​angular/build

Commit Description
fix - 06010294f allow any CHROME_BIN for vitest playwright provider
fix - 8dec0c62b normalize line endings for CSP hash generation
fix - 58688ebd7 pass process environment variables to prerender workers
fix - 4ca61647f resolve assets correctly during i18n prerendering

... (truncated)

Changelog

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

21.2.4 (2026-03-26)

@​angular/cli

Commit Type Description
a7787d092 fix restore console methods after logger completes

@​angular/build

Commit Type Description
7170599ab fix deduplicate and merge coverage excludes with vitest
c73f13797 fix prevent reporter duplicates by explicitly overriding Vitest configuration
956ccaa71 fix remove default for unit-test coverage option
36978db7e fix warn about performance of test.exclude in vitest configuration
6ec36f5be fix warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Type Description
9bdf782c8 fix apply forwarded prefix and vary header in accept-language redirects
628c58672 fix support '*' in allowedHosts and warn about security risks

20.3.21 (2026-03-19)

@​angular/ssr

Commit Type Description
1dc6992a5 fix disallow x-forwarded-prefix starting with a backslash
0a2ff0b2b fix ensure unique values in redirect response Vary header
cdbac82a8 fix support custom headers in redirect responses

22.0.0-next.2 (2026-03-18)

@​angular/cli

Commit Type Description
c9f07db8f fix use parsed package name for migrate-only updates

... (truncated)

Commits
  • 2aa93fc release: cut the v21.2.4 release
  • f33826e build: update cross-repo angular dependencies
  • 17666e3 build: lock file maintenance
  • a7787d0 fix(@​angular/cli): restore console methods after logger completes
  • 628c586 fix(@​angular/ssr): support '*' in allowedHosts and warn about security risks
  • 9bdf782 fix(@​angular/ssr): apply forwarded prefix and vary header in accept-language ...
  • 4236099 build: update cross-repo angular dependencies
  • c73f137 fix(@​angular/build): prevent reporter duplicates by explicitly overriding Vit...
  • 7170599 fix(@​angular/build): deduplicate and merge coverage excludes with vitest
  • 36978db fix(@​angular/build): warn about performance of test.exclude in vitest configu...
  • Additional commits viewable in compare view

Updates @angular/cli from 15.1.6 to 21.2.4

Release notes

Sourced from @​angular/cli's releases.

21.2.4

@​angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@​angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of test.exclude in vitest configuration
fix - 6ec36f5be warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Description
fix - 9bdf782c8 apply forwarded prefix and vary header in accept-language redirects
fix - 628c58672 support '*' in allowedHosts and warn about security risks

21.2.3

@​angular/cli

Commit Description
fix - 1505164bb use parsed package name for migrate-only updates

@​angular/build

Commit Description
fix - 75fa94cad alias createRequire banner import to avoid duplicate binding
fix - d009aa1ec only use external packages for polyfills when no local files are present

@​angular/ssr

Commit Description
fix - f3e0e82c2 disallow x-forwarded-prefix starting with a backslash
fix - b8bcd59b4 ensure unique values in redirect response Vary header
fix - 84385411d support custom headers in redirect responses

21.2.2

@​angular/cli

Commit Description
fix - 8447d9132 conditionally quote package names when adding dependencies based on host requirements
fix - d2f209823 preserve exact version in ng add when requested
perf - 28f4d684a avoid redundant package version resolution in ng add

@​angular/build

Commit Description
fix - 06010294f allow any CHROME_BIN for vitest playwright provider
fix - 8dec0c62b normalize line endings for CSP hash generation
fix - 58688ebd7 pass process environment variables to prerender workers
fix - 4ca61647f resolve assets correctly during i18n prerendering

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

21.2.4 (2026-03-26)

@​angular/cli

Commit Type Description
a7787d092 fix restore console methods after logger completes

@​angular/build

Commit Type Description
7170599ab fix deduplicate and merge coverage excludes with vitest
c73f13797 fix prevent reporter duplicates by explicitly overriding Vitest configuration
956ccaa71 fix remove default for unit-test coverage option
36978db7e fix warn about performance of test.exclude in vitest configuration
6ec36f5be fix warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Type Description
9bdf782c8 fix apply forwarded prefix and vary header in accept-language redirects
628c58672 fix support '*' in allowedHosts and warn about security risks

20.3.21 (2026-03-19)

@​angular/ssr

Commit Type Description
1dc6992a5 fix disallow x-forwarded-prefix starting with a backslash
0a2ff0b2b fix ensure unique values in redirect response Vary header
cdbac82a8 fix support custom headers in redirect responses

22.0.0-next.2 (2026-03-18)

@​angular/cli

Commit Type Description
c9f07db8f fix use parsed package name for migrate-only updates

... (truncated)

Commits
  • 2aa93fc release: cut the v21.2.4 release
  • f33826e build: update cross-repo angular dependencies
  • 17666e3 build: lock file maintenance
  • a7787d0 fix(@​angular/cli): restore console methods after logger completes
  • 628c586 fix(@​angular/ssr): support '*' in allowedHosts and warn about security risks
  • 9bdf782 fix(@​angular/ssr): apply forwarded prefix and vary header in accept-language ...
  • 4236099 build: update cross-repo angular dependencies
  • c73f137 fix(@​angular/build): prevent reporter duplicates by explicitly overriding Vit...
  • 7170599 fix(@​angular/build): deduplicate and merge coverage excludes with vitest
  • 36978db fix(@​angular/build): warn about performance of test.exclude in vitest configu...
  • Additional commits viewable in compare view

Updates @angular/localize from 15.1.1 to 21.2.6

Release notes

Sourced from @​angular/localize's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path

21.2.5

compiler

Commit Description
fix - 334ae10168 ensure generated code compiles
fix - 23ea431c4e parse named HTML entities containing digits

compiler-cli

Commit Description
fix - 26c43d14ba escape template literal in TCB
fix - 67e0ba7e03 generic types not filled out correctly in type check block

core

Commit Description
fix - 1890c3008b clean up dehydrated views during HMR component replacement
fix - bf948be4c2 run linked signal equality check without reactive consumer

migrations

Commit Description
fix - 076d41c3f6 prevent trailing comma syntax errors after removing NgStyle

service-worker

Commit Description
fix - e19150d2b5 preserve redirect policy on reconstructed asset requests

21.2.4

compiler

Commit Description
fix - ed2d324f9c disallow translations of iframe src

core

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/localize's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • d8239c7 release: cut the v21.2.6 release
  • c157916 build: consolidate domino bundling in platform-server
  • dbb15eb build: update dependency node to v22.22.2
  • a6c49e0 refactor(language-service): Export template target from API
  • 2c12339 docs(forms): replace rxResource request w/ params
  • a3048f2 build: update cross-repo angular dependencies
  • ae2f249 docs: reword allowedHosts security warning
  • 2c7d3b5 build: re-sync file
  • 6bd2121 docs: fix incorrect getHarnesses() method to getAllHarnesses and broken link
  • e8c047b docs: update defer section to Markdown and fix absolute URL to relative in adev
  • Additional commits viewable in compare view

Updates @ng-bootstrap/ng-bootstrap from 14.0.1 to 20.0.0

Release notes

Sourced from @​ng-bootstrap/ng-bootstrap's releases.

20.0.0

This release bumps minimum required versions to Angular 21.0.0

Features

This release includes component entry points. This allows applications importing ng-bootstrap to speed up their build and have a slightly smaller bundle.

For example, you can use the ng-bootstrap pagination component like this:

import { NgbPagination } from '@ng-bootstrap/ng-bootstrap/pagination';
@​Component({
template: <ngb-pagination [collectionSize]="50" />,
imports: [NgbPagination]
})
export class MyComponent {}

Please note that this is not a breaking change, you will still be able to import everything from the main entrypoint.

Regarding Zoneless support

ng-bootstrap demo has been using Zoneless Change Detection since version 17.0.1
If you have any issue using ng-bootstrap in a zoneless app, please open a bug and we will patch ng-bootstrap 20

Miscellaneous

  • Updated all links of the demo website from angular.io to their corresponding one on angular.dev
  • Updated all demo codes to use the standalone components instead of modules
  • Moved unit tests to vitest
  • Stackblitzes now run on zoneless
  • Fixed stackblitz links for popover / tooltip custom target examples

20.0.0-rc.0

This release candidate version bumps minimum required versions to Angular 21.0.0

Features

This release includes component entry points. This allows applications importing ng-bootstrap to speed up their build and have a slightly smaller bundle.

For example, you can use the ng-bootstrap pagination component like this:

import { NgbPagination } from '@ng-bootstrap/ng-bootstrap/pagination';
@​Component({
template: <ngb-pagination [collectionSize]="50" />,
imports: [NgbPagination]
}
export class MyComponent {}

... (truncated)

Changelog

Sourced from @​ng-bootstrap/ng-bootstrap's changelog.

20.0.0 (2025-12-12)

This release bumps minimum required versions to Angular 21.0.0

Features

This release includes component entry points. This allows applications importing ng-bootstrap to speed up their build and have a slightly smaller bundle.

For example, you can use the ng-bootstrap pagination component like this:

import { NgbPagination } from '@ng-bootstrap/ng-bootstrap/pagination';
@​Component({
template: <ngb-pagination [collectionSize]="50" />,
imports: [NgbPagination]
})
export class MyComponent {}

Please note that this is not a breaking change, you will still be able to import everything from the main entrypoint.

Regarding Zoneless support

ng-bootstrap demo has been using Zoneless Change Detection since version 17.0.1
If you have any issue using ng-bootstrap in a zoneless app, please open a bug and we will patch ng-bootstrap 20

Miscellaneous

  • Updated all links of the demo website from angular.io to their corresponding one on angular.dev
  • Updated all demo codes to use the standalone components instead of modules
  • Moved unit tests to vitest
  • Stackblitzes now run on zoneless
  • Fixed stackblitz links for popover / tooltip custom target examples

19.0.1 (2025-07-01)

Bug Fixes

  • toast: missing export of NgbToastOptions interface (6b26ef3)
  • positioning: missing export of PlacementArray type (#4847) (a4e94a3)
  • datepicker: missing export of DayTemplateContext interface (1b90da5)

19.0.0 (2025-06-19)

This release bumps minimum required versions to Angular 20.0.0

Bug Fixes

  • carousel: remove invalid aria-activedescendant (6ecb129)
  • datepicker: add missing attributes aria-disabled and aria-selected (fab39cb)

... (truncated)

Commits
  • 0cba2e3 docs: release 20.0.0
  • d71730a docs: add scrollspy tag to package.json
  • e099c06 refactor: upgrade deps for ejs, primsjs and gh-pages (#4878)
  • e26242d fix: demo stackblitzes after switch to multiple entrypoints
  • 5aa50dc demo: include 19 in historical versions
  • 3a8fee8 ci: unexpose utils (#4877)
  • 1eeca8a test: drop saucelabs and add webkit and firefox to units
  • 91e05bf test: fix sauce browser configs
  • 403121b test: set saucelabs region to us
  • 27516a0 test: move units to vitest (#4875)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by qderoubaix, a new releaser for @​ng-bootstrap/ng-bootstrap since your current version.


Updates @compodoc/compodoc from 1.1.26 to 1.2.1

Release notes

Sourced from @​compodoc/compodoc's releases.

1.2.1

Merged

1.2.0

  • fix(#1542): Fix link to type alias of method parameter undefined in signature. #1685
  • feat: support only document public api #1686
  • [Snyk] Security upgrade glob from 11.0.3 to 11.1.0 #1680
  • [Snyk] Security upgrade body-parser from 2.2.0 to 2.2.1 #1684

1.1.32

What's Changed

Full Changelog: compodoc/compodoc@1.1.31...1.1.32

1.1.31

Merged

  • fix: Fix issue with regular Markdown files not being added to the menu #1664
  • fix: add missing disableFilePath property to schema.json #1656
  • chore(deps): update dev dependencies #1655
  • fix(deps): update dependencies #1653
  • fix(deps): update dependencies (major) #1650
  • fix(deps): update dependency bootstrap.native to ^5.1.6 #1647
  • chore(deps): update dependency rollup to v4.50.1 #1651

Bug fixes

Commits

  • feat(app): bump dev|dependencies 8f661ce

1.1.30

Commits

  • feat(app): unpin i18next + upgrade @​babel/core a02cc90

1.1.29

Bug fixes

... (truncated)

Changelog

Sourced from @​compodoc/compodoc's changelog.

v1.2.1

Merged

  • fix: expand .npmignore to optimize bundle size #1696

v1.2.0

Merged

  • fix(#1542): Fix link to type alias of method parameter undefined in signature. #1685
  • feat: support only document public api #1686
  • [Snyk] Security upgrade glob from 11.0.3 to 11.1.0 #1680
  • [Snyk] Security upgrade body-parser from 2.2.0 to 2.2.1 #1684

v1.1.32

Merged

  • chore(deps): update dev dependencies #1672
  • fix: duplicated example code block in accessors #1657 #1667
  • fix(deps): update dependencies #1659
  • chore(deps): update dev dependencies #1658

Bug fixes

  • fix(app): uuid lock to 11.1.0 due to CJS config, closes #1668
  • fix(app): uuid lock to 11.1.0 due to CJS config (dabb09f), closes #1668
  • fix(app): support type <unknown>, closes #1662
  • fix(app): support type <unknown>, closes #1662

v1.1.31

Merged

  • fix: Fix issue with regular Markdown files not being added to the menu #1664
  • fix: add missing disableFilePath property to schema.json #1656
  • chore(deps): update dev dependencies #1655
  • fix(deps): update dependencies #1653
  • fix(deps): update dependencies (major) #1650
  • fix(deps): update dependency bootstrap.native to ^5.1.6 #1647
  • chore(deps): update dependency rollup to v4.50.1 #1651

Bug fixes

... (truncated)

Commits
  • dc7b62e chore(release): 1.2.1
  • 26c8c54 fix(deps): update dev|dependencies
  • ba5871d Merge pull request #1696 from dkimmich-onventis/expand-npmignore
  • 0c853c8 fix: expand .npmignore to optimize bundle size
  • dba1a2f Merge pull request #1690 from compodoc/renovate/dev-dependencies
  • 55854a3 Merge pull request #1689 from compodoc/renovate/dependencies
  • 893100f fix(deps): update dependencies
  • 66705b4 chore(release): 1.2.0
  • d998467 Merge pull request #1685 from compodoc/fix/1542-type-alias-of-method-parameter
  • a662e48 Merge branch 'develop' into fix/1542-type-alias-of-method-parameter
  • 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](h...

Description has been truncated

…ngular/localize, @ng-bootstrap/ng-bootstrap and @compodoc/compodoc

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) to 5.0.5 and updates ancestor dependencies [brace-expansion](https://github.com/juliangruber/brace-expansion), [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular/cli](https://github.com/angular/angular-cli), [@angular/localize](https://github.com/angular/angular), [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) and [@compodoc/compodoc](https://github.com/compodoc/compodoc). These dependencies need to be updated together.


Updates `brace-expansion` from 2.0.1 to 5.0.5
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.1...v5.0.5)

Updates `@angular-devkit/build-angular` from 15.2.11 to 21.2.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@15.2.11...v21.2.4)

Updates `@angular/cli` from 15.1.6 to 21.2.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@15.1.6...v21.2.4)

Updates `@angular/localize` from 15.1.1 to 21.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](angular/angular@15.1.1...v21.2.6)

Updates `@ng-bootstrap/ng-bootstrap` from 14.0.1 to 20.0.0
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](ng-bootstrap/ng-bootstrap@14.0.1...20.0.0)

Updates `@compodoc/compodoc` from 1.1.26 to 1.2.1
- [Release notes](https://github.com/compodoc/compodoc/releases)
- [Changelog](https://github.com/compodoc/compodoc/blob/develop/CHANGELOG.md)
- [Commits](compodoc/compodoc@1.1.26...1.2.1)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 5.0.5
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.4
  dependency-type: direct:production
- dependency-name: "@angular/cli"
  dependency-version: 21.2.4
  dependency-type: direct:production
- dependency-name: "@angular/localize"
  dependency-version: 21.2.6
  dependency-type: direct:production
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-version: 20.0.0
  dependency-type: direct:production
- dependency-name: "@compodoc/compodoc"
  dependency-version: 1.2.1
  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 26, 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.

0 participants