Skip to content

Commit bcd9d6f

Browse files
Merge #1849
1849: build(deps-dev): bump lint-staged from 15.3.0 to 15.4.3 r=flevi29 a=dependabot[bot] Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.3.0 to 15.4.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/releases">lint-staged's releases</a>.</em></p> <blockquote> <h2>v15.4.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1512">#1512</a> <a href="https://github.com/lint-staged/lint-staged/commit/cbfed1dfd2465c4198c692955281f0836600bea1"><code>cbfed1d</code></a> Thanks <a href="https://github.com/tarik02"><code>`@​tarik02</code></a>!` - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.</li> </ul> <h2>v15.4.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1509">#1509</a> <a href="https://github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450b4a0023425202e18"><code>8827ebf</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - Change <em>lint-staged</em>'s dependencies to use <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#caret-ranges-123-025-004">caret (<code>^</code>) ranges</a> instead of <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#tilde-ranges-123-12-1">tilde (<code>~</code>)</a>. This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.</li> </ul> <h2>v15.4.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1504">#1504</a> <a href="https://github.com/lint-staged/lint-staged/commit/1c7a45ed2c7fee9d5f55337be16a51e4c9b240e1"><code>1c7a45e</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - Default TypeScript config filenames match JS equivalents.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1504">#1504</a> <a href="https://github.com/lint-staged/lint-staged/commit/9cc18c9debb185490f9ae4f9c1d21ec8c2587393"><code>9cc18c9</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - Add missing conditional exports syntax for TypeScript types.</p> </li> </ul> <h2>v15.4.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1500">#1500</a> <a href="https://github.com/lint-staged/lint-staged/commit/a8ec1ddb587d2c1c2420dbb4baff8160f0ac46c9"><code>a8ec1dd</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - <em>Lint-staged</em> now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:</p> <pre lang="js"><code>/** * `@filename:` lint-staged.config.js * `@type` {import('lint-staged').Configuration} */ export default { '*': 'prettier --write', } </code></pre> <p>It's also possible to use the <code>.ts</code> file extension for the configuration if your Node.js version supports it. The <code>--experimental-strip-types</code> flag was introduced in <a href="https://github.com/nodejs/node/releases/tag/v22.6.0">Node.js v22.6.0</a> and unflagged in <a href="https://github.com/nodejs/node/releases/tag/v23.6.0">v23.6.0</a>, enabling Node.js to execute TypeScript files without additional configuration.</p> <pre lang="shell"><code>export NODE_OPTIONS=&quot;--experimental-strip-types&quot; <p>npx lint-staged --config lint-staged.config.ts<br /> </code></pre></p> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1501">#1501</a> <a href="https://github.com/lint-staged/lint-staged/commit/9b793640e1f87b46e4f40fcfc1ecf9d6f6013ac9"><code>9b79364</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - Handle possible failures when logging user shell for debug info.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md">lint-staged's changelog</a>.</em></p> <blockquote> <h2>15.4.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1512">#1512</a> <a href="https://github.com/lint-staged/lint-staged/commit/cbfed1dfd2465c4198c692955281f0836600bea1"><code>cbfed1d</code></a> Thanks <a href="https://github.com/tarik02"><code>`@​tarik02</code></a>!` - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.</li> </ul> <h2>15.4.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1509">#1509</a> <a href="https://github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450b4a0023425202e18"><code>8827ebf</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - Change <em>lint-staged</em>'s dependencies to use <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#caret-ranges-123-025-004">caret (<code>^</code>) ranges</a> instead of <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#tilde-ranges-123-12-1">tilde (<code>~</code>)</a>. This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.</li> </ul> <h2>15.4.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1504">#1504</a> <a href="https://github.com/lint-staged/lint-staged/commit/1c7a45ed2c7fee9d5f55337be16a51e4c9b240e1"><code>1c7a45e</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - Default TypeScript config filenames match JS equivalents.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1504">#1504</a> <a href="https://github.com/lint-staged/lint-staged/commit/9cc18c9debb185490f9ae4f9c1d21ec8c2587393"><code>9cc18c9</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - Add missing conditional exports syntax for TypeScript types.</p> </li> </ul> <h2>15.4.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1500">#1500</a> <a href="https://github.com/lint-staged/lint-staged/commit/a8ec1ddb587d2c1c2420dbb4baff8160f0ac46c9"><code>a8ec1dd</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - <em>Lint-staged</em> now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:</p> <pre lang="js"><code>/** * `@filename:` lint-staged.config.js * `@type` {import('lint-staged').Configuration} */ export default { '*': 'prettier --write', } </code></pre> <p>It's also possible to use the <code>.ts</code> file extension for the configuration if your Node.js version supports it. The <code>--experimental-strip-types</code> flag was introduced in <a href="https://github.com/nodejs/node/releases/tag/v22.6.0">Node.js v22.6.0</a> and unflagged in <a href="https://github.com/nodejs/node/releases/tag/v23.6.0">v23.6.0</a>, enabling Node.js to execute TypeScript files without additional configuration.</p> <pre lang="shell"><code>export NODE_OPTIONS=&quot;--experimental-strip-types&quot; <p>npx lint-staged --config lint-staged.config.ts<br /> </code></pre></p> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1501">#1501</a> <a href="https://github.com/lint-staged/lint-staged/commit/9b793640e1f87b46e4f40fcfc1ecf9d6f6013ac9"><code>9b79364</code></a> Thanks <a href="https://github.com/iiroj"><code>`@​iiroj</code></a>!` - Handle possible failures when logging user shell for debug info.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/e53f950dd74255226f8ecdcfe0aa0a9ebd820277"><code>e53f950</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/089da567b48af34a70a35552a1f27c4706bbd1b4"><code>089da56</code></a> test: fail Jest when coverage is under 100%</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/19aa461358ecf194fdd22366b3b94026656e033b"><code>19aa461</code></a> ci: remove code coverage action since it's not working in PRs from forks</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/cbfed1dfd2465c4198c692955281f0836600bea1"><code>cbfed1d</code></a> fix: update types.d.ts (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1512">#1512</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/aef9e5c83473505665f1d27c350cad1abc831a17"><code>aef9e5c</code></a> chore(changeset): release (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1510">#1510</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450b4a0023425202e18"><code>8827ebf</code></a> build(dependencies): update dependencies and switch to caret ranges (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1509">#1509</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/7f69b3f5058d88050dbcef94218a15cc82e28600"><code>7f69b3f</code></a> docs: generalize description from 'linting' to 'tasks' (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1507">#1507</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/1c93c9e1272df8fe5fdc7ebb2e6bb846a45a0fd4"><code>1c93c9e</code></a> chore(changeset): release (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1505">#1505</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/c0206646f1b1130bbe8bd25c839afe874f97f20d"><code>c020664</code></a> Merge pull request <a href="https://redirect.github.com/lint-staged/lint-staged/issues/1504">#1504</a> from lint-staged/fix-typescript</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/1c7a45ed2c7fee9d5f55337be16a51e4c9b240e1"><code>1c7a45e</code></a> fix: default TypeScript config filenames match JS equivalents</li> <li>Additional commits viewable in <a href="https://github.com/lint-staged/lint-staged/compare/v15.3.0...v15.4.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lint-staged&package-manager=npm_and_yarn&previous-version=15.3.0&new-version=15.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 5a02a2a + b3bda73 commit bcd9d6f

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"vite": "^6.0.9",
9191
"@typescript-eslint/utils": "^8.19.0",
9292
"globals": "^15.14.0",
93-
"lint-staged": "15.3.0",
93+
"lint-staged": "15.4.3",
9494
"prettier": "^3.4.2",
9595
"prettier-plugin-jsdoc": "^1.3.2",
9696
"typedoc": "^0.27.6",

