Lachlan Collins

Results 12 issues of Lachlan Collins

Hi, my team have recently started using this package in our SvelteKit app, and I decided to look into the SvelteKit warning messages and complex instructions for what should be...

For the sveltesociety.dev website, I've taken the worker from this repo to create [this script](https://github.com/svelte-society/sveltesociety.dev/blob/main/scripts/updatePublint.js) and generate [this data](https://github.com/svelte-society/sveltesociety.dev/blob/main/src/lib/data/publint.json) on if svelte packages pass publint. However, this is pretty similar...

enhancement

This updates all dependencies. Notably, esbuild has been upgraded to 0.19.10, and typescript has been updated to 5.3.3. I replaced `@skypack/package-check` with `publint` for checking package validity, and fixed the...

- Removed `--exclude=examples/**` from `test:pr` and `test:ci` - Fixed up some examples (wrong vinxi exports, broken client builds) - Re-enabled prettier on `test:pr` only

**Is your feature request related to a problem? Please describe.** I'd like to be able to access the config type so that I can write a wrapper function, similar to...

enhancement

Publint currently reports the following problems: https://publint.dev/[email protected] This PR fixes these publint errors by using the recommended [@sveltejs/package](https://github.com/sveltejs/kit/tree/main/packages/package) build tool in place of Rollup. Several `package.json` fields have been tweaked...

## Problem The Prism code highlighter is quite limited for our use case, where we are commonly rendering languages like Vue or Svelte. Even JSX highlighting is often poor -...

Publint reports the following errors because no build step exists (anymore?): https://publint.dev/[email protected] This PR fixes these publint errors and cleans up `package.json` fields. It also removes unused rollup dependencies since...

Hi there, I've just tried adding this package to TanStack/tanstack.com and got the following ESM error: ``` Error [ERR_REQUIRE_ESM]: require() of ES Module .../tanstack.com/node_modules/prism-svelte/index.js from .../tanstack.com/api/index.js not supported. .../tanstack.com/node_modules/prism-svelte/index.js is...

- Migrates most packages to https://tanstack.com/config/latest/docs/build - svelte-table migrated to `@sveltejs/package` - Note targeting alpha branch