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

Merged
merged 1 commit into from
Sep 27, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2020

This PR contains the following updates:

Package Type Update Change
@types/terser-webpack-plugin devDependencies minor 4.1.0 -> 4.2.0
@typescript-eslint/eslint-plugin devDependencies minor 4.1.0 -> 4.2.0
@typescript-eslint/parser devDependencies minor 4.1.0 -> 4.2.0
copy-webpack-plugin dependencies patch 6.1.0 -> 6.1.1
debug dependencies minor 4.1.1 -> 4.2.0
eslint (source) dependencies minor 7.9.0 -> 7.10.0
eslint (source) devDependencies minor 7.9.0 -> 7.10.0
eslint-plugin-jest devDependencies patch 24.0.1 -> 24.0.2
html-webpack-plugin dependencies minor 4.4.1 -> 4.5.0
mongoose (source) dependencies patch 5.10.5 -> 5.10.7
postcss-safe-parser dependencies patch 5.0.1 -> 5.0.2
rollup (source) devDependencies minor 2.26.11 -> 2.28.2
rollup-plugin-typescript2 devDependencies patch 0.27.2 -> 0.27.3
sass dependencies patch 1.26.10 -> 1.26.11
terser-webpack-plugin dependencies patch 4.2.0 -> 4.2.2
ts-jest (source) devDependencies minor 26.3.0 -> 26.4.0
typescript (source) devDependencies patch 4.0.2 -> 4.0.3
vue-class-component dependencies patch 7.2.5 -> 7.2.6
vue-router dependencies patch 3.4.3 -> 3.4.5
webpack dependencies patch 4.44.1 -> 4.44.2

Release Notes

typescript-eslint/typescript-eslint

