mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore(deps): update dependency debounce to v2.1.1 (#8166)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [debounce](https://redirect.github.com/sindresorhus/debounce) | [`2.1.0` -> `2.1.1`](https://renovatebot.com/diffs/npm/debounce/2.1.0/2.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/debounce/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/debounce/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/debounce/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/debounce/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/debounce (debounce)</summary> ### [`v2.1.1`](https://redirect.github.com/sindresorhus/debounce/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/sindresorhus/debounce/compare/v2.1.0...v2.1.1) - Fix the class context validation ([#​43](https://redirect.github.com/sindresorhus/debounce/issues/43)) [`205fd8f`](https://redirect.github.com/sindresorhus/debounce/commit/205fd8f) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ff6cd0c457
commit
61f70ea232
@ -81,7 +81,7 @@
|
||||
"cypress-vite": "^1.4.0",
|
||||
"date-fns": "2.30.0",
|
||||
"date-fns-tz": "^2.0.0",
|
||||
"debounce": "2.1.0",
|
||||
"debounce": "2.1.1",
|
||||
"deep-diff": "1.0.2",
|
||||
"dequal": "2.0.3",
|
||||
"fast-json-patch": "3.1.1",
|
||||
|
@ -4267,10 +4267,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"debounce@npm:2.1.0":
|
||||
version: 2.1.0
|
||||
resolution: "debounce@npm:2.1.0"
|
||||
checksum: 10c0/15ef40fc5c402053ca5ab1b2c23cf25eb8f2f3246977793846561b0c87321cbb627075897f69bbcffa5a5a7d07c161c9ba0bfcb4a80ee6898844c5b11bf1a76e
|
||||
"debounce@npm:2.1.1":
|
||||
version: 2.1.1
|
||||
resolution: "debounce@npm:2.1.1"
|
||||
checksum: 10c0/2d33b118cbcd19dc85146a0020a849a2b67abfe20030bca283786b5110da922995f7228a551df4b77e8fee9f40673ccc63c509593a470ab061c548f94442989d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9777,7 +9777,7 @@ __metadata:
|
||||
cypress-vite: "npm:^1.4.0"
|
||||
date-fns: "npm:2.30.0"
|
||||
date-fns-tz: "npm:^2.0.0"
|
||||
debounce: "npm:2.1.0"
|
||||
debounce: "npm:2.1.1"
|
||||
deep-diff: "npm:1.0.2"
|
||||
dequal: "npm:2.0.3"
|
||||
fast-json-patch: "npm:3.1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user