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

Merged
merged 1 commit into from
Aug 24, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2019

This PR contains the following updates:

Package Type Update Change
codemirror (source) devDependencies patch ^5.48.2 -> ^5.48.4
eslint-config-prettier devDependencies minor ^6.0.0 -> ^6.1.0
eslint-plugin-jest devDependencies patch ^22.15.1 -> ^22.15.2
eslint-plugin-standard devDependencies patch ^4.0.0 -> ^4.0.1
highlight.js (source) devDependencies patch ^9.15.9 -> ^9.15.10
nuxt devDependencies minor ^2.8.1 -> ^2.9.1
rollup devDependencies minor ^1.19.4 -> ^1.20.1
sass-loader devDependencies minor ^7.2.0 -> ^7.3.1
terser devDependencies minor ^4.1.4 -> ^4.2.1

Release Notes

codemirror/CodeMirror

v5.48.4

Compare Source

Bug fixes

Make default styles for line elements more specific so that they don't apply to all <pre> elements inside the editor.

Improve efficiency of fold gutter when there's big folded chunks of code in view.

Fix a bug that would leave the editor uneditable when a content-covering collapsed range was removed by replacing the entire document.

julia mode: Support number separators.

asterisk mode: Improve comment support.

handlebars mode: Support triple-brace tags.

prettier/eslint-config-prettier

v6.1.0

Compare Source

  • Added: [function-call-argument-newline] (new in ESLint 6.2.0). Thanks to
    Masafumi Koba (@​ybiquitous)!
jest-community/eslint-plugin-jest

v22.15.2

Compare Source

Bug Fixes
standard/eslint-plugin-standard

v4.0.1

Compare Source

highlightjs/highlight.js

v9.15.10

Compare Source

