Skip to content

chore: bump get-tsconfig from 4.13.7 to 4.14.0#122

Merged
akutuva21 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/get-tsconfig-4.14.0
Jun 18, 2026
Merged

chore: bump get-tsconfig from 4.13.7 to 4.14.0#122
akutuva21 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/get-tsconfig-4.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps get-tsconfig from 4.13.7 to 4.14.0.

Release notes

Sourced from get-tsconfig's releases.

v4.14.0

4.14.0 (2026-04-15)

Features

  • add includes option to getTsconfig and findTsconfig (fa1018b)
  • api: add findTsconfig function (260517e)
  • api: export PathsMatcher type (720eddf)

v4.13.8

4.13.8 (2026-04-14)

Bug Fixes

  • parse-tsconfig: rewrite inherited path fields in extends (#129) (46833a9)
Commits
  • 24bc5a7 docs: fix createFileMatcher → createFilesMatcher in README
  • 46cd39e test: use named testSuite and remove redundant describe wrappers
  • d7674bf ci: remove Package Size Report workflow
  • eb8d197 test: add findTsconfig coverage and reorganize getTsconfig tests
  • fa1018b feat: add includes option to getTsconfig and findTsconfig
  • 260517e feat(api): add findTsconfig function
  • 720eddf feat(api): export PathsMatcher type
  • 46833a9 fix(parse-tsconfig): rewrite inherited path fields in extends (#129)
  • See full diff in compare view

Dependabot compatibility score

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 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 show <dependency name> 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)

Bumps [get-tsconfig](https://github.com/privatenumber/get-tsconfig) from 4.13.7 to 4.14.0.
- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)
- [Commits](privatenumber/get-tsconfig@v4.13.7...v4.14.0)

---
updated-dependencies:
- dependency-name: get-tsconfig
  dependency-version: 4.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 15, 2026
let max = 0;
for (let idx = 0; idx < this.molecules.length; idx++) {
let deg = 0;
const deg = 0;
@akutuva21 akutuva21 merged commit b57295a into main Jun 18, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/get-tsconfig-4.14.0 branch June 18, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant