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

Merged
merged 1 commit into from
Apr 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.13.10 -> ^7.13.15 age adoption passing confidence
@babel/helper-compilation-targets ^7.13.10 -> ^7.13.13 age adoption passing confidence
@babel/plugin-proposal-decorators (source) ^7.13.5 -> ^7.13.15 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.13.10 -> ^7.13.15 age adoption passing confidence
@babel/preset-env (source) ^7.13.12 -> ^7.13.15 age adoption passing confidence
@microsoft/api-extractor (source) 7.13.2 -> 7.13.5 age adoption passing confidence
@types/copy-webpack-plugin ^6.4.0 -> ^6.4.1 age adoption passing confidence
@types/csurf ^1.11.0 -> ^1.11.1 age adoption passing confidence
@types/email-templates ^8.0.2 -> ^8.0.3 age adoption passing confidence
@types/ioredis ^4.22.1 -> ^4.22.3 age adoption passing confidence
@types/memory-fs ^0.3.2 -> ^0.3.3 age adoption passing confidence
@types/mongoose ^5.10.4 -> ^5.10.5 age adoption passing confidence
@types/optimize-css-assets-webpack-plugin ^5.0.2 -> ^5.0.3 age adoption passing confidence
@types/postcss-preset-env ^6.7.1 -> ^6.7.2 age adoption passing confidence
@types/webpack ^4.41.26 -> ^4.41.27 age adoption passing confidence
@types/webpack-dev-middleware ^3.7.3 -> ^3.7.4 age adoption passing confidence
@types/webpack-hot-middleware ^2.25.3 -> ^2.25.4 age adoption passing confidence
@types/webpack-node-externals ^2.5.0 -> ^2.5.1 age adoption passing confidence
@types/webpackbar ^4.0.0 -> ^4.0.1 age adoption passing confidence
@types/workbox-webpack-plugin ^5.1.5 -> ^5.1.6 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.19.0 -> 4.22.0 age adoption passing confidence
@typescript-eslint/parser 4.19.0 -> 4.22.0 age adoption passing confidence
css-loader ^5.1.3 -> ^5.2.2 age adoption passing confidence
email-templates ^8.0.3 -> ^8.0.4 age adoption passing confidence
eslint (source) ^7.22.0 -> ^7.24.0 age adoption passing confidence
eslint (source) 7.22.0 -> 7.24.0 age adoption passing confidence
eslint-plugin-jest 24.3.2 -> 24.3.5 age adoption passing confidence
eslint-plugin-prettier 3.3.1 -> 3.4.0 age adoption passing confidence
eslint-plugin-vue (source) 7.8.0 -> 7.9.0 age adoption passing confidence
fork-ts-checker-webpack-plugin ^6.2.0 -> ^6.2.1 age adoption passing confidence
ioredis ^4.24.3 -> ^4.26.0 age adoption passing confidence
memfs 3.2.0 -> 3.2.2 age adoption passing confidence
mongoose (source) ^5.12.2 -> ^5.12.4 age adoption passing confidence
rollup (source) 2.42.3 -> 2.45.2 age adoption passing confidence
sass ^1.32.8 -> ^1.32.10 age adoption passing confidence
thread-loader ^3.0.1 -> ^3.0.3 age adoption passing confidence
ts-jest (source) 26.5.4 -> 26.5.5 age adoption passing confidence
ts-loader ^8.0.18 -> ^8.1.0 age adoption passing confidence
tslib (source) 2.1.0 -> 2.2.0 age adoption passing confidence
typescript (source) ^4.2.3 -> ^4.2.4 age adoption passing confidence
typescript (source) 4.2.3 -> 4.2.4 age adoption passing confidence
vue-i18n ^8.24.2 -> ^8.24.3 age adoption passing confidence

Release Notes

babel/babel

v7.13.15

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
🏃‍♀️ Performance

v7.13.14

Compare Source

🐛 Bug Fix
🏠 Internal
  • Other
  • babel-cli, babel-core, babel-helper-transform-fixture-test-runner, babel-register, babel-types
🏃‍♀️ Performance

v7.13.13

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
🏃‍♀️ Performance
typescript-eslint/typescript-eslint

