Skip to content

Bump undici and @rdfjs/serializer-jsonld-ext in /packages/cube-hierarchy-query#32

Open
dependabot[bot] wants to merge 33 commits intomasterfrom
dependabot/npm_and_yarn/packages/cube-hierarchy-query/multi-f93aa34494
Open

Bump undici and @rdfjs/serializer-jsonld-ext in /packages/cube-hierarchy-query#32
dependabot[bot] wants to merge 33 commits intomasterfrom
dependabot/npm_and_yarn/packages/cube-hierarchy-query/multi-f93aa34494

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps undici and @rdfjs/serializer-jsonld-ext. These dependencies needed to be updated together.
Updates undici from 5.25.4 to 6.24.1

Release notes

Sourced from undici's releases.

v6.24.1

Full Changelog: nodejs/undici@v6.24.0...v6.24.1

v6.24.0

Undici v6.24.0 Security Release Notes (LTS)

This release backports fixes for security vulnerabilities affecting the v6 line.

Upgrade guidance

All users on v6 should upgrade to v6.24.0 or later.

Fixed advisories

Not applicable to v6

Affected and patched ranges (v6)

References

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for undici since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @rdfjs/serializer-jsonld-ext from 4.0.0 to 4.0.2

Commits
  • e804ce3 4.0.2
  • f628c57 Merge pull request #19 from rdfjs-base/dependabot/npm_and_yarn/jsonld-9.0.0
  • b7d9fab Merge pull request #18 from rdfjs-base/dependabot/github_actions/actions/chec...
  • 5517316 Bump jsonld from 8.3.3 to 9.0.0
  • d406194 Bump actions/checkout from 5 to 6
  • 897b40a Merge pull request #17 from rdfjs-base/dependabot/github_actions/actions/setu...
  • 90a1710 Bump actions/setup-node from 5 to 6
  • fc0148e Merge pull request #16 from rdfjs-base/dependabot/github_actions/actions/setu...
  • c0a48c9 Bump actions/setup-node from 4 to 5
  • 7cd9a4b Merge pull request #15 from rdfjs-base/dependabot/github_actions/actions/chec...
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

rareba added 30 commits December 9, 2025 11:58
Updated source code imports:
- @zazuko/vue-graph-layout -> @lindas/vue-graph-layout
- @zazuko/env/web -> @lindas/env/web
- @zazuko/prefixes -> @lindas/prefixes

Files changed:
- src/components/data-model/data-model-component.vue
- src/components/ResourcesExplorer.vue
- src/components/shacl-dialog/modal-shacl-load.vue
- src/views/ShaclEditor.vue

Published versions:
- @lindas/vue-graph-layout@0.1.6
- @lindas/spex@0.2.4
Updated source code imports:
- @zazuko/vue-graph-layout -> @lindas/vue-graph-layout
- @zazuko/env/web -> @lindas/env/web
- @zazuko/prefixes -> @lindas/prefixes

Files changed:
- src/components/data-model/data-model-component.vue
- src/components/ResourcesExplorer.vue
- src/components/shacl-dialog/modal-shacl-load.vue
- src/views/ShaclEditor.vue
- packages/vocabulary-extras-builders/package.json (generate script)
- Add @lindas/rdf-parser-csvw-xlsx package (forked from @zazuko/rdf-parser-csvw-xlsx)
- Update clownface package.json:
  - Rename from lindas-clownface to @lindas/clownface
  - Point repository to lindas-stack-libraries monorepo
  - Remove husky configuration (not needed in monorepo)
  - Add publishConfig for public access
…yout

Security fixes:
- Replace xlsx library with exceljs in rdf-parser-csvw-xlsx to fix:
  - Prototype Pollution vulnerability (GHSA-4r6h-8v6p-xvw6)
  - ReDoS vulnerability (GHSA-5pgg-2g8v-p4x9)
- Migrate vue-graph-layout from Vue CLI to Vite to fix:
  - webpack-dev-server source code theft vulnerability
  - Multiple other webpack-dev-server vulnerabilities

Other improvements:
- Fix Windows path handling in tests using fileURLToPath
- Bump @lindas/env-node to ^3.0.2
- All 8 tests pass with exceljs implementation
Renamed config files to use .cjs extension for CommonJS compatibility:
- postcss.config.js -> postcss.config.cjs
- tailwind.config.js -> tailwind.config.cjs
- babel.config.js -> Removed (not needed with Vite)

