8000 fix(deps): update all by renovate[bot] · Pull Request #177 · and-action/and-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(deps): update all #177

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

Merged
merged 1 commit into from
Jan 20, 2025
Merged

fix(deps): update all #177

merged 1 commit into from
Jan 20, 2025

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 19.0.7 -> 19.1.2 age adoption passing confidence
@angular/animations (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@angular/cdk 19.0.5 -> 19.1.0 age adoption passing confidence
@angular/cli 19.0.7 -> 19.1.2 age adoption passing confidence
@angular/common (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@angular/compiler (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@angular/compiler-cli (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@angular/core (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@angular/forms (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@angular/language-service (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@angular/material 19.0.5 -> 19.1.0 age adoption passing confidence
@angular/platform-browser (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@angular/platform-browser-dynamic (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@angular/router (source) 19.0.6 -> 19.1.1 age adoption passing confidence
@apollo/client (source) 3.12.5 -> 3.12.6 age adoption passing confidence
@sentry/browser (source) 8.48.0 -> 8.50.0 age adoption passing confidence
@sentry/node (source) 8.48.0 -> 8.50.0 age adoption passing confidence
@storybook/addon-essentials (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/addon-interactions (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/addon-links (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/angular (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@storybook/blocks (source) 8.4.7 -> 8.5.0 age adoption passing confidence
@types/node (source) 22.10.5 -> 22.10.7 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.19.1 -> 8.20.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.19.1 -> 8.20.0 age adoption passing confidence
eslint-plugin-jsdoc 50.6.1 -> 50.6.2 age adoption passing confidence
storybook (source) 8.4.7 -> 8.5.0 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

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/angular (@​angular/animations)

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)

v19.0.7

Compare Source

compiler-cli
Commit Type Description
2b4b7c3ebf fix handle more node types when extracting dependencies (#​59445)
core
Commit Type Description
f893d07232 fix destroy renderer when replacing styles during HMR (#​59514)
migrations
Commit Type Description
eb2fcd1896 fix incorrect stats when migrating queries with best effort mode (#​59463)
angular/components (@​angular/cdk)

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 f

Configuration

📅 Schedule: Branch creation - "before 4:00 am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

â™» Rebasing: Never, or you tick the rebase/retry checkbox.

ð 9E9A Ÿ‘» 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from pchorus January 20, 2025 00:42
@pchorus pchorus merged commit 7759838 into master Jan 20, 2025
4 checks passed
@pchorus pchorus deleted the feature/renovate/all branch January 20, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0