Skip to content
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
merged 2 commits into from
Jun 16, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.14.5 -> ^7.14.6 age adoption passing confidence
@nuxt/kit ^0.6.2 -> ^0.6.3 age adoption passing confidence
chokidar ^3.5.1 -> ^3.5.2 age adoption passing confidence
esbuild ^0.12.8 -> ^0.12.9 age adoption passing confidence
eslint-plugin-jsdoc ^35.2.0 -> ^35.3.0 age adoption passing confidence
nuxt-windicss ~0.6.0 -> ~0.8.3 age adoption passing confidence
rollup (source) ^2.51.2 -> ^2.52.0 age adoption passing confidence
vite-plugin-windicss ^1.0.3 -> ^1.0.4 age adoption passing confidence
vue-router ^4.0.8 -> ^4.0.9 age adoption passing confidence
webpack ^5.38.1 -> ^5.39.0 age adoption passing confidence
windicss-webpack-plugin ^1.0.0 -> ^1.1.0 age adoption passing confidence

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
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-level this defaults to being undefined in ECMAScript modules and exports in CommonJS modules. For example:

    // Original code
    ((obj) => {
      ...
    })(this);
    
    // Output with "--define:this=window"
    ((obj) => {
      ...
    })(window);

    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:

    .selector {
      padding: 10px !important;
      padding: 0;
    }

    This was incorrectly minified as .selector{padding:0}. The bug affected three properties: padding, margin, and border-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
windicss/nuxt-windicss-module

v0.8.3

Compare Source

2 June 2021

  • chore(dependencies): upgrade windicss-webpack-plugin to 0.6.2 1c3de15
  • Release 0.8.3 3eb2d9e

v0.8.2

Compare Source

27 May 2021

v0.8.1

Compare Source

25 May 2021

  • Hf/nuxt content style #90
  • chore(docs): update docs for v3 a3c5dba
  • Release 0.8.1 4916413
  • fix: add release-it github release back 5be9f9e

v0.8.0

Compare Source

24 May 2021

v0.7.5

Compare Source

23 May 2021

v0.7.4

Compare Source

13 May 2021

  • Release 0.7.4 3603f9b
  • fix: vite not resolving the config correctly 51afc95

v0.7.3

Compare Source

13 May 2021

  • chore: upgrade deps & vite example c7e890b
  • Release 0.7.3 0a1cd87
  • chore: updating doc & fix snapshot dir exclusion af70e08

v0.7.2

Compare Source

10 May 2021

v0.7.1

Compare Source

4 May 2021

  • chore: windicss-webpack-plugin@^0.5.0 #82
  • Release 0.7.1 901f90e

v0.7.0

Compare Source

4 May 2021

rollup/rollup

v2.52.0

Compare Source

2021-06-16

Features
  • Add --configPlugin CLI option to apply plugins to the config file for e.g. TypeScript configs (#​3835)
  • Add "safest" and "smallest" presets to tree-shaking options for easier configuration (#​4131)
  • Add treeshake.correctVarValueBeforeDeclaration option to deoptimize var declarations (#​4139)
Pull Requests
antfu/vite-plugin-windicss

v1.0.4

Compare Source

Features
  • utils: extraTransformTargets support custom function (7ee2de7)
webpack/webpack

v5.39.0

Compare Source

Features

  • allow lazy compilation for import() context (import with expression)

Bugfixes

  • fix respecting cache.allowCollectingMemory
  • fix cli loading after installing it
  • fix initial list of non-js chunks that are flagged as already loaded

Performance

  • remove unnecessary Error.captureStackTrace from webpack errors
windicss/windicss-webpack-plugin

v1.1.0

Compare Source

🤖 Bumps

🎉 Features

🐛 Bug fixes

  • Undefined loader in pitcher replacement (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.


  • 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 force-pushed the renovate/all-minor-patch branch from 464fc81 to c2613f7 Compare June 16, 2021 12:43
@renovate renovate bot changed the title rebase! chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jun 16, 2021
@pi0 pi0 merged commit 59998ee into main Jun 16, 2021
@pi0 pi0 deleted the renovate/all-minor-patch branch June 16, 2021 13:01
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants