Skip to content

Commit

Permalink
Merge pull request #400 from atls/sync/yarn-workspace-utils
Browse files Browse the repository at this point in the history
sync(yarn-workspace-utils): dependencies, adjustments
  • Loading branch information
Nelfimov authored Aug 21, 2024
2 parents 2571a3a + 465b752 commit 69ec34f
Show file tree
Hide file tree
Showing 6 changed files with 855 additions and 957 deletions.
36 changes: 1 addition & 35 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
1,725 changes: 841 additions & 884 deletions .yarn/releases/yarn.cjs

Large diffs are not rendered by default.

36 changes: 1 addition & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@atls/yarn-workspace-utils@workspace:yarn/workspace-utils"
dependencies:
"@yarnpkg/core": "npm:4.0.5"
"@yarnpkg/core": "npm:4.1.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4973,40 +4973,6 @@ __metadata:
languageName: node
linkType: hard

"@yarnpkg/core@npm:4.0.5":
version: 4.0.5
resolution: "@yarnpkg/core@npm:4.0.5"
dependencies:
"@arcanis/slice-ansi": "npm:^1.1.1"
"@types/semver": "npm:^7.1.0"
"@types/treeify": "npm:^1.0.0"
"@yarnpkg/fslib": "npm:^3.0.2"
"@yarnpkg/libzip": "npm:^3.0.1"
"@yarnpkg/parsers": "npm:^3.0.2"
"@yarnpkg/shell": "npm:^4.0.2"
camelcase: "npm:^5.3.1"
chalk: "npm:^3.0.0"
ci-info: "npm:^3.2.0"
clipanion: "npm:^4.0.0-rc.2"
cross-spawn: "npm:7.0.3"
diff: "npm:^5.1.0"
dotenv: "npm:^16.3.1"
fast-glob: "npm:^3.2.2"
got: "npm:^11.7.0"
lodash: "npm:^4.17.15"
micromatch: "npm:^4.0.2"
p-limit: "npm:^2.2.0"
semver: "npm:^7.1.2"
strip-ansi: "npm:^6.0.0"
tar: "npm:^6.0.5"
tinylogic: "npm:^2.0.0"
treeify: "npm:^1.1.0"
tslib: "npm:^2.4.0"
tunnel: "npm:^0.0.6"
checksum: 10/ed2db44e6c172a746e93791de38510cd46db7d6b992d71c68b471513a0884bafd3d47dcca99f43bb33c8767560f423f0570c161b35f1696197e32c3d19764b65
languageName: node
linkType: hard

"@yarnpkg/core@npm:4.1.2, @yarnpkg/core@npm:^4.0.3, @yarnpkg/core@npm:^4.0.5, @yarnpkg/core@npm:^4.1.2":
version: 4.1.2
resolution: "@yarnpkg/core@npm:4.1.2"
Expand Down
12 changes: 10 additions & 2 deletions yarn/workspace-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,19 @@
"dist"
],
"devDependencies": {
"@yarnpkg/core": "4.0.5"
"@yarnpkg/core": "4.1.2"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
"types": "dist/index.d.ts"
}
}
3 changes: 2 additions & 1 deletion yarn/workspace-utils/src/get-workspace-dependents.util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Workspace } from '@yarnpkg/core'
import type { Workspace } from '@yarnpkg/core'

import { structUtils } from '@yarnpkg/core'

import { getWorkspaceDependencies } from './get-workspace-dependencies.util.js'
Expand Down

0 comments on commit 69ec34f

Please sign in to comment.