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

Merged
merged 1 commit into from
May 6, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.13.15 -> 7.14.0 age adoption passing confidence
@babel/parser (source) ^7.13.15 -> ^7.14.1 age adoption passing confidence
@babel/preset-env (source) 7.13.15 -> 7.14.1 age adoption passing confidence
@babel/runtime (source) 7.13.10 -> 7.14.0 age adoption passing confidence
@babel/traverse (source) ^7.13.15 -> ^7.14.0 age adoption passing confidence
@nuxtjs/composition-api 0.23.2 -> 0.23.4 age adoption passing confidence
@types/jest 26.0.22 -> 26.0.23 age adoption passing confidence
codecov 3.8.1 -> 3.8.2 age adoption passing confidence
core-js 3.10.2 -> 3.12.0 age adoption passing confidence
eslint (source) 7.24.0 -> 7.25.0 age adoption passing confidence
jest-dev-server 5.0.0 -> 5.0.3 age adoption passing confidence
ufo ^0.6.11 -> ^0.7.2 age adoption passing confidence
vue-i18n ^8.24.3 -> ^8.24.4 age adoption passing confidence

Release Notes

babel/babel

v7.14.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
  • babel-generator
  • babel-generator, babel-plugin-proposal-object-rest-spread, babel-preset-env
  • babel-core
💅 Polish
  • babel-cli, babel-core, babel-parser, babel-plugin-transform-classes, babel-preset-env, babel-preset-typescript
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-preset-env
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.13.16

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-spread, babel-preset-env, babel-runtime-corejs2, babel-runtime
  • babel-helper-compilation-targets
  • babel-generator
📝 Documentation
🏠 Internal
  • babel-helper-bindify-decorators, babel-helper-explode-class
  • Other
  • babel-helper-call-delegate
  • babel-helper-hoist-variables, babel-plugin-transform-block-scoping
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-function-name, babel-register, babel-types
nuxt-community/composition-api

v0.23.4

Compare Source

v0.23.3

Compare Source

codecov/codecov-node

v3.8.2

Compare Source

Fixes
  • Add coverage-final.json as a possible coverage file during file lookup

zloirock/core-js

v3.12.0

Compare Source

v3.11.3

Compare Source

  • Native promise-based APIs Promise#{ catch, finally } returns polyfilled Promise instances when it's required

v3.11.2

Compare Source

  • Added a workaround of WebKit ~ iOS 10.3 Safari Promise bug, #​932
  • Promise#then of incorrect native Promise implementations with correct subclassing no longer wrapped
  • Changed the order of Promise feature detection, removed unhandled rejection tracking check in non-browser non-node platforms

v3.11.1

Compare Source

  • Made instanceof Promise and .constructor === Promise work with polyfilled Promise for all native promise-based APIs
  • Added a workaround for some buggy V8 versions ~4.5 related to fixing of %TypedArray% static methods, #​564

v3.11.0

Compare Source

eslint/eslint

v7.25.0

Compare Source

  • 5df5e4a Update: highlight last write reference for no-unused-vars (fixes #​14324) (#​14335) (Nitin Kumar)
  • 0023872 Docs: Add deprecated note to working-with-rules-deprecated page (#​14344) (Michael Novotny)
  • 36fca70 Chore: Upgrade eslump to 3.0.0 (#​14350) (Stephen Wade)
  • 59b689a Chore: add node v16 (#​14355) (薛定谔的猫)
  • 35a1f5e Sponsors: Sync README with website (ESLint Jenkins)
  • fb0a92b Chore: rename misspelled identifier in test (#​14346) (Tobias Nießen)
  • f2babb1 Docs: update pull request template (#​14336) (Nitin Kumar)
  • 02dde29 Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#​14332) (Nate-Wilkins)
  • 07d14c3 Chore: remove extraneous command from lint-staged config (#​14314) (James George)
  • 41b3570 Update: lint code block with same extension but different content (#​14227) (JounQin)
  • eb29996 Docs: add more examples with arrow functions for no-sequences rule (#​14313) (Nitin Kumar)
smooth-code/jest-puppeteer

v5.0.3

Compare Source

Bug Fixes
unjs/ufo

v0.7.2

Compare Source

v0.7.1

Compare Source

v0.7.0

Compare Source

⚠️ BREAKING CHANGES
  • add module exports field
Features
  • add module exports field (7c26571)
0.6.11 (2021-04-06)
Bug Fixes
  • pkg: remove exports field to improve compatibility with webpack4 (be3b1ae)
0.6.10 (2021-03-09)
Bug Fixes
0.6.9 (2021-03-05)
Features
0.6.8 (2021-03-05)
Features
  • hasProtocol: optionally allow protocol relative url (#​16) (81a3f3e)
0.6.7 (2021-02-22)
Features
  • isEmptyURL and isNonEmptyURL utils (3c1c6d8)
Bug Fixes
  • joinURL, resolveURL: ignore empty url parts (c5fd74d)
0.6.6 (2021-02-10)
Bug Fixes
  • bail base utils if base is / or empty (bb09b06)
0.6.5 (2021-02-10)
Features
  • withBase and withoutBase utils (1667eca)
0.6.4 (2021-02-08)
Bug Fixes
  • joinURL: don't allow double '//' when single slashes are passed (#​13) (e44fe2b)
0.6.3 (2021-02-08)
Bug Fixes
  • avoid empty string with without*Slash utils (126667d)
0.6.2 (2021-02-08)
Features
0.6.1 (2021-02-02)
kazupon/vue-i18n

v8.24.4

Compare Source

🐛 Bug Fixes
Committers: 2

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 force-pushed the renovate/all-minor-patch branch 6 times, most recently from e46ce56 to b24a006 Compare May 3, 2021 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 352ba28 to fa22123 Compare May 5, 2021 14:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa22123 to a7524d8 Compare May 6, 2021 09:37
@rchl rchl merged commit 97ff163 into master May 6, 2021
@rchl rchl deleted the renovate/all-minor-patch branch May 6, 2021 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants