matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

550.md (5188B)


      1 # PR #550 Bump inquirer from 9.1.4 to 9.2.9
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-07-31T08:20:14Z
      6 - **Branch:** dependabot/npm_and_yarn/inquirer-9.2.9 → main
      7 - **Closed:** 2023-08-07T08:37:46Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [550.diff](./550.diff)
     12 
     13 ---
     14 
     15 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.1.4 to 9.2.9.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/SBoudrias/Inquirer.js/releases">inquirer's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>inquirer@9.2.9</h2>
     21 <ul>
     22 <li>Modified lodash imports to help with tree-shaking</li>
     23 <li>Replace unmaintained <code>through</code> dependency (only affect users of the old bottom bar)</li>
     24 </ul>
     25 </blockquote>
     26 </details>
     27 <details>
     28 <summary>Commits</summary>
     29 <ul>
     30 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/ab9dd2f301e02d2cc0fec699ce100b174f2b798e"><code>ab9dd2f</code></a> Publish</li>
     31 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/efc373e068c2b4d5fd6686cabc30b21ff34efc24"><code>efc373e</code></a> Bugfix (password): In non-masked mode, the cursor should be hidden. (follow-u...</li>
     32 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/c1a5582e92be0ce2dea7855bd86e00eb1ba5583a"><code>c1a5582</code></a> Bugfix (Core, Input, Confirm, Expand, Rawlist, Password): Fix cursor moves be...</li>
     33 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/08b0ab4d56817098ab72f0a9f1af2bf1f204ee91"><code>08b0ab4</code></a> Chore (core): Use public getCursorPos method from the Readline (old readline ...</li>
     34 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/51c98b9e2e9a22ab1a67ca5d381c62112742908a"><code>51c98b9</code></a> Chore (password): Clean types (follow-up to <a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1272">#1272</a>)</li>
     35 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/8b02d172989488fb82ab3ddb6166a9ab6ac6319c"><code>8b02d17</code></a> Type: password config type (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1272">#1272</a>)</li>
     36 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/790b80569df3f96b4b3ed867dfc854bd91c307e1"><code>790b805</code></a> chore: directly import only needed lodash modules (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1271">#1271</a>)</li>
     37 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/88d1091700e080aa9a569ed1ccd9512f43e929a8"><code>88d1091</code></a> Core (all): Bump dependencies</li>
     38 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/22187a5683602230f8afe5ac36f45ce448251020"><code>22187a5</code></a> chore: replace <code>through</code> with <code>@ljharb/through</code> (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1268">#1268</a>)</li>
     39 <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/33677f22a06f1abce38c58284b65fb20cf19e050"><code>33677f2</code></a> Update README.md (<a href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1264">#1264</a>)</li>
     40 <li>Additional commits viewable in <a href="https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.1.4...inquirer@9.2.9">compare view</a></li>
     41 </ul>
     42 </details>
     43 <br />
     44 
     45 
     46 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=inquirer&package-manager=npm_and_yarn&previous-version=9.1.4&new-version=9.2.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     47 
     48 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`.
     49 
     50 [//]: # (dependabot-automerge-start)
     51 [//]: # (dependabot-automerge-end)
     52 
     53 ---
     54 
     55 <details>
     56 <summary>Dependabot commands and options</summary>
     57 <br />
     58 
     59 You can trigger Dependabot actions by commenting on this PR:
     60 - `@dependabot rebase` will rebase this PR
     61 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     62 - `@dependabot merge` will merge this PR after your CI passes on it
     63 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     64 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     65 - `@dependabot reopen` will reopen this PR if it is closed
     66 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     67 - `@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)
     68 - `@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)
     69 - `@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)
     70 
     71 
     72 </details>
     73 
     74 
     75 ## Comments
     76 
     77 ### @dependabot[bot] — 2023-08-07T08:37:46Z
     78 
     79 Superseded by #559.
     80