Skip to content

Commit

Permalink
chore(deps): use catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Aug 7, 2024
1 parent 58555c9 commit 5a3d439
Show file tree
Hide file tree
Showing 55 changed files with 134 additions and 143 deletions.
2 changes: 1 addition & 1 deletion cli/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"load-json-file": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion cli/default-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"dependencies": {
"@pnpm/cli-meta": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion config/package-is-installable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=18.12"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/config/package-is-installable",
"homepage": "https://github.com/pnpm/pnpm/blob/main/config/package-is-installable#readme",
Expand Down
2 changes: 1 addition & 1 deletion deps/graph-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
".": "./lib/index.js"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/deps.graph-builder": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion env/plugin-commands-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/env/plugin-commands-env#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion exec/build-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/exec/build-modules#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"dependencies": {
"@pnpm/calc-dep-state": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion exec/lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/exec/lifecycle#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"dependencies": {
"@pnpm/core-loggers": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"semver": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-script-runners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"write-json-file": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion fetching/directory-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/fetching/directory-fetcher#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"dependencies": {
"@pnpm/exec.pkg-requires-build": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion fetching/git-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/fetching/git-fetcher#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0",
"@pnpm/logger": "catalog:",
"@pnpm/worker": "workspace:^"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion fetching/tarball-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/fetching/tarball-fetcher#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0",
"@pnpm/logger": "catalog:",
"@pnpm/worker": "workspace:^"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion fs/hard-link-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/main/fs/hard-link-dir#readme",
"funding": "https://opencollective.com/pnpm",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/fs.hard-link-dir": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion fs/indexed-pkg-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"dependencies": {
"@pnpm/core-loggers": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion fs/symlink-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/prepare": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion hooks/pnpmfile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"path-absolute": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion lockfile/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/audit#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/audit": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lockfile/filtering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/filtering#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/lockfile.filtering": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lockfile/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/fs#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/lockfile.fs": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-to-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-to-pnp#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/lockfile-to-pnp": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lockfile/verification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/verification#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"dependencies": {
"@pnpm/catalogs.types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion modules-mounter/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/modules-mounter/daemon#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/mount-modules": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion network/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/network/fetch#readme",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-loggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/core-loggers": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-doctor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"render-help": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/plugin-commands-doctor": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"funding": "https://opencollective.com/pnpm",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/error": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion patching/plugin-commands-patching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"terminal-link": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.1.0",
"@pnpm/logger": "catalog:",
"@pnpm/worker": "workspace:^"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/direct-dep-linker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/pkg-manager.direct-dep-linker": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/get-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/ramda": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"dependencies": {
"@pnpm/constants": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.1.0",
"@pnpm/logger": "catalog:",
"@pnpm/worker": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/hoist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/hoist": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/link-bins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"funding": "https://opencollective.com/pnpm",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"exports": {
".": "./lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/modules-cleaner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"keywords": [
"pnpm9"
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/package-requester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/package-requester#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0",
"@pnpm/logger": "catalog:",
"@pnpm/worker": "workspace:^"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/plugin-commands-installation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"which": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/read-projects-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=18.12"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/read-projects-context",
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/read-projects-context#readme",
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/remove-bins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"keywords": [
"pnpm9"
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/resolve-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=18.12"
},
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
"@pnpm/logger": "catalog:"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/resolve-dependencies",
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/resolve-dependencies#readme",
Expand Down
Loading

0 comments on commit 5a3d439

Please sign in to comment.