v4.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] ignore properties inside object patterns (#​2566) (53a3cbc)
  • eslint-plugin: [prefer-ts-expect-error] support block comments (#​2541) (c6f72fb)
  • scope-manager: correct analysis of inferred types in conditional types (#​2537) (4f660fd)
Features

4.1.1 (2020-09-14)

Bug Fixes
  • eslint-plugin: [naming-convention] allow an array of selectors with types and modifiers (#​2415) (7ca54c3)
  • eslint-plugin: [no-implied-eval] handle the Function type (#​2435) (e1401dc)
  • eslint-plugin: [no-unused-vars] better handling for declared modules (#​2553) (02d72d4), closes #​2523
  • eslint-plugin: [no-use-before-define] false positive for function type arguments (#​2554) (189162d), closes #​2527
  • eslint-plugin: [prefer-function-type] handle this return (#​2437) (7c6fcee)
  • eslint-plugin: [return-await] don't error for in-try-catch if the return is in a catch without a finally (#​2356) (efdd521)
  • types: artificial fix needed to trigger release (b577daf)
  • types: artificial fix needed to trigger release (fc62ba8)

v4.1.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow an array of selectors with types and modifiers (#​2415) (7ca54c3)
  • eslint-plugin: [no-implied-eval] handle the Function type (#​2435) (e1401dc)
  • eslint-plugin: [no-unused-vars] better handling for declared modules (#​2553) (02d72d4), closes #​2523
  • eslint-plugin: [no-use-before-define] false positive for function type arguments (#​2554) (189162d), closes #​2527
  • eslint-plugin: [prefer-function-type] handle this return (#​2437) (7c6fcee)
  • eslint-plugin: [return-await] don't error for in-try-catch if the return is in a catch without a finally (#​2356) (efdd521)
  • types: artificial fix needed to trigger release (b577daf)
  • types: artificial fix needed to trigger release (fc62ba8)
webpack-contrib/copy-webpack-plugin

v6.1.1

Compare Source

visionmedia/debug

v4.2.0

Compare Source

Minor Release

  • Replaced phantomJS with chrome backend for browser tests
  • Deprecated and later removed Changelog.md in lieu of releases page
  • Removed bower.json (#​602)
  • Removed .eslintrc (since we've switched to XO)
  • Removed .coveralls.yml
  • Removed the build system that was in place for various alternate package managers
  • Removed the examples folder (#​650)
  • Switched to console.debug in the browser only when it is available (#​600)
  • Copied custom logger to namespace extension (#​646)
  • Added issue and pull request templates
  • Added "engines" key to package.json
  • Added ability to control selectColor (#​747)
  • Updated dependencies
  • Marked supports-color as an optional peer dependency
eslint/eslint

v7.10.0

Compare Source

jest-community/eslint-plugin-jest

v24.0.2

Compare Source

Bug Fixes
jantimon/html-webpack-plugin

v4.5.0

Compare Source

Features
  • Add publicPath option to overrule the default path generation (#​1516) (19b5122)
  • update webpack dependency range to allow installing webpack 5 beta (f3ccdd5), closes #​1504

4.4.1 (2020-08-30)

Bug Fixes
Automattic/mongoose

v5.10.7

Compare Source

===================

  • fix(schema): set correct path and schema on nested primitive arrays #​9429
  • fix(document): pass document to required validator so required can use arrow functions #​9435 AbdelrahmanHafez
  • fix(document): handle required when schema has property named isSelected #​9438
  • fix(timestamps): allow using timestamps when schema has a property named 'set' #​9428
  • fix(schema): make Schema#clone() use parent Mongoose instance's Schema constructor #​9426

v5.10.6

Compare Source

===================

  • fix(populate): handle options.perDocumentLimit option same as perDocumentLimit when calling populate() #​9418
  • fix(document): invalidate path if default function throws an error #​9408
  • fix: ensure subdocument defaults run after initial values are set when initing #​9408
  • docs(faq+queries): add more detail about duplicate queries, including an faq entry #​9386
  • docs: replace var with let and const in docs and test files #​9414 jmadankumar
  • docs(model+query): document using array of strings as projection #​9413
  • docs(middleware): add missing backtick #​9425 tphobe9312
postcss/postcss-safe-parser

v5.0.2

Compare Source

  • Added funding links.
rollup/rollup

v2.28.2

Compare Source

2020-09-24

Bug Fixes
  • Fix a source of possible variable name conflicts when using preserveModules with SystemJS (#​3796)
Pull Requests

v2.28.1

Compare Source

2020-09-21

Bug Fixes
  • Fix a path slash issue when using the preserveModulesRoot option on Windows (#​3791)
Pull Requests

v2.28.0

Compare Source

2020-09-21

Features
  • Add an option to treat modules at a given path as located at root when preserving modules (#​3786)
Pull Requests

v2.27.1

Compare Source

2020-09-17

Bug Fixes
  • Do not fail when using ES module imports in symlinked config files (#​3783)
Pull Requests

v2.27.0

Compare Source

2020-09-16

Features
  • Support specifying a file extension when reading from stdin (#​3775)
Bug Fixes
  • Do not break logic if a branch with hoisted variables is tree-shaken in an else-if statement (#​3782)
Pull Requests
ezolenko/rollup-plugin-typescript2

v0.27.3

Compare Source

PR #​243

Updating dependencies

sass/dart-sass

v1.26.11

Compare Source

  • Potentially breaking bug fix: selector.nest() now throws an error
    if the first arguments contains the parent selector &.

  • Fixes a parsing bug with inline comments in selectors.

  • Improve some error messages for edge-case parse failures.

  • Throw a proper error when the same built-in module is @used twice.

  • Don't crash when writing Infinity in JS mode.

  • Produce a better error message for positional arguments following named
    arguments.

webpack-contrib/terser-webpack-plugin

v4.2.2

Compare Source

v4.2.1

Compare Source

kulshekhar/ts-jest

v26.4.0

Compare Source

Bug Fixes
Features
Performance Improvements
  • compiler: remove createProgram for isolatedModules: true to boost startup speed (#​1941) (dd84534)
Microsoft/TypeScript

v4.0.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vuejs/vue-class-component

v7.2.6

Compare Source

Bug Fixes
  • make mixins helper type compatible with previous usage (#​454) (bdcec69)

    This is a fix to retain backward compatibility to the old mixins type. Although it is recommended not to manually specify mixin types via the type parameters of mixins. e.g.

    // NOT recommended
    @​Component
    class MyComp extends mixins<Foo & Bar>(Foo, Bar) {
      // ...
    }

    Because you can pass any type to the parameter even if it is not matched with the actual mixin structure.

    If you want to specify a generic type parameter for your class component, you can extend it before passing in mixins helper.

    @&#8203;Component
    class GenricComponent<T> extends Vue {
      value: T
    }
    
    // Specify the generic parameter by extending it
    @&#8203;Component
    class SpecialComponent extends GenericComponent<string> {}
    
    // Use the specified one as a mixin
    @&#8203;Component
    class MyComp extends mixins(SpecialComponent) {
      // ...
    }
vuejs/vue-router

v3.4.5

Compare Source

Bug Fixes
  • history: do not call onReady on initial redirection (a1a290e), closes #​3331

v3.4.4

Compare Source

Bug Fixes
Features
  • history: Reset history.current when all apps are destroyed (#​3298) (c69ff7b)
webpack/webpack

v4.44.2

Compare Source

Bugfixes

  • make sure to generate correct chunk connection for blocks that are only connected in some runtimes
    • fixes a bug where filename contains undefined hash at runtime

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 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.

@codecov
Copy link

codecov bot commented Sep 15, 2020

Codecov Report

Merging #239 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #239   +/-   ##
============================================
  Coverage        98.50%   98.50%           
============================================
  Files               19       19           
  Lines              268      268           
  Branches            40       33    -7     
============================================
  Hits               264      264           
  Misses               2        2           
  Partials             2        2           

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 24ec74f...9df65d9. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency terser-webpack-plugin to v4.2.1 chore(deps): update all non-major dependencies Sep 16, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 84769af to 00bd26b Compare September 21, 2020 17:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 8b856fe to 8a08b48 Compare September 27, 2020 12:39
@exreplay exreplay merged commit 50ee96e into development Sep 27, 2020
@exreplay exreplay deleted the renovate/all-minor-patch branch September 27, 2020 13:07
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.

2 participants