• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Recached

bcomnes / domstack
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/typescript-574b0d5a74
DEFAULT BRANCH: master
Repo Added 20 Jul 2025 05:06PM UTC
Token bT4Yb46nIGDv9enYPMaGANdYoUTj6rREN regen
Build 275 Last
Files 56
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH dependabot/npm_and_yarn/typescript-574b0d5a74
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • ac/eject-console-misspelling
  • better-post-vars
  • blog-example
  • cleanup-browser-vars-concept
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-node-5
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/npm_and_yarn/chokidar-5.0.0
  • dependabot/npm_and_yarn/esbuild-0.27.0
  • dependabot/npm_and_yarn/esbuild-0.27.1
  • dependabot/npm_and_yarn/esbuild-0.28.0
  • dependabot/npm_and_yarn/examples/react/react-19.1.0
  • dependabot/npm_and_yarn/examples/react/react-19.1.1
  • dependabot/npm_and_yarn/examples/react/react-61e40ddca6
  • dependabot/npm_and_yarn/examples/react/react-9b0b2df424
  • dependabot/npm_and_yarn/examples/react/react-dom-19.1.1
  • dependabot/npm_and_yarn/examples/react/types/react-19.1.10
  • dependabot/npm_and_yarn/examples/react/types/react-dom-19.0.1
  • dependabot/npm_and_yarn/examples/react/types/react-dom-19.1.7
  • dependabot/npm_and_yarn/examples/tailwind/esbuild-plugin-tailwindcss-2.1.0
  • dependabot/npm_and_yarn/examples/tailwind/esbuild-plugin-tailwindcss-2.2.0
  • dependabot/npm_and_yarn/installed-check-10.0.1
  • dependabot/npm_and_yarn/markdown-it-table-of-contents-1.0.0
  • dependabot/npm_and_yarn/markdown-it-table-of-contents-1.1.0
  • dependabot/npm_and_yarn/neostandard-0.13.0
  • dependabot/npm_and_yarn/read-pkg-10.0.0
  • dependabot/npm_and_yarn/typescript-4232e8fad1
  • dependabot/npm_and_yarn/typescript-574b0d5a74
  • dependabot/npm_and_yarn/typescript-636c0b06b6
  • dependabot/npm_and_yarn/voxpelli/tsconfig-16.0.0
  • docs/async-htm-to-string
  • docs/global-data-caveats
  • docs/layout-composition-pitfalls
  • docs/redirect-template-pattern
  • docs/render-inner-page
  • docs/template-return-type-guide
  • fix/copy-files-support
  • fix/copy-path-resolution
  • fix/default-esbuild-loaders
  • fix/export-public-types
  • fix/page-url-var
  • fix/template-global-data-vars
  • fix/vars-getter-error-messages
  • master
  • next
  • page.md
  • progressive-rebuilds
  • redo
  • top-bun
  • v11.0.0
  • v11.0.0-beta.1
  • v11.0.0-beta.2
  • v11.0.0-beta.3
  • v11.0.0-beta.4
  • v11.0.0-beta.5
  • v11.0.0-beta.6
  • v11.0.1
  • v11.0.2
  • v11.0.3

21 Apr 2026 12:23AM UTC coverage: 91.474%. Remained the same
24697367218

Pull #224

github

web-flow
Bump typescript from 5.9.3 to 6.0.2 in the typescript group

Bumps the typescript group with 1 update: [typescript](https://github.com/microsoft/TypeScript).


Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #224: Bump typescript from 5.9.3 to 6.0.2 in the typescript group across 1 directory

506 of 642 branches covered (78.82%)

Branch coverage included in aggregate %.

3807 of 4073 relevant lines covered (93.47%)

73.46 hits per line

Relevant lines Covered
Build:
Build:
4073 RELEVANT LINES 3807 COVERED LINES
73.46 HITS PER LINE
Source Files on master
  • Tree
  • List 56
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24697367218 dependabot/npm_and_yarn/typescript-574b0d5a74 Bump typescript from 5.9.3 to 6.0.2 in the typescript group Bumps the typescript group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft... Pull #224 21 Apr 2026 12:24AM UTC web-flow github
91.47
24646532123 master Merge pull request #240 from bcomnes/fix/template-global-data-vars Pass global.data.js output to template vars push 20 Apr 2026 03:08AM UTC web-flow github
91.47
24646444405 fix/template-global-data-vars JSDoc tweaks Pull #240 20 Apr 2026 03:04AM UTC bcomnes github
91.47
24619571843 fix/copy-path-resolution fix: cast array index access to satisfy noUncheckedIndexedAccess in tsc Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #251 19 Apr 2026 03:01AM UTC bcomnes github
91.47
24619532197 fix/export-public-types fix: add type args and fix @typedef in description to pass tsc Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #241 19 Apr 2026 02:58AM UTC bcomnes github
91.54
24619532678 fix/vars-getter-error-messages fix: add name to fakeLayout and type children param to pass tsc Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #242 19 Apr 2026 02:58AM UTC bcomnes github
91.47
24619424796 docs/redirect-template-pattern Rephrase --copy sentence to say copy a directory containing _redirects Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #253 19 Apr 2026 02:52AM UTC bcomnes github
91.47
24619423454 docs/layout-composition-pitfalls Rename layoutVars to extendedVars in vars-forwarding snippet to avoid name collision Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #246 19 Apr 2026 02:52AM UTC bcomnes github
91.47
24619424414 docs/render-inner-page Add caveat that render methods require successful PageData initialization Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #244 19 Apr 2026 02:52AM UTC bcomnes github
91.47
24619423904 docs/async-htm-to-string Fix renderInnerPage call signature in async-htm-to-string docs (add await and { pages }) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #247 19 Apr 2026 02:52AM UTC bcomnes github
91.47
See All Builds (181)

Badge your Repo: domstack

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc