sapper
sapper copied to clipboard
The next small thing in web development, powered by Svelte
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [ from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...
I don't know whenever I changed my code and redeploy the site. Some of the pages return error like this: "https://....client/index.2f1c772d.js net::ERR_ABORTED 404" And if the page inside an iFrame,...
In production mode, we can see error messages following;  How to visible __SAPPER__ error messages from sapper.scripts ? Is it possible ? Thanks...
This is **sort of** similar to [this issue](https://github.com/sveltejs/sapper/issues/431) and [this issue](https://github.com/sveltejs/sapper/issues/486) as well as this [issue](https://github.com/sveltejs/sapper/issues/278) . This is on a fresh setup as detailed [here](https://sapper.svelte.dev/docs#Getting_started). ## Environment `Node Version:...
On a large project which uses pnpm with many packages & `sapper run dev`, when a file changes, sapper reloads then panics with a `FATAL ERROR: Ineffective mark-compacts near heap...
I am using sapper version 0.28.10 svelte 3.31.0 and trying to create a static version of the site with sapper `npx sapper export --legacy --entry "/crawl"` where I have added...