Skip to content

Commit 4d9dcb1

Browse files
committed
Update to Comunica v4
1 parent 0460971 commit 4d9dcb1

File tree

4 files changed

+2984
-1830
lines changed

4 files changed

+2984
-1830
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@ jobs:
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 16.x
15+
node-version: 18.x
1616
- run: yarn install --ignore-scripts
1717
- run: yarn run lint
1818

1919
build:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, windows-latest]
23+
os: [ubuntu-latest, macos-latest, windows-latest]
2424
node-version:
25-
- 14.x
26-
- 16.x
25+
- 18.x
26+
- 20.x
27+
- 22.x
2728
steps:
2829
- name: Use Node.js ${{ matrix.node-version }}
2930
uses: actions/setup-node@v2
@@ -52,7 +53,7 @@ jobs:
5253
key: ${{ runner.os }}-deploy-modules-${{ hashFiles('**/yarn.lock') }}
5354
- uses: actions/setup-node@v2
5455
with:
55-
node-version: 16.x
56+
node-version: 18.x
5657
- run: yarn install --ignore-scripts
5758
- run: yarn run build
5859
- run: rm .gitignore

config/config-default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@context": [
3-
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^3.0.0/components/context.jsonld"
3+
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^4.0.0/components/context.jsonld"
44
],
55
"import": [
66
"ccqs:config/config-default.json"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"dependencies": {
6060
"@babel/core": "^7.16.0",
6161
"@babel/preset-env": "^7.16.4",
62-
"@comunica/config-query-sparql": "~3.3.0",
63-
"@comunica/query-sparql": "~3.3.0",
64-
"@comunica/runner": "^3.3.0",
62+
"@comunica/config-query-sparql": "~4.0.1",
63+
"@comunica/query-sparql": "~4.0.1",
64+
"@comunica/runner": "^4.0.1",
6565
"@rubensworks/solid-client-authn-browser": "^1.13.0",
6666
"@turf/centroid": "^6.5.0",
6767
"babel-loader": "^8.2.3",

0 commit comments

Comments
 (0)