Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps c8 from 10.1.2 to 10.1.3.

Release notes

Sourced from c8's releases.

v10.1.3

10.1.3 (2024-12-10)

Bug Fixes

  • deps: update bcoe/v8-coverage addressing v8 issue (#552) (b32a563)
Changelog

Sourced from c8's changelog.

10.1.3 (2024-12-10)

Bug Fixes

  • deps: update bcoe/v8-coverage addressing v8 issue (#552) (b32a563)
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [c8](https://github.com/bcoe/c8) from 10.1.2 to 10.1.3.
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v10.1.2...v10.1.3)

---
updated-dependencies:
- dependency-name: c8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot dependencies RP that updates dependencies labels Dec 10, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12264431319

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 12217100769: 0.0%
Covered Lines: 111
Relevant Lines: 111

💛 - Coveralls

@vansergen vansergen merged commit 06b3b68 into main Apr 27, 2025
6 checks passed
@vansergen vansergen deleted the dependabot/npm_and_yarn/c8-10.1.3 branch April 27, 2025 20:41
github-actions bot pushed a commit that referenced this pull request Jun 29, 2025
## <small>2.0.3 (2025-06-29)</small>

* Merge branch 'main' into dependabot/npm_and_yarn/binden/tsconfig-3.0.0 ([9f25869](9f25869))
* Merge pull request #104 from binden-js/dependabot/npm_and_yarn/husky-9.1.7 ([07272cb](07272cb)), closes [#104](#104)
* Merge pull request #109 from binden-js/dependabot/npm_and_yarn/prettier-3.4.2 ([83f866c](83f866c)), closes [#109](#109)
* Merge pull request #110 from binden-js/dependabot/npm_and_yarn/typedoc-0.27.3 ([af5b39a](af5b39a)), closes [#110](#110)
* Merge pull request #113 from binden-js/dependabot/npm_and_yarn/binden/tsconfig-3.0.0 ([2821a59](2821a59)), closes [#113](#113)
* Merge pull request #115 from binden-js/dependabot/npm_and_yarn/c8-10.1.3 ([06b3b68](06b3b68)), closes [#115](#115)
* Merge pull request #121 from binden-js/dependabot/npm_and_yarn/lint-staged-15.4.3 ([d6a6d47](d6a6d47)), closes [#121](#121)
* Merge pull request #125 from binden-js/dependabot/npm_and_yarn/typedoc-0.27.9 ([2d99911](2d99911)), closes [#125](#125)
* Merge pull request #135 from binden-js/dependabot/npm_and_yarn/lint-staged-16.1.2 ([a5a8977](a5a8977)), closes [#135](#135)
* Merge pull request #139 from binden-js/dependabot/npm_and_yarn/typedoc-0.28.6 ([ba26207](ba26207)), closes [#139](#139)
* perf!: drop Node<22 support ([e0e30b6](e0e30b6))
* ci: do not use `npm publish --dry-run` ([d788587](d788587))
* ci: remove intermediate versions ([4975609](4975609))
* test: fix eslint errors ([f655302](f655302))
* test: update types ([f9eed00](f9eed00))
* refactor: update type imports ([998f303](998f303))
* style: run prettier ([8b1eb3a](8b1eb3a))
* peerDependencies: bump `binden` to `v2.0.4` ([54027e9](54027e9))
* devDependencies: bump @binden/tsconfig from 2.0.0 to 3.0.0 ([92bfed4](92bfed4))
* devDependencies: bump c8 from 10.1.2 to 10.1.3 ([9796211](9796211))
* devDependencies: bump husky from 9.1.5 to 9.1.7 ([6ce162b](6ce162b))
* devDependencies: bump lint-staged from 15.2.10 to 15.4.3 ([f428725](f428725))
* devDependencies: bump lint-staged from 15.4.3 to 16.1.2 ([977a531](977a531))
* devDependencies: bump prettier from 3.3.3 to 3.4.2 ([d73fc0f](d73fc0f))
* devDependencies: bump typedoc from 0.26.7 to 0.27.3 ([e8e03b6](e8e03b6))
* devDependencies: bump typedoc from 0.27.3 to 0.27.9 ([fd61f05](fd61f05))
* devDependencies: bump typedoc from 0.27.9 to 0.28.6 ([dd1efd8](dd1efd8))
Copy link

🎉 This PR is included in version 2.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot dependencies RP that updates dependencies released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants