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 #182

Merged
merged 1 commit into from
Apr 12, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2020

This PR contains the following updates:

Package Type Update Change
@babel/plugin-proposal-object-rest-spread dependencies patch 7.9.0 -> 7.9.5
@babel/plugin-transform-classes dependencies patch 7.9.2 -> 7.9.5
@babel/plugin-transform-parameters dependencies patch 7.9.3 -> 7.9.5
@babel/preset-env (source) dependencies patch 7.9.0 -> 7.9.5
@babel/preset-env (source) devDependencies patch 7.9.0 -> 7.9.5
babel-jest devDependencies minor 25.2.3 -> 25.3.0
cross-spawn dependencies patch 7.0.1 -> 7.0.2
cross-spawn devDependencies patch 7.0.1 -> 7.0.2
css-loader dependencies minor 3.4.2 -> 3.5.2
eslint-plugin-html dependencies patch 6.0.0 -> 6.0.1
eslint-plugin-import dependencies patch 2.20.1 -> 2.20.2
eslint-plugin-import devDependencies patch 2.20.1 -> 2.20.2
eslint-plugin-node dependencies minor 11.0.0 -> 11.1.0
eslint-plugin-node devDependencies minor 11.0.0 -> 11.1.0
html-webpack-plugin dependencies minor 4.0.2 -> 4.2.0
ioredis dependencies patch 4.16.0 -> 4.16.2
jest (source) devDependencies minor 25.2.3 -> 25.3.0
mongoose (source) dependencies patch 5.9.6 -> 5.9.7
nodemon (source) dependencies patch 2.0.2 -> 2.0.3
rollup (source) devDependencies minor 2.2.0 -> 2.6.0
url-loader dependencies minor 4.0.0 -> 4.1.0
uuid dependencies patch 7.0.2 -> 7.0.3
vue-i18n dependencies minor 8.16.0 -> 8.17.0

Release Notes

babel/babel

v7.9.5

Compare Source

🐛 Bug Fix
  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-parameters
    • #​11326 Correctly transpile when default parameter initializer references binding in rest pattern (@​vedantroy)
  • babel-traverse
    • #​11375 Fixed generateUid creating clashing ids after scope re-crawling (@​Andarist)
    • #​11323 Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling (@​Andarist)
  • babel-plugin-transform-destructuring
    • #​11360 fix Incorrect destructuring compilation of `for (let [[x] = [1]] = []… (@​Zzzen)
  • babel-preset-env
  • babel-plugin-transform-classes
  • babel-helper-function-name, babel-plugin-transform-function-name
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx
  • babel-types
  • babel-plugin-transform-parameters
  • babel-helper-create-class-features-plugin
💅 Polish
  • babel-plugin-transform-parameters
  • babel-traverse
  • 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
  • babel-generator
🏠 Internal
facebook/jest

v25.3.0

Compare Source

