Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency tsconfck to v3 #224

Merged
merged 2 commits into from
Dec 4, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

dominikg/tsconfck (tsconfck)

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)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

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

@changeset-bot
Copy link

changeset-bot bot commented Oct 17, 2023

⚠️ No Changeset found

Latest commit: ff3370f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (49ba0e6) 85.39% compared to head (174e48a) 85.39%.
Report is 7 commits behind head on main.

❗ Current head 174e48a differs from pull request most recent head ff3370f. Consider uploading reports for the commit ff3370f to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #224   +/-   ##
=======================================
  Coverage   85.39%   85.39%           
=======================================
  Files           8        8           
  Lines        1780     1780           
  Branches      286      286           
=======================================
  Hits         1520     1520           
  Misses        259      259           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/tsconfck-3.x branch 3 times, most recently from 94330e0 to e05e113 Compare October 19, 2023 10:35
@renovate renovate bot force-pushed the renovate/tsconfck-3.x branch 4 times, most recently from b6aa6aa to 782c8a7 Compare December 4, 2023 14:53
@cometkim cometkim merged commit 7801a76 into main Dec 4, 2023
4 checks passed
@cometkim cometkim deleted the renovate/tsconfck-3.x branch December 4, 2023 15:02
cometkim added a commit that referenced this pull request Dec 4, 2023
cometkim added a commit that referenced this pull request Dec 4, 2023
* Drop Node'js < v18 and TypeScript < v5 as required by tsconfck v3

See #224

* update lockfile
@github-actions github-actions bot mentioned this pull request Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant