web icon indicating copy to clipboard operation
web copied to clipboard

Guides, tools and libraries for modern web development.

Results 360 web issues
Sort by recently updated
recently updated
newest added

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=open&package-manager=npm_and_yarn&previous-version=8.4.2&new-version=10.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...

dependencies
javascript

Hi, I've got a very basic Solid.js effect example not working within Web Test Runner. Here's the [most minimal reproduction](https://github.com/trusktr/web-test-runner-solid-effect-test). The WTR config [defines an import map](https://github.com/trusktr/web-test-runner-solid-effect-test/blob/0b2b59343242e25407cf303bb824c0e35bebc5e9/web-test-runner.config.mjs#L11-L14) to import Solid.js...

Web Test Runner out of the box is modifying my import statements, which leads to this issue: - https://github.com/modernweb-dev/web/issues/2985 (see workaround) For example, it converts this ```js import {createSignal} from...

When run with `wds --watch` some binary files get distorted. Tried with 0.4.6 and some older versions. On node v20.19.4. Test file `data.bin` (60 bytes): ``` 00000000: 86 16 87...

The primary purpose of this PR is to fix #2982. I removed the logic that makes test file discovery relative to the specified `configFilePath`. Now the behavior is the same...

https://github.com/modernweb-dev/web/blob/9942e84d48ce75224dd9d09f70c72a41f374c377/packages/test-runner-core/src/runner/createSessionGroups.ts#L68-L69 There is an assumption, in the code above, that tests are contained in the same directory as the configs. That is not the case for my project, which has...

I'm having a number of issues trying to use this plugin. There are some unexpected and inconsistent results. ### Versions Node.js version `16.18.0` ```json "@web/rollup-plugin-html": "^1.11.0", "rollup": "^3.19.1", "rollup-plugin-minify-html-literals": "^1.2.6",...

## What I did 1. fix #1921 by coping the changes @peschee had done in https://github.com/modernweb-dev/dev-server-esbuild/issues/20 to the dev-server-esbuild package in web monorepo (not clear why theres two copy of...

Hello there! We've found a bug in @web/dev-server, versions 0.4 (it was not present in versions 0.3 and lower). In a workspace with multiple packages, serving a file that contains...

I find that some snapshots fail by a small percentage while others never do. It would be nice to be able to specify a threshold only for specific `visualDiff()` calls.