Closed dependabot[bot] closed 6 days ago
Bumps the angular group in /client with 15 updates:
18.2.11
18.2.12
18.2.13
Updates @angular/animations from 18.2.11 to 18.2.12
@angular/animations
Sourced from @angular/animations's releases.
@angular/animations
v18.2.12 18.2.12 (2024-11-14) compiler-cli Commit Description correct extraction of generics from type aliases (#58548)
Sourced from @angular/animations's changelog.
18.2.12 (2024-11-14) compiler-cli Commit Type Description 4c38160853 fix correct extraction of generics from type aliases (#58548) 19.0.0-rc.1 (2024-11-06) compiler Commit Type Description b25121ee4a fix avoid having to duplicate core environment (#58444) compiler-cli Commit Type Description d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515) 22cd6869ef fix make the unused imports diagnostic easier to read (#58468) core Commit Type Description 8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521) 6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492) migrations Commit Type Description c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474) e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515) platform-browser Commit Type Description c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)
Updates @angular/cdk from 18.2.12 to 18.2.13
@angular/cdk
Sourced from @angular/cdk's releases.
@angular/cdk
v18.2.13 18.2.13 "strontium-sauce" (2024-11-13) material Commit Description core: incorrect validation in get-theme-color (#29994) snack-bar: prevent override of snack bar action button color (#27511) cdk Commit Description listbox: make tabindex zoneless compatible (#29970) table: set explicit role on all cells (#29987) testing: allow use of plaintext-only for contenteditable (#29999)
plaintext-only
contenteditable
Sourced from @angular/cdk's changelog.
18.2.13 "strontium-sauce" (2024-11-13) cdk Commit Type Description 1ea3ba383 fix listbox: make tabindex zoneless compatible (#29970) 890036064 fix table: set explicit role on all cells (#29987) 3c7de8400 fix testing: allow use of plaintext-only for contenteditable (#29999) material Commit Type Description c643f04ef fix core: incorrect validation in get-theme-color (#29994) aed9094f9 fix snack-bar: prevent override of snack bar action button color (#27511)
ef9cff3
3c7de84
aed9094
c643f04
8900360
1ea3ba3
Updates @angular/common from 18.2.11 to 18.2.12
@angular/common
Sourced from @angular/common's releases.
@angular/common
Sourced from @angular/common's changelog.
Updates @angular/compiler from 18.2.11 to 18.2.12
@angular/compiler
Sourced from @angular/compiler's releases.
@angular/compiler
Sourced from @angular/compiler's changelog.
Updates @angular/core from 18.2.11 to 18.2.12
@angular/core
Sourced from @angular/core's releases.
@angular/core
Sourced from @angular/core's changelog.
Updates @angular/forms from 18.2.11 to 18.2.12
@angular/forms
Sourced from @angular/forms's releases.
@angular/forms
Sourced from @angular/forms's changelog.
Updates @angular/material from 18.2.12 to 18.2.13
@angular/material
Sourced from @angular/material's releases.
@angular/material
Sourced from @angular/material's changelog.
Updates @angular/material-date-fns-adapter from 18.2.12 to 18.2.13
@angular/material-date-fns-adapter
Sourced from @angular/material-date-fns-adapter's releases.
@angular/material-date-fns-adapter
Sourced from @angular/material-date-fns-adapter's changelog.
Updates @angular/platform-browser from 18.2.11 to 18.2.12
@angular/platform-browser
Sourced from @angular/platform-browser's releases.
@angular/platform-browser
Sourced from @angular/platform-browser's changelog.
Updates @angular/platform-browser-dynamic from 18.2.11 to 18.2.12
@angular/platform-browser-dynamic
Sourced from @angular/platform-browser-dynamic's releases.
@angular/platform-browser-dynamic
Sourced from @angular/platform-browser-dynamic's changelog.
Updates @angular/router from 18.2.11 to 18.2.12
@angular/router
Sourced from @angular/router's releases.
@angular/router
Sourced from @angular/router's changelog.
Updates @angular/service-worker from 18.2.11 to 18.2.12
@angular/service-worker
Sourced from @angular/service-worker's releases.
@angular/service-worker
Sourced from @angular/service-worker's changelog.
Updates @angular-devkit/build-angular from 18.2.11 to 18.2.12
@angular-devkit/build-angular
Sourced from @angular-devkit/build-angular's releases.
@angular-devkit/build-angular
v18.2.12 18.2.12 (2024-11-14) @angular/cli Commit Description support default options for multiselect list x-prompt @angular/build Commit Description dependabot[bot] commented 6 days ago Superseded by #4367. bastianjoel commented 6 days ago @dependabot reopen bastianjoel commented 6 days ago @dependabot rebase dependabot[bot] commented 6 days ago This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml
@angular/cli
@angular/build
Superseded by #4367.
@dependabot reopen
@dependabot rebase
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml
Bumps the angular group in /client with 15 updates:
18.2.11
18.2.12
18.2.12
18.2.13
18.2.11
18.2.12
18.2.11
18.2.12
18.2.11
18.2.12
18.2.11
18.2.12
18.2.12
18.2.13
18.2.12
18.2.13
18.2.11
18.2.12
18.2.11
18.2.12
18.2.11
18.2.12
18.2.11
18.2.12
18.2.11
18.2.12
18.2.11
18.2.12
18.2.11
18.2.12
Updates
@angular/animations
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular/animations
's releases.Changelog
Sourced from
@angular/animations
's changelog.Commits
Updates
@angular/cdk
from 18.2.12 to 18.2.13Release notes
Sourced from
@angular/cdk
's releases.Changelog
Sourced from
@angular/cdk
's changelog.Commits
ef9cff3
release: cut the v18.2.13 release3c7de84
fix(cdk/testing): allow use ofplaintext-only
forcontenteditable
(#29999)aed9094
fix(material/snack-bar): prevent override of snack bar action button color (#...c643f04
fix(material/core): incorrect validation in get-theme-color (#29994)8900360
fix(cdk/table): set explicit role on all cells (#29987)1ea3ba3
fix(cdk/listbox): make tabindex zoneless compatible (#29970)Updates
@angular/common
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular/common
's releases.Changelog
Sourced from
@angular/common
's changelog.Commits
Updates
@angular/compiler
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular/compiler
's releases.Changelog
Sourced from
@angular/compiler
's changelog.Commits
Updates
@angular/core
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular/core
's releases.Changelog
Sourced from
@angular/core
's changelog.Commits
Updates
@angular/forms
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular/forms
's releases.Changelog
Sourced from
@angular/forms
's changelog.Commits
Updates
@angular/material
from 18.2.12 to 18.2.13Release notes
Sourced from
@angular/material
's releases.Changelog
Sourced from
@angular/material
's changelog.Commits
ef9cff3
release: cut the v18.2.13 release3c7de84
fix(cdk/testing): allow use ofplaintext-only
forcontenteditable
(#29999)aed9094
fix(material/snack-bar): prevent override of snack bar action button color (#...c643f04
fix(material/core): incorrect validation in get-theme-color (#29994)8900360
fix(cdk/table): set explicit role on all cells (#29987)1ea3ba3
fix(cdk/listbox): make tabindex zoneless compatible (#29970)Updates
@angular/material-date-fns-adapter
from 18.2.12 to 18.2.13Release notes
Sourced from
@angular/material-date-fns-adapter
's releases.Changelog
Sourced from
@angular/material-date-fns-adapter
's changelog.Commits
ef9cff3
release: cut the v18.2.13 release3c7de84
fix(cdk/testing): allow use ofplaintext-only
forcontenteditable
(#29999)aed9094
fix(material/snack-bar): prevent override of snack bar action button color (#...c643f04
fix(material/core): incorrect validation in get-theme-color (#29994)8900360
fix(cdk/table): set explicit role on all cells (#29987)1ea3ba3
fix(cdk/listbox): make tabindex zoneless compatible (#29970)Updates
@angular/platform-browser
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular/platform-browser
's releases.Changelog
Sourced from
@angular/platform-browser
's changelog.Commits
Updates
@angular/platform-browser-dynamic
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular/platform-browser-dynamic
's releases.Changelog
Sourced from
@angular/platform-browser-dynamic
's changelog.Commits
Updates
@angular/router
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular/router
's releases.Changelog
Sourced from
@angular/router
's changelog.Commits
Updates
@angular/service-worker
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular/service-worker
's releases.Changelog
Sourced from
@angular/service-worker
's changelog.Commits
Updates
@angular-devkit/build-angular
from 18.2.11 to 18.2.12Release notes
Sourced from
@angular-devkit/build-angular
's releases.