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

dependencies: Update all minor dependencies #608

Merged
merged 1 commit into from
Mar 31, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 0.1102.5 -> 0.1102.6 age adoption passing confidence
@angular/animations 11.2.6 -> 11.2.7 age adoption passing confidence
@angular/cdk 11.2.5 -> 11.2.6 age adoption passing confidence
@angular/cli 11.2.5 -> 11.2.6 age adoption passing confidence
@angular/common 11.2.6 -> 11.2.7 age adoption passing confidence
@angular/compiler 11.2.6 -> 11.2.7 age adoption passing confidence
@angular/compiler-cli 11.2.6 -> 11.2.7 age adoption passing confidence
@angular/core 11.2.6 -> 11.2.7 age adoption passing confidence
@angular/forms 11.2.6 -> 11.2.7 age adoption passing confidence
@angular/language-service 11.2.6 -> 11.2.7 age adoption passing confidence
@angular/material 11.2.5 -> 11.2.6 age adoption passing confidence
@angular/platform-browser 11.2.6 -> 11.2.7 age adoption passing confidence
@angular/platform-browser-dynamic 11.2.6 -> 11.2.7 age adoption passing confidence
@angular/router 11.2.6 -> 11.2.7 age adoption passing confidence
@types/jasmine 3.6.7 -> 3.6.9 age adoption passing confidence
@types/node 14.14.35 -> 14.14.37 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.18.0 -> 4.20.0 age adoption passing confidence
@typescript-eslint/parser 4.18.0 -> 4.20.0 age adoption passing confidence
ajv 7.2.1 -> 7.2.4 age adoption passing confidence
eslint (source) 7.22.0 -> 7.23.0 age adoption passing confidence
jasmine-core (source) 3.7.0 -> 3.7.1 age adoption passing confidence
node 12.21.0 -> 12.22.0 age adoption passing confidence
rxjs 6.6.6 -> 6.6.7 age adoption passing confidence

Release Notes

angular/angular

v11.2.7

Compare Source

Bug Fixes
angular/components

v11.2.6

Compare Source

