Skip to content

Bump the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 4 updates#4076

Merged
afs merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/npm-patch-group-e985cf2f36
Jul 22, 2026
Merged

Bump the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 4 updates#4076
afs merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/npm-patch-group-e985cf2f36

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 4 updates: @fortawesome/vue-fontawesome, @vitejs/plugin-vue, eslint-plugin-cypress and vite.

Updates @fortawesome/vue-fontawesome from 3.3.0 to 3.3.2

Changelog

Sourced from @​fortawesome/vue-fontawesome's changelog.

3.3.2 - 2026-07-13

Added

  • New canvasSquare and canvasRoomy props for the canvas sizing options introduced in Font Awesome 7.3.0

3.3.1 - 2026-07-09

Fixed

  • Fixed TS2590: Expression produces a union type that is too complex to represent when using FontAwesomeIcon in a Vue render function (h(FontAwesomeIcon, { icon })), a regression from #559. Types-only and non-breaking.

Changed

  • CI: fixed the build matrix failing with npm ERESOLVE when installing older Vue versions in the test matrix (a regression surfaced by #576 adding typescript to the lockfile), and added a strict peer-dependency check job
  • Documented the test:types command in DEVELOPMENT.md and added test-first and explicit dist steps to the release checklist

Commits

Updates @vitejs/plugin-vue from 6.0.7 to 6.0.8

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@6.0.8

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

6.0.8 (2026-07-14)

Features

  • plugin-vue: add forced vapor mode option (#766) (d59c3c0)

Bug Fixes

  • deps: update all non-major dependencies (#781) (d369e5a)
Commits

Updates eslint-plugin-cypress from 6.4.2 to 6.4.3

Release notes

Sourced from eslint-plugin-cypress's releases.

v6.4.3

6.4.3 (2026-07-14)

Bug Fixes

  • docs: add no-and rule documentation to README (#379) (f1e2b93)
Commits
  • f1e2b93 fix(docs): add no-and rule documentation to README (#379)
  • b6bf0e1 chore(deps): update dependency vitest to ^4.1.10 (#386)
  • 028bced chore(deps): update dependency eslint-plugin-eslint-plugin to ^7.4.1 (#376)
  • 16fe16e chore(deps): update dependency cypress to ^15.18.1 (#375)
  • 3e15722 chore(deps): lock file maintenance (#367)
  • dd1f452 chore(deps): update dependency prettier to ^3.9.4 (#374)
  • d61010d chore(deps): update eslint to ^8.62.1 (#373)
  • c02f0bb chore(deps): update dependency prettier to ^3.9.3 (#371)
  • 07fea9d chore(deps): update dependency eslint to ^10.6.0 (#372)
  • c73ddd9 chore(deps): update node.js to v24.18.0 (#370)
  • Additional commits viewable in compare view

Updates vite from 8.1.3 to 8.1.4

Changelog

Sourced from vite's changelog.

8.1.4 (2026-07-09)

Features

Bug Fixes

  • build: add workaround for building on stackblitz (#22840) (575c32c)
  • build: keep import.meta.url in preload function as-is (#22839) (f1f90ed)
  • deps: update all non-major dependencies (#22865) (d4295a9)
  • deps: update rolldown-related dependencies (#22866) (7cf07e4)
  • html: avoid backtracking in import-only check (#22848) (b5868c0)
  • optimizer: avoid optimizer run for transform request before init (#22852) (72a5e21)
  • ssr: align named export function call stacktrace column with Node (#22829) (173a1b6)
  • strip pure CSS chunk imports when chunkImportMap is enabled (#22841) (648bd04)

Documentation

Miscellaneous Chores

  • deps: update dependency postcss-modules to v9 (#22867) (a9539d6)

Code Refactoring

Tests

Build System

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 4 updates: [@fortawesome/vue-fontawesome](https://github.com/FortAwesome/vue-fontawesome), [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue), [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `@fortawesome/vue-fontawesome` from 3.3.0 to 3.3.2
- [Changelog](https://github.com/FortAwesome/vue-fontawesome/blob/3.x/CHANGELOG.md)
- [Commits](FortAwesome/vue-fontawesome@3.3.0...3.3.2)

Updates `@vitejs/plugin-vue` from 6.0.7 to 6.0.8
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.8/packages/plugin-vue)

Updates `eslint-plugin-cypress` from 6.4.2 to 6.4.3
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v6.4.2...v6.4.3)

Updates `vite` from 8.1.3 to 8.1.4
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.4/packages/vite)

---
updated-dependencies:
- dependency-name: "@fortawesome/vue-fontawesome"
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patch-group
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patch-group
- dependency-name: eslint-plugin-cypress
  dependency-version: 6.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patch-group
- dependency-name: vite
  dependency-version: 8.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patch-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2026
@afs
afs merged commit f43908a into main Jul 22, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/jena-fuseki2/jena-fuseki-ui/npm-patch-group-e985cf2f36 branch July 22, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant