SocialGouv / monitorer

A highly customizable deploy-in-one-click application to monitor your web services uptime and latency.
https://socialgouv.github.io/monitorer/
Apache License 2.0
15 stars 8 forks source link

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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
@types/chart.js devDependencies patch 2.9.24 -> 2.9.25
ajv dependencies patch 6.12.5 -> 6.12.6
eslint (source) devDependencies minor 7.10.0 -> 7.11.0
jest (source) devDependencies minor 26.4.2 -> 26.5.3
keep-a-changelog devDependencies patch 0.10.1 -> 0.10.2
mongoose (source) dependencies patch 5.10.7 -> 5.10.9

Release Notes

ajv-validator/ajv ### [`v6.12.6`](https://togithub.com/ajv-validator/ajv/releases/v6.12.6) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v6.12.5...v6.12.6) Fix performance issue of "url" format.
eslint/eslint ### [`v7.11.0`](https://togithub.com/eslint/eslint/releases/v7.11.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.10.0...v7.11.0) - [`23e966f`](https://togithub.com/eslint/eslint/commit/23e966f6cf2a6c6b699dff5d6950ece3cc396498) Chore: Refactor CLIEngine tests (refs [#​13481](https://togithub.com/eslint/eslint/issues/13481)) ([#​13709](https://togithub.com/eslint/eslint/issues/13709)) (Nicholas C. Zakas) - [`fa9429a`](https://togithub.com/eslint/eslint/commit/fa9429aac0ffed505f3f02e8fc75f646c69f5c61) Fix: don't count line after EOF in max-lines ([#​13735](https://togithub.com/eslint/eslint/issues/13735)) (Milos Djermanovic) - [`d973675`](https://togithub.com/eslint/eslint/commit/d973675a5c06a2bd4f8ce640c78b67842cfebfd4) Docs: Update anchor links to use existing linkrefs (refs [#​13715](https://togithub.com/eslint/eslint/issues/13715)) ([#​13741](https://togithub.com/eslint/eslint/issues/13741)) (Brandon Mills) - [`2c6d774`](https://togithub.com/eslint/eslint/commit/2c6d774c89dcd14f386bd9d73d451fa2a892c3ef) Docs: Fix typos ([#​13730](https://togithub.com/eslint/eslint/issues/13730)) (Frieder Bluemle) - [`cc468c0`](https://togithub.com/eslint/eslint/commit/cc468c01021385a028de727eefcd442e7f34875c) Upgrade: eslint-visitor-keys@2.0.0 ([#​13732](https://togithub.com/eslint/eslint/issues/13732)) (Milos Djermanovic) - [`ab0ac6c`](https://togithub.com/eslint/eslint/commit/ab0ac6c532fb7b7d49779c8913146244d680743b) Docs: Fix anchor links ([#​13715](https://togithub.com/eslint/eslint/issues/13715)) (Gary Moore) - [`27f0de6`](https://togithub.com/eslint/eslint/commit/27f0de62e6281c28043be38ef051818c9edc15cd) Fix: account for linebreaks before postfix `++`/`--` in no-extra-parens ([#​13731](https://togithub.com/eslint/eslint/issues/13731)) (Milos Djermanovic) - [`da78fa1`](https://togithub.com/eslint/eslint/commit/da78fa11632a2908db4ac494012a16f5d5a88a64) Update: support async arrow fn in function-paren-newline (fixes [#​13728](https://togithub.com/eslint/eslint/issues/13728)) ([#​13729](https://togithub.com/eslint/eslint/issues/13729)) (Michal Dziekonski) - [`fe301b8`](https://togithub.com/eslint/eslint/commit/fe301b8cc0762d7f4edd59603ca51ed0ec0c2a43) Docs: Add configuration comments in examples ([#​13738](https://togithub.com/eslint/eslint/issues/13738)) (YeonJuan) - [`504408c`](https://togithub.com/eslint/eslint/commit/504408cd65e9d8827b2b8bbeb8f589df90eee523) Sponsors: Sync README with website (ESLint Jenkins) - [`3900659`](https://togithub.com/eslint/eslint/commit/390065985b2289ad4412a83598e3e833c382d27e) Sponsors: Sync README with website (ESLint Jenkins) - [`c1974b3`](https://togithub.com/eslint/eslint/commit/c1974b3f7169a8e5fab7007df92d02d8c1a8d5a3) Sponsors: Sync README with website (ESLint Jenkins) - [`6f4abe5`](https://togithub.com/eslint/eslint/commit/6f4abe5d5ade2711cc4c21bc8485af952763c2d3) Sponsors: Sync README with website (ESLint Jenkins)
facebook/jest ### [`v26.5.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2653) [Compare Source](https://togithub.com/facebook/jest/compare/v26.5.2...v26.5.3) ##### Features - `[jest-runtime]` add support for dynamic `import()` from CommonJS ([#​10620](https://togithub.com/facebook/jest/pull/10620)) ##### Fixes - `[jest-runner, jest-runtime]` `require.main` should not be `undefined` with `createRequire()` ([#​10610](https://togithub.com/facebook/jest/pull/10610)) - `[jest-runtime]` add missing `module.path` property ([#​10615](https://togithub.com/facebook/jest/pull/10615)) - `[jest-runtime]` Add `mainModule` instance variable to runtime ([#​10621](https://togithub.com/facebook/jest/pull/10621)) - `[jest-runtime]` Evaluate Node core modules on dynamic `import()` ([#​10622](https://togithub.com/facebook/jest/pull/10622)) - `[jest-validate]` Show suggestion only when unrecognized cli param is longer than 1 character ([#​10604](https://togithub.com/facebook/jest/pull/10604)) - `[jest-validate]` Validate `testURL` as CLI option ([#​10595](https://togithub.com/facebook/jest/pull/10595)) ### [`v26.5.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2652) [Compare Source](https://togithub.com/facebook/jest/compare/v26.5.0...v26.5.2) ##### Fixes - `[*]` Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 ([#​10599](https://togithub.com/facebook/jest/pull/10599)) - `[jest-circus]` Setup globals before emitting `setup`, and include Jest globals in the `setup` payload ([#​10598](https://togithub.com/facebook/jest/pull/10598)) - `[jest-mock]` Fix typings for `mockResolvedValue`, `mockResolvedValueOnce`, `mockRejectedValue` and `mockRejectedValueOnce` ([#​10600](https://togithub.com/facebook/jest/pull/10600)) ### [`v26.5.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2650) [Compare Source](https://togithub.com/facebook/jest/compare/v26.4.2...v26.5.0) ##### Features - `[jest-circus, jest-config, jest-runtime]` Add new `injectGlobals` config and CLI option to disable injecting global variables into the runtime ([#​10484](https://togithub.com/facebook/jest/pull/10484)) - `[jest-each]` Fixes `.each` type to always be callable ([#​10447](https://togithub.com/facebook/jest/pull/10447)) - `[jest-runner]` Add support for `moduleLoader`s with `default` exports ([#​10541](https://togithub.com/facebook/jest/pull/10541)) - `[@jest/create-cache-key-function]` Added a new package for creating cache keys ([#​10587](https://togithub.com/facebook/jest/pull/10587)) ##### Fixes - `[jest-circus, jest-jasmine2]` Find correct location for `test.each` tests ([#​10413](https://togithub.com/facebook/jest/pull/10413)) - `[jest-console]` Add `Console` constructor to `console` object ([#​10502](https://togithub.com/facebook/jest/pull/10502)) - `[jest-globals]` Fix lifecycle hook function types ([#​10480](https://togithub.com/facebook/jest/pull/10480)) - `[jest-runtime]` Remove usage of `vm.compileFunction` due to a performance issue ([#​10586](https://togithub.com/facebook/jest/pull/10586)) ##### Chore & Maintenance - `[jest-resolve]` Replace read-pkg-up with escalade package ([10558](https://togithub.com/facebook/jest/pull/10558)) - `[jest-environment-jsdom]` Update jsdom to 16.4.0 ([10578](https://togithub.com/facebook/jest/pull/10578))
oscarotero/keep-a-changelog ### [`v0.10.2`](https://togithub.com/oscarotero/keep-a-changelog/blob/master/CHANGELOG.md#​0102---2020-10-11) [Compare Source](https://togithub.com/oscarotero/keep-a-changelog/compare/v0.10.1...be5984ee606e64c53971eeef65c5ab76f2f3a68b) ##### Added - New command option --quiet added to cli [#​14][#​15] ##### Changed - `changelong` command will exit with code 1 if it fails to parse the changelog file
Automattic/mongoose ### [`v5.10.9`](https://togithub.com/Automattic/mongoose/blob/master/History.md#​5109--2020-10-09) [Compare Source](https://togithub.com/Automattic/mongoose/compare/5.10.8...5.10.9) =================== - fix(update): strip out unused array filters to avoid "filter was not used in the update" error [#​9468](https://togithub.com/Automattic/mongoose/issues/9468) - fix(mongoose): allow setting `autoCreate` as a global option to be consistent with `autoIndex` [#​9466](https://togithub.com/Automattic/mongoose/issues/9466) ### [`v5.10.8`](https://togithub.com/Automattic/mongoose/blob/master/History.md#​5108--2020-10-05) [Compare Source](https://togithub.com/Automattic/mongoose/compare/5.10.7...5.10.8) =================== - fix(schema): handle setting nested paths underneath single nested subdocs [#​9459](https://togithub.com/Automattic/mongoose/issues/9459) - fix(schema+index): allow calling `mongoose.model()` with schema from a different Mongoose module instance [#​9449](https://togithub.com/Automattic/mongoose/issues/9449) - fix(transaction): fix saving new documents w/ arrays in transactions [#​9457](https://togithub.com/Automattic/mongoose/issues/9457) [PenguinToast](https://togithub.com/PenguinToast) - fix(document): track `reason` on cast errors that occur while init-ing a document [#​9448](https://togithub.com/Automattic/mongoose/issues/9448) - fix(model): make `createCollection()` not throw error when collection already exists to be consistent with v5.9 [#​9447](https://togithub.com/Automattic/mongoose/issues/9447) - docs(connections): add SSL connections docs [#​9443](https://togithub.com/Automattic/mongoose/issues/9443) - docs(query_casting): fix typo [#​9458](https://togithub.com/Automattic/mongoose/issues/9458) [craig-davis](https://togithub.com/craig-davis)

Renovate configuration

:date: Schedule: "before 3am on Monday" in timezone Europe/Paris.

:vertical_traffic_light: Automerge: Enabled.

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