Skip to content

Commit ff21506

Browse files
chore(deps): update dependency wireit to v0.14.10 (#944)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [wireit](https://redirect.github.com/google/wireit) | [`0.14.9` -> `0.14.10`](https://renovatebot.com/diffs/npm/wireit/0.14.9/0.14.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/wireit/0.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/wireit/0.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/wireit/0.14.9/0.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wireit/0.14.9/0.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/wireit (wireit)</summary> ### [`v0.14.10`](https://redirect.github.com/google/wireit/blob/HEAD/CHANGELOG.md#01410---2025-01-28) [Compare Source](https://redirect.github.com/google/wireit/compare/v0.14.9...362a67f24bbadfb05d232f6b87c7a0d2b8acdf24) ##### Fixed - Fix a bug that may have resulted in Wireit attempting to open too many files at once (no known reports). - When an unexpected error occurs, the specific script that failed is now reported by the logger, instead of the less-useful entry-point script. - When an output file is deleted during output manifest generation, a more useful error message is reported instead of an unexpected error. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/open-feature/openfeature.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 801ddb9 commit ff21506

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6490,27 +6490,27 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
64906490
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
64916491
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
64926492

6493-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0:
6494-
version "3.3.2"
6495-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
6496-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
6493+
fast-glob@^3.2.11, fast-glob@^3.3.2:
6494+
version "3.3.3"
6495+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
6496+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
64976497
dependencies:
64986498
"@nodelib/fs.stat" "^2.0.2"
64996499
"@nodelib/fs.walk" "^1.2.3"
65006500
glob-parent "^5.1.2"
65016501
merge2 "^1.3.0"
6502-
micromatch "^4.0.4"
6502+
micromatch "^4.0.8"
65036503

6504-
fast-glob@^3.3.2:
6505-
version "3.3.3"
6506-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
6507-
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
6504+
fast-glob@^3.2.9, fast-glob@^3.3.0:
6505+
version "3.3.2"
6506+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
6507+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
65086508
dependencies:
65096509
"@nodelib/fs.stat" "^2.0.2"
65106510
"@nodelib/fs.walk" "^1.2.3"
65116511
glob-parent "^5.1.2"
65126512
merge2 "^1.3.0"
6513-
micromatch "^4.0.8"
6513+
micromatch "^4.0.4"
65146514

65156515
fast-json-stable-stringify@^2.0.0:
65166516
version "2.1.0"
@@ -13157,9 +13157,9 @@ wildcard@^2.0.0, wildcard@^2.0.1:
1315713157
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
1315813158

1315913159
wireit@^0.14.9:
13160-
version "0.14.9"
13161-
resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.14.9.tgz#72fb1e3a605f246104c0e292f10472ecc106fe1d"
13162-
integrity sha512-hFc96BgyslfO1WGSzQqOVYd5N3TB+4u9w70L9GHR/T7SYjvFmeznkYMsRIjMLhPcVabCEYPW1vV66wmIVDs+dQ==
13160+
version "0.14.10"
13161+
resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.14.10.tgz#aa613d790dec08aa0738c354bab946394ddb305b"
13162+
integrity sha512-Y9wiNU92PcyfTcXRYzqjmilKl4Yfg30Jk/dwTN0e64JCkzoIP2QVo6gc8fjYK0gpL0/pq2IW+iMlknHLmLV+MQ==
1316313163
dependencies:
1316413164
brace-expansion "^4.0.0"
1316513165
chokidar "^3.5.3"

0 commit comments

Comments
 (0)