Skip to content

Commit

Permalink
ci: publish with provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Feb 20, 2024
1 parent 6cdffa4 commit a645b79
Show file tree
Hide file tree
Showing 23 changed files with 133 additions and 20 deletions.
31 changes: 31 additions & 0 deletions .changeset/young-peas-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
'formi': patch
'd3-graph-controller-docs': patch
'vecti-docs': patch
'vue-marmoset-viewer-docs': patch
'@yeger/vue-masonry-wall-docs': patch
'@yeger/vue2-masonry-wall-docs': patch
'vite-plugin-ssg-utils-example': patch
'd3-graph-controller': patch
'@yeger/debounce': patch
'@yeger/deepmerge': patch
'@yeger/eslint-config': patch
'@yeger/fol': patch
'resumon': patch
'@yeger/scripts': patch
'@yeger/streams': patch
'@yeger/tsconfig': patch
'@yeger/turbo-graph': patch
'@yeger/turbo-graph-ui': patch
'vecti': patch
'vite-plugin-lib': patch
'vite-plugin-ssg-utils': patch
'@yeger/vue-lib-adapter': patch
'vue-marmoset-viewer': patch
'@yeger/vue-masonry-wall': patch
'@yeger/vue-masonry-wall-core': patch
'vue-persistent-storage-manager': patch
'@yeger/vue2-masonry-wall': patch
---

publish with provenance
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
permissions: write-all
steps:
- name: Setup
uses: DerYeger/pnpm-setup-action@master
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
provenance=true
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*vitest*
public-hoist-pattern[]=next
Expand Down
6 changes: 5 additions & 1 deletion packages/d3-graph-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://graph-controller.yeger.eu",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/d3-graph-controller"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/debounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://github.com/DerYeger",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/debounce"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/deepmerge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"type": "module",
"version": "2.0.6",
"private": true,
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/deepmerge"
},
"exports": {
".": {
"import": {
Expand Down
6 changes: 5 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/eslint-config",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/eslint-config"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/fol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/fol",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/fol"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/resumon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/resumon",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/resumon"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"url": "https://github.com/DerYeger"
},
"license": "MIT",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/scripts"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"url": "https://github.com/DerYeger"
},
"license": "MIT",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/streams"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/turbo-graph-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/turbo-graph-ui",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/turbo-graph-ui"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/turbo-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/turbo-graph",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/turbo-graph"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/vecti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://vecti.yeger.eu",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vecti"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/vite-plugin-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"license": "MIT",
"funding": "https://github.com/sponsors/DerYeger",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/vite-plugin-lib",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vite-plugin-lib"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/vite-plugin-ssg-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"license": "MIT",
"funding": "https://github.com/sponsors/DerYeger",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/vite-plugin-ssg-utils",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vite-plugin-ssg-utils"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/vue-lib-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"url": "https://github.com/DerYeger"
},
"license": "MIT",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vue-lib-adapter"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/vue-marmoset-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
},
"license": "MIT",
"homepage": "https://vue-marmoset-viewer.yeger.eu",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vue-marmoset-viewer"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/vue-masonry-wall-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"license": "MIT",
"homepage": "https://vue-masonry-wall.yeger.eu",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vue-masonry-wall-core"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/vue-masonry-wall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://vue-masonry-wall.yeger.eu",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vue-masonry-wall"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/vue-persistent-storage-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
},
"license": "MIT",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/vue-persistent-storage-manager",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vue-persistent-storage-manager"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/vue2-masonry-wall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"license": "MIT",
"homepage": "https://vue2-masonry-wall.yeger.eu",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vue2-masonry-wall"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion turbo/generators/templates/lib/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"url": "https://github.com/DerYeger"
},
"license": "MIT",
"repository": "github:DerYeger/yeger",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/{{name}}"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
Expand Down

0 comments on commit a645b79

Please sign in to comment.