springwolf-core
springwolf-core copied to clipboard
chore(deps): Bump the dependencies-angular group across 1 directory with 12 updates
Bumps the dependencies-angular group with 12 updates in the /springwolf-ui directory:
| Package | From | To |
|---|---|---|
| @angular/animations | 19.2.12 |
20.0.0 |
| @angular/cdk | 19.2.17 |
20.0.1 |
| @angular/common | 19.2.12 |
20.0.0 |
| @angular/compiler | 19.2.12 |
20.0.0 |
| @angular/core | 19.2.12 |
20.0.0 |
| @angular/material | 19.2.17 |
20.0.1 |
| @angular/platform-browser | 19.2.12 |
20.0.0 |
| @angular/platform-browser-dynamic | 19.2.12 |
20.0.0 |
| @angular/router | 19.2.12 |
20.0.0 |
| @angular/build | 19.2.13 |
20.0.0 |
| @angular/cli | 19.2.13 |
20.0.0 |
| @angular/compiler-cli | 19.2.12 |
20.0.0 |
Updates @angular/animations from 19.2.12 to 20.0.0
Release notes
Sourced from @angular/animations's releases.
20.0.0
Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301
common
Commit Description accept undefined inputs in NgTemplateOutlet (#61404) Allow passing ScrollOptions to ViewportScroller (#61002) throw error for suspicious date patterns (#59798) cleanup updateLatestValueif view is destroyed before promise resolves (#58041)Handle errors in async pipe subscriptions (#60057) issue a warning instead of an error when NgOptimizedImageexceeds the preload limit (#60879)rename httpResource function in factory (#60022) resolve host binding type issues (#60481) compiler
Commit Description add extended diagnostic for uninvoked track function on @forblocks (#60495)support exponentiation operator in templates (#59894) support tagged template literals in expressions (#59947) support the inkeyword in Binary expression (#58432)support void operator in templates (#59894) error if rawText isn't estimated correctly (#60529) exponentiation should be right-to-left associative (#60101) incorrect spans for template literals (#60323) incorrectly handling let declarations inside i18n (#60512) proper handling of typeof, void in RecursiveAstVisitor (#60101) remove TypeScript from linker (#61635) reduce allocations for let declarations only used in the same view (#60512) compiler-cli
Commit Description add extended diagnostic for invalid nullish coalescing (#60279) detect missing structural directive imports (#59443) support type checking of host bindings (#60267) avoid fatal diagnostics for invalid module schemas (#61220) avoid fatal diagnostics for missing template files (#58673) correctly parse event name in HostListener (#60561) preserve required parens for nullish coalescing (#60060) preserve required parens in exponentiation expressions (#60101) set correct target when type checking events (#60561) wrong event name for host listener decorators (#60460) core
Commit Description add hook for producer creation side effects (#60333) add input binding support to dynamically-created components (#60137) Add provider which reports unhandled errors on window to ErrorHandler (#60704) add support for two-way bindings on dynamically-created components (#60342) add the ability to apply directives to dynamically-created components (#60137)
... (truncated)
Changelog
Sourced from @angular/animations's changelog.
20.0.0 (2025-05-28)
Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301
Breaking Changes
common
- Using the
Yformatter (week-numbering year) without also includingw(week number) is now detected as suspicious date pattern, asyis typically intended.AsyncPipenow directly catches unhandled errors in subscriptions and promises and reports them to the application'sErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported toErrorHandlerso the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.compiler
'in' in an expression now refers to the operator
voidin an expression now refers to the operatorPreviously an expression in the template like
{{void}}referred to a property on the component class. After this change it now refers to thevoidoperator, which would make the above example invalid. If you have existing expressions that need to refer to a property namedvoid, change the expression to usethis.voidinstead:{{this.void}}.core
TypeScript versions less than 5.8 are no longer supported.
the
TestBed.flushEffects()was removed - use theTestBed.tick()instead.
provideExperimentalCheckNoChangesForDebughas several breaking changes:
- It is renamed to
provideCheckNoChangesConfig- The behavior applies to all checkNoChanges runs
- The
useNgZoneOnStableoption is removed. This wasn't found to be generally more useful thaninterval
provideExperimentalZonelessChangeDetectionis renamed toprovideZonelessChangeDetectionas it is now "Developer Preview" rather than "Experimental".
InjectFlagshas been removed.injectno longer acceptsInjectFlags.Injector.getno longer acceptsInjectFlags.EnvironmentInjector.getno longer acceptsInjectFlags.TestBed.getno longer acceptsInjectFlags.TestBed.injectno longer acceptsInjectFlags.
TestBed.gethas been removed. UseTestBed.injectinstead.afterRender was renamed to afterEveryRender.
- Angular no longer supports Node.js v18.
- Node.js versions 22.0 to 22.10 are also no longer supported.
Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1. For the full list of supported versions, visit: https://angular.dev/reference/versions
PendingTasks.runno longer returns the result of the
... (truncated)
Commits
30e0812fix(core): update min Node.js support to 20.19, 22.12, and 24.0 (#61500)3433021build: move private testing helpers outsideplatform-browser/testing(#61476)6f74458build: migrate animations to use rules_js based toolchain (#61479)bc830cerefactor(animations): mark non-defaultnewexpressions as pure (#61452)051d90abuild: remove irrelevant madge circular deps tests (#61197)4b365c7docs: fix non-working link (#61131)9793693refactor: add Node.js 24 as supported version (#61142)8f803aabuild: Run browsers tests withoutplatform-browser-dynamic(#60937) (#61060)867f389Revert "build: Run browsers tests withoutplatform-browser-dynamic(#60937)...b896ca8build: Run browsers tests withoutplatform-browser-dynamic(#60937)- Additional commits viewable in compare view
Updates @angular/cdk from 19.2.17 to 20.0.1
Release notes
Sourced from @angular/cdk's releases.
20.0.1
material
Commit Description button: add token for icon button shape (#31223) schematics: filter paths when renaming tokens (#31249) 20.0.0
cdk
Commit Description dialog: add closePredicate option drag-drop: introduce resetToBoundary(#30436)accordion: resolve changed after checked error collections: breaking changes for v20 dialog: breaking changes for v20 dialog: provide proper shaped Directionality (#30898) drag-drop: breaking changes for v20 drag-drop: incorrect type DragConstrainPosition (#30510) overlay: use MutationObserver to detach overlay (#30703) portal: remove deprecated symbols (#30584) schematics: support project index file discovery for object-form and default (#30967) table: breaking changes for v20 table: move out unused style scheduler (#30963) table: remove private symbols from public API (#30956) overlay: add tree-shakeable alternatives for overlay APIs (#30904) material
Commit Description button: add support for tonal button (#30638) button: allow appearance to be set dynamically card: support filled variant (#29868) core: handle prefers-reduced-motion automatically (#30796) core: introduce custom token for controlling animations (#30749) dialog: add closePredicate option autocomplete: allow overlay backdrop by setting hasBackdrop option (#30631) button-toggle: changed after checked error when updating tabindex (#31172) button: align harness with new terminology button: combine MatButton and MatAnchor (#30492) button: tonal touch target token transgression (#30688) checkbox: breaking changes for v20 checkbox: hardcode token renames (#30752) checkbox: resolve change after checked error chips: chip input not showing placeholder (#30664) chips: implement disabledInteractive in chip input (#30665) core: include density tokens in system theme (#30845) datepicker: resolve change after checked errors dialog: breaking changes for v20 form-field: preserve aria-describedby set externally across all form controls (#30699) form-field: use ResizeObserver for label offset calculation (#30702)
... (truncated)
Changelog
Sourced from @angular/cdk's changelog.
20.0.1 "sulfur-sandpaper" (2025-05-28)
material
Commit Type Description ecd17ad75 fix button: add token for icon button shape (#31223) 20fa71807 fix schematics: filter paths when renaming tokens (#31249) 20.0.0 "calcium-carrot" (2025-05-28)
Breaking Changes
cdk
SelectionModel.clearnow returns a boolean.SelectionModel.deselectnow returns a boolean.SelectionModel.selectnow returns a boolean.SelectionModel.setSelectionnow returns a boolean.SelectionModel.togglenow returns a boolean.
DIALOG_SCROLL_STRATEGY_PROVIDERhas been removed.DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORYhas been removed.
DragDropRegistryis no longer generic.DragDropRegistry.scrollhas been removed. Use thescrolledmethod instead.
DomPortalHosthas been removed. UseDomPortalOutletinstead.PortalInjectorhas been removed. UseInjector.createinstead.PortalHosthas been removed. UsePortalOutletinstead.BasePortalHosthas been removed. UseBasePortalOutletinstead.
Constructorsymbol has been removed.CanStickCtorsymbol has been removed.mixinHasStickyInputhas been removed. Implement theCanStickinterface instead.
CanStickhas been removed.CDK_TABLE_TEMPLATEhas been removed.StickyDirectionhas been removed.StickyStylerhas been removed.material
ButtonVariantwhich is returned byMatButtonHarness.getVariantno longer includes the appearance of the button. UseMatButtonHarness.getAppearanceinstead.tabindexvalues set as[attr.tabindex]set on a Material button might not work as expected. Usetabindexfor static values, or[tabindex]/[tabIndex]for dynamic ones.
MAT_CHECKBOX_REQUIRED_VALIDATORhas been removed.MAT_CHECKBOX_VALUE_ACCESSORhas been removed.MatCheckboxRequiredValidatorhas been removed._MatCheckboxRequiredValidatorModulehas been removed.
MAT_DIALOG_SCROLL_STRATEGY_PROVIDERhas been removed.MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORYhas been removed.
matSelectAnimations.transformPanelWraphas been removed.
MAT_SLIDE_TOGGLE_REQUIRED_VALIDATORhas been removed.MAT_SLIDE_TOGGLE_VALUE_ACCESSORhas been removed.MatSlideToggleRequiredValidatorhas been removed._MatSlideToggleRequiredValidatorModulehas been removed.multiple
DialogConfig.componentFactoryResolverhas been removed.- The constructor of
DomPortalOutlethas changed.
... (truncated)
Commits
e0a85a0release: cut the v20.0.1 release20fa718fix(material/schematics): filter paths when renaming tokens (#31249)ecd17adfix(material/button): add token for icon button shape (#31223)033028brelease: cut the v20.0.0 releasebabf577Revert "release: cut the v20.0.0 release" (#31244)063b7e9release: cut the v20.0.0 release7150ac7build: update to Angular v20 final (#31241) (#31242)fe66110docs: update contributing guidelines to reference TypeScript style guide (#31...875d85cbuild: enforce that all components are standalone during CI3627d12test(multiple): switch remaining tests to standalone- Additional commits viewable in compare view
Updates @angular/common from 19.2.12 to 20.0.0
Release notes
Sourced from @angular/common's releases.
20.0.0
Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301
common
Commit Description accept undefined inputs in NgTemplateOutlet (#61404) Allow passing ScrollOptions to ViewportScroller (#61002) throw error for suspicious date patterns (#59798) cleanup updateLatestValueif view is destroyed before promise resolves (#58041)Handle errors in async pipe subscriptions (#60057) issue a warning instead of an error when NgOptimizedImageexceeds the preload limit (#60879)rename httpResource function in factory (#60022) resolve host binding type issues (#60481) compiler
Commit Description add extended diagnostic for uninvoked track function on @forblocks (#60495)support exponentiation operator in templates (#59894) support tagged template literals in expressions (#59947) support the inkeyword in Binary expression (#58432)support void operator in templates (#59894) error if rawText isn't estimated correctly (#60529) exponentiation should be right-to-left associative (#60101) incorrect spans for template literals (#60323) incorrectly handling let declarations inside i18n (#60512) proper handling of typeof, void in RecursiveAstVisitor (#60101) remove TypeScript from linker (#61635) reduce allocations for let declarations only used in the same view (#60512) compiler-cli
Commit Description add extended diagnostic for invalid nullish coalescing (#60279) detect missing structural directive imports (#59443) support type checking of host bindings (#60267) avoid fatal diagnostics for invalid module schemas (#61220) avoid fatal diagnostics for missing template files (#58673) correctly parse event name in HostListener (#60561) preserve required parens for nullish coalescing (#60060) preserve required parens in exponentiation expressions (#60101) set correct target when type checking events (#60561) wrong event name for host listener decorators (#60460) core
Commit Description add hook for producer creation side effects (#60333) add input binding support to dynamically-created components (#60137) Add provider which reports unhandled errors on window to ErrorHandler (#60704) add support for two-way bindings on dynamically-created components (#60342) add the ability to apply directives to dynamically-created components (#60137)
... (truncated)
Changelog
Sourced from @angular/common's changelog.
20.0.0 (2025-05-28)
Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301
Breaking Changes
common
- Using the
Yformatter (week-numbering year) without also includingw(week number) is now detected as suspicious date pattern, asyis typically intended.AsyncPipenow directly catches unhandled errors in subscriptions and promises and reports them to the application'sErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported toErrorHandlerso the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.compiler
'in' in an expression now refers to the operator
voidin an expression now refers to the operatorPreviously an expression in the template like
{{void}}referred to a property on the component class. After this change it now refers to thevoidoperator, which would make the above example invalid. If you have existing expressions that need to refer to a property namedvoid, change the expression to usethis.voidinstead:{{this.void}}.core
TypeScript versions less than 5.8 are no longer supported.
the
TestBed.flushEffects()was removed - use theTestBed.tick()instead.
provideExperimentalCheckNoChangesForDebughas several breaking changes:
- It is renamed to
provideCheckNoChangesConfig- The behavior applies to all checkNoChanges runs
- The
useNgZoneOnStableoption is removed. This wasn't found to be generally more useful thaninterval
provideExperimentalZonelessChangeDetectionis renamed toprovideZonelessChangeDetectionas it is now "Developer Preview" rather than "Experimental".
InjectFlagshas been removed.injectno longer acceptsInjectFlags.Injector.getno longer acceptsInjectFlags.EnvironmentInjector.getno longer acceptsInjectFlags.TestBed.getno longer acceptsInjectFlags.TestBed.injectno longer acceptsInjectFlags.
TestBed.gethas been removed. UseTestBed.injectinstead.afterRender was renamed to afterEveryRender.
- Angular no longer supports Node.js v18.
- Node.js versions 22.0 to 22.10 are also no longer supported.
Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1. For the full list of supported versions, visit: https://angular.dev/reference/versions
PendingTasks.runno longer returns the result of the
... (truncated)
Commits
308404ebuild: update common's locales to use rules_js (#61629)2e5362afeat(common): accept undefined inputs in NgTemplateOutlet (#61404)aa7190dfix(common): avoid injecting ApplicationRef in FetchBackend (#61649)a89f1cffix(core): narrow error type for resources API (#61441)d62379bfix(core): move reload method from Resource to WritableResource (#61441)7efb338fix(core): cleanuprxResourceabort listener (#58306)af7881afix(common): cancel reader when app is destroyed (#61528)abdade9refactor(common): drophttpResourceerror message (#61570)88c70ebrefactor(platform-browser): replaceplatform-browser-dynamicwith `platfor...15e16aarefactor(core): drop injection context assertion in production (#61564)- Additional commits viewable in compare view
Updates @angular/compiler from 19.2.12 to 20.0.0
Release notes
Sourced from @angular/compiler's releases.
20.0.0
Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301
common
Commit Description accept undefined inputs in NgTemplateOutlet (#61404) Allow passing ScrollOptions to ViewportScroller (#61002) throw error for suspicious date patterns (#59798) cleanup updateLatestValueif view is destroyed before promise resolves (#58041)Handle errors in async pipe subscriptions (#60057) issue a warning instead of an error when NgOptimizedImageexceeds the preload limit (#60879)rename httpResource fun... Description has been truncated
Deploy Preview for springwolf-ui failed.
| Name | Link |
|---|---|
| Latest commit | a91faf1d0887e0391e018aa1c063282913c9cdbd |
| Latest deploy log | https://app.netlify.com/projects/springwolf-ui/deploys/688384a24c40ca000720f744 |
@dependabot rebase
@dependabot recreate
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