yarn.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ chalk@^4.0.0:
970970
ansi-styles "^4.1.0"
971971
supports-color "^7.1.0"
972972

973-
chalk@~5.4.1:
973+
chalk@^5.4.1:
974974
version "5.4.1"
975975
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
976976
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
@@ -1017,10 +1017,10 @@ colorette@^2.0.20:
10171017
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
10181018
integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
10191019

1020-
commander@~12.1.0:
1021-
version "12.1.0"
1022-
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
1023-
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==
1020+
commander@^13.1.0:
1021+
version "13.1.0"
1022+
resolved "https://registry.yarnpkg.com/commander/-/commander-13.1.0.tgz#776167db68c78f38dcce1f9b8d7b8b9a488abf46"
1023+
integrity sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==
10241024

10251025
comment-parser@^1.4.0:
10261026
version "1.4.1"
@@ -1041,7 +1041,7 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
10411041
shebang-command "^2.0.0"
10421042
which "^2.0.1"
10431043

1044-
debug@^4.0.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@~4.4.0:
1044+
debug@^4.0.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
10451045
version "4.4.0"
10461046
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
10471047
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
@@ -1293,7 +1293,7 @@ eventemitter3@^5.0.1:
12931293
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
12941294
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
12951295

1296-
execa@^8.0.1, execa@~8.0.1:
1296+
execa@^8.0.1:
12971297
version "8.0.1"
12981298
resolved "https://registry.yarnpkg.com/execa/-/execa-8.0.1.tgz#51f6a5943b580f963c3ca9c6321796db8cc39b8c"
12991299
integrity sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==
@@ -1647,7 +1647,7 @@ levn@^0.4.1:
16471647
prelude-ls "^1.2.1"
16481648
type-check "~0.4.0"
16491649

