Skip to content

Commit

Permalink
Merge pull request #49 from hypermedia-app/kopflos
Browse files Browse the repository at this point in the history
Kopflos
  • Loading branch information
tpluscode authored Mar 29, 2024
2 parents f0547e9 + ff4e2c2 commit 2f626fd
Show file tree
Hide file tree
Showing 22 changed files with 4,042 additions and 14,079 deletions.
6 changes: 6 additions & 0 deletions .changeset/hungry-planets-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"hydra-web-access-control": major
"rdf-web-access-control": major
---

Built with `moduleResolution=NodeNext`
5 changes: 5 additions & 0 deletions .changeset/tidy-papayas-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hydra-web-access-control": major
---

Use `@kopflos-cms/core` instead of `hydra-box`
5 changes: 5 additions & 0 deletions .changeset/yellow-worms-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rdf-web-access-control": major
---

`sparql-http-client` updated to v3 and made peer dependency
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm ci
- run: yarn lint

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm ci
- run: yarn tsc --noEmit

Expand All @@ -29,9 +29,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npx c8 --all --reporter=lcov npm test
- run: npx c8 --all --reporter=lcovonly npm test
- name: Codecov
uses: codecov/codecov-action@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

- name: Install Dependencies
run: yarn
run: npm ci

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
Loading

0 comments on commit 2f626fd

Please sign in to comment.