Features
  • [babel-jest] Support passing supportsDynamicImport and supportsStaticESM (#​9766)
  • [babel-preset-jest] Enable all syntax plugins not enabled by default that works on current version of Node (#​9774)
  • [jest-circus] Enable writing async test event handlers (#​9397)
  • [jest-runtime, @​jest/transformer] Support passing supportsDynamicImport and supportsStaticESM (#​9597)
Chore & Maintenance
  • [*] Replace anys with unknowns (#​9626)
  • [@jest/transform] Expose type CacheKeyOptions for getCacheKey (#​9762)
  • [@jest/types] Correct type testRegex for ProjectConfig (#​9780)

v25.2.6

Compare Source

Chore & Maintenance
  • [*] 25.2.5 was published without changes from 25.2.4 - 25.2.6 includes all changes from that version.

v25.2.4

Compare Source

Features
  • [jest-message-util] Check for common errors when using the wrong test environment (#​8245)
Fixes
  • [jest-circus] Fix type elision of jest-runtime imports (#​9717)
  • [@jest/transform] Fix coverage reporter for uncovered files without transformers, reverting #​9460 (#​9724)
moxystudio/node-cross-spawn

v7.0.2

Compare Source

webpack-contrib/css-loader

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

Features
  • accept semver compatible postcss AST (#​1049) (14c4faa)
  • allow to determinate css modules using the modules.auto option, please look at an example of how you can simplify the configuration. (#​1067) (c673cf4)
  • the modules.exportGlobals option for export global classes and ids (#​1069) (519e5f4)
  • the modules.mode option may be a function (#​1065) (0d8ac3b)
3.4.2 (2020-01-10)
Bug Fixes
3.4.1 (2020-01-03)
Bug Fixes
  • do not output undefined when sourceRoot is unavailable (#​1036) (ded2a79)
  • don't output invalid es5 code when locals do not exists (#​1035) (b60e62a)
BenoitZugmeyer/eslint-plugin-html

v6.0.1

Compare Source

benmosher/eslint-plugin-import

v2.20.2

Compare Source

Fixed
  • [order]: fix isExternalModule detect on windows ([#​1651], thanks [@​fisker])
  • [order]: recognize ".." as a "parent" path ([#​1658], thanks [@​golopot])
  • [no-duplicates]: fix fixer on cases with default import ([#​1666], thanks [@​golopot])
  • [no-unused-modules]: Handle export { default } from syntax ([#​1631], thanks [@​richardxia])
  • [first]: Add a way to disable absolute-first explicitly ([#​1664], thanks [@​TheCrueltySage])
mysticatea/eslint-plugin-node

v11.1.0

Compare Source

The many rules for Node.js in the ESLint core will be deprecated in ESLint 7.0.0. This release includes the clone of those core rules.

✨ Enhancements

jantimon/html-webpack-plugin

v4.2.0

Compare Source

Features

v4.1.0

Compare Source

Features
  • Add webpack 5 support (39c38a4)
  • Allow webpack 5 as peer dependency (9c571e2)

4.0.4 (2020-04-01)

Bug Fixes

4.0.3 (2020-03-28)

Bug Fixes
  • add webpack, tapable and html-minifier-terser as dependencies because of types.d.ts (238da81)

4.0.2 (2020-03-26)

Bug Fixes
  • don't remove trailing slashes from self closing tags by default (2281e4b)

4.0.1 (2020-03-23)

Bug Fixes
  • update typedefs to match with html-minifier-terser (2698c7e)

v4.0.4

Compare Source

Bug Fixes

v4.0.3

Compare Source

Bug Fixes
  • add webpack, tapable and html-minifier-terser as dependencies because of types.d.ts (238da81)
luin/ioredis

v4.16.2

Compare Source

Bug Fixes
  • dismiss security alerts for dev dependencies skip release
  • handle connection after connect event was emitted (#​1095) (16a0610), closes #​977

v4.16.1

Compare Source

Bug Fixes
Automattic/mongoose

v5.9.7

Compare Source

==================

  • fix(map): avoid infinite loop when setting a map of documents to a document copied using spread operator #​8722
  • fix(query): clean stack trace for filter cast errors so they include the calling file #​8691
  • fix(model): make bulkWrite updates error if strict and upsert are set and filter contains a non-schema path #​8698
  • fix(cast): make internal castToNumber() allow undefined #​8725 p3x-robot
remy/nodemon

v2.0.3

Compare Source

Bug Fixes
  • package.json & package-lock.json to reduce vulnerabilities (a4490e2)
rollup/rollup

v2.6.0

Compare Source

2020-04-10

Features
  • Allow regular expressions to declare external modules (#​3482)
Pull Requests

v2.5.0

Compare Source

This version is identical to 2.4.0

v2.4.0

Compare Source

2020-04-09

Features
  • Add support for most private and public class field features (#​3488)
Bug Fixes
  • Do not replace this with undefined in class field definitions (#​3488)
Pull Requests

v2.3.5

Compare Source

2020-04-09

Bug Fixes
  • Never remove labels when tree-shaking is disabled (#​3492)
Pull Requests
  • #​3492: Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking (@​lukastaegert)

v2.3.4

Compare Source

2020-04-07

Bug Fixes
  • Handle re-exporting synthetic exports from entry-points (#​3319)
  • Fix cross-chunk imports of synthetic exports (#​3319)
  • Handle namespace objects that contain re-exported synthetic namespaces (#​3319)
Pull Requests

v2.3.3

Compare Source

2020-04-04

Bug Fixes
  • Add external namespaces to dynamic namespace objects (#​3474)
Pull Requests

v2.3.2

Compare Source

2020-03-31

Bug Fixes
  • Only warn but do not fail build when a namespace is called as a function (#​3475)
  • Make sure pre-existing sourcemap comments are also removed when rebuilding using the cache (#​3476)
Pull Requests

v2.3.1

Compare Source

2020-03-30

Bug Fixes
  • Do not fail if the config file returns an function returning a Promise (#​3472)
Pull Requests

v2.3.0

Compare Source

2020-03-29

Features
  • Do not transpile config files with .mjs extension in Node 13+ or .cjs extension in any Node version and load them appropriately (#​3445)
  • Extract helper to load a config file the way rollup does it via rollup/dist/loadConfigFile (#​3445)
Bug Fixes
  • Keep watching the config file if an error occurs during initial load in watch node (#​3445)
  • Add a helpful error message when using a transpiled config in a repository with "type": "module" (#​3445)
Pull Requests
webpack-contrib/url-loader

v4.1.0

Compare Source

Features
  • the mimetype option can be Boolean
  • added the encoding option
  • added the generator option
uuidjs/uuid

v7.0.3

Compare Source

kazupon/vue-i18n

v8.17.0

Compare Source

⭐ New Features
📝 Documentation
Committers: 4

Renovate 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.

@codecov
Copy link

codecov bot commented Mar 28, 2020

Codecov Report

Merging #182 into development will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #182   +/-   ##
============================================
  Coverage        98.97%   98.97%           
============================================
  Files               20       20           
  Lines              196      196           
  Branches            25       25           
============================================
  Hits               194      194           
  Misses               1        1           
  Partials             1        1           

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 2322ede...7d73262. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2157c28 to 6b9e4e5 Compare March 28, 2020 11:52
@renovate renovate bot changed the title chore(deps): update dependency ioredis to v4.16.1 chore(deps): update all non-major dependencies Mar 28, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 54b9ca7 to 8f51e3b Compare April 4, 2020 10:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 15647b6 to d8d86b2 Compare April 9, 2020 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 92ff756 to a3a14e1 Compare April 12, 2020 13:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a3a14e1 to 7d73262 Compare April 12, 2020 13:56
@exreplay exreplay merged commit 845fb79 into development Apr 12, 2020
@exreplay exreplay deleted the renovate/all-minor-patch branch April 12, 2020 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants