Bump balanced-match from 1.0.2 to 3.0.1 #15

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/balanced-match-3.0.1 into main 2024-12-09 21:26:51 +00:00
dependabot[bot] commented 2024-12-09 19:16:36 +00:00 (Migrated from github.com)

Bumps balanced-match from 1.0.2 to 3.0.1.

Release notes

Sourced from balanced-match's releases.

v3.0.1

  • package.json: Switch from "main" to "exports" (#50) b704dff
  • Create CODE_OF_CONDUCT.md 7e7530b
  • Bump minimist from 1.2.5 to 1.2.8 (#49) 56630b9

https://github.com/juliangruber/balanced-match/compare/v3.0.0...v3.0.1

v3.0.0

Major change because this is an ESM now 👋 Nothing else major changed.

  • pkg: add engines d59077b
  • update standard, remove prettier-standard 7f569d3
  • modernize 436bcdd
  • add github actions ci (#48) dfbd94f
  • docs: update badges 37fe34f
  • Bump got and np (#47) 6bce041
  • Bump word-wrap from 1.2.3 to 1.2.4 (#46) eaa266f
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 (#44) 4d80db3
  • Bump ansi-regex (#43) ebfcd39
  • Bump json5 from 1.0.1 to 1.0.2 (#42) ee6f172
  • Bump normalize-url from 4.5.0 to 4.5.1 (#38) 0d22310
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#39) 0063a93
  • Bump path-parse from 1.0.6 to 1.0.7 (#40) fffa66b
  • Bump trim-newlines from 3.0.0 to 3.0.1 (#37) 97bd4dd
  • added jsdoc (#35) 7e45d61
  • Update .npmignore (#34) 10eec4f

https://github.com/juliangruber/balanced-match/compare/v2.0.0...v3.0.0

v2.0.0

  • update package-lock.json 943cca0
  • Revert "Revert "travis: update node versions (#30)"" 42b669c
  • Revert "Revert "add np"" 967928c
  • Revert "Revert "update matcha"" a1889df
  • Revert "Revert "add prettier-standard"" a85dffa
  • Revert "Revert "add standard"" a293c68

https://github.com/juliangruber/balanced-match/compare/v1.0.2...v2.0.0

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [balanced-match](https://github.com/juliangruber/balanced-match) from 1.0.2 to 3.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/juliangruber/balanced-match/releases">balanced-match's releases</a>.</em></p> <blockquote> <h2>v3.0.1</h2> <ul> <li>package.json: Switch from &quot;main&quot; to &quot;exports&quot; (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/50">#50</a>) b704dff</li> <li>Create CODE_OF_CONDUCT.md 7e7530b</li> <li>Bump minimist from 1.2.5 to 1.2.8 (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/49">#49</a>) 56630b9</li> </ul> <p><a href="https://github.com/juliangruber/balanced-match/compare/v3.0.0...v3.0.1">https://github.com/juliangruber/balanced-match/compare/v3.0.0...v3.0.1</a></p> <h2>v3.0.0</h2> <p>Major change because this is an ESM now 👋 Nothing else major changed.</p> <ul> <li>pkg: add engines d59077b</li> <li>update standard, remove prettier-standard 7f569d3</li> <li>modernize 436bcdd</li> <li>add github actions ci (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/48">#48</a>) dfbd94f</li> <li>docs: update badges 37fe34f</li> <li>Bump got and np (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/47">#47</a>) 6bce041</li> <li>Bump word-wrap from 1.2.3 to 1.2.4 (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/46">#46</a>) eaa266f</li> <li>Bump http-cache-semantics from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/44">#44</a>) 4d80db3</li> <li>Bump ansi-regex (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/43">#43</a>) ebfcd39</li> <li>Bump json5 from 1.0.1 to 1.0.2 (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/42">#42</a>) ee6f172</li> <li>Bump normalize-url from 4.5.0 to 4.5.1 (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/38">#38</a>) 0d22310</li> <li>Bump hosted-git-info from 2.8.8 to 2.8.9 (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/39">#39</a>) 0063a93</li> <li>Bump path-parse from 1.0.6 to 1.0.7 (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/40">#40</a>) fffa66b</li> <li>Bump trim-newlines from 3.0.0 to 3.0.1 (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/37">#37</a>) 97bd4dd</li> <li>added jsdoc (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/35">#35</a>) 7e45d61</li> <li>Update .npmignore (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/34">#34</a>) 10eec4f</li> </ul> <p><a href="https://github.com/juliangruber/balanced-match/compare/v2.0.0...v3.0.0">https://github.com/juliangruber/balanced-match/compare/v2.0.0...v3.0.0</a></p> <h2>v2.0.0</h2> <ul> <li>update package-lock.json 943cca0</li> <li>Revert &quot;Revert &quot;travis: update node versions (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/30">#30</a>)&quot;&quot; 42b669c</li> <li>Revert &quot;Revert &quot;add np&quot;&quot; 967928c</li> <li>Revert &quot;Revert &quot;update matcha&quot;&quot; a1889df</li> <li>Revert &quot;Revert &quot;add prettier-standard&quot;&quot; a85dffa</li> <li>Revert &quot;Revert &quot;add standard&quot;&quot; a293c68</li> </ul> <p><a href="https://github.com/juliangruber/balanced-match/compare/v1.0.2...v2.0.0">https://github.com/juliangruber/balanced-match/compare/v1.0.2...v2.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/juliangruber/balanced-match/commit/bb2612142d2d40f46636319ce50197deb6254425"><code>bb26121</code></a> 3.0.1</li> <li><a href="https://github.com/juliangruber/balanced-match/commit/b704dff515ddaa35172443163d0a130f77a0f59e"><code>b704dff</code></a> package.json: Switch from &quot;main&quot; to &quot;exports&quot; (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/50">#50</a>)</li> <li><a href="https://github.com/juliangruber/balanced-match/commit/7e7530b4599c3327ddc20bb3cc5af342b26b5881"><code>7e7530b</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/juliangruber/balanced-match/commit/56630b96dba4ea7edc7366cb9af1c6bc186b19e2"><code>56630b9</code></a> Bump minimist from 1.2.5 to 1.2.8 (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/49">#49</a>)</li> <li><a href="https://github.com/juliangruber/balanced-match/commit/7faf963591218df292de64f542bccbb5a85de93f"><code>7faf963</code></a> 3.0.0</li> <li><a href="https://github.com/juliangruber/balanced-match/commit/d59077b296bc1999eb49deb8a62730c1c43ce9c4"><code>d59077b</code></a> pkg: add engines</li> <li><a href="https://github.com/juliangruber/balanced-match/commit/7f569d3b85146345984cbc21dd5cdc363d81e459"><code>7f569d3</code></a> update standard, remove prettier-standard</li> <li><a href="https://github.com/juliangruber/balanced-match/commit/436bcdd52a1dc5d26912a25ca11c011ffa6df3e6"><code>436bcdd</code></a> modernize</li> <li><a href="https://github.com/juliangruber/balanced-match/commit/dfbd94f6089b5327dca8f47638f8bb5f3fb935b6"><code>dfbd94f</code></a> add github actions ci (<a href="https://redirect.github.com/juliangruber/balanced-match/issues/48">#48</a>)</li> <li><a href="https://github.com/juliangruber/balanced-match/commit/37fe34fc20a6f366a8f865f89fa72f6f94eaeb27"><code>37fe34f</code></a> docs: update badges</li> <li>Additional commits viewable in <a href="https://github.com/juliangruber/balanced-match/compare/v1.0.2...v3.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=balanced-match&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
Sign in to join this conversation.
No description provided.