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

fix(deps): update all non-major dependencies #235

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular 19.1.7 -> 19.2.0 age adoption passing confidence devDependencies minor
@angular/animations (source) 19.1.6 -> 19.2.0 age adoption passing confidence dependencies minor
@angular/cdk 19.1.4 -> 19.2.1 age adoption passing confidence dependencies minor
@angular/cli 19.1.7 -> 19.2.0 age adoption passing confidence devDependencies minor
@angular/common (source) 19.1.6 -> 19.2.0 age adoption passing confidence dependencies minor
@angular/compiler (source) 19.1.6 -> 19.2.0 age adoption passing confidence dependencies minor
@angular/compiler-cli (source) 19.1.6 -> 19.2.0 age adoption passing confidence devDependencies minor
@angular/core (source) 19.1.6 -> 19.2.0 age adoption passing confidence dependencies minor
@angular/forms (source) 19.1.6 -> 19.2.0 age adoption passing confidence dependencies minor
@angular/language-service (source) 19.1.6 -> 19.2.0 age adoption passing confidence devDependencies minor
@angular/material 19.1.4 -> 19.2.1 age adoption passing confidence dependencies minor
@angular/platform-browser (source) 19.1.6 -> 19.2.0 age adoption passing confidence dependencies minor
@angular/platform-browser-dynamic (source) 19.1.6 -> 19.2.0 age adoption passing confidence dependencies minor
@angular/platform-server (source) 19.1.6 -> 19.2.0 age adoption passing confidence dependencies minor
@angular/router (source) 19.1.6 -> 19.2.0 age adoption passing confidence dependencies minor
@angular/ssr 19.1.7 -> 19.2.0 age adoption passing confidence dependencies minor
@types/jasmine (source) 5.1.6 -> 5.1.7 age adoption passing confidence devDependencies patch
@types/node (source) 22.13.4 -> 22.13.8 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.24.1 -> 8.25.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.24.1 -> 8.25.0 age adoption passing confidence devDependencies minor
cypress (source) 14.0.3 -> 14.1.0 age adoption passing confidence devDependencies minor
eslint (source) 9.20.1 -> 9.21.0 age adoption passing confidence devDependencies minor
java 21 -> 21.0.6+7.0.LTS age adoption passing confidence patch
prettier (source) 3.5.1 -> 3.5.2 age adoption passing confidence devDependencies patch
rxjs (source) 7.8.1 -> 7.8.2 age adoption passing confidence dependencies patch

Warning

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


Release Notes

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

v19.2.0

Compare Source

@​schematics/angular
Commit Type Description
fe8d83a1f fix add additional checks for application builder usage
adf4ea5d4 fix remove animations module from ng new app
@​angular-devkit/build-angular
Commit Type Description
ef7ea536f feat add aot option to jest
523d539c6 feat add aot option to karma
a00a49a65 feat add aot to WTR schema
2bae1a9c0 fix support aot option for karma browser builder
@​angular/build
Commit Type Description
11fab9c7d feat add application builder karma testing to package
a5fcf8044 fix provide karma stack trace sourcemap support
964fb778b fix support per component updates of multi-component files
f836be9e6 fix support Vite allowedHosts option for development server
0ddf6aafa fix utilize bazel stamp instead of resolving peer dependency versions
@​angular/ssr
Commit Type Description
9726cd084 feat Add support for route matchers with fine-grained render mode control

v19.1.9

Compare Source

@​angular/build
Commit Type Description
2d361e9b0 fix always disable JSON stats with dev-server

v19.1.8

Compare Source

@​angular/cli
Commit Type Description
f76cee637 fix correctly parse and resolve relative schematic collection names on Windows
ceba7739c fix prefer installed package as fallback when listing package groups
@​angular-devkit/build-angular
Commit Type Description
c54b9996a fix pass missing options to Karma esbuild builder
@​angular/build
Commit Type Description
2f60a24dd fix suppress asset missing warning for /index.html requests
b8f7952b7 fix update critical CSS inlining to support autoCsp
angular/angular (@​angular/animations)

v19.2.0

Compare Source

