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

Merged
merged 1 commit into from
Feb 23, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2020

This PR contains the following updates:

Package Type Update Change
email-templates dependencies patch 7.0.2 -> 7.0.4
eslint-plugin-import dependencies patch 2.20.0 -> 2.20.1
eslint-plugin-import devDependencies patch 2.20.0 -> 2.20.1
eslint-plugin-jest devDependencies minor 23.6.0 -> 23.8.0
eslint-plugin-vue (source) dependencies minor 6.1.2 -> 6.2.1
eslint-plugin-vue (source) devDependencies minor 6.1.2 -> 6.2.1
file-loader dependencies minor 5.0.2 -> 5.1.0
ioredis dependencies minor 4.14.1 -> 4.16.0
memfs devDependencies minor 3.0.4 -> 3.1.1
mongoose (source) dependencies minor 5.8.11 -> 5.9.2
nodemailer (source) dependencies patch 6.4.2 -> 6.4.3
postcss-safe-parser dependencies patch 4.0.1 -> 4.0.2
rollup devDependencies patch 1.31.0 -> 1.31.1
terser-webpack-plugin dependencies patch 2.3.4 -> 2.3.5
verdaccio (source) devDependencies patch 4.4.2 -> 4.4.3
vue-class-component dependencies patch 7.2.2 -> 7.2.3
vue-loader dependencies minor 15.8.3 -> 15.9.0
vue-property-decorator dependencies minor 8.3.0 -> 8.4.0
vuex-persistedstate dependencies patch 2.7.0 -> 2.7.1
webpack dependencies patch 4.41.5 -> 4.41.6
webpack-chain dependencies minor 6.3.1 -> 6.4.0

Release Notes

forwardemail/email-templates

v7.0.4

Compare Source

v7.0.3

Compare Source

benmosher/eslint-plugin-import

v2.20.1

Compare Source

