Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update angular dependencies #2553

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Jan 16, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations (source) devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/build dependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/cdk devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.1
@angular/cli devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/common (source) devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/compiler (source) devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/compiler-cli (source) devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/core (source) resolutions minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/core (source) devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/forms (source) devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/material devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.1
@angular/platform-browser (source) devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/platform-browser-dynamic (source) devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0
@angular/router (source) devDependencies minor 19.1.0-rc.0 -> 19.2.0-next.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angular/angular (@​angular/animations)

v19.2.0-next.0

Compare Source

compiler
Commit Type Description
fe8a68329b feat support untagged template literals in expressions (#​59230)
compiler-cli
Commit Type Description
ed705a856a feat detect missing structural directive imports (#​59443)
core
Commit Type Description
bc2ad7bfd3 feat support streaming resources (#​59573)

v19.1.3

Compare Source

compiler
Commit Type Description
ecfb74d287 fix handle :host-context with comma-separated child selector (#​59276)
compiler-cli
Commit Type Description
53160e504d fix extract parenthesized dependencies during HMR (#​59644)
39690969af fix handle conditional expressions when extracting dependencies (#​59637)
78af7a5059 fix handle new expressions when extracting dependencies (#​59637)
core
Commit Type Description
408af24ff3 fix capture self-referencing component during HMR (#​59644)
d7575c201c fix replace metadata in place during HMR (#​59644)
26f6d4c485 fix skip component ID collision warning during SSR (#​59625)
migrations
Commit Type Description
a62c84bc18 fix avoid applying the same replacements twice when cleaning up unused imports (#​59656)
platform-browser
Commit Type Description
b2b3816cb1 fix clear renderer cache during HMR when using async animations (#​59644)

v19.1.2

Compare Source

compiler
Commit Type Description
8dcd889987 fix update @ng/component URL to be relative (#​59620)
compiler-cli
Commit Type Description
95a05bb202 fix disable tree shaking during HMR (#​59595)
core
Commit Type Description
a4eb74c79c fix animation sometimes renderer not being destroyed during HMR (#​59574)
906413aba3 fix change Resource to use explicit undefined in its typings (#​59024)
4eb541837c fix cleanup _ejsa when app is destroyed (#​59492)
5497102769 fix cleanup stash listener when app is destroyed (#​59598)
266a8f2f2e fix handle shadow DOM encapsulated component with HMR (#​59597)
6f7716268a fix HMR not matching component that injects ViewContainerRef (#​59596)
d12a186d53 fix treat exceptions in equal as part of computation (#​55818)

v19.1.1

Compare Source

core
Commit Type Description
357795cb96 fix run HMR replacement in the zone (#​59562)
platform-browser
Commit Type Description
eb0b1851f4 fix roll back HMR fix (#​59557)

v19.1.0

Compare Source

common
Commit Type Description
e4c50b3bea feat expose component instance in NgComponentOutlet (#​58698)
compiler
Commit Type Description
ceadd28ea1 fix allow $any in two-way bindings (#​59362)
aed49ddaaa fix use chunk origin in template HMR request URL (#​59459)
compiler-cli
Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#​59002)
core
Commit Type Description
d010e11b73 feat add event listener options to renderer (#​59092)
57f3550219 feat add utility for resolving defer block information to ng global (#​59184)
22f191f763 feat extend the set of profiler events (#​59183)
e894a5daea feat set kind field on template and effect nodes (#​58865)
bd1f1294ae feat support TypeScript 5.7 (#​58609)
9870b643bf fix Defer afterRender until after first CD (#​58250)
a5fc962094 fix Don't run effects in check no changes pass (#​58250)
migrations
Commit Type Description
d298d25426 feat add schematic to clean up unused imports (#​59353)
14fb8ce4c0 fix resolve text replacement issue (#​59452)
platform-browser
Commit Type Description
8c5db3cfb7 fix avoid circular DI error in async renderer (#​59256)
router
Commit Type Description
52a6710f54 fix complete router events on dispose (#​59327)
angular/angular-cli (@​angular/build)

v19.2.0-next.0

Compare Source

@​angular/build
Commit Type Description
8e884a038 fix handle empty module case to avoid TypeError

v19.1.4

Compare Source

@​angular-devkit/schematics
Commit Type Description
aa6f0d051 fix ensure collections can be resolved via test runner in pnpm workspaces
@​angular/build
Commit Type Description
ff8192a35 fix correct path for /@​ng/components on Windows
14d2f7ca0 fix include extracted routes in the manifest during prerendering
c87a38f5b fix only issue invalid i18n config error for duplicate subPaths with inlined locales
d50788cf9 fix replace deprecation of i18n.baseHref with a warning
@​angular/ssr
Commit Type Description
bcc5fab75 fix prevent route matcher error when SSR routing is not used
9bacf3981 fix properly manage catch-all routes with base href
59c757781 fix unblock route extraction with withEnabledBlockingInitialNavigation

v19.1.3

Compare Source

@​angular/build
Commit Type Description
7d8c34172 fix allow asset changes to reload page on incremental updates
9fa29af37 fix handle relative @ng/components
c4de34703 fix perform full reload for templates with $localize usage

v19.1.2

Compare Source

@​angular/build
Commit Type Description
939d1612a fix perform incremental background file updates with component updates
304027207 fix prevent full page reload on HMR updates with SSR enabled
148acbd58 fix reset component updates on dev-server index request

v19.1.1

Compare Source

@​angular/build
Commit Type Description
298506751 fix resolve HMR-prefixed files in SSR with Vite

v19.1.0

Compare Source

Deprecations

@​angular/build
  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

@​schematics/angular
Commit Type Description
02825eec5 feat use @angular/build package in library generation schematic
88431b756 fix application migration should migrate ng-packagr builder package
@​angular-devkit/architect
Commit Type Description
2b8a02bac feat require build schemas from modules
fe1ae6933 fix avoid Node.js resolution for relative builder schema
@​angular-devkit/core
Commit Type Description
ce7c4e203 fix handle Windows drive letter case insensitivity in path functions
@​angular-devkit/schematics
Commit Type Description
2f55209dd fix update Rule type to support returning a Promise of Tree
@​angular/build
Commit Type Description
2c9d7368f feat add ng-packagr builder to the package
0a570c0c2 feat add support for customizing URL segments with i18n
298b554a7 feat enable component template hot replacement by default
d350f357b fix correctly validate locales subPath
8aa1ce608 fix handle loaders correctly in SSR bundles for external packages
3b7e6a8c6 fix invalidate component template updates with dev-server SSR
8fa682e57 fix remove deleted assets from output during watch mode
48cae815c fix skip vite SSR warmup file configuration when SSR is disabled
ba16ad6b5 fix support incremental build file results in watch mode
955acef3d fix trigger browser reload on asset changes with Vite dev server
e74300a2c fix use component updates for component style HMR
6a19c217e fix warn when using both isolatedModules and emitDecoratorMetadata
@​angular/ssr
Commit Type Description
8d7a51dfc feat add modulepreload for lazy-loaded routes
41ece633b feat redirect to preferred locale when accessing root route without a specified locale
3feecddbb fix disable component boostrapping when running route extraction
6edb90883 fix throw error when using route matchers
angular/components (@​angular/cdk)

v19.2.0-next.1

Compare Source

cdk
Commit Type Description
48117e7a8 fix text-field: clear cached line height on resize (#​30355)
material
Commit Type Description
12b767111 fix autocomplete: fix initial render logic (#​30348)
013fe0456 fix autocomplete: switch away from animations module (#​30356)
7c9c898fa fix chips: fix chip blur timing (#​30347)
066c74025 fix datepicker: switch away from animations module (#​30360)
d52c32906 fix expansion: inherit shape for focus indicator (#​30352)
4fa46bccc fix form-field: remove dependency on animations module (#​30354)

v19.2.0-next.0

Compare Source

material
Commit Type Description
44c7320653 feat schematics: Add option to customize colors for neutral variant and error palettes (#​30321)
1e5663636e fix stepper: switch away from animations module (#​30314)
0eb9012777 fix tabs: switch away from animations module (#​30281)
e5c3ddfb0b fix timepicker: adds default aria-label to timepicker toggle (#​30284)

v19.1.1

Compare Source

cdk
Commit Type Description
380fd1dfa fix text-field: clear cached line height on resize (#​30355)
material
Commit Type Description
5c4421641 fix autocomplete: fix initial render logic (#​30348)
db3895cf1 fix chips: fix chip blur timing (#​30347)
09d7476d9 fix expansion: inherit shape for focus indicator (#​30352)

v19.1.0

Compare Source

cdk
Commit Type Description
62a672af0d feat dialog: expose cdk dialog docs (#​1144)
a0a16fc70e feat menu: expose cdk menu docs (#​1142)
2be0afcfb5 fix menu: avoid resetting the scroll position when using the mouse (#​30249)
e421765d8d fix menu: not responding to position changes (#​30234)
5c75bbecb2 fix scrolling: avoid SSR error in CdkVirtualScrollableWindow (#​30259)
d721f0c2bc perf table: Use afterNextRender for sticky styling. Fixes a performance regression dating back to #​28393 and removes need for coalesced sticky styler. (#​30242)
material
Commit Type Description
f47f5f9a1e feat schematics: Add CSS output to custom theme schematic (#​30004)
057ed370aa fix api-theme: fix nav items hover/focus contrast (#​1004)
5138fe7b38 fix checkbox: ensure focus indicator has the correct shape (#​30332)
3163040850 fix docs: change twitter logo (#​1245)
781e91e798 fix menu: lazy content not detached after animation (#​30301)
a3d9e4b45d fix select: match disabled placeholder color with label (#​29870)
027c3ad267 fix select: remove color transition w/ no animations module (#​30304)
4f676d4030 fix slider: active vs inactive tick mark count (#​30319)
eae073032c fix slider: tick mark positioning (#​30329)
0c099ff024 fix sort: avoid center align for sort header
6ca21fd740 fix tabs: tab nav bar animation not working when navigating forwards (#​30313)
a0b5546111 fix theme: unselected theme picker
884740d605 fix tooltip: deprecate matTooltipAnimations (#​30310)
ab497c44e7 perf button: Remove unused inject. (#​30320)
ab44d45c56 perf table: Optimize expensive css selector (#​30305)
980f9ba7bb perf tooltip: Use afterNextRender to invoke aria describer to align layout updates with other components using afterNextRender. (#​30265)
cdk-experimental
Commit Type Description
75c8aa8767 feat column-resize: Support column size persistance hooks (#​30136)
50d906b3e3 fix column-resize: Previous size was being sent for persistance rather than newly updated size in non-live resize mode. (#​30161)
material-experimental
Commit Type Description
8685c01a92 feat column-resize: Add support for "lazy" rather than live updating during resizing. (#​30120)
material-luxon-adapter
Commit Type Description
e52a369a1b fix infer first day of week from locale (#​30285)
Commit Type Description
f5abaa31a1 feat add 404 page (#​902)
5c5903e82c feat add button to copy link to example (#​922)
76f9d98d22 feat add cdk/testing docs (#​678)
39ab48f4be feat add cookie popup (#​988)
cfdc032c09 feat add CSP and recommended security headers to site
663d7948fe feat add help/support section (#​915)
38b0fbf469 feat Add material 3 guide (#​1236)
c1f9e98b91 feat add ripples to documentation items (#​489)
d2b05aec10 feat add ripples to documentation items (#​494)
a429d1bc6a feat Add separate guide for M2 specific theming
cd8b7ab2cf feat add summaries to all menu items and category pages (#​512)
856a03ff4f feat add support for reduced motion (#​1095)
52388a8271 feat add the ability to link to the site with a particular theme (#​549)
390961e3e9 feat add version and version picker (#​406)
a041c423c1 feat added ability to keep pathname and hash on version change
06386a7870 feat angular 4 compatibility (#​135)
d0a84cf2d3 feat change navbar, toolbar and landing page coloring to denote when looking at docs on next (#​540)
cffcadce16 feat compact view for example components to replace static code snippets (#​756)
95753b77e1 feat convert to standalone (#​1200)
e592ba19e0 feat create a version.json file for all version of the docs sites to load version info from (#​539)
60eb965856 feat expose CDK accordion docs (#​1005)
8f2fa288b5 feat expose coercion and collections docs (#​994)
84b31396ec feat more flexible carousels and fix homepage alignment
98049435a7 feat show deprecated related information in material/tooltip
f9c59da021 feat simplify stackblitz examples using standalone (#​1211)
bcfb36864a feat switch to MDC components (#​1174)
eac6e2ab03 feat switch to sass modules (#​952)
3ffb237849 feat update to 9.0.0-next.x and enable Ivy rendering engine (#​645)
3e758dd254 fix accessibility, SEO, typos, styling (#​649)
8866616f2d fix account for new token data format
ebaa6e3ea4 fix add back accidentally deleted deployment check
8e86c817d8 fix add box shadow to cookie popup
d3a56e5d06 fix add dynamic copyright (#​1169)
ff0b4d99ab fix add header background if links wrap
baef33766c fix add material-moment-adapter to stackblitz dependencies (#​1156)
615dfe185c fix add missing drag-drop examples (#​616)
d350fc1b0a fix add missing test harnesses (#​860)
2996086742 fix add postinstall script back to make component examples work
dcf45d3d3d fix add ripples to clickable cards
2272750245 fix add styling for markdown tables (#​921)
51ce514bf8 fix align and clean up table design (#​1003)
b584257e6e fix allow table of contents to scroll
98aaf74dd0 fix anchor links not scrolling into view (#​519)
c88475f8a5 fix angular material footer logo
8635a57bcf fix avoid breaking page if there's a broken example (#​855)
bc2343484c fix bump angular version to resolve query issue (#​1105)
90cf5f3aeb fix cache fetched docs (#​1001)
733b8eb527 fix capitalization on component list (#​114)
de7d03291e fix cdk test harness API document not found (#​716)
e13014e33e fix center guide viewer (#​274)
8a85bb88bf fix clean up tilde imports (#​1082)
ad940e6248 fix components with multiple API docs do not display correctly (#​717)
e3d6968e3c fix consistent toc positioning (#​316)
71133d7982 fix cookies dialog button contrast (#​1010)
d870c0b049 fix copy to clipboard button always copying content of first tab (#​821)
476622a81a fix correct links in doc-viewer markdown files to have the proper base value (#​554)
ac205ece69 fix create proper fragment urls (#​329)
4e67c59318 fix declare duplicate theming guide (#​923)
d04156ab0d fix directly check if the hostname is the expected hostname instead of just starting with the hostname (#​1223)
aa2dd2552b fix doc titles anchor links accessible (#​891)
103fc7963c fix double scroll bars on guides page
defdbe6310 fix ensure that menu items are always sorted (#​1058)
b54869ef0b fix errors in plunkr template (#​54)
b124bb49aa fix errors when reading optional queries
c2b92c3f32 fix example-viewer icons and animation (#​52)
677d07cec9 fix explicitly set an index for each API docs section (#​732)
0e72906469 fix expose component testing modules (#​757)
776973db64 fix expose timepicker
29715e6ec1 fix external links with hash are updated incorrectly (#​355)
3c93065881 fix failing test (#​1281)
937c222807 fix fix 'reporters' key name in karma.conf (#​433)
6601ada892 fix fix ts compiler error
cab14c68c9 fix footer jumping up while guide is loading (#​834)
93d74135fd fix footer not being pushed to the bottom of the page in guides (#​839)
e6179b6f92 fix footer not sticking to bottom of the page on IE (#​451)
9cf54bcd30 fix generated Stackblitz examples not working when forked to a repo (#​901)
[195f99205c](https://redir

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker comp: build renovate managed labels Jan 16, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Jan 16, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from 587a0eb to a304cc6 Compare January 22, 2025 17:13
@angular-robot angular-robot changed the title build: update angular dependencies to v19.2.0-next.0 build: update angular dependencies to v19.2.0-next.1 Jan 22, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from a304cc6 to ffb7236 Compare January 22, 2025 20:14
@angular-robot angular-robot changed the title build: update angular dependencies to v19.2.0-next.1 build: update angular dependencies Jan 22, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from ffb7236 to 78889c2 Compare January 23, 2025 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project comp: build renovate managed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant