Skip to content

chore(deps,web-ui)(deps): bump cytoscape from 3.33.4 to 3.34.0 in /web-ui - #250

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/cytoscape-3.34.0
Open

chore(deps,web-ui)(deps): bump cytoscape from 3.33.4 to 3.34.0 in /web-ui#250
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/cytoscape-3.34.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor

Bumps cytoscape from 3.33.4 to 3.34.0.

Release notes

Sourced from cytoscape's releases.

v3.34.0

Release version v3.34.0

Commits
  • 22716bf 3.34.0
  • 2d55446 Build 3.34.0
  • 578987a Update version to 3.34.0
  • 41d6284 Merge master to unstable
  • a4b1145 Documentation 3.34.0: Append 3.34.0 to versions.json
  • 14e222f Proper sorting #914
  • 66258ed Update who-uses list #914
  • 300af0b Fix CI tests: upgrade playwright and set hard limits on actions runners timeouts
  • aa1fab9 Fix CI tests: upgrade playwright and set hard limits on actions runners timeouts
  • be82ee8 Merge pull request #3457 from cytoscape/feature/inside-labels
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: deps, web-ui. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web-ui/cytoscape-3.34.0 branch 3 times, most recently from 2382886 to e83f46e Compare June 13, 2026 05:16
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web-ui/cytoscape-3.34.0 branch 2 times, most recently from d77a67d to eb0552c Compare June 19, 2026 06:25
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web-ui/cytoscape-3.34.0 branch 2 times, most recently from a70b633 to 0c6e676 Compare June 29, 2026 08:48
Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) from 3.33.4 to 3.34.0.
- [Release notes](https://github.com/cytoscape/cytoscape.js/releases)
- [Commits](cytoscape/cytoscape.js@v3.33.4...v3.34.0)

---
updated-dependencies:
- dependency-name: cytoscape
  dependency-version: 3.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web-ui/cytoscape-3.34.0 branch from 0c6e676 to cabbc4d Compare July 6, 2026 05:23
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants