Skip to content

build(deps): bump the production-minor-patch group across 1 directory with 4 updates#315

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/app/production-minor-patch-f3cc425daf
Closed

build(deps): bump the production-minor-patch group across 1 directory with 4 updates#315
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/app/production-minor-patch-f3cc425daf

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps the production-minor-patch group with 4 updates in the /app directory: @unhead/vue, cytoscape, swagger-ui and swagger-ui-dist.

Updates @unhead/vue from 3.0.5 to 3.1.0

Release notes

Sourced from @​unhead/vue's releases.

v3.1.0

🛠️ Unhead CLI

To assist with migrations and overall DX a CLI has been introduced: @unhead/cli.

npx -y @unhead/cli 

It lets you do the following:

          audit    Lint your codebase for unhead misuse, type-narrowing issues, and SEO/perf foot-guns.                      
        migrate    Apply autofixes for v2-to-v3 migration: rewrite deprecated props and wrap tag literals in defineX helpers.
  validate-html    Run the runtime ValidatePlugin over prerendered HTML files (e.g. dist/, .output/, build/).                
   validate-url    Fetch a rendered URL and run unhead\'s SEO/perf validation rules over its <head>.         

For example, try running audit on your own project for hints on how to improve your SEO.

✔️ Unhead ESLint

Knowing that your useHead() and useSeoMeta() code is right while your coding is important. While type-narrowing solves many broken cases, we introduce an ESLint plugin to help catch anything that the typechecker can't catch.

These rules are shared from the runtime ValidatePlugin

# flat-config ESLint plugin with v2→v3 migration autofixes
npm i -D @unhead/eslint-plugin
```ts [eslint.config.ts]
import { configs } from '@unhead/eslint-plugin'
export default [
configs.recommended,
]

🌊 Streaming SSR non-Vite support

The streaming plugin lived only at unhead/stream/vite previously, leaving non-Vite users with no way to wire the bootstrap. The plugin is now a bundler-agnostic unplugin factory with first-class webpack and Vite entries, and the framework packages compose it behind Unhead({ streaming: true }).

// vite.config.ts
import { Unhead } from '@unhead/vue/vite'
export default { plugins: [vue(), Unhead({ streaming: true })] }
</tr></table>

... (truncated)

Commits
  • 914d05e chore: release v3.1.0
  • 5257d27 refactor(bundler): unify per-bundler entries into bundler factory (#754)
  • 3ed063c feat(stream): webpack plugin + bundler-agnostic factory (#751)
  • 40f777b fix(vue): batch streamed head updates via self-deleting inline scripts (#752)
  • See full diff in compare view

Updates cytoscape from 3.33.2 to 3.33.3

Release notes

Sourced from cytoscape's releases.

v3.33.3

Release version v3.33.3

Commits
  • 19e3e38 3.33.3
  • 1aa4199 Build 3.33.3
  • eb493ca Docs: Add 3.33.3 to versions.json
  • b6df1d3 Cherry-pick to master: Merge pull request #3448 from cytoscape/copilot/fix-ch...
  • 4093efb Cherry-pick to master: Merge pull request #3453 from cytoscape/copilot/remove...
  • 871968e Merge pull request #3451 from cytoscape/copilot/document-container-sizing-need
  • 16524bc Merge pull request #3439 from cytoscape/copilot/refactor-github-actions-relea...
  • dbb4b61 Merge pull request #3444 from cytoscape/copilot/fix-typo-text-align-property
  • 175c2c5 Remove dead phind.com badge
  • ed5c4da Cherry-pick to master: Merge pull request #3440 from cytoscape/copilot/fix-st...
  • See full diff in compare view

Updates swagger-ui from 5.32.4 to 5.32.5

Release notes

Sourced from swagger-ui's releases.

v5.32.5

5.32.5 (2026-04-27)

Bug Fixes

Reverts

Commits

Updates swagger-ui-dist from 5.32.4 to 5.32.5

Release notes

Sourced from swagger-ui-dist's releases.

v5.32.5

5.32.5 (2026-04-27)

Bug Fixes

Reverts

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 2026

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

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

… with 4 updates

Bumps the production-minor-patch group with 4 updates in the /app directory: [@unhead/vue](https://github.com/unjs/unhead/tree/HEAD/packages/vue), [cytoscape](https://github.com/cytoscape/cytoscape.js), [swagger-ui](https://github.com/swagger-api/swagger-ui) and [swagger-ui-dist](https://github.com/swagger-api/swagger-ui).


Updates `@unhead/vue` from 3.0.5 to 3.1.0
- [Release notes](https://github.com/unjs/unhead/releases)
- [Commits](https://github.com/unjs/unhead/commits/v3.1.0/packages/vue)

Updates `cytoscape` from 3.33.2 to 3.33.3
- [Release notes](https://github.com/cytoscape/cytoscape.js/releases)
- [Commits](cytoscape/cytoscape.js@v3.33.2...v3.33.3)

Updates `swagger-ui` from 5.32.4 to 5.32.5
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.32.4...v5.32.5)

Updates `swagger-ui-dist` from 5.32.4 to 5.32.5
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.32.4...v5.32.5)

---
updated-dependencies:
- dependency-name: "@unhead/vue"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: cytoscape
  dependency-version: 3.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: swagger-ui
  dependency-version: 5.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: swagger-ui-dist
  dependency-version: 5.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/app/production-minor-patch-f3cc425daf branch from c435010 to a483dc3 Compare April 29, 2026 22:19
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/app/production-minor-patch-f3cc425daf branch May 4, 2026 21:11
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