From ee040c7c84cd106c69c8c9b8a2184467df1e1dbf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Sep 2023 17:26:57 +0000
Subject: [PATCH] fix(deps): Bump cosmiconfig from 8.2.0 to 8.3.3 (#170)
Bumps [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig) from
8.2.0 to 8.3.3.
Release notes
Sourced from cosmiconfig's
releases.
cosmiconfig: v8.3.3
8.3.3
(2023-09-03)
Bug Fixes
cosmiconfig: v8.3.2
8.3.2
(2023-09-02)
Bug Fixes
- use
.cjs
extension for sync compiled typescript (0d76a9a)
- use default for async TS loader (5bed3e3)
cosmiconfig: v8.3.1
8.3.1
(2023-09-02)
Bug Fixes
- do not resolve
stopDir
when undefined (59082e2),
closes #317
cosmiconfig: v8.3.0
8.3.0
(2023-09-02)
Features
- add support for TypeScript configuration files (d88b1b4)
Changelog
Sourced from cosmiconfig's
changelog.
8.3.3
(2023-09-03)
Bug Fixes
8.3.2
(2023-09-02)
Bug Fixes
- use
.cjs
extension for sync compiled typescript (0d76a9a)
- use default for async TS loader (5bed3e3)
8.3.1
(2023-09-02)
Bug Fixes
- do not resolve
stopDir
when undefined (59082e2),
closes #317
8.3.0
(2023-09-02)
Features
- add support for TypeScript configuration files (d88b1b4)
- add support for TypeScript configuration files (d88b1b4)
- add support for TypeScript configuration files (a9c7ada)
Commits
bd90c89
chore(main): release cosmiconfig 8.3.3 (#321)
5546550
chore: replace stopDir fix with a broader fix for more potential issues
invol...
7392541
fix: add back node 14 compat
6cb1e76
chore(main): release cosmiconfig 8.3.2 (#319)
5bed3e3
fix: use default for async TS loader
0d76a9a
fix: use .cjs
extension for sync compiled typescript
408c9cc
chore(main): release cosmiconfig 8.3.1 (#318)
59082e2
fix: do not resolve stopDir
when undefined
6476b36
chore: fix publish workflow
7eaaeef
chore(main): release cosmiconfig 8.3.0
- Additional commits viewable in compare
view
Maintainer changes
This version was pushed to npm by jrandolf, a new releaser for
cosmiconfig since your current version.
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmiconfig&package-manager=npm_and_yarn&previous-version=8.2.0&new-version=8.3.3)](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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
yarn.lock | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/yarn.lock b/yarn.lock
index 8d77d1f7..3862c75c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2133,14 +2133,19 @@ __metadata:
linkType: hard
"cosmiconfig@npm:^8.0.0, cosmiconfig@npm:^8.1.0":
- version: 8.2.0
- resolution: "cosmiconfig@npm:8.2.0"
+ version: 8.3.3
+ resolution: "cosmiconfig@npm:8.3.3"
dependencies:
- import-fresh: ^3.2.1
+ import-fresh: ^3.3.0
js-yaml: ^4.1.0
- parse-json: ^5.0.0
+ parse-json: ^5.2.0
path-type: ^4.0.0
- checksum: 836d5d8efa750f3fb17b03d6ca74cd3154ed025dffd045304b3ef59637f662bde1e5dc88f8830080d180ec60841719cf4ea2ce73fb21ec694b16865c478ff297
+ peerDependencies:
+ typescript: ">=4.9.5"
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ checksum: d678cc8f0aa68c9fc66966a409a15affda3338928edb9fc7ab9969d9a733bc7bf1396e11679d5d31f8a153d60b51faeccc91612e986137d8549f4230ab4368c9
languageName: node
linkType: hard
@@ -3368,7 +3373,7 @@ __metadata:
languageName: node
linkType: hard
-"import-fresh@npm:^3.2.1":
+"import-fresh@npm:^3.3.0":
version: 3.3.0
resolution: "import-fresh@npm:3.3.0"
dependencies: