Skip to content

Commit

Permalink
Update to Comunica v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 15, 2024
1 parent 0460971 commit 4d9dcb1
Show file tree
Hide file tree
Showing 4 changed files with 2,984 additions and 1,830 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ jobs:
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
- run: yarn install --ignore-scripts
- run: yarn run lint

build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
node-version:
- 14.x
- 16.x
- 18.x
- 20.x
- 22.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
key: ${{ runner.os }}-deploy-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
- run: yarn install --ignore-scripts
- run: yarn run build
- run: rm .gitignore
Expand Down
2 changes: 1 addition & 1 deletion 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/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^4.0.0/components/context.jsonld"
],
"import": [
"ccqs:config/config-default.json"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@comunica/config-query-sparql": "~3.3.0",
"@comunica/query-sparql": "~3.3.0",
"@comunica/runner": "^3.3.0",
"@comunica/config-query-sparql": "~4.0.1",
"@comunica/query-sparql": "~4.0.1",
"@comunica/runner": "^4.0.1",
"@rubensworks/solid-client-authn-browser": "^1.13.0",
"@turf/centroid": "^6.5.0",
"babel-loader": "^8.2.3",
Expand Down
Loading

0 comments on commit 4d9dcb1

Please sign in to comment.