New languages:
none.
New styles:
none.
Improvements:

  • support for ruby's squiggly heredoc (#​2049)
  • support css custom properties (#​2082)
  • fix(PureBASIC): update to 5.60 (#​1508)
  • fix(Kotlin): parenthesized types in function declaration (#​2107)
  • fix(Kotlin): nested comment (#​2104)
  • fix(isbl): contains key typo (#​2103)
  • fix(github-gist.css): match Github styles (#​2100)
  • fix(elm): update to latest elm syntax (#​2088)
  • fix: Support highlighting inline HTML and CSS tagged template strings in JS and TS (#​2105)
  • feat(YAML): add YAML to common languages (#​1952)
  • feat(xml): Add support for Windows Script File (.wsf), inline VBScript in XML script tags (#​1690)
nuxt/nuxt.js

v2.9.1

Compare Source

🐛 Bug Fixes
📝 Examples
  • CoffeeScript
    • #​6248 Update module for using additionalExtensions
💖 Thanks to

v2.9.0

Compare Source

⚠️ Important Notes
  • 👉 Minimum required node version is 8.9.0
  • 👉 Typescript support is now externalized. Refer to official docs and migration guide.
  • 👉 vue-meta upgraded to 2.0.0. Please refer to the changelog to review notable changes.
  • 👉 scrollBehavior option is deprecated in favor of app/router.scrollBehavior.js (#​6055)
  • 👉 devModules option is deprecated in favor of buildModules (#​6203)
🐛 Bug Fixes
  • general
    • #​6118 Fix modulepreload warnings
    • #​6075 Throw error when building failed in quiet mode
    • #​6070 Support babel corejs config for modern mode
    • #​6021 Babel polyfill can not be disabled
  • renderer
    • #​6033 Correctly load nomodule scripts in safari 10
  • cli
    • #​6020 Prevent both nuxt & nuxt-edge being installed
  • vue-app
    • #​6012 Emit triggerScroll to support hash navigation
    • #​5920 Fix font-size and make width bigger
    • #​5891 Always finish transition.leave asynchronously
    • #​5890 Fix position of the build indicator when page scrolled
  • vue-renderer
    • #​6223 Call render:resourcesLoaded hook before createRenderer
    • #​5964 Clone SPA meta to prevent cache modification
  • webpack
    • #​5906 Extract css breaks hmr and source-maps
🚀 Features
  • cli
  • server
    • #​6178 Allow passing loadingTimeout and other arguments to renderAndGetWindow
  • webpack
    • #​6120 Allow function entries for build.transpile
  • vue-app
    • #​6194 Add $nuxt.refresh
    • #​6186 Use EventSource instead of WebSocket for build indicator
    • #​6055 Support app/router.scrollBehavior.js and deprecate scrollBehavior
    • #​5941 Add <client-only> alias for <no-ssr>
    • #​5844 Allow customizing loading indicator
    • #​6194 Add $nuxt.refresh() method or refresh the actual page asyncData and fetch
    • #​6231 Export router options
    • #​6222 Support functional watchQuery
  • vue-renderer
    • #​5975 Add csp option for csp v1 compatibility
    • #​6134 Support prepend/append body tags during ssr for all allowed tag types
  • typescript
    • #​5858 Externalize typescript support
💅 Refactors
🏡 Chore
⚓ Dependency Upgrades
  • file-loader@4
  • url-loader@2
  • cache-loader@4
  • css-loader@3
  • vue-meta@2
  • fs-extra@8
💖 Thanks to
rollup/rollup

v1.20.1

Compare Source

2019-08-22

Bug Fixes
  • Fix an issue where variable names inside dynamic import expressions were not rendered correctly (#​3073)
  • Fix type definition to allow a single watcher config as well as an array (#​3074)
Pull Requests

v1.20.0

Compare Source

2019-08-21

Features
  • Add augmentChunkHash plugin hook to be able to reflect changes in renderChunk in the chunk hash (#​2921)
Bug Fixes
  • Do not mutate the acorn options object (#​3051)
  • Make sure the order of emitted chunks always reflects the order in which they were emitted (#​3055)
  • Do not hang when there are strings containing comment-like syntax in some scenarios (#​3069)
Pull Requests
webpack-contrib/sass-loader

v7.3.1

Compare Source

v7.3.0

Compare Source

Bug Fixes
Features
fabiosantoscode/terser

v4.2.1

Compare Source

  • Minor refactors
  • Fixed a bug similar to #​369 in collapse_vars
  • Functions can no longer be inlined into a place where they're going to be compared with themselves.
  • reduce_funcs option is now legacy, as using reduce_vars without reduce_funcs caused some weird corner cases. As a result, it is now implied in reduce_vars and can't be turned off without turning off reduce_vars.
  • Bug which would cause a random stack overflow has now been fixed.

v4.2.0

Compare Source

  • When the source map URL is inline, don't write it to a file.
  • Fixed output parens when a lambda literal is the tag on a tagged template string.
  • The mangle.properties.undeclared option was added. This enables the property mangler to mangle properties of variables which can be found in the name cache, but whose properties are not known to this Terser run.
  • The v8 bug where the toString and source representations of regexes like RegExp("\\\n") includes an actual newline is now fixed.
  • Now we're guaranteed to not have duplicate comments in the output
  • Domprops updates

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bbb6b53 to 11ec70b Compare August 21, 2019 16:12
@codecov
Copy link

codecov bot commented Aug 21, 2019

Codecov Report

Merging #3922 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #3922   +/-   ##
=======================================
  Coverage   99.33%   99.33%           
=======================================
  Files         233      233           
  Lines        4495     4495           
  Branches     1271     1271           
=======================================
  Hits         4465     4465           
  Misses         24       24           
  Partials        6        6
Impacted Files Coverage Δ
src/components/modal/modal.js 99.57% <0%> (ø) ⬆️

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 1fe3cc8...96db744. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e4b575a to 1309dbf Compare August 22, 2019 17:20
@tmorehouse
Copy link
Member

tmorehouse commented Aug 24, 2019

@jackmu95 looks like it may be a while before babel-eslint has a fix for this.

We may just want to pin eslint to version =6.1.0, in a separate PR against dev, and once that is merged, tell renovate to rebase this PR (or close+delete it and let it regenerate a new PR without any of the eslint upgrades). Bootstrap and Nuxt have done this.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6d4b010 to 563ae01 Compare August 24, 2019 15:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 563ae01 to 96db744 Compare August 24, 2019 15:45
@tmorehouse tmorehouse merged commit 3de8dd1 into dev Aug 24, 2019
@tmorehouse tmorehouse deleted the renovate/all-minor-patch branch August 24, 2019 15:50
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.

None yet

2 participants