Skip to content

Commit 0475d45

Browse files
authored
chore: bump socket-registry SHA + migrate to pnpm v11.0.0-rc.0 (#167)
1 parent cf02821 commit 0475d45

File tree

8 files changed

+657
-495
lines changed

8 files changed

+657
-495
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
jobs:
2828
ci:
2929
name: Run CI Pipeline
30-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
30+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@bab1dc8adc59a21c04fa73d3dd4a333c12e2ca9b # main
3131
with:
3232
test-setup-script: 'pnpm run build'
3333
lint-script: 'pnpm run lint --all'
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
timeout-minutes: 10
4848
steps:
49-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
49+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@bab1dc8adc59a21c04fa73d3dd4a333c12e2ca9b # main
5050

5151
- name: Build project
5252
run: pnpm run build

.github/workflows/provenance.yml

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

2727
jobs:
2828
publish:
29-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@96c2a403934488b2b1d6127e44f65fd2c36c1150 # main
29+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@bab1dc8adc59a21c04fa73d3dd4a333c12e2ca9b # main
3030
with:
3131
debug: ${{ inputs.debug }}
3232
package-name: '@socketsecurity/lib'

.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

@@ -295,7 +295,7 @@ jobs:
295295
test-output.log
296296
retention-days: 7
297297

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

301301
notify:

.npmrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
ignore-scripts=true
2-
link-workspace-packages=false
3-
loglevel=error
4-
prefer-workspace-packages=false
51
# Minimum release age for npm v11+ (days).
6-
# pnpm equivalent is in pnpm-workspace.yaml (minimumReleaseAge).
72
min-release-age=7
83

94
trust-policy=no-downgrade

package.json

Lines changed: 3 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socketsecurity/lib",
33
"version": "5.15.0",
4-
"packageManager": "pnpm@10.33.0",
4+
"packageManager": "pnpm@11.0.0-rc.0",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
77
"keywords": [
@@ -695,8 +695,8 @@
695695
"CHANGELOG.md"
696696
],
697697
"engines": {
698-
"node": ">=24",
699-
"pnpm": ">=10.33.0"
698+
"node": ">=22",
699+
"pnpm": ">=11.0.0-rc.0"
700700
},
701701
"sideEffects": false,
702702
"scripts": {
@@ -798,57 +798,5 @@
798798
"typescript": {
799799
"optional": true
800800
}
801-
},
802-
"pnpm": {
803-
"overrides": {
804-
"@inquirer/ansi": "1.0.2",
805-
"@inquirer/core": "10.3.1",
806-
"@inquirer/figures": "1.0.15",
807-
"@npmcli/arborist": "9.1.6",
808-
"@npmcli/git": "6.0.3",
809-
"@npmcli/run-script": "10.0.0",
810-
"@sigstore/core": "3.1.0",
811-
"@sigstore/sign": "4.1.0",
812-
"ansi-regex": "6.2.2",
813-
"brace-expansion": "5.0.5",
814-
"chownr": "3.0.0",
815-
"debug": "4.4.3",
816-
"execa": "5.1.1",
817-
"has-flag": "5.0.1",
818-
"hosted-git-info": "8.1.0",
819-
"isexe": "3.1.1",
820-
"lru-cache": "11.2.2",
821-
"minimatch": "9.0.6",
822-
"minipass": "7.1.3",
823-
"minipass-fetch": "4.0.1",
824-
"minipass-sized": "1.0.3",
825-
"minipass@7": "7.1.3",
826-
"minizlib": "3.1.0",
827-
"npm-package-arg": "12.0.2",
828-
"npm-pick-manifest": "10.0.0",
829-
"p-map": "7.0.4",
830-
"picomatch": "4.0.4",
831-
"proc-log": "6.1.0",
832-
"semver": "7.7.2",
833-
"signal-exit": "4.1.0",
834-
"spdx-expression-parse": "4.0.0",
835-
"ssri": "12.0.0",
836-
"string-width": "8.1.0",
837-
"strip-ansi": "7.1.2",
838-
"supports-color": "10.2.2",
839-
"tar": "7.5.11",
840-
"which": "5.0.0",
841-
"wrap-ansi": "9.0.2",
842-
"yoctocolors-cjs": "2.1.3"
843-
},
844-
"patchedDependencies": {
845-
"@npmcli/run-script@10.0.0": "patches/@npmcli__run-script@10.0.0.patch",
846-
"@sigstore/sign@4.1.0": "patches/@sigstore__sign@4.1.0.patch",
847-
"execa@5.1.1": "patches/execa@5.1.1.patch",
848-
"minipass-flush@1.0.5": "patches/minipass-flush@1.0.5.patch",
849-
"minipass-pipeline@1.2.4": "patches/minipass-pipeline@1.2.4.patch",
850-
"node-gyp@11.5.0": "patches/node-gyp@11.5.0.patch",
851-
"minipass-sized@1.0.3": "patches/minipass-sized@1.0.3.patch"
852-
}
853801
}
854802
}
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
diff --git a/index.js b/index.js
2-
index cb2537fa6b2b57b790cf6e8704a90ea52351e638..f435f5d7fde518722c010d7612a6ff11b4cf52c2 100644
32
--- a/index.js
43
+++ b/index.js
54
@@ -1,4 +1,4 @@
@@ -9,11 +8,10 @@ index cb2537fa6b2b57b790cf6e8704a90ea52351e638..f435f5d7fde518722c010d7612a6ff11
98
const _flushed = Symbol('_flushed')
109
const _flushing = Symbol('_flushing')
1110
diff --git a/package.json b/package.json
12-
index 09127d0ec2015cd969307c23ea7c8a1d7414a21c..e13856c53443ba75a31933c25ea38ac06f574b73 100644
1311
--- a/package.json
1412
+++ b/package.json
15-
@@ -18,7 +18,7 @@
16-
"tap": "^14.6.9"
13+
@@ -21,7 +21,7 @@
14+
"tap": "^15.1.6"
1715
},
1816
"dependencies": {
1917
- "minipass": "^3.0.0"

0 commit comments

Comments
 (0)