Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update all non-major dependencies #194

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ecomplus/i18n ^1.23.0 -> ^1.24.0 age adoption passing confidence
@vue/cli-plugin-babel ^4.5.14 -> ^4.5.15 age adoption passing confidence
@vue/cli-plugin-eslint ^4.5.14 -> ^4.5.15 age adoption passing confidence
@vue/cli-plugin-router ^4.5.14 -> ^4.5.15 age adoption passing confidence
@vue/cli-plugin-vuex ^4.5.14 -> ^4.5.15 age adoption passing confidence
@vue/cli-service (source) ^4.5.14 -> ^4.5.15 age adoption passing confidence
core-js ^3.18.3 -> ^3.19.0 age adoption passing confidence
lint-staged ^11.2.3 -> ^11.2.6 age adoption passing confidence
sass ^1.43.3 -> ^1.43.4 age adoption passing confidence
vue-router ^3.5.2 -> ^3.5.3 age adoption passing confidence

Release Notes

ecomplus/i18n

v1.24.0

Compare Source

Features
vuejs/vue-cli

v4.5.15

Compare Source

Bug Fixes
  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files.
Fixes compatibility with pinia.

zloirock/core-js

v3.19.0

Compare Source

  • Most built-ins are encapsulated in core-js for preventing possible cases of breaking / observing the internal state by patching / deleting of them
    • Avoid .call / .apply prototype methods that could be patched
    • Avoid instanceof operator - implicit .prototype / @@​hasInstance access that could be patched
    • Avoid RegExp#test, String#match and some over methods - implicit .exec and RegExp well-known symbols access that could be patched
  • Clearing of Error stack from extra entries experimentally added to AggregateError, #​996, in case lack of problems it will be extended to other cases
  • In engines with native Symbol support, new well-known symbols created with usage Symbol.for for ensuring the same keys in different realms, #​998
  • Added a workaround of a BrowserFS NodeJS process polyfill bug that incorrectly reports V8 version that's used in some cases of core-js feature detection
  • Fixed normalization of message AggregateError argument
  • Fixed order of arguments conversion in Math.scale, a spec draft bug
  • Fixed core-js-builder work in NodeJS 17, added a workaround of webpack + NodeJS 17 issue
  • Added NodeJS 17.0 compat data mapping
  • Added Opera Android 65 compat data mapping
  • Updated Electron 16.0 compat data mapping
  • Many other minor fixes and improvements
okonet/lint-staged

v11.2.6

Compare Source

Bug Fixes

v11.2.5

Compare Source

Bug Fixes

v11.2.4

Compare Source

Performance Improvements
sass/dart-sass

v1.43.4

Compare Source

JS API
  • Fix a bug where the logger option was ignored for the render() function.
vuejs/vue-router

v3.5.3

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: "before 3am on the first day of the month" (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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 1, 2021
@leomp12 leomp12 merged commit 8816c67 into master Nov 1, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch November 1, 2021 20:01
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants