Skip to content

chore(deps): update all non-major dependencies #4033

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

Merged
merged 16 commits into from
Sep 9, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2019

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor ^7.5.5 -> ^7.6.0
@babel/core (source) devDependencies minor ^7.5.5 -> ^7.6.0
@babel/plugin-transform-modules-commonjs devDependencies minor ^7.5.0 -> ^7.6.0
@babel/plugin-transform-runtime devDependencies minor ^7.5.5 -> ^7.6.0
@babel/preset-env (source) devDependencies minor ^7.5.5 -> ^7.6.0
@​babel/standalone devDependencies minor ^7.5.5 -> ^7.6.0
@nuxtjs/pwa devDependencies patch ^3.0.0-beta.16 -> ^3.0.0-beta.17
rollup devDependencies minor ^1.20.3 -> ^1.21.0
terser devDependencies minor ^4.2.1 -> ^4.3.0
vue-jest devDependencies patch ^3.0.4 -> ^3.0.5

Release Notes

babel/babel

v7.6.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-runtime, babel-preset-env
📝 Documentation
🏠 Internal
  • babel-register
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-preset-env
  • babel-parser
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-dynamic-import, babel-preset-env
  • babel-runtime-corejs2, babel-runtime, babel-types
  • babel-cli, babel-core, babel-generator, babel-helper-create-class-features-plugin, babel-helper-fixtures, babel-node, babel-parser, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-runtime, babel-preset-env, babel-standalone, babel-template, babel-traverse, babel-types
  • babel-cli
🏃‍♀️ Performance
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
nuxt-community/pwa-module

v3.0.0-beta.17

Compare Source

Features
rollup/rollup

v1.21.0

Compare Source

2019-09-08

Features
  • Respect output.entryFileNames when preserving modules (#​3088)
  • Make accessing unknown globals a side-effect unless this is deactivated via treeshake.unknownGlobalSideEffects (#​3068)
  • Respect global objects when checking for pure global functions (#​3068)
  • Introduce a type to more easily distinguish chunks and assets in the output bundle (#​3080)
Bug Fixes
  • Recover in watch mode when the initial build fails (#​3081)
  • Make sure output.strict is respected for SystemJS output (#​3101)
Pull Requests
fabiosantoscode/terser

v4.3.0

Compare Source

  • Do not drop computed object keys with side effects
  • Functions passed to other functions in calls are now wrapped in parentheses by default, which speeds up loading most modules
  • Objects with computed properties are now less likely to be hoisted
  • Speed and memory efficiency optimizations
  • Fixed scoping issues with try and switch
vuejs/vue-jest

v3.0.5

Compare Source


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 if you modify the PR title to begin with "rebase!".

👻 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 Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented Sep 6, 2019

Codecov Report

Merging #4033 into dev will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #4033      +/-   ##
==========================================
- Coverage   99.86%   99.86%   -0.01%     
==========================================
  Files         238      238              
  Lines        4475     4474       -1     
  Branches     1257     1259       +2     
==========================================
- Hits         4469     4468       -1     
  Misses          5        5              
  Partials        1        1
Impacted Files Coverage Δ
src/components/modal/modal.js 99.59% <ø> (-0.01%) ⬇️
src/components/toast/toast.js 100% <ø> (ø) ⬆️
src/mixins/pagination.js 100% <ø> (ø) ⬆️
src/components/pagination-nav/pagination-nav.js 100% <ø> (ø) ⬆️
src/components/tooltip/helpers/bv-tooltip.js 99.6% <ø> (ø) ⬆️
src/components/modal/helpers/bv-modal.js 100% <ø> (ø) ⬆️
src/components/table/helpers/mixin-provider.js 100% <100%> (ø) ⬆️
src/components/modal/helpers/modal-manager.js 100% <0%> (ø) ⬆️
... and 1 more

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 7eddce6...ed02779. Read the comment docs.

@tmorehouse
Copy link
Member

Waiting for nuxtjs/pwa 3.0.0-beta.18

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aba0d79 to 9902f9a Compare September 6, 2019 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9902f9a to 34213d8 Compare September 6, 2019 20:06
@tmorehouse
Copy link
Member

tmorehouse commented Sep 6, 2019

The babel upgrade has reduced our coverage for some reason..., ignoring our istanbul ignore comments (for sections htat we can't test or that are difficult to test in JSDOM)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4eaa317 to 3650c81 Compare September 8, 2019 13:16
@jacobmllr95
Copy link
Member

@tmorehouse The coverage issues seems to be resolved.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3650c81 to c3177bd Compare September 8, 2019 23:24
@tmorehouse
Copy link
Member

@jackmu95 I'm still seeing coverage drop..

@renovate
Copy link
Contributor Author

renovate bot commented Sep 8, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@tmorehouse
Copy link
Member

tmorehouse commented Sep 9, 2019

Added in the temp hack for nuxtjs/pwa in nuxt.config.js (adding a top-level manifest entry with an empty icons array)

Fixes an issue with @nuxtjs/pwa module (version 3.0.0-beta.17).

nuxt-community/pwa-module#231 (comment)

@tmorehouse
Copy link
Member

@jackmu95 got most of the coverage issues covered. something strange was going on with coverage after passing through the new babel transforms.

@jacobmllr95 jacobmllr95 merged commit c97e06f into dev Sep 9, 2019
@jacobmllr95 jacobmllr95 deleted the renovate/all-minor-patch branch September 9, 2019 16:27
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.

3 participants