common
Commit Type Description
3e39da593a feat introduce experimental httpResource (#​59876)
compiler
Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#​59576)
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
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#​59600)
168516462a feat support default value in resource() (#​59655)
bc2ad7bfd3 feat support streaming resources (#​59573)
146ab9a76e feat support TypeScript 5.8 (#​59830)
6c92d65349 fix add hasValue narrowing to ResourceRef (#​59708)
96e602ebe9 fix cancel in-progress request when same value is assigned (#​59280)
6789c7ef94 fix Defer afterRender until after first CD (#​59455) (#​59551)
c87e581dd9 fix Don't run effects in check no changes pass (#​59455) (#​59551)
127fc0dc84 fix fix resource()'s previous.state (#​59708)
b592b1b051 fix fix race condition in resource() (#​59851)
a299e02e91 fix preserve tracing snapshot until tick finishes (#​59796)
forms
Commit Type Description
fa0c3e3210 feat support type set in form validators (#​45793)
migrations
Commit Type Description
1cd3a7db83 feat add migration to convert templates to use self-closing tags (#​57342)
platform-browser
Commit Type Description
e6cb411e43 fix automatically disable animations on the server (#​59762)
platform-server
Commit Type Description
fc5d187da5 fix decouple server from animations module (#​59762)

v19.1.8

Compare Source

benchpress
Commit Type Description
f0990c67e6 fix Ensure future-proof correct initialization order (#​60025)
common
Commit Type Description
1fbaeab37d fix make types for HttpClient more readable (#​59901)
core
Commit Type Description
c611c8d212 fix capture stack for HMR errors (#​60067)
language-service
Commit Type Description
4c9d09c643 fix provide correct rename info for elements (#​60088)

v19.1.7

Compare Source

common
Commit Type Description
e9f10eb4c9 fix clean up urlChanges subscribers when root scope is destroyed (#​59703)
compiler-cli
Commit Type Description
16fc074689 fix avoid crash in isolated transform operations (#​59869)
forms
Commit Type Description
ec1e4c3d94 fix Fix typing on FormRecord. (#​59993)
angular/components (@​angular/cdk)

v19.2.1

Compare Source

v19.2.0

Compare Source

cdk
Commit Type Description
1c2c9d98f fix collections: SelectionModel setSelection method inconsistent with compareWith (#​27460)
de40f2eec fix platform: preserve compatibility with angular versions less than 19.1 (#​30401)
36992a362 fix stepper: Linear stepper after initialization navigating to previous step issue (#​30323)
material
Commit Type Description
3d91f6105 feat core: drop dependency on animations module (#​30459)
44c732065 feat schematics: Add option to customize colors for neutral variant and error palettes (#​30321)
013fe0456 fix autocomplete: switch away from animations module (#​30356)
5423dd25e fix bottom-sheet: remove remaining animation dependencies
0776acc1e fix bottom-sheet: switch away from animations module (#​30402)
f9c036c0e fix button: incorrect outlined focus overlay shape when border radius is customized (#​30513)
fd09003a1 fix chips: forced colors disabled chip fix (#​30429)
936258c45 fix core: deprecate AnimationCurves and AnimationDurations (#​30538)
d141f83f3 fix core: remove animations from ng add (#​30446)
0a0ddcf3b fix datepicker: changed after checked error when assigning end value (#​30534)
212c35476 fix datepicker: remove remaining animation dependencies
066c74025 fix datepicker: switch away from animations module (#​30360)
71c71be31 fix dialog: remove remaining animation dependencies
e164e2360 fix expansion: remove remaining animation dependencies
4fa46bccc fix form-field: remove dependency on animations module (#​30354)
37693e308 fix form-field: remove remaining animation dependencies
e70145b0f fix form-field: trigger CD when form (#​30395)
f8e20a837 fix list: option views not change detected when control is disabled (#​30532)
879cbe755 fix menu: remove remaining animation dependencies
200078085 fix radio: Optional typing of MatRadioChange (#​30477)
86ad51501 fix select: avoid error if panel is closed too quickly (#​30408)
d6bbf16cb fix select: Optional typing of MatSelectChange (#​30324)
24c25672b fix select: overlay not detached on time after exit animation in some cases (#​30456)
5eeade7b4 fix select: remove remaining animation dependencies
a44b34794 fix select: switch away from animations module
712d5e2a4 fix sidenav: remove remaining animation dependencies
02ed862f7 fix snack-bar: remove remaining animation dependencies
eb8e998c6 fix snack-bar: switch away from animations module (#​30381)
25c18bf19 fix sort: remove remaining animation dependencies
872330721 fix stepper: remove remaining animation dependencies
1e5663636 fix stepper: switch away from animations module (#​30314)
b20a85a47 fix tabs: remove remaining animation dependencies
0eb901277 fix tabs: switch away from animations module (#​30281)
e5c3ddfb0 fix timepicker: adds default aria-label to timepicker toggle (#​30284)
0925cf58c fix timepicker: allow scroll strategy to be customized (#​30473)
992aff18c fix timepicker: switch away from animations module (#​30404)
5d3f43c15 fix tooltip: remove remaining animation dependencies
681db945e perf slide-toggle: Optimize :state descendant selectors (#​30521)
google-maps
Commit Type Description
81aa28537 fix resolve mismatching types (#​30544)
youtube-player
Commit Type Description
d6fd2768a feat add API to put the player in fullscreen mode (#​30491)
cdk-experimental
Commit Type Description
151ff1aed fix column-resize: Fix lazy resize mode (broken by ##​30378) (#​30413)
core
Commit Type Description
3f37137d7 fix update incorrect hue reference tokens (#​29902)
material-angular-io
Commit Type Description
fe441bdce feat allow module imports to be copied from API tab (#​30389)
30673c63d fix remove animations dependency
71b896368 fix remove docs data from critical path
3c90afd1a fix update site images (#​30543)

v19.1.5

Compare Source

cdk
Commit Type Description
719e67d29 fix drag-drop: avoid retaining destroyed items until next drag (#​30514)
c24b17955 perf table: Short circuit _removeStickyStyle calls against elements with no sticky styles (#​30471)
material
Commit Type Description
90ac6134d fix checkbox: ensure native control receives clicks (#​30511)
2eb6424b2 fix paginator: disabled buttons not visible in high contrast mode (#​30505)
96d7d87c8 fix slide-toggle: rendering issue in Safari 18.3 (#​30490)
16593f1dc fix snack-bar: snack-bar action button does not follow material guidelines (#​27769)
76f28469f fix tooltip: regression when injecting ViewContainerRef (#​30500)
c2b363ea6 perf radio: Optimize costly css selectors. (#​30470)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.25.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

cypress-io/cypress (cypress)

v14.1.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-1-0

eslint/eslint (eslint)

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)
prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition ([#​17156](https://re

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 5, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9df2822 to ed3eceb Compare May 6, 2021 00:45
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v11.2.13 chore(deps): update all non-major dependencies May 6, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 022a242 to 663f4b4 Compare May 12, 2021 22:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fdaa14e to 83c4763 Compare May 13, 2021 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 67a8efd to aa2f26b Compare May 27, 2021 16:49
@derkoe derkoe changed the base branch from master to main May 31, 2021 11:09
@derkoe derkoe force-pushed the main branch 2 times, most recently from a5743a3 to 56f24f6 Compare May 31, 2021 12:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 31, 2021
@renovate renovate bot closed this May 31, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch May 31, 2021 12:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 31, 2021
@renovate renovate bot restored the renovate/all-minor-patch branch May 31, 2021 17:49
@renovate renovate bot reopened this May 31, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa2f26b to 6035ed2 Compare May 31, 2021 17:50
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to v4.26.0 May 31, 2021
@renovate renovate bot changed the title chore(deps): update dependency java to v21.0.6+7.0.lts fix(deps): update all non-major dependencies Feb 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 79c5581 to b3f1975 Compare February 12, 2025 23:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e02544c to eb3782b Compare February 17, 2025 19:40
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update dependency java to v21.0.6+7.0.lts Feb 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bb64f6b to c1ace33 Compare February 21, 2025 19:52
@renovate renovate bot changed the title chore(deps): update dependency java to v21.0.6+7.0.lts fix(deps): update all non-major dependencies Feb 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f566ecc to 0dac18a Compare February 28, 2025 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0dac18a to 2a0dbcf Compare March 1, 2025 02:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a0dbcf to 55ae260 Compare March 1, 2025 09:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants