Skip to content

Commit d363ca6

Browse files
authored
Merge pull request #44 from openstax/template-sync-2026-07-24
Update from template (fe19832...6888012) + fix syncpack CI and non-linux frontend builds
2 parents e3be448 + 1a5705a commit d363ca6

8 files changed

Lines changed: 659 additions & 20 deletions

File tree

.github/workflows/sbom-pr-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
permissions:
77
contents: read
8+
packages: read
89

910
jobs:
1011
check:
@@ -29,6 +30,8 @@ jobs:
2930
- run: npm sbom --sbom-format=cyclonedx > /tmp/head-sbom.json
3031

3132
- name: Generate base SBOM
33+
env:
34+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3235
run: |
3336
set -euo pipefail
3437
git fetch origin "${{ github.base_ref }}"

.github/workflows/sbom.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121

2222
permissions:
2323
contents: read
24+
packages: read
2425

2526
jobs:
2627
emit:

.lastsync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fe19832d1486dd59a48692801a85f804ae3bbd4f
1+
688801270cf105aee8b9436059e7449647674ee4

.syncignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ docs/*
33
example/*
44
packages/utils/*
55
.claude/skills/*
6+
scripts/audit-downstream-sync.bash

.syncpackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"label": "use exact versions",
55
"packages": ["**"],
66
"dependencyTypes": ["**"],
7-
"dependencies": ["@openstax/orn", "@openstax/ts-utils", "typescript", "@project/*", "@openstax/ui-components"],
7+
"dependencies": ["@openstax/orn", "@openstax/ts-utils", "typescript", "@project/*"],
88
"range": ""
99
},
1010
{

0 commit comments

Comments
 (0)