Skip to content

Commit

Permalink
fix: update dependency cosmiconfig-typescript-loader to v4 (#3346)
Browse files Browse the repository at this point in the history
* fix: update dependency cosmiconfig-typescript-loader to v4

* fix(load): cosmiconfig-typescript-loader import for v4

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: escapedcat <github@htmlcss.de>
  • Loading branch information
renovate[bot] and escapedcat committed Aug 27, 2022
1 parent a294222 commit 5a9d80f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Expand Up @@ -53,7 +53,7 @@
"@types/node": "^14.0.0",
"chalk": "^4.1.0",
"cosmiconfig": "^7.0.0",
"cosmiconfig-typescript-loader": "^3.0.0",
"cosmiconfig-typescript-loader": "^4.0.0",
"lodash": "^4.17.19",
"resolve-from": "^5.0.0",
"typescript": "^4.6.4"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/load/src/utils/load-config.ts
@@ -1,5 +1,5 @@
import {cosmiconfig} from 'cosmiconfig';
import TypeScriptLoader from 'cosmiconfig-typescript-loader';
import {TypeScriptLoader} from 'cosmiconfig-typescript-loader';
import path from 'path';

export interface LoadConfigResult {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3532,10 +3532,10 @@ core-util-is@~1.0.0:
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==

cosmiconfig-typescript-loader@^3.0.0:
version "3.1.2"
resolved "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.1.2.tgz#e147457854cabe1416152bdca55f53449b1f865d"
integrity sha512-rIwakk27LtK7vjSjGgs3FDbKkq41Byw3VHRGRuAkRQLfGla+O7s+cy1FXRkjLSZ2G9z1og1bcOIsELo1w4G0Kg==
cosmiconfig-typescript-loader@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.0.0.tgz#4a6d856c1281135197346a6f64dfa73a9cd9fefa"
integrity sha512-cVpucSc2Tf+VPwCCR7SZzmQTQkPbkk4O01yXsYqXBIbjE1bhwqSyAgYQkRK1un4i0OPziTleqFhdkmOc4RQ/9g==

cosmiconfig@^7.0.0:
version "7.0.1"
Expand Down

0 comments on commit 5a9d80f

Please sign in to comment.