You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/24 23:37:45 UTC

[GitHub] [skywalking-client-js] dependabot[bot] opened a new pull request, #113: build(deps): bump yaml, husky and lint-staged

dependabot[bot] opened a new pull request, #113:
URL: https://github.com/apache/skywalking-client-js/pull/113

   Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependencies [yaml](https://github.com/eemeli/yaml), [husky](https://github.com/typicode/husky) and [lint-staged](https://github.com/okonet/lint-staged). These dependencies need to be updated together.
   
   Updates `yaml` from 1.10.2 to 2.2.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p>
   <blockquote>
   <h2>v2.2.2</h2>
   <p>This patch release includes a fix for an error that could be thrown in <code>parseDocument</code> for degenerate input. Otherwise, it's a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:</p>
   <ul>
   <li>Use correct argument order when stringifying flow collection comments (<a href="https://redirect.github.com/eemeli/yaml/issues/443">#443</a>)</li>
   <li>First-line folding for block scalars (<a href="https://redirect.github.com/eemeli/yaml/issues/422">#422</a>)</li>
   <li>Corner case failure in error pretty-printer (<a href="https://huntr.dev/bounties/4b494e99-5a3e-40d9-8678-277f3060e96c/">CVE-2023-2251</a>)</li>
   </ul>
   <h2>v2.2.1</h2>
   <ul>
   <li>Quote top-level map keys containing document markers (<a href="https://redirect.github.com/eemeli/yaml/issues/431">#431</a>)</li>
   </ul>
   <h2>v2.2.0</h2>
   <h3>New Features</h3>
   <ul>
   <li>Add <code>flowCollectionPadding</code> toString option (<a href="https://redirect.github.com/eemeli/yaml/issues/420">#420</a>)</li>
   <li>Use indicator line for props on block collection values of mappings (<a href="https://redirect.github.com/eemeli/yaml/issues/425">#425</a>)</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>Minor relaxation of types for custom tags (<a href="https://redirect.github.com/eemeli/yaml/issues/429">#429</a>)</li>
   </ul>
   <h2>v2.1.3</h2>
   <ul>
   <li>Set correct node-end position for block collections with comments (<a href="https://redirect.github.com/eemeli/yaml/issues/413">#413</a>)</li>
   </ul>
   <h2>v2.1.2</h2>
   <ul>
   <li>Set correct node-end position for empty values with comments (<a href="https://redirect.github.com/eemeli/yaml/issues/413">#413</a>)</li>
   </ul>
   <h2>v2.1.1</h2>
   <p>No changes in executable code, only TS types.</p>
   <ul>
   <li>Revert &quot;Use TS named tuple for range (<a href="https://redirect.github.com/eemeli/yaml/issues/385">#385</a>)&quot; -- see <a href="https://redirect.github.com/eemeli/yaml/issues/393">#393</a></li>
   <li>Fix types for compatibility with TS 4.2 and 4.7</li>
   <li>Add CI workflow for testing published type in a range of TS versions</li>
   </ul>
   <h2>v2.1.0</h2>
   <p>Fixes for TypeScript users. Arguably this could've been a patch release as well.</p>
   <ul>
   <li>Improve/specify/fix TS types for Document &amp; collection access methods (<a href="https://redirect.github.com/eemeli/yaml/issues/383">#383</a>)</li>
   <li>Use TS named tuple for range (<a href="https://redirect.github.com/eemeli/yaml/issues/385">#385</a>)</li>
   <li>Rename internal Document option as <code>_directives</code> to resolve type conflict with ToString options (<a href="https://redirect.github.com/eemeli/yaml/issues/389">#389</a>)</li>
   <li>Update tsc target to ES2020 to match Node.js support</li>
   <li>Update dev dependencies, including jest 28</li>
   </ul>
   <h2>v2.0.1</h2>
   <ul>
   <li>Fix tags and anchors on map keys (<a href="https://redirect.github.com/eemeli/yaml/issues/378">#378</a>)</li>
   </ul>
   <h2>v2.0.0</h2>
   <p>This update has been in the works for the last year and a half. Its prerelease versions have been thoroughly tested by a wide number of users, and I think it's finally ready for &quot;actual&quot; release, for use in the mythical &quot;production&quot;.</p>
   <p>The breaking changes introduced here are mostly originating from the v1 CST parser having become a rather difficult beast to work with. So it's here rewritten pretty much completely, now with a lexer as a first stage. Along the way, the whole project was rewritten in TypeScript and the export paths and options refactored pretty deeply.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eemeli/yaml/commit/f21fa455b8bb08aa3b20f07968aa923544635c2d"><code>f21fa45</code></a> 2.2.2</li>
   <li><a href="https://github.com/eemeli/yaml/commit/984f5781ffd807e58cad3b5c8da1f940dab75fba"><code>984f578</code></a> fix: Corner case failure in error pretty-printer</li>
   <li><a href="https://github.com/eemeli/yaml/commit/443e3aa2acfb1951e6032a6c11798f861859b003"><code>443e3aa</code></a> fix: First-line folding for block scalars (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/422">#422</a>)</li>
   <li><a href="https://github.com/eemeli/yaml/commit/5af5d3da01c55ecbadd596babab70fa9db9e47ee"><code>5af5d3d</code></a> fix: Use correct argument order when stringifying flow collection comments (f...</li>
   <li><a href="https://github.com/eemeli/yaml/commit/c914dcc9dd19c9c4da065fbbc4c920f244304dec"><code>c914dcc</code></a> 2.2.1</li>
   <li><a href="https://github.com/eemeli/yaml/commit/c8551ebca947c0fcd7a5cbd5b7b2636d4bd6925c"><code>c8551eb</code></a> fix: Quote top-level map keys containing document markers (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/431">#431</a>)</li>
   <li><a href="https://github.com/eemeli/yaml/commit/35764085bec81eb075ad16241508de0934ec3477"><code>3576408</code></a> 2.2.0</li>
   <li><a href="https://github.com/eemeli/yaml/commit/ab52daa0a56fbafc5a332980b50631f991be3523"><code>ab52daa</code></a> ci: Remove all <a href="https://github.com/types"><code>@​types</code></a> except for node when testing types on old TS</li>
   <li><a href="https://github.com/eemeli/yaml/commit/85be08de5d255e855e5bc9871532ad270e9b5456"><code>85be08d</code></a> chore: Explicitly set supported types in tsconfig.json</li>
   <li><a href="https://github.com/eemeli/yaml/commit/4732502dc2a6d395665b6014eadce66ccd0da041"><code>4732502</code></a> ci: Uninstall <code>@​jest/types</code> before testing types on TS 4.2</li>
   <li>Additional commits viewable in <a href="https://github.com/eemeli/yaml/compare/v1.10.2...v2.2.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `husky` from 4.3.8 to 8.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/typicode/husky/releases">husky's releases</a>.</em></p>
   <blockquote>
   <h2>v8.0.3</h2>
   <ul>
   <li>fix: add git not installed message <a href="https://redirect.github.com/typicode/husky/issues/1208">#1208</a></li>
   </ul>
   <h2>v8.0.2</h2>
   <ul>
   <li>docs: remove deprecated npm set-script</li>
   </ul>
   <h2>v8.0.1</h2>
   <ul>
   <li>fix: use POSIX equality operator</li>
   </ul>
   <h2>v8.0.0</h2>
   <h2>What's Changed</h2>
   <h3>Feats</h3>
   <ul>
   <li>feat: add <code>husky -</code> prefix to logged global error messages by <a href="https://github.com/joshbalfour"><code>@​joshbalfour</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1092">typicode/husky#1092</a></li>
   <li>feat: show <code>PATH</code> when command not found to improve debuggability</li>
   <li>feat: drop Node 12 support</li>
   <li>feat: skip install if <code>$HUSKY=0</code></li>
   </ul>
   <h3>Fixes</h3>
   <ul>
   <li>fix: hook script use <code>/usr/bin/env sh</code> instead of direct path of <code>sh</code> by <a href="https://github.com/skhaz"><code>@​skhaz</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1051">typicode/husky#1051</a></li>
   <li>fix: actually set 'husky_skip_init' as readonly in <code>./husky.sh</code> by <a href="https://github.com/hyperupcall"><code>@​hyperupcall</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1104">typicode/husky#1104</a></li>
   <li>fix: force <code>basename</code>/<code>dirname</code> to treat <code>$0</code> as an argument by <a href="https://github.com/mataha"><code>@​mataha</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1132">typicode/husky#1132</a></li>
   <li>fix: remove <code>git.io</code> links by <a href="https://github.com/renbaoshuo"><code>@​renbaoshuo</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1136">typicode/husky#1136</a></li>
   </ul>
   <h3>Docs</h3>
   <ul>
   <li>docs: fix uninstall via npm by <a href="https://github.com/pddpd"><code>@​pddpd</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1033">typicode/husky#1033</a></li>
   <li>docs: add dog emoji as favicon by <a href="https://github.com/jamiehaywood"><code>@​jamiehaywood</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1095">typicode/husky#1095</a></li>
   <li>docs: replace deprecated <code>npx --no-install</code> option with <code>npx --no</code> by <a href="https://github.com/sibiraj-s"><code>@​sibiraj-s</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1070">typicode/husky#1070</a></li>
   <li>docs: add <code>pnpm</code> installation by <a href="https://github.com/MohamadKh75"><code>@​MohamadKh75</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1139">typicode/husky#1139</a></li>
   </ul>
   <h3>Chore</h3>
   <ul>
   <li>chore: update workflows by <a href="https://github.com/tiziodcaio"><code>@​tiziodcaio</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1125">typicode/husky#1125</a></li>
   </ul>
   <h2>v7.0.4</h2>
   <p><em>No changes. Husky v7.0.3 was reverted, this version is the same as v7.0.2.</em></p>
   <h2>v7.0.2</h2>
   <p>Fix pre-commit hook in WebStorm (<a href="https://redirect.github.com/typicode/husky/issues/1023">#1023</a>)</p>
   <h2>v7.0.1</h2>
   <ul>
   <li>Fix gracefully fail if Git command is not found <a href="https://redirect.github.com/typicode/husky/issues/1003">#1003</a> (same as in v6)</li>
   </ul>
   <h2>v7.0.0</h2>
   <ul>
   <li>Improve <code>.husky/</code> directory structure. <strong><code>.husky/.gitignore</code> is now unnecessary and can be removed</strong>.</li>
   <li>Improve error output (shorter)</li>
   <li>Update <a href="https://github.com/typicode/husky-init"><code>husky-init</code></a> CLI</li>
   <li>Update <a href="https://github.com/typicode/husky-4-to-7"><code>husky-4-to-7</code></a> CLI</li>
   <li>Drop Node 10 support</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/typicode/husky/commit/3c0e08d3ca4d01d04ebb92089e68c47e131ab6be"><code>3c0e08d</code></a> 8.0.3</li>
   <li><a href="https://github.com/typicode/husky/commit/1ed3f9a362cdedb02acaf0109c220ce1ac59f177"><code>1ed3f9a</code></a> fix: change message</li>
   <li><a href="https://github.com/typicode/husky/commit/500d4506acfb32da682a03ce92206c9ebdb94ff4"><code>500d450</code></a> fix: add git not installed error message (<a href="https://redirect.github.com/typicode/husky/issues/1208">#1208</a>)</li>
   <li><a href="https://github.com/typicode/husky/commit/2945907d1ca5bc8624406014b80fa3d998497cbb"><code>2945907</code></a> chore(deps): bump minimatch from 3.0.4 to 3.1.2 (<a href="https://redirect.github.com/typicode/husky/issues/1229">#1229</a>)</li>
   <li><a href="https://github.com/typicode/husky/commit/9f6dac446545cf12e91cb4861e126f5014469453"><code>9f6dac4</code></a> chore: remove stale bot</li>
   <li><a href="https://github.com/typicode/husky/commit/f6c2c06d196d0b4e318e2efee911150859b27749"><code>f6c2c06</code></a> chore: update package-lock.json</li>
   <li><a href="https://github.com/typicode/husky/commit/f862dc2b5cb5ffdda6fc60b48190c47e176b52b6"><code>f862dc2</code></a> chore: update devDependencies</li>
   <li><a href="https://github.com/typicode/husky/commit/9efb720c165ffcfec774b4584aa61f59dae774c7"><code>9efb720</code></a> 8.0.2</li>
   <li><a href="https://github.com/typicode/husky/commit/573de60f674c85efc0665f27cb16e01652c23d8f"><code>573de60</code></a> docs: remove deprecated npm set-script</li>
   <li><a href="https://github.com/typicode/husky/commit/3db28d4278ba83d408c1754e0f82010ad39711d1"><code>3db28d4</code></a> chore: increase daysUntilStale</li>
   <li>Additional commits viewable in <a href="https://github.com/typicode/husky/compare/v4.3.8...v8.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `lint-staged` from 10.5.4 to 13.2.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/okonet/lint-staged/releases">lint-staged's releases</a>.</em></p>
   <blockquote>
   <h2>v13.2.1</h2>
   <h2><a href="https://github.com/okonet/lint-staged/compare/v13.2.0...v13.2.1">13.2.1</a> (2023-04-07)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>ignore &quot;package.json&quot; as config file when it's invalid JSON (<a href="https://redirect.github.com/okonet/lint-staged/issues/1281">#1281</a>) (<a href="https://github.com/okonet/lint-staged/commit/e7ed6f741d2ea0f084b06f3e1ac3d1d57fadf737">e7ed6f7</a>)</li>
   </ul>
   <h2>v13.2.0</h2>
   <h1><a href="https://github.com/okonet/lint-staged/compare/v13.1.2...v13.2.0">13.2.0</a> (2023-03-10)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>dependencies:</strong> replace <code>colorette</code> with <code>chalk</code> for better color support detection (<a href="https://github.com/okonet/lint-staged/commit/f5987252ae59537727a93373b59ab47bc2651a2f">f598725</a>)</li>
   <li>use index-based stash references for improved MSYS2 compatibility (<a href="https://redirect.github.com/okonet/lint-staged/issues/1270">#1270</a>) (<a href="https://github.com/okonet/lint-staged/commit/60fcd99451b88336a05ebbe71cda8909d2733ad7">60fcd99</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>version bump only (<a href="https://redirect.github.com/okonet/lint-staged/issues/1275">#1275</a>) (<a href="https://github.com/okonet/lint-staged/commit/05fb3829faa5437276d98450c34699fecfc8c1c8">05fb382</a>)</li>
   </ul>
   <h2>v13.1.2</h2>
   <h2><a href="https://github.com/okonet/lint-staged/compare/v13.1.1...v13.1.2">13.1.2</a> (2023-02-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>disable stash by default when using diff option (<a href="https://redirect.github.com/okonet/lint-staged/issues/1259">#1259</a>) (<a href="https://github.com/okonet/lint-staged/commit/142c6f225087207ec4c63b7847795857d567ce40">142c6f2</a>)</li>
   </ul>
   <h2>v13.1.1</h2>
   <h2><a href="https://github.com/okonet/lint-staged/compare/v13.1.0...v13.1.1">13.1.1</a> (2023-02-07)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>allow re-enabling <code>--stash</code> when using the <code>--diff</code> option (<a href="https://github.com/okonet/lint-staged/commit/99390c31a856154e380f04d5c3603d2e6428f1e5">99390c3</a>)</li>
   </ul>
   <h2>v13.1.0</h2>
   <h1><a href="https://github.com/okonet/lint-staged/compare/v13.0.4...v13.1.0">13.1.0</a> (2022-12-04)</h1>
   <h3>Features</h3>
   <ul>
   <li>expose cli entrance from &quot;lint-staged/bin&quot; (<a href="https://redirect.github.com/okonet/lint-staged/issues/1237">#1237</a>) (<a href="https://github.com/okonet/lint-staged/commit/eabf1d217d8bd2559b1087c92b5ec9b15b8ffa7e">eabf1d2</a>)</li>
   </ul>
   <h2>v13.0.4</h2>
   <h2><a href="https://github.com/okonet/lint-staged/compare/v13.0.3...v13.0.4">13.0.4</a> (2022-11-25)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/okonet/lint-staged/commit/e7ed6f741d2ea0f084b06f3e1ac3d1d57fadf737"><code>e7ed6f7</code></a> fix: ignore &quot;package.json&quot; as config file when it's invalid JSON (<a href="https://redirect.github.com/okonet/lint-staged/issues/1281">#1281</a>)</li>
   <li><a href="https://github.com/okonet/lint-staged/commit/05fb3829faa5437276d98450c34699fecfc8c1c8"><code>05fb382</code></a> feat: version bump only (<a href="https://redirect.github.com/okonet/lint-staged/issues/1275">#1275</a>)</li>
   <li><a href="https://github.com/okonet/lint-staged/commit/f4351e33ac97bd65e85d25e8ce425751522c8ad7"><code>f4351e3</code></a> ci: disable workflow for <code>next</code> branch</li>
   <li><a href="https://github.com/okonet/lint-staged/commit/52a650b6ca99448eb4b6704a9bf0295e3e688882"><code>52a650b</code></a> docs: update README.md (<a href="https://redirect.github.com/okonet/lint-staged/issues/1273">#1273</a>)</li>
   <li><a href="https://github.com/okonet/lint-staged/commit/60fcd99451b88336a05ebbe71cda8909d2733ad7"><code>60fcd99</code></a> fix: use index-based stash references for improved MSYS2 compatibility (<a href="https://redirect.github.com/okonet/lint-staged/issues/1270">#1270</a>)</li>
   <li><a href="https://github.com/okonet/lint-staged/commit/0d843ce83060235635f1d1824c4bb744708b69ef"><code>0d843ce</code></a> chore(dependencies): update all dependencies</li>
   <li><a href="https://github.com/okonet/lint-staged/commit/f5987252ae59537727a93373b59ab47bc2651a2f"><code>f598725</code></a> fix(dependencies): replace <code>colorette</code> with <code>chalk</code> for better color support ...</li>
   <li><a href="https://github.com/okonet/lint-staged/commit/1bbe37af68963c13bdba5ba88f838233c0a947ea"><code>1bbe37a</code></a> chore(dependencies): update all dependencies</li>
   <li><a href="https://github.com/okonet/lint-staged/commit/f230c6984fa247c9c3a23e60778f22d06b8f3de4"><code>f230c69</code></a> docs: Clean up readme.me (<a href="https://redirect.github.com/okonet/lint-staged/issues/1263">#1263</a>)</li>
   <li><a href="https://github.com/okonet/lint-staged/commit/142c6f225087207ec4c63b7847795857d567ce40"><code>142c6f2</code></a> fix: disable stash by default when using diff option (<a href="https://redirect.github.com/okonet/lint-staged/issues/1259">#1259</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/okonet/lint-staged/compare/v10.5.4...v13.2.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-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 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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/skywalking-client-js/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-client-js] Fine0830 merged pull request #113: build(deps): bump yaml, husky and lint-staged

Posted by "Fine0830 (via GitHub)" <gi...@apache.org>.
Fine0830 merged PR #113:
URL: https://github.com/apache/skywalking-client-js/pull/113


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org