chore(deps): update dependency tsconfck-2 to v3 #146
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0
->^3.0.0
Release Notes
dominikg/tsconfck (tsconfck-2)
v3.0.0
Compare Source
Major Changes
breaking(node): minimum supported node version is node18 (#107)
breaking(exports): remove cjs export (#107)
breaking(exports): remove package.json export (#107)
breaking(peerDependencies): minimum supported typescript version for parseNative and findNative is 5.0 (#107)
breaking(parse): include js extensions with allowJs: true (#132)
breaking(parse): resolve with empty result for missing tsconfig file, remove option resolveWithEmptyIfConfigNotFound (#115)
breaking(cache): Replace simple Map cache with a dedicated TSConfckCache (#132)
breaking(find): remove tsconfigPaths option, use cache + ignoreNodeModules instead. (#112)
breaking(find): add ignoreNodeModules option as a replacement for using tsconfigPaths to ignore node_modules (#128)
breaking(errors): throw ENOENT from parse if input .json filename does not exist. throw custom error if exists but is no file (#121)
Minor Changes
feat(exports): export unbundled esm js (#107)
feat(exports): export types as module declaration, including a .d.ts.map (#107)
perf(find): switch to fs.stat callback for async improve cache usage (#115)
feat(find): add configName option to support jsconfig.json (#132)
feat(findNative): add find options (cache, root) (#112)
Patch Changes
fix(parseNative): return empty result for not found to align with parse (#121)
fix(types): use import condition for types to avoid masquerading as cjs (#130)
v2.1.2
Compare Source
Patch Changes
see changelog archive for older versions
v2.1.1
Compare Source
v2.1.0
Compare Source
v2.0.3
Compare Source
v2.0.2
Compare Source
v2.0.1
Compare Source
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.