nuxt-community / svg-module

Super simple svg loading module for Nuxt.js
MIT License
340 stars 35 forks source link

Update all non-major dependencies #39

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/plugin-proposal-object-rest-spread devDependencies patch ^7.9.0 -> ^7.9.5
@babel/preset-env (source) devDependencies patch ^7.9.0 -> ^7.9.5
jest (source) devDependencies minor ^25.2.7 -> ^25.3.0
nuxt-edge devDependencies patch ^2.13.0-26431214.4f6f7fe1 -> ^2.13.0-26445614.c02ded2d
url-loader dependencies minor ^4.0.0 -> ^4.1.0

Release Notes

babel/babel ### [`v7.9.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v795-2020-04-07) [Compare Source](https://togithub.com/babel/babel/compare/v7.9.0...v7.9.5) ##### :bug: Bug Fix - `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-parameters` - [#​11326](https://togithub.com/babel/babel/pull/11326) Correctly transpile when default parameter initializer references binding in rest pattern ([@​vedantroy](https://togithub.com/vedantroy)) - `babel-traverse` - [#​11375](https://togithub.com/babel/babel/pull/11375) Fixed generateUid creating clashing ids after scope re-crawling ([@​Andarist](https://togithub.com/Andarist)) - [#​11323](https://togithub.com/babel/babel/pull/11323) Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling ([@​Andarist](https://togithub.com/Andarist)) - `babel-plugin-transform-destructuring` - [#​11360](https://togithub.com/babel/babel/pull/11360) fix Incorrect destructuring compilation of \`for (let \[[x] = [1]] = \[]… ([@​Zzzen](https://togithub.com/Zzzen)) - `babel-preset-env` - [#​11373](https://togithub.com/babel/babel/pull/11373) Fixed useBuiltIns and modules validation when using 'false' as option ([@​JMarkoski](https://togithub.com/JMarkoski)) - `babel-plugin-transform-classes` - [#​11341](https://togithub.com/babel/babel/pull/11341) Fix createSuper in Babel <7.5.5 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-function-name`, `babel-plugin-transform-function-name` - [#​11361](https://togithub.com/babel/babel/pull/11361) fix: do not add function name when parent's operator is not `=` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx` - [#​11354](https://togithub.com/babel/babel/pull/11354) fix auto import error with whitespace JSXText ([@​lunaruan](https://togithub.com/lunaruan)) - `babel-types` - [#​11359](https://togithub.com/babel/babel/pull/11359) fix: allow logical assignment operators in AssignmentExpression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-parameters` - [#​11346](https://togithub.com/babel/babel/pull/11346) Set correct async/generator in IIFE for params ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin` - [#​11345](https://togithub.com/babel/babel/pull/11345) Ignore abstract methods when decorating class ([@​oliverdunk](https://togithub.com/oliverdunk)) ##### :nail_care: Polish - `babel-plugin-transform-parameters` - [#​11349](https://togithub.com/babel/babel/pull/11349) Don't check type annotations when deciding params scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​11368](https://togithub.com/babel/babel/pull/11368) Simplify scope.hasReferences implementation ([@​Andarist](https://togithub.com/Andarist)) - `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​11358](https://togithub.com/babel/babel/pull/11358) Don't call `createSuper` in loose mode (it was unused) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​11328](https://togithub.com/babel/babel/pull/11328) polish: align optional chain whitespace behavior to their sibiling ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - [#​11374](https://togithub.com/babel/babel/pull/11374) Bump handlebars dep ([@​existentialism](https://togithub.com/existentialism)) - [#​11347](https://togithub.com/babel/babel/pull/11347) Fix e2e publish test when branching from an older version ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11329](https://togithub.com/babel/babel/pull/11329) chore: remove unused graceful-fs ([@​JLHwung](https://togithub.com/JLHwung))
facebook/jest ### [`v25.3.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2530) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.7...v25.3.0) ##### Features - `[babel-jest]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#​9766](https://togithub.com/facebook/jest/pull/9766)) - `[babel-preset-jest]` Enable all syntax plugins not enabled by default that works on current version of Node ([#​9774](https://togithub.com/facebook/jest/pull/9774)) - `[jest-circus]` Enable writing async test event handlers ([#​9397](https://togithub.com/facebook/jest/pull/9397)) - `[jest-runtime, @​jest/transformer]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#​9597](https://togithub.com/facebook/jest/pull/9597)) ##### Chore & Maintenance - `[*]` Replace `any`s with `unknown`s ([#​9626](https://togithub.com/facebook/jest/pull/9626)) - `[@jest/transform]` Expose type `CacheKeyOptions` for `getCacheKey` ([#​9762](https://togithub.com/facebook/jest/pull/9762)) - `[@jest/types]` Correct type `testRegex` for `ProjectConfig` ([#​9780](https://togithub.com/facebook/jest/pull/9780))
webpack-contrib/url-loader ### [`v4.1.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#​410-httpsgithubcomwebpack-contriburl-loadercomparev400v410-2020-04-08) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v4.0.0...v4.1.0) ##### Features - the `mimetype` option can be `Boolean` - added the `encoding` option - added the `generator` option

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: 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.