This fixes the build failure caused by module.exports being used
in an ES module context (package.json has "type": "module").

Build now succeeds with Vite producing:
- vue-graph-layout.js (9.90 kB)
- vue-graph-layout.umd.cjs (7.12 kB)
- vue-graph-layout.css (0.49 kB)
- Added npm override to replace @zazuko/rdf-parser-csvw-xlsx (uses vulnerable
  xlsx) with @lindas/rdf-parser-csvw-xlsx (uses safe exceljs)
- Resolves GHSA-4r6h-8v6p-xvw6 (Prototype Pollution in sheetJS)
- Resolves GHSA-5pgg-2g8v-p4x9 (ReDoS in sheetJS)
- npm audit now reports 0 vulnerabilities
- Add proper exports with types for @lindas/env subpath exports
  (./web.js, ./Environment.js, etc.)
- Update CI and release workflows to use --legacy-peer-deps
- Support both main and master branches
- Exclude test directory from TypeScript compilation in rdf-parser-csvw-xlsx
- Remove compiled test files from repository
Published to npm with fixed TypeScript module exports.
- Add test suites for prefixes, vocabulary-loader, vocabulary-extras, vocabulary-extras-builders
- Add mocha configuration for TypeScript tests
- Add placeholder test scripts for UI packages (yasgui, yasr, yasqe, spex, shacl-test)
- Configure changesets with README documentation
- Add ts-node for TypeScript test support
- Add type assertions for streamToArray results
- Fix factory type compatibility
- Add eslint-disable comments for necessary any types
- wait-on@6 uses axios internal paths that don't work with Node 22
- Update to wait-on@9.0.3 which is compatible
The cube-hierarchy-query tests require docker-compose to start Fuseki
(SPARQL server) for integration tests.
Updated snapshot key from @zazuko/cube-hierarchy-query to
@lindas/cube-hierarchy-query to match the renamed package.
Same fix as CI workflow - cube-hierarchy-query tests require
docker-compose to start Fuseki for integration tests.
- Tests run first on Node 18, 20, 22
- Security audit runs in parallel (non-blocking)
- Release job runs after tests pass (only on push to main/master)
- Added concurrency control to cancel outdated runs
Changesets action runs tests internally which need docker-compose
for cube-hierarchy-query integration tests.
- Add webpack configuration for building yasgui packages
- Add tsconfig files for TypeScript compilation
- Increase maxPersistentResponseSize from 100KB to 10MB in yasr defaults
- Add build scripts for yasgui bundle generation
- Downgrade get-stream from ^9.0.1 to ^8.0.0 in @lindas/env to fix
  Angular/esbuild bundler compatibility issue caused by
  @sec-ant/readable-stream async generator patterns
- Add comprehensive proxy traps to extend() function in @lindas/env-core:
  getPrototypeOf, setPrototypeOf, isExtensible, preventExtensions,
  defineProperty, deleteProperty
- Clean up debug logging from extend.js and Environment.js
- Update changelogs
- Fork of @zazuko/formats-lazy v1.0.2
- Provides lazy-loaded RDF parsers and serializers
- Uses @rdfjs/parser-n3, @rdfjs/parser-jsonld, rdfxml-streaming-parser
- Does not depend on @graphy/* packages which require Node.js crypto
- Browser-compatible alternative to @rdfjs-elements/formats-pretty
- Fixed malformed SinkMap generic types in index.d.ts
- Properly import EventEmitter from events and Stream from @rdfjs/types
- Fixes TS2345 error when using env.formats.import(formats)
rareba and others added 3 commits February 6, 2026 17:31
Bump all packages to unified version for DevOps guidelines compliance.
Bumps [undici](https://github.com/nodejs/undici) and [@rdfjs/serializer-jsonld-ext](https://github.com/rdfjs-base/serializer-jsonld-ext). These dependencies needed to be updated together.

Updates `undici` from 5.25.4 to 6.24.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/commits/v6.24.1)

Updates `@rdfjs/serializer-jsonld-ext` from 4.0.0 to 4.0.2
- [Commits](rdfjs-base/serializer-jsonld-ext@v4.0.0...v4.0.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 6.24.1
  dependency-type: indirect
- dependency-name: "@rdfjs/serializer-jsonld-ext"
  dependency-version: 4.0.2
  dependency-type: indirect
...

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 Mar 14, 2026
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