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

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2019

This PR contains the following updates:

Package Type Update Change
codemirror (source) devDependencies patch ^5.48.2 -> ^5.48.4
eslint (source) devDependencies minor ^6.1.0 -> ^6.2.1
eslint-config-prettier devDependencies minor ^6.0.0 -> ^6.1.0
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
sass-loader devDependencies minor ^7.2.0 -> ^7.3.1
terser devDependencies minor ^4.1.4 -> ^4.2.0

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.

eslint/eslint

v6.2.1

Compare Source

  • 8c021b5 Upgrade: eslint-utils 1.4.2 (#​12131) (Toru Nagashima)
  • e82388b Sponsors: Sync README with website (ESLint Jenkins)
  • 4aeeeed Docs: update docs for ecmaVersion 2020 (#​12120) (silverwind)
  • 6886148 Docs: Add duplicate keys limitation to accessor-pairs (#​12124) (Milos Djermanovic)

v6.2.0

Compare Source

  • fee6acb Update: support bigint and dynamic import (refs #​11803) (#​11983) (Toru Nagashima)
  • afd8012 New: noInlineConfig setting (refs eslint/rfcs#​22) (#​12091) (Toru Nagashima)
  • 3d12378 Update: Fix accessor-pairs to enforce pairs per property in literals (#​12062) (Milos Djermanovic)
  • 8cd00b3 New: function-call-argument-newline (#​12024) (finico)
  • 30ebf92 Fix: prefer-template autofix produces syntax error with octal escapes (#​12085) (Milos Djermanovic)
  • 13c3988 Fix: Check literal type explicitly in dot-notation (#​12095) (Milos Djermanovic)
  • 3e5ceca Fix: Handle empty string property names in getFunctionNameWithKind (#​12104) (Milos Djermanovic)
  • 9a043ff Fix: no-duplicate-case false positives on Object.prototype keys (#​12107) (Milos Djermanovic)
  • fe631af Chore: minor typo fix (#​12112) (James George)
  • 4cb7877 Fix: fix no-extra-parens ignores some nodes (#​11909) (Pig Fang)
  • 2dc23b8 Update: fix no-dupe-keys false negatives on empty string names (#​12069) (Milos Djermanovic)
  • 19ab666 Fix: yoda exceptRange false positives on empty string property names (#​12071) (Milos Djermanovic)
  • d642150 Update: Check empty string property names in sort-keys (#​12073) (Milos Djermanovic)
  • acce6de Fix: class-methods-use-this reports 'undefined' names (#​12103) (Milos Djermanovic)
  • 92ec2cb Fix: Allow bind call with a single spread element in no-extra-bind (#​12088) (Milos Djermanovic)
  • bfdb0c9 Fix: no-extra-boolean-cast invalid autofix for Boolean() without args (#​12076) (Milos Djermanovic)
  • 34ccc0c Chore: Remove TDZ scope type condition from no-unused-vars (#​12055) (Milos Djermanovic)
  • 01d38ce Docs: Remove TDZ scope from the scope manager interface documentation (#​12054) (Milos Djermanovic)
  • 1aff8fc Update: warn about mixing ternary and logical operators (fixes #​11704) (#​12001) (Karthik Priyadarshan)
  • 11be2f8 Docs: do not recommend global-installed usage (#​12016) (薛定谔的猫)
  • cf31dab Fix: no-restricted-syntax - correct the schema (#​12051) (Brad Zacher)
  • fbec99e Update: fix class-methods-use-this false negatives with exceptMethods (#​12077) (Milos Djermanovic)
  • fb08b7c Docs: Remove readonly/writable global logic from no-undef (fixes #​11963) (#​12053) (Milos Djermanovic)
  • 5b5934b Sponsors: Sync README with website (ESLint Jenkins)
  • 9156760 Sponsors: Sync README with website (ESLint Jenkins)
  • f5e0cc4 Update: Check computed method keys in no-extra-parens (#​11973) (Milos Djermanovic)
  • d961438 Docs: Fix Incorrect Documentation (#​12045) (Michael Miceli)
  • 887d08c Sponsors: Sync README with website (ESLint Jenkins)
  • d90183f Docs: add a case to func-names (#​12038) (Chiawen Chen)
  • 8a5b62d Docs: no use eslint.linter in code example (#​12037) (薛定谔的猫)
  • 5831767 Update: report location of func-names (fixes #​12022) (#​12028) (Pig Fang)
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)!
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
webpack-contrib/sass-loader

v7.3.1

Compare Source

v7.3.0

Compare Source

Bug Fixes
Features
fabiosantoscode/terser

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.

@tmorehouse
Copy link
Member

tmorehouse commented Aug 19, 2019

It appears that 6.2.0 has a few bugs... saying there are vars that are not used, but yet they are definitely used.

Will wait for 6.2.1 to be released with fixes before merging

eslint/eslint#12117

@renovate renovate bot changed the title chore(deps): update devdependency eslint to ^6.2.0 chore(deps): update all non-major dependencies Aug 19, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b215e90 to d45244d Compare August 19, 2019 12:22
@codecov
Copy link

codecov bot commented Aug 19, 2019

Codecov Report

Merging #3910 into dev will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #3910      +/-   ##
==========================================
- Coverage   99.33%   99.33%   -0.01%     
==========================================
  Files         233      233              
  Lines        4495     4493       -2     
  Branches     1271     1272       +1     
==========================================
- Hits         4465     4463       -2     
  Misses         24       24              
  Partials        6        6
Impacted Files Coverage Δ
src/components/table/helpers/mixin-thead.js 100% <0%> (ø) ⬆️
src/components/table/helpers/mixin-tbody-row.js 100% <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 a392059...739be92. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 57c358c to c4a48a5 Compare August 19, 2019 17:01
@tmorehouse
Copy link
Member

The eslint issue is upstream with babel-eslint babel/babel-eslint#791

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 63f1b99 to 0812f37 Compare August 20, 2019 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0812f37 to d368568 Compare August 20, 2019 14:14
@tmorehouse tmorehouse closed this Aug 20, 2019
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

3 participants