Skip to content

Commit

Permalink
fix(deps): Bump cosmiconfig from 8.3.3 to 8.3.5 (#175)
Browse files Browse the repository at this point in the history
Bumps [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig) from
8.3.3 to 8.3.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cosmiconfig/cosmiconfig/releases">cosmiconfig's
releases</a>.</em></p>
<blockquote>
<h2>cosmiconfig: v8.3.5</h2>
<h2><a
href="https://github.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.4...cosmiconfig-v8.3.5">8.3.5</a>
(2023-09-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>pass null to transform function for backwards compat (<a
href="https://github.com/cosmiconfig/cosmiconfig/commit/2b38510ae2df5feedff75cc12114cc57da9cef3e">2b38510</a>)</li>
</ul>
<h2>cosmiconfig: v8.3.4</h2>
<h2><a
href="https://github.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.3...cosmiconfig-v8.3.4">8.3.4</a>
(2023-09-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>remove node: prefix from imports (<a
href="https://github.com/cosmiconfig/cosmiconfig/commit/f76484a9bb0136f1f42490cc3fa9126e688fbaba">f76484a</a>),
closes <a
href="https://redirect.github.com/cosmiconfig/cosmiconfig/issues/323">#323</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cosmiconfig/cosmiconfig/blob/main/CHANGELOG.md">cosmiconfig's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.4...cosmiconfig-v8.3.5">8.3.5</a>
(2023-09-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>pass null to transform function for backwards compat (<a
href="https://github.com/cosmiconfig/cosmiconfig/commit/2b38510ae2df5feedff75cc12114cc57da9cef3e">2b38510</a>)</li>
</ul>
<h2><a
href="https://github.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.3...cosmiconfig-v8.3.4">8.3.4</a>
(2023-09-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>remove node: prefix from imports (<a
href="https://github.com/cosmiconfig/cosmiconfig/commit/f76484a9bb0136f1f42490cc3fa9126e688fbaba">f76484a</a>),
closes <a
href="https://redirect.github.com/cosmiconfig/cosmiconfig/issues/323">#323</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/8550adb3da7c91866b3a8862b5b5caf42866b0a4"><code>8550adb</code></a>
chore(main): release cosmiconfig 8.3.5 (<a
href="https://redirect.github.com/cosmiconfig/cosmiconfig/issues/327">#327</a>)</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/2b38510ae2df5feedff75cc12114cc57da9cef3e"><code>2b38510</code></a>
fix: pass null to transform function for backwards compat</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/f4eb2d78ea2cc52ee766e113011cbc4601c1c706"><code>f4eb2d7</code></a>
chore(main): release cosmiconfig 8.3.4 (<a
href="https://redirect.github.com/cosmiconfig/cosmiconfig/issues/324">#324</a>)</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/74b5681d65765568c3e9b8b917390c15b6ca13ac"><code>74b5681</code></a>
chore: increase test timeout</li>
<li><a
href="https://github.com/cosmiconfig/cosmiconfig/commit/f76484a9bb0136f1f42490cc3fa9126e688fbaba"><code>f76484a</code></a>
fix: remove node: prefix from imports</li>
<li>See full diff in <a
href="https://github.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.3...cosmiconfig-v8.3.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmiconfig&package-manager=npm_and_yarn&previous-version=8.3.3&new-version=8.3.5)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
1 parent fe6faee commit 55b2176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2133,8 +2133,8 @@ __metadata:
linkType: hard

"cosmiconfig@npm:^8.0.0, cosmiconfig@npm:^8.1.0":
version: 8.3.3
resolution: "cosmiconfig@npm:8.3.3"
version: 8.3.5
resolution: "cosmiconfig@npm:8.3.5"
dependencies:
import-fresh: ^3.3.0
js-yaml: ^4.1.0
Expand All @@ -2145,7 +2145,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: d678cc8f0aa68c9fc66966a409a15affda3338928edb9fc7ab9969d9a733bc7bf1396e11679d5d31f8a153d60b51faeccc91612e986137d8549f4230ab4368c9
checksum: c6e44bb3cabf268b70049e7bd4ee8ecf00068854e53cbc32f9104794927ef406817f9e64e1c4949bd10776b604c01f7b50674336fcd2d5b9efc4cf8277fdf025
languageName: node
linkType: hard

Expand Down

0 comments on commit 55b2176

Please sign in to comment.