Skip to content

Conversation

bcomnes
Copy link
Owner

@bcomnes bcomnes commented May 26, 2025

  • Rename to domstack
  • Use the node test runner
  • more..

@coveralls
Copy link

coveralls commented May 26, 2025

Pull Request Test Coverage Report for Build 16402216151

Details

  • 667 of 700 (95.29%) changed or added relevant lines in 28 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.5%) to 90.752%

Changes Missing Coverage Covered Lines Changed/Added Lines %
index.js 24 25 96.0%
lib/helpers/dom-stack-error.js 9 10 90.0%
lib/build-pages/page-builders/md/get-md.js 24 26 92.31%
test-cases/general-features/src/layouts/blog.layout.js 19 22 86.36%
test-cases/general-features/src/layouts/ts.layout.ts 31 34 91.18%
test-cases/general-features/src/markdown-it.settings.js 95 103 92.23%
lib/identify-pages.js 50 65 76.92%
Totals Coverage Status
Change from base Build 16402121717: 0.5%
Covered Lines: 3027
Relevant Lines: 3287

💛 - Coveralls

bcomnes added 18 commits May 26, 2025 10:10
markdown-it.settings.js files can be added to domstack websites and they
let you customize or replace the markdownit instance.
Generally switch all examples over to use preact, add react, etc.
Page workers are worker entrypoints. They get bundle split with all
other bundles, and a worker.json file is placed in the output directory
with the page. You can load this file, get the worker filename and
then create a worker from that entrypoint. This feature allows you
to create workers in pages that get bundled with the rest of your site.
# Conflicts:
#	package.json
Not using it enough to be installed by default
dependabot bot and others added 4 commits August 12, 2025 08:45
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.23 to 19.1.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-version: 19.1.10
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…/react/types/react-19.1.10

Bump @types/react from 18.3.23 to 19.1.10 in /examples/react
dependabot bot and others added 12 commits August 17, 2025 04:04
Bumps the typescript group with 2 updates: [@voxpelli/tsconfig](https://github.com/voxpelli/tsconfig) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@voxpelli/tsconfig` from 15.1.2 to 16.0.0
- [Release notes](https://github.com/voxpelli/tsconfig/releases)
- [Changelog](https://github.com/voxpelli/tsconfig/blob/main/CHANGELOG.md)
- [Commits](voxpelli/tsconfig@v15.1.2...v16.0.0)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: "@voxpelli/tsconfig"
  dependency-version: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <[email protected]>
…pt-4232e8fad1

Bump the typescript group with 2 updates
Bumps the react group with 3 updates in the /examples/react directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `react` from 18.3.1 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `@types/react-dom` from 18.3.7 to 19.1.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-dom` from 18.3.1 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
...

Signed-off-by: dependabot[bot] <[email protected]>
…/react/react-9b0b2df424

Bump the react group across 1 directory with 3 updates
Bumps [esbuild-plugin-tailwindcss](https://github.com/ttempaa/esbuild-plugin-tailwindcss) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/ttempaa/esbuild-plugin-tailwindcss/releases)
- [Commits](ttempaa/esbuild-plugin-tailwindcss@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: esbuild-plugin-tailwindcss
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 3 commits September 24, 2025 23:06
Bumps [markdown-it-table-of-contents](https://github.com/cmaas/markdown-it-table-of-contents) from 0.9.0 to 1.1.0.
- [Release notes](https://github.com/cmaas/markdown-it-table-of-contents/releases)
- [Changelog](https://github.com/cmaas/markdown-it-table-of-contents/blob/master/CHANGELOG.md)
- [Commits](cmaas/markdown-it-table-of-contents@v0.9.0...v1.1.0)

---
updated-dependencies:
- dependency-name: markdown-it-table-of-contents
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…/tailwind/esbuild-plugin-tailwindcss-2.1.0
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.

2 participants