cdk
bug fix a11y: FocusTrap deprecation docs don't render correctly (#​22137) (032c4e4acc390a8e8d8cd9cfdea947ce7456794c), closes #​18201 #​22136
bug fix platform: avoid error during server-side rendering if document is stubbed out (#​22260) (7acd695e0b4caa1610b2b64d094c1d3255a5e265), closes #​22259
bug fix schematics: update generated css class (#​22270) (5b94af258d72756591c40245bfb552149cd78251), closes #​22269
material
bug fix autocomplete: avoid assigning invalid aria-labelledby values (#​22261) (19ca1b21fc66ca838fda81e07532a0ec18cd8916), closes #​22256
bug fix progress-bar: Support ChromeVox (#​22166) (f950c03fef4739b35fb11e0d9b286e5684b2151f), closes #​22165
bug fix progress-spinner: resolve accessibility issue in ChromeVox (#​22219) (0e0b84a9ca6d9dfb74c13737477f4cc3585a5ef0), closes #​22166
bug fix select: trim aria-labelledby (#​22251) (cdbf876b10e3d6d6b9d16a8faa922ec0bc081b7a), closes #​22192
bug fix stepper: setting invalid value for visibility (#​22254) (3ead2cd49f28868d47d7699ecda52de9f103f01b)
feature slider: show background-color in print stylesheet (#​11364) (#​22300) (059214ecaf39d5a974fa3e04de0c5f18687a4355)
google-maps
bug fix ensure that a mapTypeId is always passed in (#​22098) (b79a2d53af27f9c0cc64d155219a440c2be2ba6c), closes #​22082
material-experimental
bug fix mdc-select: fix floating label behavior (#​22134) (28d12e460f10b3bc648abeee52404e3d9402c6eb)
angular/angular-cli

v11.2.6

Compare Source

Commits

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

Commit Description Notes
ensure output directory is present before writing stats JSON

@​ngtools/webpack (11.2.6)

Commit Description Notes
reduce resource processing during JIT initial lazy route analysis

@​schematics/angular (11.2.6)

Commit Description Notes
use title for svg on home page


Special Thanks

Alan Agius, Charles Lyding, Keen Yee Liau, Cédric Exbrayat

typescript-eslint/typescript-eslint

v4.20.0

Compare Source

Features
  • eslint-plugin: [space-infix-ops] support for class properties and type aliases (#​3231) (5414bf2)
  • eslint-plugin: [type-annotation-spacing] handle space between ? and : (#​3138) (40bdb0b)

v4.19.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-delimiter-style] correct invalid fix for multiline with params on the same line (#​3177) (7ad343b)
  • eslint-plugin: [promise-function-async] bad fixer with computed and literal methods (#​3163) (e3a3ea0)
  • typescript-estree: [ts 4.2] add support for import type equal declaration (#​3189) (6a25faf)
Features
ajv-validator/ajv

v7.2.4

Compare Source

Fix #​1515: correctly initialize evaluated properties.

v7.2.3

Compare Source

Remove docs from npm package

v7.2.2

Compare Source

Docs correction
Simplified JSONSchemaType (@​erikbrinkman)
Fix #​1493 - incorrect reporting of missing required property with option ownProperties: true
Fix #​1501 - JTD not working correctly with many properties in the schema

eslint/eslint

v7.23.0

Compare Source

  • 687ccae Update: add option "allowInParentheses" to no-sequences (fixes #​14197) (#​14199) (Daniel Rentz)
  • dbf2529 Sponsors: Sync README with website (ESLint Jenkins)
  • 4bdf2c1 Sponsors: Sync README with website (ESLint Jenkins)
  • 49d1697 Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (#​14244) (Brandon Mills)
  • 43f1685 Update: --quiet should not supress --max-warnings (fixes #​14202) (#​14242) (Milos Djermanovic)
  • 909c727 Docs: Add valid example that shows vars in a block scope (#​14230) (Ed S)
  • 28583eb Fix: no-mixed-operators false positives with ? : (fixes #​14223) (#​14226) (Milos Djermanovic)
  • a99eb2d Fix: Clarify line breaks in object-curly-newline (fixes #​14024) (#​14063) (armin yahya)
  • 8984c91 Update: eslint --env-info output os info (#​14059) (薛定谔的猫)
  • 2a79306 Sponsors: Sync README with website (ESLint Jenkins)
  • ebd7026 Docs: Fix typo (#​14225) (Greg Finley)
  • a2013fc Sponsors: Sync README with website (ESLint Jenkins)
jasmine/jasmine

v3.7.1

Compare Source

Please see the release notes.

nodejs/node

v12.22.0

Compare Source

Notable changes
The legacy HTTP parser is runtime deprecated

The legacy HTTP parser, selected by the --http-parser=legacy command line
option, is deprecated with the pending End-of-Life of Node.js 10.x (where it
is the only HTTP parser implementation provided) at the end of April 2021. It
will now warn on use but otherwise continue to function and may be removed in
a future Node.js 12.x release.

The default HTTP parser based on llhttp is not affected. By default it is
stricter than the now deprecated legacy HTTP parser. If interoperability with
HTTP implementations that send invalid HTTP headers is required, the HTTP
parser can be started in a less secure mode with the --insecure-http-parser
command line option.

Contributed by Beth Griggs #​37603.

ES Modules

ES Modules are now considered stable.

Contributed by Guy Bedford #​35781

node-api

Updated to node-api version 8 and added an experimental API to allow retrieval of the add-on file name.

Contributed by Gabriel Schulhof #​37652 and #​37195.

New API's to control code coverage data collection

v8.stopCoverage() and v8.takeCoverage() have been added.

Contributed by Joyee Cheung #​33807.

New API to monitor event loop utilization by Worker threads

worker.performance.eventLoopUtilization() has been added.

Contributed by Trevor Norris #​35664.

Commits
reactivex/rxjs

v6.6.7

Compare Source


Renovate configuration

📅 Schedule: "before 8am on thursday" in timezone Europe/Berlin.

🚦 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 24, 2021
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Mar 24, 2021

Codecov Report

Merging #608 (9ca9068) into master (f33101d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #608   +/-   ##
=======================================
  Coverage   95.87%   95.87%           
=======================================
  Files          88       88           
  Lines        2252     2252           
  Branches      307      307           
=======================================
  Hits         2159     2159           
  Misses         51       51           
  Partials       42       42           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f33101d...9ca9068. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor branch 7 times, most recently from 153359c to 1a6ac75 Compare March 29, 2021 18:03
@manuelwedler manuelwedler merged commit adf66f6 into master Mar 31, 2021
@manuelwedler manuelwedler deleted the renovate/all-minor branch March 31, 2021 07:11
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.

None yet

3 participants