web
web copied to clipboard
Guides, tools and libraries for modern web development.
Bumps [koa](https://github.com/koajs/koa) and [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa). These dependencies needed to be updated together. Updates `koa` from 2.16.1 to 3.0.3 Release notes Sourced from koa's releases. v3.0.3 What's Changed fix: normalize referer before...
Bumps [playwright](https://github.com/microsoft/playwright) from 1.53.0 to 1.56.1. Release notes Sourced from playwright's releases. v1.56.1 Highlights #37871 chore: allow local-network-access permission in chromium #37891 fix(agents): remove workspaceFolder ref from vscode mcp #37759...
Bumps [rollup](https://github.com/rollup/rollup) from 4.34.2 to 4.52.5. Release notes Sourced from rollup's releases. v4.52.5 4.52.5 2025-10-18 Bug Fixes Always produce valid UUIDs as debugIds in sourcemaps (#6144) Pull Requests #6135: chore(deps):...
Bumps [koa](https://github.com/koajs/koa) from 2.16.1 to 3.0.3. Release notes Sourced from koa's releases. v3.0.3 What's Changed fix: normalize referer before redirect by @fengmk2 in koajs/koa#1908 Full Changelog: https://github.com/koajs/koa/compare/v3.0.2...v3.0.3 v3.0.2 What's Changed...
Bumps [playwright](https://github.com/microsoft/playwright) from 1.53.0 to 1.55.1. Release notes Sourced from playwright's releases. v1.55.1 Highlights microsoft/playwright#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186. microsoft/playwright#37147 - [Regression]: Internal error: step id not found....
Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.5 and updates ancestor dependency [@changesets/cli](https://github.com/changesets/changesets). These dependencies need to be updated together. Updates `tmp` from 0.2.1 to 0.2.5 Changelog Sourced from tmp's changelog. v0.2.2 (2024-02-28) :bug:...
## Description @web/[email protected] currently uses `command-line-usage@^7.0.1`, which has a transitive dependency on a vulnerable version of `@75lb/[email protected]` (prototype pollution vulnerability). ## Current Dependency Chain ``` @web/[email protected] └── [email protected] └── [email protected]...
The rollup html plugin moves some scripts tags into the body tag of html document. How can this be prevented/stopped? Furthermore, this should not be default setting to move script...
# Storybook 10 support Hi there! 👋 The Storybook team is excited to announce that Storybook 10.0.0 is coming soon with one major breaking change: Storybook is switching to ESM-only!...
We have a [test](https://github.com/vaadin/vaadin-login/blob/6804c8aa7eef41c67fb69c770a695c11f2ad8ba3/test/login-submit.test.js#L12-L33) that submits a form in `` and it logs a warning, which is by design: ``` packages/vaadin-login/test/login-submit.test.js: 🚧 404 network requests: - login-action?username=username&*** ``` It would...