v4.22.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unsafe-argument] handle tuple types on rest arguments (#​3269) (6f8cfe6)
Features

v4.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] consider keyof as an alias (#​3242) (329ef02)
  • eslint-plugin: [no-unnecessary-type-assertion] correct bad fix for angle bracket assertion (#​3244) (265a039)
  • eslint-plugin: [restrict-plus-operands] consider template literal types as strings (#​3234) (ccfd68e)
  • eslint-plugin: [strict-boolean-expressions] account for truthy literals (#​3236) (0913f40)
  • eslint-plugin: always ignore assignments in no-unnecessary-type-assertion (#​3235) (0221476)
Features
  • eslint-plugin: [no-unsafe-argument] add rule (#​3256) (b1aa7dc), closes #​791
  • eslint-plugin: [no-unsafe-call][no-unsafe-member-access] improve report messages for this for noImplicitThis (#​3199) (b1b26c4)

v4.20.0

Compare Source

Features
  • eslint-plugin: [space-infix-ops] support for class properties and type aliases (#​3231) (5414bf2)
  • eslint-plugin: [type-annotation-spacing] handle space between ? and : (#​3138) (40bdb0b)
webpack-contrib/css-loader

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

Features
5.1.4 (2021-03-24)
Bug Fixes
5.1.3 (2021-03-15)
Bug Fixes
  • the auto option works using inline module syntax (#​1274) (1db2f4d)
  • ident generation for CSS modules using inline module syntax (#​1274) (1db2f4d)
5.1.2 (2021-03-10)
Bug Fixes
  • handling @import with spaces before and after and any extensions (#​1272) (0c47cf7)
  • inline loader syntax in @import and modules (3f49ed0)
5.1.1 (2021-03-01)
Bug Fixes

v5.1.4

Compare Source

forwardemail/email-templates

v8.0.4

Compare Source

eslint/eslint

v7.24.0

Compare Source

v7.23.0

Compare Source

  • 687ccae Update: add option "allowInParentheses" to no-sequences (fixes #​14197) (#​14199) (Daniel Rentz)
  • dbf2529 Sponsors: Sync README with website (ESLint Jenkins)
  • 4bdf2c1 Sponsors: Sync README with website (ESLint Jenkins)
  • 49d1697 Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (#​14244) (Brandon Mills)
  • 43f1685 Update: --quiet should not supress --max-warnings (fixes #​14202) (#​14242) (Milos Djermanovic)
  • 909c727 Docs: Add valid example that shows vars in a block scope (#​14230) (Ed S)
  • 28583eb Fix: no-mixed-operators false positives with ? : (fixes #​14223) (#​14226) (Milos Djermanovic)
  • a99eb2d Fix: Clarify line breaks in object-curly-newline (fixes #​14024) (#​14063) (armin yahya)
  • 8984c91 Update: eslint --env-info output os info (#​14059) (薛定谔的猫)
  • 2a79306 Sponsors: Sync README with website (ESLint Jenkins)
  • ebd7026 Docs: Fix typo (#​14225) (Greg Finley)
  • a2013fc Sponsors: Sync README with website (ESLint Jenkins)
jest-community/eslint-plugin-jest

v24.3.5

Compare Source

Bug Fixes
  • valid-describe: support using each with modifiers (#​820) (cbdbcef)

v24.3.4

Compare Source

Bug Fixes

v24.3.3

Compare Source

Bug Fixes
prettier/eslint-plugin-prettier

v3.4.0

Compare Source

  • feat: support processor virtual filename (#​401) (ee0ccc6)
  • Simplify report logic (#​380) (d993f24)
  • Update: README.md (#​375) (3ea4242)
vuejs/eslint-plugin-vue

v7.9.0

Compare Source

✨ Enhancements

New Rules:
  • #​1466 Added vue/no-invalid-model-keys rule that disallow invalid model option keys.
  • #​1474 Added vue/no-unused-refs rule that reports refs that are defined using the ref attribute in <template> but are not used via $refs.
Other changes in Rules:
  • #​1465 Added singleline.allowFirstLine option to vue/max-attributes-per-line rule.

🐛 Bug Fixes

  • #​1469 Fixed false negative in as expression for vue/require-valid-default-prop rule.

All commits: v7.8.0 -> v7.9.0

TypeStrong/fork-ts-checker-webpack-plugin

v6.2.1

Compare Source

Bug Fixes
luin/ioredis

v4.26.0

[Compare Source](https://to


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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c248acc to c8d39c3 Compare March 24, 2021 12:59
@renovate renovate bot changed the title chore(deps): update dependency ioredis to ^4.24.4 chore(deps): update all non-major dependencies Mar 24, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 2962652 to 758e64a Compare March 31, 2021 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 648264c to fbf672b Compare April 7, 2021 18:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5b09923 to 922a8c0 Compare April 9, 2021 14:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 9eb3d24 to 8ab4ccf Compare April 15, 2021 19:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ad03b28 to d2640e8 Compare April 17, 2021 06:09
@codecov
Copy link

codecov bot commented Apr 17, 2021

Codecov Report

Merging #339 (d2640e8) into development (8e57ee2) will not change coverage.
The diff coverage is n/a.

❗ Current head d2640e8 differs from pull request most recent head 5794cb4. Consider uploading reports for the commit 5794cb4 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##           development     #339   +/-   ##
============================================
  Coverage        96.46%   96.46%           
============================================
  Files               49       49           
  Lines             1469     1469           
  Branches           330      330           
============================================
  Hits              1417     1417           
  Misses               3        3           
  Partials            49       49           

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 bc47aa5...5794cb4. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2640e8 to 88881f1 Compare April 17, 2021 07:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88881f1 to 5794cb4 Compare April 17, 2021 07:38
@exreplay exreplay merged commit 1036b5d into development Apr 17, 2021
@exreplay exreplay deleted the renovate/all-minor-patch branch April 17, 2021 07: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.

2 participants