This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
chore(deps): update all non-major dependencies #219
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:
^7.14.5
->^7.14.6
^0.6.2
->^0.6.3
^3.5.1
->^3.5.2
^0.12.8
->^0.12.9
^35.2.0
->^35.3.0
~0.6.0
->~0.8.3
^2.51.2
->^2.52.0
^1.0.3
->^1.0.4
^4.0.8
->^4.0.9
^5.38.1
->^5.39.0
^1.0.0
->^1.1.0
Release Notes
babel/babel
v7.14.6
Compare Source
🐛 Bug Fix
babel-plugin-transform-spread
babel-helpers
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
babel-parser
🏠 Internal
🏃♀️ Performance
babel-parser
paulmillr/chokidar
v3.5.2
Compare Source
"Update" glob-parent dependency from ~5.1.0 to ~5.1.2 to silence "vulnerability" warnings
evanw/esbuild
v0.12.9
Compare Source
Allow
this
with--define
(#1361)You can now override the default value of top-level
this
with the--define
feature. Top-levelthis
defaults to beingundefined
in ECMAScript modules andexports
in CommonJS modules. For example:Note that overriding what top-level
this
is will likely break code that uses it correctly. So this new feature is only useful in certain cases.Fix CSS minification issue with
!important
and duplicate declarations (#1372)Previously CSS with duplicate declarations for the same property where the first one was marked with
!important
was sometimes minified incorrectly. For example:This was incorrectly minified as
.selector{padding:0}
. The bug affected three properties:padding
,margin
, andborder-radius
. With this release, this code will now be minified as.selector{padding:10px!important;padding:0}
instead which means there is no longer a difference between minified and non-minified code in this case.gajus/eslint-plugin-jsdoc
v35.3.0
Compare Source
Features
match-name
rule; fixes #509 (eff90bd)windicss/nuxt-windicss-module
v0.8.3
Compare Source
1c3de15
3eb2d9e
v0.8.2
Compare Source
#92
#91
bd90a31
13e0659
v0.8.1
Compare Source
#90
a3c5dba
4916413
5be9f9e
v0.8.0
Compare Source
#89
c7e890b
9049a47
0a1cd87
v0.7.5
Compare Source
#89
130cfe4
7793f3b
feb6275
v0.7.4
Compare Source
3603f9b
51afc95
v0.7.3
Compare Source
c7e890b
0a1cd87
af70e08
v0.7.2
Compare Source
4d6707d
6976349
bd9dca0
v0.7.1
Compare Source
#82
901f90e
v0.7.0
Compare Source
5b71ac4
rollup/rollup
v2.52.0
Compare Source
2021-06-16
Features
--configPlugin
CLI option to apply plugins to the config file for e.g. TypeScript configs (#3835)treeshake.correctVarValueBeforeDeclaration
option to deoptimizevar
declarations (#4139)Pull Requests
antfu/vite-plugin-windicss
v1.0.4
Compare Source
Features
extraTransformTargets
support custom function (7ee2de7)webpack/webpack
v5.39.0
Compare Source
Features
import()
context (import with expression)Bugfixes
cache.allowCollectingMemory
Performance
Error.captureStackTrace
from webpack errorswindicss/windicss-webpack-plugin
v1.1.0
Compare Source
🤖 Bumps
3fd2454
)🎉 Features
1f0b504
)🐛 Bug fixes
c30c369
)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 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.