chore(deps): update all non-major dependencies #415
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.8.1
->^3.8.2
~1.32.13
->~1.34.1
^10.1.1
->^10.2.0
^9.1.0
->^9.3.0
^2.4.2
->^2.5.3
^1.6.0
->^1.7.2
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 abuilt-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 stylesheetsloaded through
--load-path
s.Add a
--verbose
flag which causes the compiler to emit all deprecationwarnings, not just 5 per feature.
Dart API
Add a
quietDeps
argument tocompile()
,compileString()
,compileAsync()
, andcompileStringAsync()
which silences compiler warningsfrom stylesheets loaded through importers, load paths, and
package:
URLs.Add a
verbose
argument tocompile()
,compileString()
,compileAsync()
,and
compileStringAsync()
which causes the compiler to emit all deprecationwarnings, not just 5 per feature.
v1.33.0
Compare Source
/
for division. The newmath.div()
function should beused 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 as0.5
rather than1/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
this
context for importers now has afromImport
field, which istrue
if the importer is being invoked from an
@import
andfalse
otherwise.Importers should only use this to determine whether to load import-only
files.
Dart API
Importer.fromImport
getter, which istrue
if the currentImporter.canonicalize()
call comes from an@import
rule andfalse
otherwise. Importers should only use this to determine whether to load
import-only files.
webpack-contrib/sass-loader
v10.2.0
Compare Source
Features
node-sass
v6 (dbbbdde)conventional-changelog/standard-version
v9.3.0
Compare Source
Features
v9.2.0
Compare Source
Features
9.1.1 (2021-02-06)
Bug Fixes
v9.1.1
Compare Source
vuetifyjs/vuetify
v2.5.3
Compare Source
🔧 Bug Fixes
🔄 Reverts
/
(c9c0cb7), closes #13737v2.5.2
Compare Source
We are aware of an issue affecting projects with custom sass variables. See vuetifyjs/vuetify#13737 for more information and workarounds.
🔧 Bug Fixes
/
(52c98d5), closes #13694 #13704string[]
of categories (#13270) (1a12f12), closes #12922BREAKING 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:❗️ Important Links
Vuetify Store
Documentation
Report a Bug
Community Discord
Twitter
🤚 FAQ
💯 Release notes
##### 🔧 Bug Fixes🚀 Features
float-<bp>-start
andfloat-<bp>-end
utility classes (#12753) (13ab192), closes #11874foot
andfooter.prepend
slots (#13081) (1c81605), closes #8767 #9695v2.5.0.beta.0 - v2.5.0
##### 🔧 Bug Fixesv2.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
sk
translation (#13135) (de9aa5d)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.
This PR has been generated by WhiteSource Renovate. View repository job log here.