chore(deps,middleware)(deps): bump the runtime-patches group across 1 directory with 2 updates - #502
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
… directory with 2 updates Bumps the runtime-patches group with 2 updates in the /middleware directory: [bonjour-service](https://github.com/onlxltd/bonjour-service) and [ws](https://github.com/websockets/ws). Updates `bonjour-service` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/onlxltd/bonjour-service/releases) - [Commits](onlxltd/bonjour-service@1.4.2...1.4.3) Updates `ws` from 8.21.0 to 8.21.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.21.0...8.21.1) --- updated-dependencies: - dependency-name: bonjour-service dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-patches - dependency-name: ws dependency-version: 8.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-patches ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Weegy
added a commit
that referenced
this pull request
Jul 26, 2026
* chore(middleware): bump dependencies (dependabot batch 2026-07-26) openai 6.42.0 -> 6.46.0 (#492) @anthropic-ai/sdk 0.110.0 -> 0.111.0 (#491) sharp 0.33.5 -> 0.35.3 (#490) ws 8.18.0/8.21.0 -> 8.21.1, bonjour-service 1.4.2 -> 1.4.3 (#502) prettier 3.9.4 -> 3.9.5, tsx 4.23.0 -> 4.23.1, vitest 4.1.8/4.1.9 -> 4.1.10 (#487) * chore(web-ui): bump dependencies (dependabot batch 2026-07-26) @tailwindcss/postcss 4.3.2 -> 4.3.3, @types/node 22.20.0 -> 22.20.1, eslint 9.39.4 -> 9.39.5, vitest 4.1.9 -> 4.1.10 (#503) @xyflow/react 12.11.1 -> 12.11.2, next-intl 4.13.1 -> 4.13.2 (#493) @vitejs/plugin-react 5.2.0 -> 6.0.3 -- major bump, CI-validated build/typecheck/lint/vitest (#494) cytoscape 3.33.4 -> 3.34.0 (#250, stale PR reapplied onto fresh main) * chore(ci): bump actions/setup-node v4 -> v7, actions/setup-python v6 -> v7 actions/setup-node@v7 across ci.yml, auto-release.yml, desktop-apps.yml, release.yml (#500) actions/setup-python@v7 in desktop-apps.yml (#501) * chore(deps): ignore typescript major bumps (dependabot batch 2026-07-26) PR #495 (typescript 5.9.3 -> 7.0.2, the Go-native tsgo rewrite) fails web-ui build + typecheck + vitest CI outright. Excluded from this batch; add an ignore rule for typescript semver-major so dependabot stops reopening it weekly until the ecosystem catches up. * fix(ci): upgrade npm before audit step to dodge retired quick-audit endpoint Both 'audit (high+critical block)' checks on this PR (middleware, web-ui) fail with a 400 'Invalid package tree' from npm's registry -- reproduces identically against a pristine, unmodified main checkout (confirmed via fresh npm ci + npm audit), and main's last green CI run was 2026-07-20. Not caused by this batch's dependency bumps: npm's registry is retiring the legacy 'quick audit' endpoint npm 10.x calls, and now hard-rejects it. A current npm CLI uses the newer bulk-advisory endpoint instead. * fix(ci): degrade audit gate gracefully on upstream npm registry outage The npm@latest bump alone didn't fix it: every npm CLI I tested (10.9.8, 11.0.0, 11.16.0, 11.18.0, latest/12.0.1) fails against npm's registry right now -- 10.x's retiring 'quick audit' endpoint 400s outright, and 11.x/12.x's newer bulk-advisory endpoint fails to gzip-decode its own response. This is a registry-side outage, confirmed reproducible even against a pristine main checkout, not something fixable by picking an npm version. npm's own error handler prints the literal string 'audit endpoint returned an error' whenever the HTTP call itself fails, distinct from a genuine vulnerabilities-found failure. Detect that string and treat it as non-blocking (::warning:: + exit 0) so this gate degrades gracefully during an outage instead of wedging every PR in the repo; real high/critical findings still hard-fail as before.
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/middleware/runtime-patches-3977966ad9
branch
July 26, 2026 08:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the runtime-patches group with 2 updates in the /middleware directory: bonjour-service and ws.
Updates
bonjour-servicefrom 1.4.2 to 1.4.3Release notes
Sourced from bonjour-service's releases.
Commits
ee3a3c0Update for imports1eda77dUpdate .npmignoreUpdates
wsfrom 8.21.0 to 8.21.1Release notes
Sourced from ws's releases.
Commits
ae1de54[dist] 8.21.18e9511b[ci] Trust Coveralls Homebrew tapf197ac6[fix] Lower default values ofmaxBufferedChunksandmaxFragments8df8265[ci] Update actions/checkout action to v7a2f4e7c[fix] Count empty fragments toward the limit (#2329)e79f912[pkg] Approve install scripts for bufferutil and utf-8-validate4ea355d[doc] Document 32-bit signed integer coercion for option values2120f4c[example] Remove uuid dependency4c534a6[security] Add latest vulnerability to SECURITY.mdDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions