Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade ci-info to 4.0.0 #6377

Merged
merged 2 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 49 additions & 42 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
34 changes: 34 additions & 0 deletions .yarn/versions/681ab739.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/core": patch
"@yarnpkg/plugin-essentials": patch

declined:
- "@yarnpkg/plugin-compat"
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-exec"
- "@yarnpkg/plugin-file"
- "@yarnpkg/plugin-git"
- "@yarnpkg/plugin-github"
- "@yarnpkg/plugin-http"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-link"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/doctor"
- "@yarnpkg/extensions"
- "@yarnpkg/nm"
- "@yarnpkg/pnpify"
- "@yarnpkg/sdks"
2 changes: 1 addition & 1 deletion packages/plugin-essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"@yarnpkg/parsers": "workspace:^",
"ci-info": "^3.2.0",
"ci-info": "^4.0.0",
"clipanion": "^4.0.0-rc.2",
"enquirer": "^2.3.6",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@yarnpkg/plugin-version": "workspace:^",
"@yarnpkg/plugin-workspace-tools": "workspace:^",
"@yarnpkg/shell": "workspace:^",
"ci-info": "^3.2.0",
"ci-info": "^4.0.0",
"clipanion": "^4.0.0-rc.2",
"semver": "^7.1.2",
"tslib": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@yarnpkg/shell": "workspace:^",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"ci-info": "^3.2.0",
"ci-info": "^4.0.0",
"clipanion": "^4.0.0-rc.2",
"cross-spawn": "7.0.3",
"diff": "^5.1.0",
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5201,7 +5201,7 @@ __metadata:
"@yarnpkg/plugin-workspace-tools": "workspace:^"
"@yarnpkg/pnpify": "workspace:^"
"@yarnpkg/shell": "workspace:^"
ci-info: "npm:^3.2.0"
ci-info: "npm:^4.0.0"
clipanion: "npm:^4.0.0-rc.2"
semver: "npm:^7.1.2"
tslib: "npm:^2.4.0"
Expand Down Expand Up @@ -5240,7 +5240,7 @@ __metadata:
"@yarnpkg/shell": "workspace:^"
camelcase: "npm:^5.3.1"
chalk: "npm:^3.0.0"
ci-info: "npm:^3.2.0"
ci-info: "npm:^4.0.0"
clipanion: "npm:^4.0.0-rc.2"
comment-json: "npm:^2.2.0"
cross-spawn: "npm:7.0.3"
Expand Down Expand Up @@ -5572,7 +5572,7 @@ __metadata:
"@yarnpkg/fslib": "workspace:^"
"@yarnpkg/parsers": "workspace:^"
"@yarnpkg/plugin-git": "workspace:^"
ci-info: "npm:^3.2.0"
ci-info: "npm:^4.0.0"
clipanion: "npm:^4.0.0-rc.2"
enquirer: "npm:^2.3.6"
lodash: "npm:^4.17.15"
Expand Down Expand Up @@ -7478,6 +7478,13 @@ __metadata:
languageName: node
linkType: hard

"ci-info@npm:^4.0.0":
version: 4.0.0
resolution: "ci-info@npm:4.0.0"
checksum: 10/c983bb7ff1b06648f4a47432201abbd58291147d8ab5043dbb5c03e1a0e3fb2347f40d29b66a3044f28ffeb5dade01ac35aa6bd4e7464a44d9a49a3d7532415a
languageName: node
linkType: hard

"cjs-module-lexer@npm:^1.0.0":
version: 1.2.2
resolution: "cjs-module-lexer@npm:1.2.2"
Expand Down
Loading