cds-snc / digital-canada-ca

Website for the Canadian Digital Service / Site Web du Service numérique canadien
https://digital.canada.ca/
MIT License
49 stars 29 forks source link

chore(deps): update all patch dependencies #4917

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest (source) 28.1.0 -> 28.1.3 age adoption passing confidence
minimist 1.2.6 -> 1.2.8 age adoption passing confidence

Review


Release Notes

jestjs/jest (jest) ### [`v28.1.3`](https://togithub.com/jestjs/jest/blob/HEAD/CHANGELOG.md#2813) [Compare Source](https://togithub.com/jestjs/jest/compare/v28.1.2...v28.1.3) ##### Features - `[jest-leak-detector]` Use native `FinalizationRegistry` when it exists to get rid of external C dependency ([#​12973](https://togithub.com/facebook/jest/pull/12973)) ##### Fixes - `[jest-changed-files]` Fix a lock-up after repeated invocations ([#​12757](https://togithub.com/facebook/jest/issues/12757)) - `[@jest/expect-utils]` Fix deep equality of ImmutableJS OrderedSets ([#​12977](https://togithub.com/facebook/jest/pull/12977)) - `[jest-mock]` Add index signature support for `spyOn` types ([#​13013](https://togithub.com/facebook/jest/pull/13013), [#​13020](https://togithub.com/facebook/jest/pull/13020)) - `[jest-snapshot]` Fix indentation of awaited inline snapshots ([#​12986](https://togithub.com/facebook/jest/pull/12986)) ##### Chore & Maintenance - `[*]` Replace internal usage of `pretty-format/ConvertAnsi` with `jest-serializer-ansi-escapes` ([#​12935](https://togithub.com/facebook/jest/pull/12935), [#​13004](https://togithub.com/facebook/jest/pull/13004)) - `[docs]` Update spyOn docs ([#​13000](https://togithub.com/facebook/jest/pull/13000)) ### [`v28.1.2`](https://togithub.com/jestjs/jest/blob/HEAD/CHANGELOG.md#2812) [Compare Source](https://togithub.com/jestjs/jest/compare/v28.1.1...v28.1.2) ##### Fixes - `[jest-runtime]` Avoid star type import from `@jest/globals` ([#​12949](https://togithub.com/facebook/jest/pull/12949)) ##### Chore & Maintenance - `[docs]` Mention that jest-codemods now supports Sinon ([#​12898](https://togithub.com/facebook/jest/pull/12898)) ### [`v28.1.1`](https://togithub.com/jestjs/jest/blob/HEAD/CHANGELOG.md#2811) [Compare Source](https://togithub.com/jestjs/jest/compare/v28.1.0...v28.1.1) ##### Features - `[jest]` Expose `Config` type ([#​12848](https://togithub.com/facebook/jest/pull/12848)) - `[@jest/reporters]` Improve `GitHubActionsReporter`s annotation format ([#​12826](https://togithub.com/facebook/jest/pull/12826)) - `[@jest/types]` Infer argument types passed to `test` and `describe` callback functions from `each` tables ([#​12885](https://togithub.com/facebook/jest/pull/12885), [#​12905](https://togithub.com/facebook/jest/pull/12905)) ##### Fixes - `[@jest/expect-utils]` Fix deep equality of ImmutableJS OrderedMaps ([#​12899](https://togithub.com/facebook/jest/pull/12899)) - `[jest-docblock]` Handle multiline comments in parseWithComments ([#​12845](https://togithub.com/facebook/jest/pull/12845)) - `[jest-mock]` Improve `spyOn` error messages ([#​12901](https://togithub.com/facebook/jest/pull/12901)) - `[jest-runtime]` Correctly report V8 coverage with `resetModules: true` ([#​12912](https://togithub.com/facebook/jest/pull/12912)) - `[jest-worker]` Make `JestWorkerFarm` helper type to include methods of worker module that take more than one argument ([#​12839](https://togithub.com/facebook/jest/pull/12839)) ##### Chore & Maintenance - `[docs]` Updated docs to indicate that `jest-environment-jsdom` is a separate package [#​12828](https://togithub.com/facebook/jest/issues/12828) - `[docs]` Document the comments used by coverage providers [#​12835](https://togithub.com/facebook/jest/issues/12835) - `[docs]` Use `docusaurus-remark-plugin-tab-blocks` to format tabs with code examples ([#​12859](https://togithub.com/facebook/jest/pull/12859)) - `[jest-haste-map]` Bump `walker` version ([#​12324](https://togithub.com/facebook/jest/pull/12324))
minimistjs/minimist (minimist) ### [`v1.2.8`](https://togithub.com/minimistjs/minimist/blob/HEAD/CHANGELOG.md#v128---2023-02-09) [Compare Source](https://togithub.com/minimistjs/minimist/compare/v1.2.7...v1.2.8) ##### Merged - \[Fix] Fix long option followed by single dash [`#17`](https://togithub.com/minimistjs/minimist/pull/17) - \[Tests] Remove duplicate test [`#12`](https://togithub.com/minimistjs/minimist/pull/12) - \[Fix] opt.string works with multiple aliases [`#10`](https://togithub.com/minimistjs/minimist/pull/10) ##### Fixed - \[Fix] Fix long option followed by single dash ([#​17](https://togithub.com/minimistjs/minimist/issues/17)) [`#15`](https://togithub.com/minimistjs/minimist/issues/15) - \[Tests] Remove duplicate test ([#​12](https://togithub.com/minimistjs/minimist/issues/12)) [`#8`](https://togithub.com/minimistjs/minimist/issues/8) - \[Fix] Fix long option followed by single dash [`#15`](https://togithub.com/minimistjs/minimist/issues/15) - \[Fix] opt.string works with multiple aliases ([#​10](https://togithub.com/minimistjs/minimist/issues/10)) [`#9`](https://togithub.com/minimistjs/minimist/issues/9) - \[Fix] Fix handling of short option with non-trivial equals [`#5`](https://togithub.com/minimistjs/minimist/issues/5) - \[Tests] Remove duplicate test [`#8`](https://togithub.com/minimistjs/minimist/issues/8) - \[Fix] opt.string works with multiple aliases [`#9`](https://togithub.com/minimistjs/minimist/issues/9) ##### Commits - Merge tag 'v0.2.3' [`a026794`](https://togithub.com/minimistjs/minimist/commit/a0267947c7870fc5847cf2d437fbe33f392767da) - \[eslint] fix indentation and whitespace [`5368ca4`](https://togithub.com/minimistjs/minimist/commit/5368ca4147e974138a54cc0dc4cea8f756546b70) - \[eslint] fix indentation and whitespace [`e5f5067`](https://togithub.com/minimistjs/minimist/commit/e5f5067259ceeaf0b098d14bec910f87e58708c7) - \[eslint] more cleanup [`62fde7d`](https://togithub.com/minimistjs/minimist/commit/62fde7d935f83417fb046741531a9e2346a36976) - \[eslint] more cleanup [`36ac5d0`](https://togithub.com/minimistjs/minimist/commit/36ac5d0d95e4947d074e5737d94814034ca335d1) - \[meta] add `auto-changelog` [`73923d2`](https://togithub.com/minimistjs/minimist/commit/73923d223553fca08b1ba77e3fbc2a492862ae4c) - \[actions] add reusable workflows [`d80727d`](https://togithub.com/minimistjs/minimist/commit/d80727df77bfa9e631044d7f16368d8f09242c91) - \[eslint] add eslint; rules to enable later are warnings [`48bc06a`](https://togithub.com/minimistjs/minimist/commit/48bc06a1b41f00e9cdf183db34f7a51ba70e98d4) - \[eslint] fix indentation [`34b0f1c`](https://togithub.com/minimistjs/minimist/commit/34b0f1ccaa45183c3c4f06a91f9b405180a6f982) - \[readme] rename and add badges [`5df0fe4`](https://togithub.com/minimistjs/minimist/commit/5df0fe49211bd09a3636f8686a7cb3012c3e98f0) - \[Dev Deps] switch from `covert` to `nyc` [`a48b128`](https://togithub.com/minimistjs/minimist/commit/a48b128fdb8d427dfb20a15273f83e38d97bef07) - \[Dev Deps] update `covert`, `tape`; remove unnecessary `tap` [`f0fb958`](https://togithub.com/minimistjs/minimist/commit/f0fb958e9a1fe980cdffc436a211b0bda58f621b) - \[meta] create FUNDING.yml; add `funding` in package.json [`3639e0c`](https://togithub.com/minimistjs/minimist/commit/3639e0c819359a366387e425ab6eabf4c78d3caa) - \[meta] use `npmignore` to autogenerate an npmignore file [`be2e038`](https://togithub.com/minimistjs/minimist/commit/be2e038c342d8333b32f0fde67a0026b79c8150e) - Only apps should have lockfiles [`282b570`](https://togithub.com/minimistjs/minimist/commit/282b570e7489d01b03f2d6d3dabf79cd3e5f84cf) - isConstructorOrProto adapted from PR [`ef9153f`](https://togithub.com/minimistjs/minimist/commit/ef9153fc52b6cea0744b2239921c5dcae4697f11) - \[Dev Deps] update `@ljharb/eslint-config`, `aud` [`098873c`](https://togithub.com/minimistjs/minimist/commit/098873c213cdb7c92e55ae1ef5aa1af3a8192a79) - \[Dev Deps] update `@ljharb/eslint-config`, `aud` [`3124ed3`](https://togithub.com/minimistjs/minimist/commit/3124ed3e46306301ebb3c834874ce0241555c2c4) - \[meta] add `safe-publish-latest` [`4b927de`](https://togithub.com/minimistjs/minimist/commit/4b927de696d561c636b4f43bf49d4597cb36d6d6) - \[Tests] add `aud` in `posttest` [`b32d9bd`](https://togithub.com/minimistjs/minimist/commit/b32d9bd0ab340f4e9f8c3a97ff2a4424f25fab8c) - \[meta] update repo URLs [`f9fdfc0`](https://togithub.com/minimistjs/minimist/commit/f9fdfc032c54884d9a9996a390c63cd0719bbe1a) - \[actions] Avoid 0.6 tests due to build failures [`ba92fe6`](https://togithub.com/minimistjs/minimist/commit/ba92fe6ebbdc0431cca9a2ea8f27beb492f5e4ec) - \[Dev Deps] update `tape` [`950eaa7`](https://togithub.com/minimistjs/minimist/commit/950eaa74f112e04d23e9c606c67472c46739b473) - \[Dev Deps] add missing `npmignore` dev dep [`3226afa`](https://togithub.com/minimistjs/minimist/commit/3226afaf09e9d127ca369742437fe6e88f752d6b) - Merge tag 'v0.2.2' [`980d7ac`](https://togithub.com/minimistjs/minimist/commit/980d7ac61a0b4bd552711251ac107d506b23e41f) ### [`v1.2.7`](https://togithub.com/minimistjs/minimist/blob/HEAD/CHANGELOG.md#v127---2022-10-10) [Compare Source](https://togithub.com/minimistjs/minimist/compare/v1.2.6...v1.2.7) ##### Commits - \[meta] add `auto-changelog` [`0ebf4eb`](https://togithub.com/minimistjs/minimist/commit/0ebf4ebcd5f7787a5524d31a849ef41316b83c3c) - \[actions] add reusable workflows [`e115b63`](https://togithub.com/minimistjs/minimist/commit/e115b63fa9d3909f33b00a2db647ff79068388de) - \[eslint] add eslint; rules to enable later are warnings [`f58745b`](https://togithub.com/minimistjs/minimist/commit/f58745b9bb84348e1be72af7dbba5840c7c13013) - \[Dev Deps] switch from `covert` to `nyc` [`ab03356`](https://togithub.com/minimistjs/minimist/commit/ab033567b9c8b31117cb026dc7f1e592ce455c65) - \[readme] rename and add badges [`236f4a0`](https://togithub.com/minimistjs/minimist/commit/236f4a07e4ebe5ee44f1496ec6974991ab293ffd) - \[meta] create FUNDING.yml; add `funding` in package.json [`783a49b`](https://togithub.com/minimistjs/minimist/commit/783a49bfd47e8335d3098a8cac75662cf71eb32a) - \[meta] use `npmignore` to autogenerate an npmignore file [`f81ece6`](https://togithub.com/minimistjs/minimist/commit/f81ece6aaec2fa14e69ff4f1e0407a8c4e2635a2) - Only apps should have lockfiles [`56cad44`](https://togithub.com/minimistjs/minimist/commit/56cad44c7f879b9bb5ec18fcc349308024a89bfc) - \[Dev Deps] update `covert`, `tape`; remove unnecessary `tap` [`49c5f9f`](https://togithub.com/minimistjs/minimist/commit/49c5f9fb7e6a92db9eb340cc679de92fb3aacded) - \[Tests] add `aud` in `posttest` [`228ae93`](https://togithub.com/minimistjs/minimist/commit/228ae938f3cd9db9dfd8bd7458b076a7b2aef280) - \[meta] add `safe-publish-latest` [`01fc23f`](https://togithub.com/minimistjs/minimist/commit/01fc23f5104f85c75059972e01dd33796ab529ff) - \[meta] update repo URLs [`6b164c7`](https://togithub.com/minimistjs/minimist/commit/6b164c7d68e0b6bf32f894699effdfb7c63041dd)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 11 months ago

:test_tube: Review environment (fr)

https://kzl32mwvtrc7xsrrkvmueo26fm0ffucj.lambda-url.ca-central-1.on.aws/

github-actions[bot] commented 11 months ago

:test_tube: Review environment (en)

https://qvselmmx2di33n72zwyrtoxcfm0siobf.lambda-url.ca-central-1.on.aws/