dominikg / tsconfck

A utility to find and parse tsconfig files without depending on typescript
Other
290 stars 14 forks source link

chore(deps): update dependency tsconfck-2 to v3 #146

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsconfck-2 (source) ^2.0.0 -> ^3.0.0 age adoption passing confidence

Release Notes

dominikg/tsconfck (tsconfck-2) ### [`v3.0.0`](https://togithub.com/dominikg/tsconfck/blob/HEAD/packages/tsconfck/CHANGELOG.md#300) [Compare Source](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.1.2...tsconfck@3.0.0) ##### Major Changes - breaking(node): minimum supported node version is node18 ([#​107](https://togithub.com/dominikg/tsconfck/pull/107)) - breaking(exports): remove cjs export ([#​107](https://togithub.com/dominikg/tsconfck/pull/107)) - breaking(exports): remove package.json export ([#​107](https://togithub.com/dominikg/tsconfck/pull/107)) - breaking(peerDependencies): minimum supported typescript version for parseNative and findNative is 5.0 ([#​107](https://togithub.com/dominikg/tsconfck/pull/107)) - breaking(parse): include js extensions with allowJs: true ([#​132](https://togithub.com/dominikg/tsconfck/pull/132)) - breaking(parse): resolve with empty result for missing tsconfig file, remove option resolveWithEmptyIfConfigNotFound ([#​115](https://togithub.com/dominikg/tsconfck/pull/115)) - breaking(cache): Replace simple Map cache with a dedicated TSConfckCache ([#​132](https://togithub.com/dominikg/tsconfck/pull/132)) - breaking(find): remove tsconfigPaths option, use cache + ignoreNodeModules instead. ([#​112](https://togithub.com/dominikg/tsconfck/pull/112)) - breaking(find): add ignoreNodeModules option as a replacement for using tsconfigPaths to ignore node_modules ([#​128](https://togithub.com/dominikg/tsconfck/pull/128)) - breaking(errors): throw ENOENT from parse if input .json filename does not exist. throw custom error if exists but is no file ([#​121](https://togithub.com/dominikg/tsconfck/pull/121)) ##### Minor Changes - feat(exports): export unbundled esm js ([#​107](https://togithub.com/dominikg/tsconfck/pull/107)) - feat(exports): export types as module declaration, including a .d.ts.map ([#​107](https://togithub.com/dominikg/tsconfck/pull/107)) - perf(find): switch to fs.stat callback for async improve cache usage ([#​115](https://togithub.com/dominikg/tsconfck/pull/115)) - feat(find): add configName option to support jsconfig.json ([#​132](https://togithub.com/dominikg/tsconfck/pull/132)) - feat(findNative): add find options (cache, root) ([#​112](https://togithub.com/dominikg/tsconfck/pull/112)) ##### Patch Changes - fix(parseNative): return empty result for not found to align with parse ([#​121](https://togithub.com/dominikg/tsconfck/pull/121)) - fix(types): use import condition for types to avoid masquerading as cjs ([#​130](https://togithub.com/dominikg/tsconfck/pull/130)) ### [`v2.1.2`](https://togithub.com/dominikg/tsconfck/blob/HEAD/packages/tsconfck/CHANGELOG.md#212) [Compare Source](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.1.1...tsconfck@2.1.2) ##### Patch Changes - fix(find-all): ignore inaccessible directory error on windows ([#​96](https://togithub.com/dominikg/tsconfck/issues/96)) *** see [changelog archive](./CHANGELOG_archive.md) for older versions ### [`v2.1.1`](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.1.0...tsconfck@2.1.1) [Compare Source](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.1.0...tsconfck@2.1.1) ### [`v2.1.0`](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.0.3...tsconfck@2.1.0) [Compare Source](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.0.3...tsconfck@2.1.0) ### [`v2.0.3`](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.0.2...tsconfck@2.0.3) [Compare Source](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.0.2...tsconfck@2.0.3) ### [`v2.0.2`](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.0.1...tsconfck@2.0.2) [Compare Source](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.0.1...tsconfck@2.0.2) ### [`v2.0.1`](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.0.0...tsconfck@2.0.1) [Compare Source](https://togithub.com/dominikg/tsconfck/compare/tsconfck@2.0.0...tsconfck@2.0.1)

Configuration

📅 Schedule: Branch creation - "before 5am on the 3rd day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 10 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.