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

chore(deps): update all non-major dependencies #415

Merged
merged 1 commit into from
Jun 13, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
codecov ^3.8.1 -> ^3.8.2 age adoption passing confidence
sass ~1.32.13 -> ~1.34.1 age adoption passing confidence
sass-loader ^10.1.1 -> ^10.2.0 age adoption passing confidence
standard-version ^9.1.0 -> ^9.3.0 age adoption passing confidence
vuetify (source) ^2.4.2 -> ^2.5.3 age adoption passing confidence
vuetify-loader ^1.6.0 -> ^1.7.2 age adoption passing confidence

Release Notes

codecov/codecov-node

v3.8.2

Compare Source

Fixes
  • Add coverage-final.json as a possible coverage file during file lookup

sass/dart-sass

v1.34.1

Compare Source

  • Fix a bug where --update would always compile any file that depends on a
    built-in module.

  • Fix the URL for the @-moz-document deprecation message.

  • Fix a bug with @for loops nested inside property declarations.

v1.34.0

Compare Source

  • Don't emit the same warning in the same location multiple times.

  • Cap deprecation warnings at 5 per feature by default.

Command Line Interface
  • Add a --quiet-deps flag which silences compiler warnings from stylesheets
    loaded through --load-paths.

  • Add a --verbose flag which causes the compiler to emit all deprecation
    warnings, not just 5 per feature.

Dart API
  • Add a quietDeps argument to compile(), compileString(),
    compileAsync(), and compileStringAsync() which silences compiler warnings
    from stylesheets loaded through importers, load paths, and package: URLs.

  • Add a verbose argument to compile(), compileString(), compileAsync(),
    and compileStringAsync() which causes the compiler to emit all deprecation
    warnings, not just 5 per feature.

v1.33.0

Compare Source

  • Deprecate the use of / for division. The new math.div() function should be
    used instead. See this page for details.
  • Add a list.slash() function that returns a slash-separated list.

  • Potentially breaking bug fix: The heuristics around when potentially
    slash-separated numbers are converted to slash-free numbers—for example, when
    1/2 will be printed as 0.5 rather than 1/2—have been slightly expanded.
    Previously, a number would be made slash-free if it was passed as an argument
    to a user-defined function, but not to a built-in function. Now it will be
    made slash-free in both cases. This is a behavioral change, but it's unlikely
    to affect any real-world stylesheets.

  • [:is()][:is()] now behaves identically to :matches().

  • Fix a bug where non-integer numbers that were very close to integer
    values would be incorrectly formatted in CSS.

  • Fix a bug where very small number and very large negative numbers would be
    incorrectly formatted in CSS.

JS API
  • The this context for importers now has a fromImport field, which is true
    if the importer is being invoked from an @import and false otherwise.
    Importers should only use this to determine whether to load import-only
    files
    .
Dart API
  • Add an Importer.fromImport getter, which is true if the current
    Importer.canonicalize() call comes from an @import rule and false
    otherwise. Importers should only use this to determine whether to load
    import-only files.
webpack-contrib/sass-loader

v10.2.0

Compare Source

Features
conventional-changelog/standard-version

v9.3.0

Compare Source

Features
  • add --lerna-package flag used to extract tags in case of lerna repo (#​503) (f579ff0)

v9.2.0

Compare Source

Features
9.1.1 (2021-02-06)
Bug Fixes
  • deps: update dependency conventional-recommended-bump to v6.1.0 (#​695) (65dd070)
  • deps: update dependency yargs to v16 (#​660) (f6a7430)

v9.1.1

Compare Source

vuetifyjs/vuetify

v2.5.3

Compare Source

🔧 Bug Fixes
  • menuable: don't account for app offset in fixed context (ec8fafa), closes #​13740
🔄 Reverts

v2.5.2

Compare Source

⚠️ Note ⚠️

We are aware of an issue affecting projects with custom sass variables. See vuetifyjs/vuetify#13737 for more information and workarounds.

🔧 Bug Fixes
BREAKING CHANGES

v2.5.1

Compare Source

Bug Fixes

v2.5.0

Compare Source

v2.5.0 Avalon

##### Supporting Vuetify Vuetify is an open source MIT project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

Vuetify Store
Documentation
Report a Bug
Community Discord
Twitter

🤚 FAQ

  • Where is the upgrade guide?
    • There are no upgrade steps to go from v2.4 to v2.5

💯 Release notes

##### 🔧 Bug Fixes
🚀 Features
v2.5.0.beta.0 - v2.5.0 ##### 🔧 Bug Fixes

v2.4.11

Compare Source

🔧 Bug Fixes

v2.4.10

Compare Source

🔧 Bug Fixes

v2.4.9

Compare Source

🔧 Bug Fixes

v2.4.8

Compare Source

🔧 Bug Fixes

v2.4.7

Compare Source

🔧 Bug Fixes

v2.4.6

Compare Source

🔧 Bug Fixes

v2.4.5

Compare Source

🔧 Bug Fixes

v2.4.4

Compare Source

🔧Bug Fixes

v2.4.3

Compare Source

🔧 Bug Fixes
vuetifyjs/vuetify-loader

v1.7.2

Compare Source

Bug Fixes

v1.7.1

Compare Source

Bug Fixes

v1.7.0

Compare Source

Features

Configuration

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

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

codecov bot commented Jan 24, 2021

Codecov Report

Merging #415 (bc9717d) into master (4868782) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #415   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           75        76    +1     
  Branches        22        25    +3     
=========================================
+ Hits            75        76    +1     
Impacted Files Coverage Δ
src/font.ts 100.00% <0.00%> (ø)

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 4868782...bc9717d. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83983ab to 8a20960 Compare January 30, 2021 17:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f40b5e6 to 234a263 Compare February 10, 2021 11:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 12d4026 to 2672392 Compare February 23, 2021 21:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2672392 to 0307b4b Compare March 9, 2021 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0307b4b to 3488905 Compare March 17, 2021 05:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3488905 to 8715871 Compare April 26, 2021 15:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3eae32e to d4e6945 Compare May 15, 2021 20:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4e6945 to 2a0418c Compare June 2, 2021 12:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a0418c to bc9717d Compare June 2, 2021 22:45
@clarkdo clarkdo merged commit 350de6a into master Jun 13, 2021
@clarkdo clarkdo deleted the renovate/all-minor-patch branch June 13, 2021 19:01
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.

2 participants