fix: update parse-npm-tarball-url to v4 (#10182)

close #10175
This commit is contained in:
Zoltan Kochan
2025-11-12 14:06:56 +01:00
parent c8c04c07c4
commit 2b81704372
3 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/npm-resolver": patch
---
Update parse-npm-tarball-url to fix deprecation warnings on Node.js 24.

14
pnpm-lock.yaml generated
View File

@@ -556,8 +556,8 @@ catalogs:
specifier: ^5.2.0
version: 5.2.0
parse-npm-tarball-url:
specifier: ^3.0.0
version: 3.0.0
specifier: ^4.0.0
version: 4.0.0
path-absolute:
specifier: ^1.0.1
version: 1.0.1
@@ -7326,7 +7326,7 @@ importers:
version: 4.0.1
parse-npm-tarball-url:
specifier: 'catalog:'
version: 3.0.0
version: 4.0.0
path-temp:
specifier: 'catalog:'
version: 2.1.0
@@ -14302,6 +14302,10 @@ packages:
resolution: {integrity: sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==}
engines: {node: '>=8.15'}
parse-npm-tarball-url@4.0.0:
resolution: {integrity: sha512-XueE/Vkz0fzKhMu2L+pBrfpCn5lSnvdbfsVg5+hj0KWQ1VtcHhWRSDyiz9vEdj3I9DKHXoIUAVqkh3I1lwuP/g==}
engines: {node: '>=18.12'}
parseurl@1.3.3:
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
engines: {node: '>= 0.8'}
@@ -22849,6 +22853,10 @@ snapshots:
dependencies:
semver: 7.7.2
parse-npm-tarball-url@4.0.0:
dependencies:
semver: 7.7.2
parseurl@1.3.3: {}
path-absolute@1.0.1: {}

View File

@@ -235,7 +235,7 @@ catalog:
p-memoize: 4.0.1
p-queue: ^6.6.2
parse-json: ^5.2.0
parse-npm-tarball-url: ^3.0.0
parse-npm-tarball-url: ^4.0.0
path-absolute: ^1.0.1
path-exists: ^4.0.0
path-name: ^1.0.0
@@ -334,6 +334,7 @@ minimumReleaseAge: 1440 # At least a day
minimumReleaseAgeExclude:
- pnpm
- '@pnpm/*'
- parse-npm-tarball-url@4.0.0
nodeVersion: 18.18.0