Skip to content

Commit 7077fa7

Browse files
authored
chore: bump socket-registry SHA + migrate to pnpm v11.0.0-rc.0 (#56)
1 parent aabf02b commit 7077fa7

7 files changed

Lines changed: 743 additions & 886 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
ci:
1919
name: Run CI Pipeline
20-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@bab1dc8adc59a21c04fa73d3dd4a333c12e2ca9b # main
2121
with:
2222
fail-fast: false
2323
lint-script: 'pnpm run lint --all'

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232

3333
jobs:
3434
publish:
35-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
35+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@bab1dc8adc59a21c04fa73d3dd4a333c12e2ca9b # main
3636
with:
3737
debug: ${{ inputs.debug }}
3838
dist-tag: ${{ inputs.dist-tag }}

.github/workflows/weekly-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
has-updates: ${{ steps.check.outputs.has-updates }}
2626
steps:
27-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
27+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@bab1dc8adc59a21c04fa73d3dd4a333c12e2ca9b # main
2828

2929
- name: Check for npm updates
3030
id: check
@@ -48,7 +48,7 @@ jobs:
4848
contents: write
4949
pull-requests: write
5050
steps:
51-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
51+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@bab1dc8adc59a21c04fa73d3dd4a333c12e2ca9b # main
5252

5353
- name: Create update branch
5454
id: branch
@@ -60,7 +60,7 @@ jobs:
6060
git checkout -b "$BRANCH_NAME"
6161
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
6262
63-
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
63+
- uses: SocketDev/socket-registry/.github/actions/setup-git-signing@bab1dc8adc59a21c04fa73d3dd4a333c12e2ca9b # main
6464
with:
6565
gpg-private-key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6666

@@ -290,7 +290,7 @@ jobs:
290290
test-output.log
291291
retention-days: 7
292292

293-
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
293+
- uses: SocketDev/socket-registry/.github/actions/cleanup-git-signing@bab1dc8adc59a21c04fa73d3dd4a333c12e2ca9b # main
294294
if: always()
295295

296296
notify:

.npmrc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
# Suppress pnpm build script warnings.
2-
ignore-scripts=true
3-
4-
# Suppress pnpm workspace warnings
5-
link-workspace-packages=false
6-
loglevel=error
7-
prefer-workspace-packages=false
8-
91
# Minimum release age for npm v11+ (days).
10-
# pnpm equivalent is in pnpm-workspace.yaml (minimumReleaseAge).
112
min-release-age=7
123

134
# Trust policy - prevent downgrade attacks
14-
trust-policy=no-downgrade
5+
trust-policy=no-downgrade

package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socketregistry/packageurl-js",
33
"version": "1.4.1",
4-
"packageManager": "pnpm@10.33.0",
4+
"packageManager": "pnpm@11.0.0-rc.0",
55
"license": "MIT",
66
"description": "Socket.dev optimized package override for packageurl-js",
77
"keywords": [
@@ -35,7 +35,7 @@
3535
],
3636
"engines": {
3737
"node": ">=18.20.8",
38-
"pnpm": ">=10.33.0"
38+
"pnpm": ">=11.0.0-rc.0"
3939
},
4040
"sideEffects": false,
4141
"scripts": {
@@ -94,15 +94,6 @@
9494
"vitest": "4.0.3",
9595
"yoctocolors-cjs": "2.1.3"
9696
},
97-
"pnpm": {
98-
"ignoredBuiltDependencies": [
99-
"esbuild",
100-
"unrs-resolver"
101-
],
102-
"overrides": {
103-
"vite": "7.3.2"
104-
}
105-
},
10697
"socket": {
10798
"categories": [
10899
"levelup"

0 commit comments

Comments
 (0)