Skip to content

Commit

Permalink
Merge branch 'next/major'
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 15, 2024
2 parents 80b3e3a + 95437bf commit 12e6c1a
Show file tree
Hide file tree
Showing 21 changed files with 4,820 additions and 1,984 deletions.
6 changes: 0 additions & 6 deletions .github/get-next-alpha-version.sh

This file was deleted.

20 changes: 0 additions & 20 deletions .github/typedoc-json.sh

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v4.0.0"></a>
## [v4.0.0](https://github.com/comunica/comunica-feature-solid/compare/v3.1.1...v4.0.0) - 2024-10-08

### BREAKING CHANGES
* [Update to Comunica v4 prerelease](https://github.com/comunica/comunica-feature-solid/commit/e6a3e50c6106507181cbf6f7b590f3ae14396fe1)
* Learn more on https://github.com/comunica/comunica/blob/master/CHANGELOG.md

### Changed
* [Use patch semver range for config deps](https://github.com/comunica/comunica-feature-solid/commit/6b926ef0c59b1e520836a0da4aaf27a529bf8f8e)

<a name="v3.1.1"></a>
## [v3.1.1](https://github.com/comunica/comunica-feature-solid/compare/v3.1.0...v3.1.1) - 2024-08-07

Expand Down
Empty file.
14 changes: 11 additions & 3 deletions engines/config-query-sparql-solid/config/config-default.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-solid/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-solid/^4.0.0/components/context.jsonld"
],
"import": [
"ccqs:config/bindings-aggregator-factory/actors.json",
"ccqs:config/bindings-aggregator-factory/mediators.json",
"ccqs:config/context-preprocess/actors.json",
"ccqs:config/context-preprocess/mediators.json",
"ccqs:config/expression-evaluator-factory/actors.json",
"ccqs:config/expression-evaluator-factory/mediators.json",
"ccqs:config/function-factory/actors.json",
"ccqs:config/function-factory/mediators.json",
"ccqs:config/hash-bindings/actors.json",
"ccqs:config/hash-bindings/mediators.json",
"ccqs:config/hash-quads/actors.json",
Expand Down Expand Up @@ -59,6 +65,8 @@
"ccqs:config/rdf-update-hypermedia/actors.json",
"ccqs:config/rdf-update-hypermedia/mediators.json",
"ccqs:config/rdf-update-quads/actors.json",
"ccqs:config/rdf-update-quads/mediators.json"
"ccqs:config/rdf-update-quads/mediators.json",
"ccqs:config/term-comparator-factory/actors.json",
"ccqs:config/term-comparator-factory/mediators.json"
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^4.0.0/components/context.jsonld",

"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-inrupt-solid-client-authn/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-fetch/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-proxy/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-inrupt-solid-client-authn/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-fetch/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-proxy/^4.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
Expand Down
4 changes: 2 additions & 2 deletions engines/config-query-sparql-solid/config/http/actors.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-solid/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-solid/^4.0.0/components/context.jsonld"
],
"import": [
"ccqss:config/http/actors-inrupt-solid-client-authn.json",
Expand Down
8 changes: 6 additions & 2 deletions engines/config-query-sparql-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "@comunica/config-query-sparql-solid",
"version": "3.1.1",
"version": "4.0.0",
"description": "default configuration files for Comunica SPARQL Solid",
"lsd:module": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/comunica-association"
},
"homepage": "https://comunica.dev/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,6 +45,6 @@
"build:components": "componentsjs-generator"
},
"dependencies": {
"@comunica/config-query-sparql": "~3.3.0"
"@comunica/config-query-sparql": "~4.0.1-alpha.48.0"
}
}
Empty file.
2 changes: 1 addition & 1 deletion engines/query-sparql-solid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:22

# Install location
ENV dir /var/www/@comunica/query-sparql-solid/
Expand Down
2 changes: 1 addition & 1 deletion engines/query-sparql-solid/config/config-default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-solid/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-solid/^4.0.0/components/context.jsonld"
],
"import": [
"ccqss:config/config-default.json"
Expand Down
Loading

0 comments on commit 12e6c1a

Please sign in to comment.