Fixed
  • [export]: Handle function overloading in *.d.ts ([#​1619], thanks [@​IvanGoncharov])
  • [no-absolute-path]: fix a crash with invalid import syntax ([#​1616], thanks [@​ljharb])
  • [import/external-module-folders setting] now correctly works with directories containing modules symlinked from node_modules ([#​1605], thanks [@​skozin])
  • [extensions]: for invalid code where name does not exist, do not crash ([#​1613], thanks [@​ljharb])
  • [extensions]: Fix scope regex ([#​1611], thanks [@​yordis])
  • [no-duplicates]: allow duplicate imports if one is a namespace and the other not ([#​1612], thanks [@​sveyret])
  • Add some missing rule meta schemas and types ([#​1620], thanks [@​bmish])
  • [named]: for importing from a module which re-exports named exports from a node_modules module ([#​1569], [#​1447], thanks [@​redbugz], [@​kentcdodds])
  • [order]: Fix alphabetize for mixed requires and imports ([#​5625], thanks [@​wschurman])
Changed
  • [import/external-module-folders setting] behavior is more strict now: it will only match complete path segments ([#​1605], thanks [@​skozin])
  • [meta] fix "files" field to include/exclude the proper files ([#​1635], thanks [@​ljharb])
jest-community/eslint-plugin-jest

v23.8.0

Compare Source

Bug Fixes
  • valid-title: ensure argument node is defined before accessing props
    (#​538)
    (7730f75)
Features
  • no-large-snapshots: add setting to define maxSize by snapshot type
    (#​524)
    (0d77300)

v23.7.0

Compare Source

Bug Fixes
  • valid-title: ensure argument node is defined before accessing props
    (#​538)
    (7730f75)
Features
  • no-large-snapshots: add setting to define maxSize by snapshot type
    (#​524)
    (0d77300)
vuejs/eslint-plugin-vue

v6.2.1

Compare Source

🐛 Bug Fixes

  • #​1055 Fixed false positives for binded and unbinded attrs in 'vue/attributes-order' with alphabetical option.

All commits: v6.2.0 -> v6.2.1

v6.2.0

Compare Source

✨ Enhancements

New Rules:
  • #​997 Added vue/sort-keys rule that the sort-keys rule which is compatible with order-in-components.
  • #​1021 Added vue/padding-line-between-blocks rule requires or disallows blank lines between the given 2 blocks.
New Options:
  • #​1022 Added alphabetical option to vue/attributes-order rule to alphabetical ordering within groupings.
  • #​1031 Added avoidEscape option to vue/html-quotes rule.

🐛 Bug Fixes

  • #​1027 Fixed false positives in vue/no-side-effects-in-computed-properties
  • #​1046 Fixed an error when using spread elements in vue/require-default-prop.

All commits: v6.1.2 -> v6.2.0

webpack-contrib/file-loader

v5.1.0

Compare Source

Features
5.0.2 (2019-11-25)
Chore
  • add the funding field in package.json
5.0.1 (2019-11-25)
Bug Fixes
luin/ioredis

v4.16.0

Compare Source

Features
  • ability force custom scripts to be readOnly and execute on slaves (#​1057) (a24c3ab)

4.15.1 (2019-12-25)

Bug Fixes
  • ignore empty hosts returned by CLUSTER SLOTS (#​1025) (d79a8ef)
  • prevent exception when send custom command (04cad7f)

v4.15.1

Compare Source

Features
  • ability force custom scripts to be readOnly and execute on slaves (#​1057) (a24c3ab)

4.15.1 (2019-12-25)

Bug Fixes
  • ignore empty hosts returned by CLUSTER SLOTS (#​1025) (d79a8ef)
  • prevent exception when send custom command (04cad7f)

v4.15.0

Compare Source

Features
  • support multiple fields for hset (51b1478)

4.14.4 (2019-11-22)

Bug Fixes

4.14.3 (2019-11-07)

Bug Fixes
  • update funding information (c83cb05)

4.14.2 (2019-10-23)

Bug Fixes
  • security deps updates skip ci

4.14.1 (2019-08-27)

Bug Fixes

v4.14.4

Compare Source

Features
  • support multiple fields for hset (51b1478)

4.14.4 (2019-11-22)

Bug Fixes

4.14.3 (2019-11-07)

Bug Fixes
  • update funding information (c83cb05)

4.14.2 (2019-10-23)

Bug Fixes
  • security deps updates skip ci

4.14.1 (2019-08-27)

Bug Fixes

v4.14.3

Compare Source

Bug Fixes

v4.14.2

Compare Source

Bug Fixes
  • update funding information (c83cb05)
streamich/memfs

v3.1.1

Compare Source

Bug Fixes
  • deps: update dependency fs-monkey to v1 (ccd1be0)

v3.1.0

Compare Source

Features
  • replace fast-extend with native Object.assign (934f1f3)
  • specify engines field with node constraint of >= 8.3.0 (7d3b132)

3.0.6 (2020-02-16)

Bug Fixes
  • export DirectoryJSON from index (c447a6c)

3.0.5 (2020-02-15)

Bug Fixes
  • remove space from error message (42f870a)
  • use IStore interface instead of Storage (ff82480)
  • use PathLike type from node (98a4014)

3.0.4 (2020-01-15)

Bug Fixes
  • 🐛 handle opening directories with O_DIRECTORY (acdfac8), closes #​494

3.0.3 (2019-12-25)

Bug Fixes
  • rmdir: proper async functionality (cc75c56)
  • rmdir: support recursive option (1e943ae)
  • watch: suppress event-emitter warnings (1ab2dcb)

3.0.2 (2019-12-25)

Bug Fixes
  • watch: trigger change event for creation/deletion of children in a folder (b1b7884)

3.0.1 (2019-11-26)

Performance Improvements
  • ⚡️ bump fast-extend (606775b)

v3.0.6

Compare Source

Features
  • replace fast-extend with native Object.assign (934f1f3)
  • specify engines field with node constraint of >= 8.3.0 (7d3b132)

3.0.6 (2020-02-16)

Bug Fixes
  • export DirectoryJSON from index (c447a6c)

3.0.5 (2020-02-15)

Bug Fixes
  • remove space from error message (42f870a)
  • use IStore interface instead of Storage (ff82480)
  • use PathLike type from node (98a4014)

3.0.4 (2020-01-15)

Bug Fixes
  • 🐛 handle opening directories with O_DIRECTORY (acdfac8), closes #​494

3.0.3 (2019-12-25)

Bug Fixes
  • rmdir: proper async functionality (cc75c56)
  • rmdir: support recursive option (1e943ae)
  • watch: suppress event-emitter warnings (1ab2dcb)

3.0.2 (2019-12-25)

Bug Fixes
  • watch: trigger change event for creation/deletion of children in a folder (b1b7884)

3.0.1 (2019-11-26)

Performance Improvements
  • ⚡️ bump fast-extend (606775b)

v3.0.5

Compare Source

Bug Fixes
  • export DirectoryJSON from index (c447a6c)
Automattic/mongoose

v5.9.2

Compare Source

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

  • fix(model): add discriminator key to bulkWrite filters #​8590
  • fix(document): when setting nested array path to non-nested array, wrap values top-down rather than bottom up when possible #​8544
  • fix(document): dont leave nested key as undefined when setting nested key to empty object with minimize #​8565
  • fix(document): avoid throwing error if setting path to Mongoose document with nullish _doc #​8565
  • fix(update): handle Binary type correctly with runValidators #​8580
  • fix(query): run deleteOne hooks only on Document#deleteOne() when setting options.document = true for Schema#pre() #​8555
  • fix(document): allow calling validate() in post validate hook without causing parallel validation error #​8597
  • fix(virtualtype): correctly copy options when cloning #​8587
  • fix(collection): skip creating capped collection if autoCreate set to false #​8566
  • docs(middleware): clarify that updateOne and deleteOne hooks are query middleware by default, not document middleware #​8581
  • docs(aggregate): clarify that Aggregate#unwind() can take object parameters as well as strings #​8594

v5.9.1

Compare Source

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

  • fix(model): set session when calling save() with no changes #​8571
  • fix(schema): return correct pathType when single nested path is embedded under a nested path with a numeric name #​8583
  • fix(queryhelpers): remove Object.values() for Node.js 4.x-6.x support #​8596
  • fix(cursor): respect sort order when using eachAsync() with parallel and a sync callback #​8577
  • docs: update documentation of custom _id overriding in discriminators #​8591 sam-mfb

v5.9.0

Compare Source

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

  • fix: upgrade to MongoDB driver 3.5 #​8520 #​8563
  • feat(schematype): support setting default options for schema type (trim on all strings, etc.) #​8487
  • feat(populate): add perDocumentLimit option that limits per document in find() result, rather than across all documents #​7318
  • feat(schematype): enable setting transform option on individual schematypes #​8403
  • feat(timestamps): allow setting currentTime option for setting custom function to get the current time #​3957
  • feat(connection): add Connection#watch() to watch for changes on an entire database #​8425
  • feat(document): add Document#$op property to make it easier to tell what operation is running in middleware #​8439
  • feat(populate): support limit as top-level populate option #​8445

v5.8.13

Compare Source

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

  • fix(populate): use safe get to avoid crash if schematype doesn't have options #​8586

v5.8.12

Compare Source

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

  • fix(query): correctly cast dbref $id with $elemMatch #​8577
  • fix(populate): handle populating when some embedded discriminator schemas have refPath but none of the subdocs have refPath #​8553
  • docs: add useUnifiedTopology to homepage example #​8558 AbdelrahmanHafez
  • refactor(utils): moving promiseOrCallback to helpers/promiseOrCallback #​8573 hugosenari
nodemailer/nodemailer

v6.4.3

Compare Source

  • Added an option to specify max number of requeues when connection closes unexpectedly (Igor Sechyn) [8a927f5a]
postcss/postcss-safe-parser

v4.0.2

Compare Source

  • Fix parsing :;.
rollup/rollup

v1.31.1

Compare Source

2020-02-14

Bug Fixes
  • Make sure errored files are always re-evaluated in watch mode to avoid an issue in the typescript plugin (#​3388)
Pull Requests
webpack-contrib/terser-webpack-plugin

v2.3.5

Compare Source

verdaccio/verdaccio

v4.4.3

Compare Source

vuejs/vue-class-component

v7.2.3

Compare Source

Improvement
  • add vue to peerDependencies for yarn v2 (#​396)
vuejs/vue-loader

v15.9.0

Compare Source

Bug Fixes
  • add vue-template-compiler as an optional peer dependency (56db1d7), closes #​1639
Features

15.8.3 (2019-12-16)

15.8.2 (2019-12-16)

Bug Fixes
  • fix compatibility with webpack 3 (745d054)
kaorun343/vue-property-decorator

v8.4.0

Compare Source

robinvdvleuten/vuex-persistedstate

v2.7.1

Compare Source

Patches

  • Indicate if state should be fetched from storage before usage (24aff69)
webpack/webpack

v4.41.6

Compare Source

Bugfixes

  • Windows network paths are considered as absolute paths
  • fix hanging of FlagDependencyExportsPlugin when using export * in a circular matter
neutrinojs/webpack-chain

v6.4.0

Compare Source

3 February 2020

  • Fix Rule.merge() when include or exclude are strings #243
  • Add Types to Plugin Arguments #241
  • Add devServer shorthands for sockHost, sockPort, sockPath #238
  • Add devtoolNamespace TypeScript declaration #232
  • Fix Rule.merge() when include or exclude are strings (#​243) #228
  • Add devServer shorthands for sockHost, sockPort, sockPath (#​238) #231

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 tick the rebase/retry checkbox below.

👻 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 Feb 2, 2020

Codecov Report

Merging #154 into development will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #154   +/-   ##
============================================
  Coverage        98.96%   98.96%           
============================================
  Files               20       20           
  Lines              194      194           
  Branches            24       24           
============================================
  Hits               192      192           
  Misses               1        1           
  Partials             1        1           

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 a1be8f8...e858b76. Read the comment docs.

@renovate renovate bot changed the title Update dependency eslint-plugin-import to v2.20.1 Update all non-major dependencies Feb 3, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 13d88e2 to 8b6d38e Compare February 11, 2020 10:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from b3936bc to 91c1c0d Compare February 19, 2020 07:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 60633ba to 1b39552 Compare February 19, 2020 18:07
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Feb 20, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2190644 to 766d08f Compare February 23, 2020 04:27
@exreplay exreplay merged commit 01993d4 into development Feb 23, 2020
@exreplay exreplay deleted the renovate/all-minor-patch branch February 23, 2020 08:39
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