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

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch ^7.11.4 -> ^7.11.6
@babel/core (source) dependencies patch ^7.11.4 -> ^7.11.6
@babel/preset-env (source) devDependencies patch ^7.11.0 -> ^7.11.5
@babel/preset-env (source) dependencies patch ^7.11.0 -> ^7.11.5
@brazilian-utils/brazilian-utils dependencies patch ^1.0.0-rc.10 -> ^1.0.0-rc.11
@ecomplus/client peerDependencies patch ^2.1.0 -> ^2.1.1
@ecomplus/client dependencies patch ^2.1.0 -> ^2.1.1
@vue/cli-plugin-babel devDependencies patch ^4.5.4 -> ^4.5.6
@vue/cli-plugin-eslint devDependencies patch ^4.5.4 -> ^4.5.6
@vue/cli-plugin-router devDependencies patch ^4.5.4 -> ^4.5.6
@vue/cli-plugin-vuex devDependencies patch ^4.5.4 -> ^4.5.6
@vue/cli-service (source) devDependencies patch ^4.5.4 -> ^4.5.6
axios dependencies minor ^0.19.2 -> ^0.20.0
bootswatch (source) dependencies patch ^4.5.1 -> ^4.5.2
caniuse-lite devDependencies patch ^1.0.30001118 -> ^1.0.30001125
card-validator dependencies minor ^8.0.0 -> ^8.1.0
copy-webpack-plugin dependencies minor ^6.0.3 -> ^6.1.0
ejs dependencies patch ^3.1.3 -> ^3.1.5
eslint (source) devDependencies minor ^7.7.0 -> ^7.8.1
eventemitter3 dependencies patch ^4.0.4 -> ^4.0.7
file-loader devDependencies minor ^6.0.0 -> ^6.1.0
file-loader dependencies minor ^6.0.0 -> ^6.1.0
html-webpack-plugin devDependencies minor ^4.3.0 -> ^4.4.1
husky devDependencies minor ^4.2.5 -> ^4.3.0
image-size dependencies minor ^0.8.3 -> ^0.9.1
lint-staged devDependencies minor ^10.2.13 -> ^10.3.0
lodash (source) dependencies patch ^4.17.19 -> ^4.17.20
lozad dependencies minor ^1.15.0 -> ^1.16.0
mini-css-extract-plugin devDependencies minor ^0.9.0 -> ^0.11.1
mini-css-extract-plugin dependencies minor ^0.9.0 -> ^0.11.1
vue-router dependencies patch ^3.4.2 -> ^3.4.3
workbox-webpack-plugin dependencies patch ^5.1.3 -> ^5.1.4

Release Notes

babel/babel

v7.11.6

Compare Source

🏠 Internal
↩️ Revert

v7.11.5

Compare Source

🐛 Bug Fix
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development
  • babel-parser
  • Other
  • babel-plugin-proposal-function-bind
    • #​12000 fix(plugin-proposal-function-bind): fix invalid code emitted for ::super.foo (@​uhyo)
💅 Polish
🏠 Internal
brazilian-utils/brazilian-utils

v1.0.0-rc.11

Compare Source

Bug Fixes
  • esm filename in package.json (32cd815)
  • let formatCurrency() more flexible and remove default param from parseCurrency() (8a9a437)
  • deps: upgrade devDependency to fix security warning (af7c353)
  • replace array.flat with reduce to support node 10 (a47a51a)
  • workflow: update workflow config (fb449c0)
Features
  • add formatCurrency() and parseCurrency() (b0e6994)
ecomplus/client

v2.1.1

Compare Source

vuejs/vue-cli

v4.5.6

Compare Source

🐛 Bug Fix
Committers: 1

v4.5.5

Compare Source

🐛 Bug Fix
🏠 Internal
  • @vue/cli-ui
    • #​3687 perf(ui): improve get folder list to use Promises instead of sync (@​pikax)
🔨 Underlying Tools
  • @vue/babel-preset-app
Committers: 8
axios/axios

v0.20.0

Compare Source

Release of 0.20.0-pre as a full release with no other changes.

thomaspark/bootswatch

v4.5.2

Compare Source

ben-eb/caniuse-lite

v1.0.30001125

Compare Source

v1.0.30001124

Compare Source

v1.0.30001123

Compare Source

v1.0.30001122

Compare Source

v1.0.30001121

Compare Source

v1.0.30001120

Compare Source

v1.0.30001119

Compare Source

braintree/card-validator

v8.1.0

Compare Source

  • Add cardholderName verification method
webpack-contrib/copy-webpack-plugin

v6.1.0

Compare Source

Features
  • added filter option (#​524) (1496f85)
  • added the copied flag to asset info (09b1dc9)
  • added the immutable flag to asset info with hash in name (#​525) (a1989d5)
  • webpack@5: improve stats output for copied files
6.0.4 (2020-08-29)
Bug Fixes
6.0.3 (2020-06-30)
Bug Fixes
  • do not execute on a child compiler (42f27c7)
6.0.2 (2020-06-03)
Bug Fixes
  • security problem
  • compatibility with 10.13 version of Node.js
6.0.1 (2020-05-16)
Bug Fixes
  • concurrency writing assets (#​484) (bfc712d)
  • escaping special characters in the context option (0e62695)

v6.0.4

Compare Source

mde/ejs

v3.1.5

Version 3.1.5

eslint/eslint

v7.8.1

Compare Source

v7.8.0

Compare Source

primus/eventemitter3

v4.0.7

Compare Source

Bug fixes

  • Refined types to improve extends behavior (#​234).

v4.0.6

Compare Source

Bug fixes

  • Fixed TypeScript type definitions (#​232).

v4.0.5

Compare Source

Bug fixes

  • Fixed TypeScript type definitions (#​231).
webpack-contrib/file-loader

v6.1.0

Compare Source

Features
jantimon/html-webpack-plugin

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Bug Fixes
Features
  • added v5 compilation support and deleted depreciation warnings (4ae7be8), closes #​1454
typicode/husky

v4.3.0

Compare Source

  • Add .cjs config file support #​754
image-size/image-size

v0.9.1

Compare Source

okonet/lint-staged

v10.3.0

Compare Source

Features
  • Add support for adding lint-staged using pre-commit.com (#​910) (d404d7d)
lodash/lodash

v4.17.20

Compare Source

ApoorvSaxena/lozad.js

v1.16.0

Compare Source

webpack-contrib/mini-css-extract-plugin

v0.11.1

Compare Source

v0.11.0

Compare Source

v0.10.1

Compare Source

v0.10.0

Compare Source

vuejs/vue-router

v3.4.3

Compare Source

  • Revert 4fbaa9f: "fix: keep repeated params in query/hash relative locations" Closes #​3289
googlechrome/workbox

v5.1.4

Compare Source

The v5.1.4 release contains a dependency update for rollup-plugin-terser, resolving a security error with one of its dependencies.

See GoogleChrome#​2601


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

@renovate renovate bot added the dependencies Issue or PR by renovate/dependabot label Sep 9, 2020
Copy link
Member

@leomp12 leomp12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting ecomplus/client#67 to prevent axios with different path (semver not respected 😐 ) versions.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 99de571 to e972300 Compare September 10, 2020 13:40
@leomp12 leomp12 merged commit 3d235cc into master Sep 10, 2020
@renovate renovate bot deleted the renovate/all-minor-patch branch September 10, 2020 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue or PR by renovate/dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants