sapper icon indicating copy to clipboard operation
sapper copied to clipboard

The next small thing in web development, powered by Svelte

Results 117 sapper issues
Sort by recently updated
recently updated
newest added
trafficstars

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 [![Dependabot...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

dependencies

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...

dependencies

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; ![Screen Shot 2022-04-07 at 10 30 18](https://user-images.githubusercontent.com/5569462/162144832-3791f924-82dc-4994-bce3-86afd9eaf3de.png) 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:...

bug

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...