pullrequests Search Results · language:Dune language:JavaScript language:Java language:HTML language:JavaScript
Filter by
155M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Bumps vite-plugin-checker from 0.10.0 to 0.14.4. details summary Release notes /summary p em Sourced from a href=
https://github.com/fi3ework/vite-plugin-checker/releases vite-plugin-checker s releases ...
Bumps the dependencies group with 21 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| step-security/harden-runner | 2.16.1 | 2.19.4 |
| actions/checkout | 6.0.2 | 6.0.3 |
| actions/setup-node ...
dependencies
github_actions
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
| --- | --- | --- | --- | --- | --- |
| io.gravitee:gravitee-parent (source) | 23.4.1 → 25.0.0 | age ...
dependencies
Bumps typescript from 5.6.3 to 6.0.3. details summary Release notes /summary p em Sourced from a href=
https://github.com/microsoft/TypeScript/releases typescript s releases /a . /em /p blockquote h2 TypeScript ...
dependencies
javascript
Bumps markdown-it from 14.1.1 to 14.2.0. details summary Changelog /summary p em Sourced from a href=
https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md markdown-it s changelog /a . /em ...
dependencies
javascript
Bumps actions/setup-node from 4 to 6. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/setup-node/releases actions/setup-node s releases /a . /em /p blockquote ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
概要
Closes #1613
callback 経路でプロセスの execution(http_request 等)が失敗した際、ダウンストリームの実ステータス(502 等)が捨てられ、一律 HTTP 400 (CLIENT_ERROR) が callback
呼び出し元に返っていた。pre_hook 検証エラー(正当に 400)と execution 障害(本来 5xx 相当)が区別されず、呼び出し元(外部 ...