web
web copied to clipboard
Guides, tools and libraries for modern web development.
Bumps [rollup](https://github.com/rollup/rollup) from 4.34.2 to 4.44.0. Release notes Sourced from rollup's releases. v4.44.0 4.44.0 2025-06-19 Features Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin...
Today I started getting the following error when running my tests: ```sh Could not resolve the path '[path to the repo]/noop' with the extensions: '.ts', '.tsx', '.d.ts', '.js', '.jsx', '.cts',...
With new headless chrome (and headfull), if the tab is in the background `takeScreenshot` never returns (and no timeouts fire until the top level 120s timer fires;) This is because...
This fix is done by @melink14. Fixes #2804
I implemented #1880, which is to enable the configuration "all" to provide coverage measurement and reporting for untested/untouched files. 1. The core code change is in test-runner-coverage-v8 index.ts, based on...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.1 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.24.4 to 7.26.10. Release notes Sourced from @babel/helpers's releases. v7.26.10 (2025-03-11) Thanks @jordan-choi and @mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...
Bumps [open](https://github.com/sindresorhus/open) from 8.4.2 to 10.1.2. Release notes Sourced from open's releases. v10.1.2 Fix detection of Windows default browser from WSL (#358) 6187a82 https://github.com/sindresorhus/open/compare/v10.1.1...v10.1.2 v10.1.1 Fix: Use correct bundle ID...
Hi, we're trying to upgrade from the following: ``` "@web/test-runner": "^0.14.0", "@web/test-runner-playwright": "^0.9.0", "@web/test-runner-visual-regression": "^0.7.1", ``` to ``` "@web/test-runner": "^0.20.1", "@web/test-runner-playwright": "^0.11.0", "@web/test-runner-visual-regression": "^0.10.0", ``` and our config is: ```...
Dependencies imported within `@web/dev-server-core/test-helpers` are not included in the `package.json` for `@web/dev-server-core`, requiring the user to manually add them. Specifically, I had to install the following dependencies, which I'm not...