Skip to content

Commit ccc49f8

Browse files
authored
Merge branch 'main' into opencode/enforce-pnpm-11
2 parents f0ed2b6 + 2319b86 commit ccc49f8

5 files changed

Lines changed: 142 additions & 404 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: autofix.ci # needed to securely identify the workflow
22

33
on:
44
pull_request:
5-
push:
6-
branches: [main, alpha, beta]
75

86
concurrency:
97
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}

.github/workflows/pr.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,6 @@ jobs:
5353
run: pnpm run build:all
5454
- name: Publish Previews
5555
run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' --no-template
56-
provenance:
57-
name: Provenance
58-
runs-on: ubuntu-latest
59-
steps:
60-
- name: Checkout
61-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62-
with:
63-
persist-credentials: false
64-
- name: Check Provenance
65-
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
66-
with:
67-
fail-on-downgrade: true
6856
version-preview:
6957
name: Version Preview
7058
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/tanstack/store.git"
77
},
8-
"packageManager": "pnpm@10.33.0",
8+
"packageManager": "pnpm@11.1.0",
99
"engines": {
1010
"pnpm": ">=11.0.0"
1111
},

0 commit comments

Comments
 (0)