Commit 612f2b6
claude:chore: broaden vite scripts' NODE_OPTIONS to --no-warnings
A second Node warning appeared on `yarn dev`:
UnsupportedWarning: Status message is not supported by HTTP/2
(RFC7540 8.1.2.4)
This fires when a middleware reflexively sets `statusMessage` on
an HTTP/2 response (HTTP/2 has no status messages per RFC 7540
§8.1.2.4); the browser negotiates HTTP/2 over the basic-ssl HTTPS
the dev server hands out. Like DEP0169, the warning is informational
and doesn't affect behaviour.
`--no-deprecation` only filters Deprecation warnings, not
UnsupportedWarnings. Switching to `--no-warnings` covers both
(deprecation is a subset of warnings), so the dev/build/preview
output stays clean against any current or future Node warning class.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 9d4f6e8 commit 612f2b6
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments