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

Merged
merged 1 commit into from
Apr 25, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.13.15 -> ^7.13.16 age adoption passing confidence
@babel/helper-compilation-targets ^7.13.13 -> ^7.13.16 age adoption passing confidence
@babel/runtime (source) ^7.13.10 -> ^7.13.17 age adoption passing confidence
@babel/runtime-corejs2 (source) ^7.13.10 -> ^7.13.17 age adoption passing confidence
@microsoft/api-extractor (source) 7.13.5 -> 7.14.0 age adoption passing confidence
@types/copy-webpack-plugin ^6.4.1 -> ^6.4.2 age adoption passing confidence
@types/ioredis ^4.22.3 -> ^4.26.0 age adoption passing confidence
chalk ^4.1.0 -> ^4.1.1 age adoption passing confidence
css-loader ^5.2.2 -> ^5.2.4 age adoption passing confidence
enhanced-resolve ^5.7.0 -> ^5.8.0 age adoption passing confidence
eslint (source) ^7.24.0 -> ^7.25.0 age adoption passing confidence
eslint (source) 7.24.0 -> 7.25.0 age adoption passing confidence
eslint-config-prettier 8.2.0 -> 8.3.0 age adoption passing confidence
express-validator (source) ^6.10.0 -> ^6.10.1 age adoption passing confidence
fork-ts-checker-webpack-plugin ^6.2.1 -> ^6.2.4 age adoption passing confidence
helmet (source) ^4.4.1 -> ^4.5.0 age adoption passing confidence
ioredis ^4.26.0 -> ^4.27.1 age adoption passing confidence
jest-puppeteer 5.0.0 -> 5.0.2 age adoption passing confidence
mongoose (source) ^5.12.4 -> ^5.12.5 age adoption passing confidence
sass ^1.32.10 -> ^1.32.11 age adoption passing confidence
ts-loader ^8.1.0 -> ^8.2.0 age adoption passing confidence

Release Notes

babel/babel

v7.13.16

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-spread, babel-preset-env, babel-runtime-corejs2, babel-runtime
  • babel-helper-compilation-targets
  • babel-generator
📝 Documentation
🏠 Internal
  • babel-helper-bindify-decorators, babel-helper-explode-class
  • Other
  • babel-helper-call-delegate
  • babel-helper-hoist-variables, babel-plugin-transform-block-scoping
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-function-name, babel-register, babel-types
chalk/chalk

v4.1.1

Compare Source

webpack-contrib/css-loader

v5.2.4

Compare Source

v5.2.3

Compare Source

webpack/enhanced-resolve

v5.8.0

Compare Source

Bugfixes
  • fix problem with bundling for browser usage
  • fix precedence of PnP
  • default enforceExtension to true when extensions includes an empty string (to specify the exact order)
eslint/eslint

v7.25.0

Compare Source

  • 5df5e4a Update: highlight last write reference for no-unused-vars (fixes #​14324) (#​14335) (Nitin Kumar)
  • 0023872 Docs: Add deprecated note to working-with-rules-deprecated page (#​14344) (Michael Novotny)
  • 36fca70 Chore: Upgrade eslump to 3.0.0 (#​14350) (Stephen Wade)
  • 59b689a Chore: add node v16 (#​14355) (薛定谔的猫)
  • 35a1f5e Sponsors: Sync README with website (ESLint Jenkins)
  • fb0a92b Chore: rename misspelled identifier in test (#​14346) (Tobias Nießen)
  • f2babb1 Docs: update pull request template (#​14336) (Nitin Kumar)
  • 02dde29 Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#​14332) (Nate-Wilkins)
  • 07d14c3 Chore: remove extraneous command from lint-staged config (#​14314) (James George)
  • 41b3570 Update: lint code block with same extension but different content (#​14227) (JounQin)
  • eb29996 Docs: add more examples with arrow functions for no-sequences rule (#​14313) (Nitin Kumar)
prettier/eslint-config-prettier

v8.3.0

Compare Source

  • Added: Support for [@​babel/eslint-plugin]. Thanks to Chip Zhang (@​ChipZhang) for the heads-up! ([eslint-plugin-babel] is still supported, too.)
express-validator/express-validator

v6.10.1

Compare Source

TypeStrong/fork-ts-checker-webpack-plugin

v6.2.4

Compare Source

v6.2.3

Compare Source

Bug Fixes

v6.2.2

Compare Source

Bug Fixes
helmetjs/helmet

v4.5.0

Compare Source

Added
  • helmet.crossOriginEmbedderPolicy: a new middleware for the Cross-Origin-Embedder-Policy header, disabled by default
  • helmet.crossOriginOpenerPolicy: a new middleware for the Cross-Origin-Opener-Policy header, disabled by default
  • helmet.crossOriginResourcePolicy: a new middleware for the Cross-Origin-Resource-Policy header, disabled by default
Changed
  • true enables a middleware with default options. Previously, this would fail with an error if the middleware was already enabled by default.
  • Log a warning when passing options to originAgentCluster at the top level
Fixed
  • Incorrect documentation
luin/ioredis

v4.27.1

Compare Source

Bug Fixes
  • clears commandTimeout timer as each respective command gets fulfilled (#​1336) (d65f8b2)

v4.27.0

Compare Source

Features
  • sentinel: detect failover from +switch-master messages (#​1328) (a464151)
smooth-code/jest-puppeteer

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes
Automattic/mongoose

v5.12.5

Compare Source

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

  • fix(populate): handle populating underneath document array when document array property doesn't exist in db #​10003
  • fix(populate): clear out dangling pointers to populated docs so query cursor with populate() can garbage collect populated subdocs #​9864
  • fix(connection): pull correct autoCreate value from Mongoose global when creating new model before calling connect() #​10091
  • fix(populate): handle populating paths on documents with discriminator keys that point to non-existent discriminators #​10082
  • fix(index.d.ts): allow numbers as discriminator names #​10115
  • fix(index.d.ts): allow type: Boolean in Schema definitions #​10085
  • fix(index.d.ts): allow passing array of aggregation pipeline stages to updateOne() and updateMany() #​10095
  • fix(index.d.ts): support legacy 2nd param callback syntax for deleteOne(), deleteMany() #​10122
  • docs(mongoose): make useCreateIndex always false in docs #​10033
  • docs(schema): fix incorrect links from schema API docs #​10111
sass/dart-sass

v1.32.11

Compare Source

  • Fix a bug where bogus indented syntax errors were reported for lines that
    contained only whitespace.
TypeStrong/ts-loader

v8.2.0

Compare Source


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 Apr 17, 2021

Codecov Report

Merging #346 (ef6e884) into development (1a16f9a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #346   +/-   ##
============================================
  Coverage        96.32%   96.32%           
============================================
  Files               49       49           
  Lines             1471     1471           
  Branches           332      332           
============================================
  Hits              1417     1417           
  Misses               3        3           
  Partials            51       51           

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 1a16f9a...ef6e884. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bfff6c2 to 9126954 Compare April 19, 2021 05:13
@renovate renovate bot changed the title chore(deps): update dependency helmet to ^4.5.0 chore(deps): update all non-major dependencies Apr 19, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from fe3cb4e to 505df6f Compare April 24, 2021 12:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 505df6f to ef6e884 Compare April 24, 2021 13:42
@exreplay exreplay merged commit 5691bb2 into development Apr 25, 2021
@exreplay exreplay deleted the renovate/all-minor-patch branch April 25, 2021 05:40
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