numerique-gouv / hyyypertool

Backoffice moderation tool for MonComptePro
https://hyyypertool.moncomptepro.beta.gouv.fr/
GNU General Public License v3.0
2 stars 0 forks source link

:arrow_upper_right: [patch](deps): bump ts-pattern from 5.3.1 to 5.4.0 #557

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps ts-pattern from 5.3.1 to 5.4.0.

Release notes

Sourced from ts-pattern's releases.

v5.4.0

The main thing — Faster type checking 🚀

This release brings a significant perf improvement to exhaustiveness checking, which led to a ~16% decrease in the time to type-check the full test suite of TS-Pattern:

Category Before After Evolution (%)
Instantiations 6,735,991 4,562,378 -32.33%
Memory used 732,233K 746,454K 1.95%
Assignability cache size 209,959 205,926 -1.92%
Identity cache size 28,093 28,250 0.56%
Check time 5.78s 4.83s -16.44%

What's Changed

New Contributors

Full Changelog: https://github.com/gvergnaud/ts-pattern/compare/v5.3.1...v5.4.0

Commits
  • 65a8567 5.4.0
  • e7fd119 Merge pull request #284 from changwoolab/fix/readonly-exhaustive
  • 5a1e7e0 Update tests/exhaustive-match.test.ts
  • 5196f04 chore: minor unit test modification
  • 979b358 refactor: uses helper utils
  • 980e4d0 refactor: move test to exhaustive-match.test.ts
  • c5778f3 code: remove unused type
  • e9c9ee8 Merge pull request #286 from gvergnaud/gvergnaud/improve-type-checking-perfor...
  • 8d23bc4 perf: improve type checking performance of BuildMany
  • e76182d Merge pull request #283 from gvergnaud/dependabot/npm_and_yarn/examples/gif-f...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)