-
Notifications
You must be signed in to change notification settings - Fork 6
chore: Bump glob and @vitest/coverage-istanbul #69
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
Conversation
Removes [glob](https://github.com/isaacs/node-glob). It's no longer used after updating ancestor dependency [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul). These dependencies need to be updated together. Removes `glob` Updates `@vitest/coverage-istanbul` from 3.2.4 to 4.0.10 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.10/packages/coverage-istanbul) --- updated-dependencies: - dependency-name: glob dependency-version: dependency-type: indirect - dependency-name: "@vitest/coverage-istanbul" dependency-version: 4.0.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
tsconfig.json
Outdated
| }, | ||
| "include": ["src/**/*.ts"], | ||
| "exclude": ["**/__tests__/**"] | ||
| "exclude": ["**/__tests__/**", "**/README.md"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this change needed?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
=======================================
Coverage 92.00% 92.00%
=======================================
Files 1 1
Lines 25 25
Branches 9 9
=======================================
Hits 23 23
Misses 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Removes glob. It's no longer used after updating ancestor dependency @vitest/coverage-istanbul. These dependencies need to be updated together.
Removes
globUpdates
@vitest/coverage-istanbulfrom 3.2.4 to 4.0.10Release notes
Sourced from
@vitest/coverage-istanbul's releases.... (truncated)
Commits
259a3d1chore: release v4.0.1062fab24chore: release v4.0.946bfd09chore: release v4.0.81f5d9d2chore: release v4.0.72e7b2b8chore: release v4.0.6e3b7775fix(coverage): prevent filtering out virtual files before remapping to source...ed9fc71chore: release v4.0.59b75ec5chore: release v4.0.4ca1766fchore: release v4.0.307bc56achore: release v4.0.2Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@vitest/coverage-istanbulsince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.