1650-
lilconfig@~3.1.3:
1650+
lilconfig@^3.1.3:
16511651
version "3.1.3"
16521652
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4"
16531653
integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==
@@ -1659,23 +1659,23 @@ linkify-it@^5.0.0:
16591659
dependencies:
16601660
uc.micro "^2.0.0"
16611661

1662-
lint-staged@15.3.0:
1663-
version "15.3.0"
1664-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.3.0.tgz#32a0b3f2f2b8825950bd3b9fb093e045353bdfa3"
1665-
integrity sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==
1666-
dependencies:
1667-
chalk "~5.4.1"
1668-
commander "~12.1.0"
1669-
debug "~4.4.0"
1670-
execa "~8.0.1"
1671-
lilconfig "~3.1.3"
1672-
listr2 "~8.2.5"
1673-
micromatch "~4.0.8"
1674-
pidtree "~0.6.0"
1675-
string-argv "~0.3.2"
1676-
yaml "~2.6.1"
1677-
1678-
listr2@~8.2.5:
1662+
lint-staged@15.4.3:
1663+
version "15.4.3"
1664+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.4.3.tgz#e73587cc857f580c99f907abefe9ac8d8d5e74c1"
1665+
integrity sha512-FoH1vOeouNh1pw+90S+cnuoFwRfUD9ijY2GKy5h7HS3OR7JVir2N2xrsa0+Twc1B7cW72L+88geG5cW4wIhn7g==
1666+
dependencies:
1667+
chalk "^5.4.1"
1668+
commander "^13.1.0"
1669+
debug "^4.4.0"
1670+
execa "^8.0.1"
1671+
lilconfig "^3.1.3"
1672+
listr2 "^8.2.5"
1673+
micromatch "^4.0.8"
1674+
pidtree "^0.6.0"
1675+
string-argv "^0.3.2"
1676+
yaml "^2.7.0"
1677+
1678+
listr2@^8.2.5:
16791679
version "8.2.5"
16801680
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.5.tgz#5c9db996e1afeb05db0448196d3d5f64fec2593d"
16811681
integrity sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==
@@ -2003,7 +2003,7 @@ micromark@^4.0.0:
20032003
micromark-util-symbol "^2.0.0"
20042004
micromark-util-types "^2.0.0"
20052005

2006-
micromatch@^4.0.4, micromatch@~4.0.8:
2006+
micromatch@^4.0.4, micromatch@^4.0.8:
20072007
version "4.0.8"
20082008
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
20092009
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -2162,7 +2162,7 @@ picomatch@^2.3.1:
21622162
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
21632163
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
21642164

2165-
pidtree@~0.6.0:
2165+
pidtree@^0.6.0:
21662166
version "0.6.0"
21672167
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
21682168
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
@@ -2342,7 +2342,7 @@ std-env@^3.7.0:
23422342
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2"
23432343
integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==
23442344

2345-
string-argv@~0.3.2:
2345+
string-argv@^0.3.2:
23462346
version "0.3.2"
23472347
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
23482348
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
@@ -2635,10 +2635,10 @@ wrap-ansi@^9.0.0:
26352635
string-width "^7.0.0"
26362636
strip-ansi "^7.1.0"
26372637

2638-
yaml@^2.6.1, yaml@~2.6.1:
2639-
version "2.6.1"
2640-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773"
2641-
integrity sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==
2638+
yaml@^2.6.1, yaml@^2.7.0:
2639+
version "2.7.0"
2640+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
2641+
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
26422642

26432643
yocto-queue@^0.1.0:
26442644
version "0.1.0"

0 commit comments

Comments
 (0)