lemon-sour / node-log-rotate

:blue_book: Just a very simple logging module for your node.js application
https://www.npmjs.com/package/node-log-rotate
MIT License
4 stars 2 forks source link

chore(deps): update all non-major dependencies #10

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@types/jest devDependencies minor ^25.1.1 -> ^25.2.1
@types/lodash devDependencies patch ^4.14.149 -> ^4.14.150
@types/node devDependencies minor ^13.7.0 -> ^13.13.4
jest (source) devDependencies minor ^25.1.0 -> ^25.5.4
lint-staged dependencies minor ^10.0.7 -> ^10.2.2
moment (source) dependencies minor ^2.24.0 -> ^2.25.3
nodemon (source) devDependencies patch ^2.0.2 -> ^2.0.3
rimraf devDependencies patch ^3.0.1 -> ^3.0.2
ts-jest (source) devDependencies minor ^25.2.0 -> ^25.4.0
typescript (source) devDependencies minor ^3.7.5 -> ^3.8.3

Release Notes

facebook/jest ### [`v25.5.4`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2554) [Compare Source](https://togithub.com/facebook/jest/compare/v25.5.3...v25.5.4) ##### Fixes - `[jest-jasmine2]` Don't run `beforeAll` / `afterAll` in skipped describe blocks ([#​9931](https://togithub.com/facebook/jest/pull/9931)) ##### Chore & Maintenance - `[jest-runtime]` Do not warn when mutating `require.cache` ([#​9946](https://togithub.com/facebook/jest/pull/9946)) ### [`v25.5.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2553) [Compare Source](https://togithub.com/facebook/jest/compare/v25.5.2...v25.5.3) ##### Chore & Maintenance - `[jest-circus]` Fix memory leak when running in band ([#​9934](https://togithub.com/facebook/jest/pull/9934)) ### [`v25.5.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2552) [Compare Source](https://togithub.com/facebook/jest/compare/v25.5.1...v25.5.2) ##### Fixes - `[jest-globals]` Export globals as values, not types ([#​9925](https://togithub.com/facebook/jest/pull/9925)) ### [`v25.5.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2551) [Compare Source](https://togithub.com/facebook/jest/compare/v25.5.0...v25.5.1) ##### Fixes - `[jest-haste-map]` Add missing `@types/graceful-fs` dependency ([#​9913](https://togithub.com/facebook/jest/pull/9913)) - `[jest-runner]` Correctly serialize `Set` passed to worker ([#​9915](https://togithub.com/facebook/jest/pull/9915)) - `[jest-runtime]` Vary ESM cache by query ([#​9914](https://togithub.com/facebook/jest/pull/9914)) ### [`v25.5.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2550) [Compare Source](https://togithub.com/facebook/jest/compare/v25.4.0...v25.5.0) ##### Features - `[@jest/globals]` New package so Jest's globals can be explicitly imported ([#​9801](https://togithub.com/facebook/jest/pull/9801)) - `[jest-core]` Show coverage of sources related to tests in changed files ([#​9769](https://togithub.com/facebook/jest/pull/9769)) - `[jest-runtime]` Populate `require.cache` ([#​9841](https://togithub.com/facebook/jest/pull/9841)) ##### Fixes - `[*]` Use `graceful-fs` directly in every package instead of relying on `fs` being monkey patched ([#​9443](https://togithub.com/facebook/jest/pull/9443)) - `[expect]` Prints the Symbol name into the error message with a custom asymmetric matcher ([#​9888](https://togithub.com/facebook/jest/pull/9888)) - `[jest-circus, jest-jasmine2]` Support older version of `jest-runtime` ([#​9903](https://togithub.com/facebook/jest/pull/9903) & [#​9842](https://togithub.com/facebook/jest/pull/9842)) - `[@jest/environment]` Make sure not to reference Jest types ([#​9875](https://togithub.com/facebook/jest/pull/9875)) - `[jest-message-util]` Code frame printing should respect `--noStackTrace` flag ([#​9866](https://togithub.com/facebook/jest/pull/9866)) - `[jest-runtime]` Support importing CJS from ESM using `import` statements ([#​9850](https://togithub.com/facebook/jest/pull/9850)) - `[jest-runtime]` Support importing parallel dynamic `import`s ([#​9858](https://togithub.com/facebook/jest/pull/9858)) - `[jest-transform]` Improve source map handling when instrumenting transformed code ([#​9811](https://togithub.com/facebook/jest/pull/9811)) ##### Chore & Maintenance - `[docs]` Add an example for mocking non-default export class ##### Performance - `[jest-resolve]` Update `resolve` to a version using native `realpath`, which is faster than the default JS implementation ([#​9872](https://togithub.com/facebook/jest/pull/9872)) - `[jest-resolve]` Pass custom cached `realpath` function to `resolve` ([#​9873](https://togithub.com/facebook/jest/pull/9873)) - `[jest-runtime]` Add `teardown` method to clear any caches when tests complete ([#​9906](https://togithub.com/facebook/jest/pull/9906)) - `[jest-runtime]` Do not pass files required internally through transformation when loading them ([#​9900](https://togithub.com/facebook/jest/pull/9900)) - `[jest-runtime]` Use `Map`s instead of object literals as cache holders ([#​9901](https://togithub.com/facebook/jest/pull/9901)) ### [`v25.4.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2540) [Compare Source](https://togithub.com/facebook/jest/compare/v25.3.0...v25.4.0) - `[expect]` Support `async function`s in `toThrow` ([#​9817](https://togithub.com/facebook/jest/pull/9817)) - `[jest-console]` Add code frame to `console.error` and `console.warn` ([#​9741](https://togithub.com/facebook/jest/pull/9741)) - `[jest-runtime, jest-jasmine2, jest-circus]` Experimental, limited ECMAScript Modules support ([#​9772](https://togithub.com/facebook/jest/pull/9772) & [#​9842](https://togithub.com/facebook/jest/pull/9842)) ##### Fixes - `[expect]` Restore support for passing functions to `toHaveLength` matcher ([#​9796](https://togithub.com/facebook/jest/pull/9796)) - `[jest-changed-files]` `--only-changed` should include staged files ([#​9799](https://togithub.com/facebook/jest/pull/9799)) - `[jest-circus]` Throw on nested test definitions ([#​9828](https://togithub.com/facebook/jest/pull/9828)) - `[jest-each]` `each` will throw an error when called with too many arguments ([#​9818](https://togithub.com/facebook/jest/pull/9818)) - `[jest-runner]` Don't print warning to stdout when using `--json` ([#​9843](https://togithub.com/facebook/jest/pull/9843)) ##### Chore & Maintenance - `[*]` Do not generate TypeScript declaration source maps ([#​9822](https://togithub.com/facebook/jest/pull/9822)) - `[*]` Transpile code for Node 8.3, not 8.0 ([#​9827](https://togithub.com/facebook/jest/pull/9827)) ### [`v25.3.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2530) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.7...v25.3.0) ##### Features - `[babel-jest]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#​9766](https://togithub.com/facebook/jest/pull/9766)) - `[babel-preset-jest]` Enable all syntax plugins not enabled by default that works on current version of Node ([#​9774](https://togithub.com/facebook/jest/pull/9774)) - `[jest-circus]` Enable writing async test event handlers ([#​9397](https://togithub.com/facebook/jest/pull/9397)) - `[jest-runtime, @​jest/transformer]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#​9597](https://togithub.com/facebook/jest/pull/9597)) ##### Chore & Maintenance - `[*]` Replace `any`s with `unknown`s ([#​9626](https://togithub.com/facebook/jest/pull/9626)) - `[@jest/transform]` Expose type `CacheKeyOptions` for `getCacheKey` ([#​9762](https://togithub.com/facebook/jest/pull/9762)) - `[@jest/types]` Correct type `testRegex` for `ProjectConfig` ([#​9780](https://togithub.com/facebook/jest/pull/9780)) ### [`v25.2.7`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2527) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.6...v25.2.7) ##### Fixes - `[jest-matcher-utils]` Replace accessors with values to avoid calling setters in object descriptors when computing diffs for error reporting ([#​9757](https://togithub.com/facebook/jest/pull/9757)) - `[@jest/watcher]` Correct return type of `shouldRunTestSuite` for `JestHookEmitter` ([#​9753](https://togithub.com/facebook/jest/pull/9753)) ### [`v25.2.6`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2526) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.4...v25.2.6) ##### Chore & Maintenance - `[*]` 25.2.5 was published without changes from 25.2.4 - 25.2.6 includes all changes from that version. ### [`v25.2.4`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2524) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.3...v25.2.4) ##### Features - `[jest-message-util]` Check for common errors when using the wrong test environment ([#​8245](https://togithub.com/facebook/jest/pull/8245)) ##### Fixes - `[jest-circus]` Fix type elision of jest-runtime imports ([#​9717](https://togithub.com/facebook/jest/pull/9717)) - `[@jest/transform]` Fix coverage reporter for uncovered files without transformers, reverting [#​9460](https://togithub.com/facebook/jest/pull/9460) ([#​9724](https://togithub.com/facebook/jest/pull/9724)) ### [`v25.2.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2523) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.2...v25.2.3) ##### Fixes - `[*]` Verify all packages are properly downleveled for older versions of TypeScript ([#​9715](https://togithub.com/facebook/jest/pull/9715)) ### [`v25.2.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2522) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.1...v25.2.2) ##### Fixes - `[jest-environment-node]` Remove `getVmContext` from Node env on older versions of Node ([#​9708](https://togithub.com/facebook/jest/pull/9708)) - `[jest-runtime]` Return constructable class from `require('module')` ([#​9711](https://togithub.com/facebook/jest/pull/9711)) ### [`v25.2.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2521) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.0...v25.2.1) ##### Fixes - `[*]` Downlevel TypeScript definitions files for compatibility with TS<3.8 ([#​9705](https://togithub.com/facebook/jest/pull/9705)) ### [`v25.2.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2520) [Compare Source](https://togithub.com/facebook/jest/compare/v25.1.0...v25.2.0) ##### Features - `[jest-config]` Support ESM config files with `.js` extension ([#​9573](https://togithub.com/facebook/jest/pull/9573)). - `[jest-runtime]` Override `module.createRequire` to return a Jest-compatible `require` function ([#​9469](https://togithub.com/facebook/jest/pull/9469)) - `[jest-haste-map]` [**BREAKING**] Remove `mapper` option ([#​9581](https://togithub.com/facebook/jest/pull/9581)) - `[*]` Support array of paths for `moduleNameMapper` aliases ([#​9465](https://togithub.com/facebook/jest/pull/9465)) - `[jest-reporters]` Adds ability to pass options to the istanbul-reporter through `coverageReporters` ([#​9572](https://togithub.com/facebook/jest/pull/9572)) - `[jest-runtime]` Require stack when a module cannot be resolved ([#​9681](https://togithub.com/facebook/jest/pull/9681)) - `[jest-transform]` `writeCacheFile` no longer calls `fsync` ([#​9695](https://togithub.com/facebook/jest/pull/9695)) ##### Fixes - `[expect]` Handle readonly properties correctly ([#​9575](https://togithub.com/facebook/jest/pull/9575)) - `[jest-cli]` Set `coverageProvider` correctly when provided in config ([#​9562](https://togithub.com/facebook/jest/pull/9562)) - `[jest-cli]` Allow specifying `.cjs` and `.mjs` config files by `--config` CLI option ([#​9578](https://togithub.com/facebook/jest/pull/9578)) - `[jest-cli]` Update yargs to fix CLI flag overriding ([#​9519](https://togithub.com/facebook/jest/pull/9519)) - `[jest-config]` Treat `setupFilesAfterEnv` like `setupFiles` when normalizing configs against presets ([#​9495](https://togithub.com/facebook/jest/pull/9495)) - `[jest-config]` Support `.mjs` config files on Windows as well ([#​9558](https://togithub.com/facebook/jest/pull/9558)) - `[jest-config]` Verify `rootDir` and all `roots` are directories ([#​9569](https://togithub.com/facebook/jest/pull/9569)) - `[jest-config]` Ensure pattern of `replacePosixSep` is a string ([#​9546](https://togithub.com/facebook/jest/pull/9546)) - `[jest-haste-map]` Fix crash on unix based systems without find ([#​9579](https://togithub.com/facebook/jest/pull/9579)) - `[jest-jasmine2]` Fix `--testNamePattern` matching with `concurrent` tests ([#​9090](https://togithub.com/facebook/jest/pull/9090)) - `[jest-matcher-utils]` Fix diff highlight of symbol-keyed object. ([#​9499](https://togithub.com/facebook/jest/pull/9499)) - `[@jest/reporters]` Notifications should be fire&forget rather than having a timeout ([#​9567](https://togithub.com/facebook/jest/pull/9567)) - `[jest-resolve]` Fix module identity preservation with symlinks and browser field resolution ([#​9511](https://togithub.com/facebook/jest/pull/9511)) - `[jest-resolve]` Do not confuse directories with files ([#​8912](https://togithub.com/facebook/jest/pull/8912)) - `[jest-resolve]` `moduleNameMapper` should take precedence over Node core modules ([#​9563](https://togithub.com/facebook/jest/pull/9563)) - `[jest-runtime]` Reset `isolateModules` if it fails ([#​9541](https://togithub.com/facebook/jest/pull/9541)) - `[jest-runtime]` Yarn PnP errors displayed to the user ([#​9681](https://togithub.com/facebook/jest/pull/9681)) - `[jest-snapshot]` Downgrade semver to v6 to support node 8 ([#​9451](https://togithub.com/facebook/jest/pull/9451)) - `[jest-snapshot]` Properly indent new snapshots in the presences of existing ones ([#​9523](https://togithub.com/facebook/jest/pull/9523)) - `[jest-transform]` Correct sourcemap behavior for transformed and instrumented code ([#​9460](https://togithub.com/facebook/jest/pull/9460)) - `[jest-transform]` Allow instrumentation of transformed files with weird file extensions ([#​9589](https://togithub.com/facebook/jest/pull/9589)) - `[@jest/types]` Make `ConfigGlobals` an interface to allow for declaration merging. ([#​9570](https://togithub.com/facebook/jest/pull/9570)) - `[pretty-format]` Export `OldPlugin` type ([#​9491](https://togithub.com/facebook/jest/pull/9491)) ##### Chore & Maintenance - `[docs]` Warn about unexpected behavior / bug of node-notifier when using the `notify` options. - `[docs]` Grammatical corrections to Async docs page. ([#​9679](https://togithub.com/facebook/jest/pull/9679)) - `[jest-resolver]` Use `resolve` package to implement custom module resolution ([#​9520](https://togithub.com/facebook/jest/pull/9520)) - `[jest-runtime]` Move execution of `setupFiles` to `jest-runner` ([#​9596](https://togithub.com/facebook/jest/pull/9596)) - `[jest-runtime]` Update anchor link in `helpers` ([#​9616](https://togithub.com/facebook/jest/pull/9616)) - `[@jest/reporters]` Remove unused dependencies and type exports ([#​9462](https://togithub.com/facebook/jest/pull/9462)) - `[website]` Update pictures of reports when matchers fail ([#​9214](https://togithub.com/facebook/jest/pull/9214)) ##### Performance - `[jest-haste-map]` Reduce number of `lstat` calls in node crawler ([#​9514](https://togithub.com/facebook/jest/pull/9514))
okonet/lint-staged ### [`v10.2.2`](https://togithub.com/okonet/lint-staged/releases/v10.2.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.1...v10.2.2) ##### Bug Fixes - chunkFiles chunks normalized files even when maxArgLength is set ([#​858](https://togithub.com/okonet/lint-staged/issues/858)) ([fc72170](https://togithub.com/okonet/lint-staged/commit/fc721704f223a8b649f949af38311c4d567268a6)) ### [`v10.2.1`](https://togithub.com/okonet/lint-staged/releases/v10.2.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.0...v10.2.1) ##### Bug Fixes - normalize chunked paths even when maxArgLength is not set ([ba67f48](https://togithub.com/okonet/lint-staged/commit/ba67f48f5a8314723cbf1d9de08b6a794d4c112b)) - resolve matched files to cwd instead of gitDir before adding ([defe045](https://togithub.com/okonet/lint-staged/commit/defe0452e3080b8a13913cde11da43d30ff0e2d0)) ### [`v10.2.0`](https://togithub.com/okonet/lint-staged/releases/v10.2.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.7...v10.2.0) ##### Bug Fixes - all lint-staged output respects the `quiet` option ([aba3421](https://togithub.com/okonet/lint-staged/commit/aba3421b0ec7335e49bc3f06a71441037bb2ae8a)) - do not show incorrect error when verbose and no output ([b8df31a](https://togithub.com/okonet/lint-staged/commit/b8df31af839a3125fa11fefae25359f1cfd271fd)) - log task output after running listr to keep everything ([d69c65b](https://togithub.com/okonet/lint-staged/commit/d69c65b8b5f7fa00dfecf52633fa6edd6bad6e29)) - use test renderer during tests and when TERM=dumb ([16848d8](https://togithub.com/okonet/lint-staged/commit/16848d83f3ec2cf67406755ec0aaa931ffb6787e)) ##### Features - add `--verbose` to show output even when tasks succeed ([85de3a3](https://togithub.com/okonet/lint-staged/commit/85de3a3aff34061211622e5a250a172fcbd6fb5b)) - allow specifying `cwd` using the Node.js API ([a3bd9d7](https://togithub.com/okonet/lint-staged/commit/a3bd9d7fa0b85983eb25f8483b407a14b15c1f11)) - replace listr with listr2 and print errors inline ([8f32a3e](https://togithub.com/okonet/lint-staged/commit/8f32a3eb38926fe931c36f788947a62a0b26405c)) ### [`v10.1.7`](https://togithub.com/okonet/lint-staged/releases/v10.1.7) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.6...v10.1.7) ##### Bug Fixes - use stash create/store to prevent files from disappearing from disk ([c9adca5](https://togithub.com/okonet/lint-staged/commit/c9adca5)) ### [`v10.1.6`](https://togithub.com/okonet/lint-staged/releases/v10.1.6) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.5...v10.1.6) ##### Bug Fixes - **deps:** update dependencies ([e093b1d](https://togithub.com/okonet/lint-staged/commit/e093b1d)) ### [`v10.1.5`](https://togithub.com/okonet/lint-staged/releases/v10.1.5) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.4...v10.1.5) ##### Bug Fixes - pass correct path to unstaged patch during cleanup ([6066b07](https://togithub.com/okonet/lint-staged/commit/6066b07)) ### [`v10.1.4`](https://togithub.com/okonet/lint-staged/releases/v10.1.4) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.3...v10.1.4) ##### Bug Fixes - allow lint-staged to run on empty git repo by disabling backup ([0bf1fb0](https://togithub.com/okonet/lint-staged/commit/0bf1fb0)) ### [`v10.1.3`](https://togithub.com/okonet/lint-staged/releases/v10.1.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.2...v10.1.3) ##### Bug Fixes - only run git add on staged files matched to a task ([d39573b](https://togithub.com/okonet/lint-staged/commit/d39573b)) - run `git add` for staged file chunks serially ([69acfa3](https://togithub.com/okonet/lint-staged/commit/69acfa3)) ### [`v10.1.2`](https://togithub.com/okonet/lint-staged/releases/v10.1.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.1...v10.1.2) ##### Bug Fixes - no longer include untracked files in backup stash ([#​827](https://togithub.com/okonet/lint-staged/issues/827)) ([2f15336](https://togithub.com/okonet/lint-staged/commit/2f15336)) ### [`v10.1.1`](https://togithub.com/okonet/lint-staged/releases/v10.1.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.0...v10.1.1) ##### Bug Fixes - add `--` to `git add` command to denote pathspec starting ([#​821](https://togithub.com/okonet/lint-staged/issues/821)) ([226ccdb](https://togithub.com/okonet/lint-staged/commit/226ccdb7727c9837fa04528047ced89466c4b833)) ### [`v10.1.0`](https://togithub.com/okonet/lint-staged/releases/v10.1.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.10...v10.1.0) ##### Bug Fixes - do not return string from runAll, add info symbol to "No staged files found." message ([1e7298a](https://togithub.com/okonet/lint-staged/commit/1e7298a23c3c2d09810f6e1a54ead8a449d7fd7d)) - force src and dst prefixes in diff to work around local diff.noprefix setting ([7f2ef33](https://togithub.com/okonet/lint-staged/commit/7f2ef33dde170e83a8943886a4f1502113dcb50c)) - unset GIT_LITERAL_PATHSPECS env variable before running ([a653c55](https://togithub.com/okonet/lint-staged/commit/a653c55a397e7e6f04fa5aefb0ddf2c7543569d9)) ##### Features - add `--no-stash` option to disable the backup stash, and not revert in case of errors ([c386e4c](https://togithub.com/okonet/lint-staged/commit/c386e4cf9646dc0953213e9a0ef857cb9664af37)) - only hide/restore unstaged modifications to partially staged files ([52125a9](https://togithub.com/okonet/lint-staged/commit/52125a9d557e3fc117a421662cf45d6462517d87)) ### [`v10.0.10`](https://togithub.com/okonet/lint-staged/releases/v10.0.10) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.9...v10.0.10) ##### Bug Fixes - support non-ASCII filenames when git is configured with `core.quotepath on` ([2cb26a6](https://togithub.com/okonet/lint-staged/commit/2cb26a635a313a32c208caf5ba6a9215a68b9c6d)) ### [`v10.0.9`](https://togithub.com/okonet/lint-staged/releases/v10.0.9) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.8...v10.0.9) ##### Bug Fixes - use `path.join` and `normalize` to improve msys compatibility in resolveGitRepo ([1ad263a](https://togithub.com/okonet/lint-staged/commit/1ad263a5c03d0f3fd90f2dffd0d9083f0ef8112e)) ### [`v10.0.8`](https://togithub.com/okonet/lint-staged/releases/v10.0.8) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.7...v10.0.8) ##### Bug Fixes - do not drop backup stash when reverting to original state fails ([f589336](https://togithub.com/okonet/lint-staged/commit/f5893365409bf935db058a4f41aeaccc90cd3a18)) - evaluate functional configuration only once ([abe4b92](https://togithub.com/okonet/lint-staged/commit/abe4b92d7f6213b59d756d172298bc29bb2bd44c))
moment/moment ### [`v2.25.3`](https://togithub.com/moment/moment/blob/master/CHANGELOG.md#​2253) - Release May 4, 2020 Remove package.json module property. It looks like webpack behaves differently for modules loaded via module vs jsnext:main. ### [`v2.25.2`](https://togithub.com/moment/moment/blob/master/CHANGELOG.md#​2252) [Compare Source](https://togithub.com/moment/moment/compare/2.25.1...2.25.2) - Release May 4, 2020 This release includes ES Module bundled moment, separate from it's source code under dist/ folder. This might alleviate issues with finding the \`./locale subfolder for loading locales. This might also mean now webpack will bundle all locales automatically, unless told otherwise. ### [`v2.25.1`](https://togithub.com/moment/moment/blob/master/CHANGELOG.md#​2251) [Compare Source](https://togithub.com/moment/moment/compare/2.25.0...2.25.1) - Release May 1, 2020 This is a quick patch release to address some of the issues raised after releasing 2.25.0. - [2e268635](https://togithub.com/moment/moment/commit/2e268635) [misc] Revert [#​5269](https://togithub.com/moment/moment/issues/5269) due to webpack warning - [226799e1](https://togithub.com/moment/moment/commit/226799e1) [locale] fil: Fix metadata comment - [a83a521](https://togithub.com/moment/moment/commit/a83a521) [bugfix] Fix typeoff usages - [e324334](https://togithub.com/moment/moment/commit/e324334) [pkg] Add ts3.1-typings in npm package - [28cc23e](https://togithub.com/moment/moment/commit/28cc23e) [misc] Remove deleted generated locale en-SG ### [`v2.25.0`](https://togithub.com/moment/moment/blob/master/CHANGELOG.md#​2250-See-full-changelog-httpsgistgithubcomichernev6148e64df2427e455b10ce6a18de1a65) [Compare Source](https://togithub.com/moment/moment/compare/2.24.0...2.25.0) - Release May 1, 2020 - [#​4611](https://togithub.com/moment/moment/issues/4611) [022dc038](https://togithub.com/moment/moment/commit/022dc038) [feature] Support for strict string parsing, fixes [#​2469](https://togithub.com/moment/moment/issues/2469) - [#​4599](https://togithub.com/moment/moment/issues/4599) [4b615b9d](https://togithub.com/moment/moment/commit/4b615b9d) [feature] Add support for eras in en and jp - [#​4296](https://togithub.com/moment/moment/issues/4296) [757d4ff8](https://togithub.com/moment/moment/commit/757d4ff8) [feature] Accept custom relative thresholds in duration.humanize - 18 bigfixes - 36 locale fixes - 5 new locales (oc-lnc, zh-mo, en-in, gom-deva, fil)
remy/nodemon ### [`v2.0.3`](https://togithub.com/remy/nodemon/releases/v2.0.3) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.2...v2.0.3) ##### Bug Fixes - package.json & package-lock.json to reduce vulnerabilities ([a4490e2](https://togithub.com/remy/nodemon/commit/a4490e2))
isaacs/rimraf ### [`v3.0.2`](https://togithub.com/isaacs/rimraf/compare/v3.0.1...v3.0.2) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v3.0.1...v3.0.2)
kulshekhar/ts-jest ### [`v25.4.0`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2540-httpsgithubcomkulshekharts-jestcomparev2531v2540-2020-04-17) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.3.1...v25.4.0) ##### Bug Fixes - **compiler:** make `projectReferences` work with `isolatedModules: true` ([#​1527](https://togithub.com/kulshekhar/ts-jest/issues/1527)) ([aa6b74c](https://togithub.com/kulshekhar/ts-jest/commit/aa6b74c)) - **compiler:** make sure `LanguageService` updated with test file information before getting diagnostics for test file ([#​1507](https://togithub.com/kulshekhar/ts-jest/issues/1507)) ([311eaeb](https://togithub.com/kulshekhar/ts-jest/commit/311eaeb)) - **config:** set default `outDir` when `allowJs` is true and no `outDir` in `tsconfig` ([#​1502](https://togithub.com/kulshekhar/ts-jest/issues/1502)) ([1a287ad](https://togithub.com/kulshekhar/ts-jest/commit/1a287ad)) - **config:** use original jest config object instead of stringified config ([#​1511](https://togithub.com/kulshekhar/ts-jest/issues/1511)) ([4f0bb33](https://togithub.com/kulshekhar/ts-jest/commit/4f0bb33)) #### [25.3.1](https://togithub.com/kulshekhar/ts-jest/compare/v25.3.0...v25.3.1) (2020-04-03) ##### Bug Fixes - only do type checking while compiling file ([#​1483](https://togithub.com/kulshekhar/ts-jest/issues/1483)) ([dbc0a08](https://togithub.com/kulshekhar/ts-jest/commit/dbc0a08)) - **config:** set default outDir for enabled allowJs without outDir ([#​1472](https://togithub.com/kulshekhar/ts-jest/issues/1472)) ([57c7af0](https://togithub.com/kulshekhar/ts-jest/commit/57c7af0)) ### [`v25.3.1`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2531-httpsgithubcomkulshekharts-jestcomparev2530v2531-2020-04-03) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.3.0...v25.3.1) ##### Bug Fixes - only do type checking while compiling file ([#​1483](https://togithub.com/kulshekhar/ts-jest/issues/1483)) ([dbc0a08](https://togithub.com/kulshekhar/ts-jest/commit/dbc0a08)) - **config:** set default outDir for enabled allowJs without outDir ([#​1472](https://togithub.com/kulshekhar/ts-jest/issues/1472)) ([57c7af0](https://togithub.com/kulshekhar/ts-jest/commit/57c7af0)) ### [`v25.3.0`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2530-httpsgithubcomkulshekharts-jestcompare2521v2530-2020-03-30) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/25.2.1...v25.3.0) ##### Bug Fixes - add `jest-config` to dependencies list ([6d9e0d8](https://togithub.com/kulshekhar/ts-jest/commit/6d9e0d8)) - always do type check for all files provided to ts-jest transformer for non-watch mode ([#​1450](https://togithub.com/kulshekhar/ts-jest/issues/1450)) ([107e062](https://togithub.com/kulshekhar/ts-jest/commit/107e062)) ##### Chores - **docs:** add `TROUBLESHOOTING` ([96cd9b3](https://togithub.com/kulshekhar/ts-jest/commit/b8ebf36)) ##### Features - **compiler:** expose internal ts `Program` via ConfigSet `TsCompiler` ([#​1433](https://togithub.com/kulshekhar/ts-jest/issues/1433)) ([7153246](https://togithub.com/kulshekhar/ts-jest/commit/7153246)) - **config:** add incremental option ([#​1418](https://togithub.com/kulshekhar/ts-jest/issues/1418)) ([5a69bce](https://togithub.com/kulshekhar/ts-jest/commit/5a69bce)) ##### BREAKING CHANGES - **config:** improve diagnostics message ([#​1444](https://togithub.com/kulshekhar/ts-jest/issues/1444)) ([96cd9b3](https://togithub.com/kulshekhar/ts-jest/commit/96cd9b3)). This will affect to any snapshots or assertion against diagnostics messages ### [`v25.2.1`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2521-httpsgithubcomkulshekharts-jestcompare25202521-2020-02-21) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.2.0...25.2.1) ##### Bug Fixes - **compiler:** allow transformation of typescript files in node_modules ([#​1385](https://togithub.com/kulshekhar/ts-jest/issues/1385)) ([814405e](https://togithub.com/kulshekhar/ts-jest/commit/814405e)) - **docs:** fixing slack link and some minor typos in documenation ([#​1404](https://togithub.com/kulshekhar/ts-jest/issues/1404)) ([3e2e008](https://togithub.com/kulshekhar/ts-jest/commit/3e2e008)) - **transformer:** add deepUnmock to hoist method list ([#​1372](https://togithub.com/kulshekhar/ts-jest/issues/1372)) ([0fbbc00](https://togithub.com/kulshekhar/ts-jest/commit/0fbbc00)) - **util:** use resolve package typescript package in yarn workspaces ([#​1377](https://togithub.com/kulshekhar/ts-jest/issues/1377)) ([a63808c](https://togithub.com/kulshekhar/ts-jest/commit/a63808c))
Microsoft/TypeScript ### [`v3.8.3`](https://togithub.com/Microsoft/TypeScript/releases/v3.8.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.8.2...v3.8.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-8/). For new features, check out the [What's new in TypeScript v3.8](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.8.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.8.0%22+is%3Aclosed+). - [fixed issues query for Typescript v3.8.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.8.1%22+is%3Aclosed+). - [fixed issues query for Typescript v3.8.2 (Final)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.8.2%22+is%3Aclosed+). - [fixed issues query for Typescript v3.8.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.8.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-383) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v3.8.2`](https://togithub.com/Microsoft/TypeScript/releases/v3.8.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.7.5...v3.8.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-8/). For new features, check out the [What's new in TypeScript v3.8.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.8.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.8.0%22+is%3Aclosed+). - [fixed issues query for Typescript v3.8.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.8.1%22+is%3Aclosed+). - [fixed issues query for Typescript v3.8.2 (Final)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.8.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-382) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.