Skip to content

Commit

Permalink
Update tslib to 2.4.0 (#4693)
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Aug 1, 2022
1 parent 4a097fa commit fc40bed
Show file tree
Hide file tree
Showing 44 changed files with 524 additions and 467 deletions.
771 changes: 389 additions & 382 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
43 changes: 43 additions & 0 deletions .yarn/versions/80ae97a2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
releases:
"@yarnpkg/builder": patch
"@yarnpkg/cli": patch
"@yarnpkg/core": patch
"@yarnpkg/doctor": patch
"@yarnpkg/esbuild-plugin-pnp": patch
"@yarnpkg/fslib": patch
"@yarnpkg/json-proxy": patch
"@yarnpkg/libui": patch
"@yarnpkg/libzip": patch
"@yarnpkg/parsers": patch
"@yarnpkg/plugin-constraints": patch
"@yarnpkg/plugin-dlx": patch
"@yarnpkg/plugin-essentials": patch
"@yarnpkg/plugin-exec": patch
"@yarnpkg/plugin-file": patch
"@yarnpkg/plugin-git": patch
"@yarnpkg/plugin-github": patch
"@yarnpkg/plugin-http": patch
"@yarnpkg/plugin-init": patch
"@yarnpkg/plugin-interactive-tools": patch
"@yarnpkg/plugin-link": patch
"@yarnpkg/plugin-nm": patch
"@yarnpkg/plugin-npm": patch
"@yarnpkg/plugin-npm-cli": patch
"@yarnpkg/plugin-pack": patch
"@yarnpkg/plugin-patch": patch
"@yarnpkg/plugin-pnp": patch
"@yarnpkg/plugin-pnpm": patch
"@yarnpkg/plugin-stage": patch
"@yarnpkg/plugin-typescript": patch
"@yarnpkg/plugin-version": patch
"@yarnpkg/plugin-workspace-tools": patch
"@yarnpkg/pnp": patch
"@yarnpkg/pnpify": patch
"@yarnpkg/sdks": patch
"@yarnpkg/shell": patch
vscode-zipfs: patch

declined:
- "@yarnpkg/plugin-compat"
- "@yarnpkg/extensions"
- "@yarnpkg/nm"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clipanion": "^3.2.0-rc.10",
"eslint": "^8.2.0",
"jest": "^26.0.1",
"tslib": "^1.13.0",
"tslib": "^2.4.0",
"typescript": "4.8.0-beta"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/acceptance-tests/pkg-tests-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"serve-static": "^1.14.1",
"super-resolve": "^1.0.0",
"tar-fs": "^1.16.0",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"esbuild": ">=0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"remark-html": "^9.0.0",
"remark-parse": "^6.0.3",
"tinycolor2": "^1.4.1",
"tslib": "^1.13.0",
"tslib": "^2.4.0",
"typedoc": "next",
"typedoc-neo-theme": "^1.0.7",
"typedoc-plugin-yarn": "portal:./typedoc-plugin-yarn",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-constraints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clipanion": "^3.2.0-rc.10",
"lodash": "^4.17.15",
"tau-prolog": "^0.2.66",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dlx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"clipanion": "^3.2.0-rc.10",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lodash": "^4.17.15",
"micromatch": "^4.0.2",
"semver": "^7.1.2",
"tslib": "^1.13.0",
"tslib": "^2.4.0",
"typanion": "^3.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"git-url-parse": "11.1.2",
"lodash": "^4.17.15",
"semver": "^7.1.2",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"dependencies": {
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"clipanion": "^3.2.0-rc.10",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-interactive-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ink-text-input": "^4.0.1",
"react": "^16.13.1",
"semver": "^7.1.2",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-nm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@yarnpkg/pnp": "workspace:^",
"@zkochan/cmd-shim": "^5.1.0",
"clipanion": "^3.2.0-rc.10",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-npm-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"enquirer": "^2.3.6",
"micromatch": "^4.0.2",
"semver": "^7.1.2",
"tslib": "^1.13.0",
"tslib": "^2.4.0",
"typanion": "^3.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"enquirer": "^2.3.6",
"semver": "^7.1.2",
"ssri": "^6.0.1",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clipanion": "^3.2.0-rc.10",
"micromatch": "^4.0.2",
"tar-stream": "^2.0.1",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-patch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@yarnpkg/fslib": "workspace:^",
"@yarnpkg/libzip": "workspace:^",
"clipanion": "^3.2.0-rc.10",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clipanion": "^3.2.0-rc.10",
"micromatch": "^4.0.2",
"semver": "^7.1.2",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@yarnpkg/plugin-stage": "workspace:^",
"clipanion": "^3.2.0-rc.10",
"p-limit": "^2.2.0",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-stage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"clipanion": "^3.2.0-rc.10",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@yarnpkg/plugin-pack": "workspace:^",
"algoliasearch": "^4.2.0",
"semver": "^7.1.2",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lodash": "^4.17.15",
"react": "^16.13.1",
"semver": "^7.1.2",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-workspace-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clipanion": "^3.2.0-rc.10",
"micromatch": "^4.0.2",
"p-limit": "^2.2.0",
"tslib": "^1.13.0",
"tslib": "^2.4.0",
"typanion": "^3.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-zipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"directory": "packages/vscode-zipfs"
},
"dependencies": {
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"stableVersion": "2.5.0"
}
2 changes: 1 addition & 1 deletion packages/yarnpkg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clipanion": "^3.2.0-rc.10",
"esbuild": "npm:esbuild-wasm@^0.11.20",
"semver": "^7.1.2",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/semver": "^7.1.0",
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 @@ -36,7 +36,7 @@
"ci-info": "^3.2.0",
"clipanion": "^3.2.0-rc.10",
"semver": "^7.1.2",
"tslib": "^1.13.0",
"tslib": "^2.4.0",
"typanion": "^3.3.0"
},
"devDependencies": {
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 @@ -29,7 +29,7 @@
"tar": "^6.0.5",
"tinylogic": "^2.0.0",
"treeify": "^1.1.0",
"tslib": "^1.13.0",
"tslib": "^2.4.0",
"tunnel": "^0.0.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-doctor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"globby": "^11.0.1",
"micromatch": "^4.0.2",
"p-limit": "^2.2.0",
"tslib": "^1.13.0",
"tslib": "^2.4.0",
"typescript": "4.8.0-beta"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-fslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sideEffects": false,
"dependencies": {
"@yarnpkg/libzip": "workspace:^",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"scripts": {
"postpack": "rm -rf lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-json-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./sources/index.ts",
"dependencies": {
"@yarnpkg/fslib": "workspace:^",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"scripts": {
"postpack": "rm -rf lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-libui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"directory": "packages/yarnpkg-libui"
},
"dependencies": {
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"scripts": {
"postpack": "find sources -name '*.js' -delete",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-libzip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@types/emscripten": "^1.39.6",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"engines": {
"node": ">=14.15.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./sources/index.ts",
"dependencies": {
"js-yaml": "^3.10.0",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/js-yaml": "^3.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"resolve.exports": "^1.1.0",
"rollup": "^2.59.0",
"rollup-plugin-esbuild": "^3.0.2",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"scripts": {
"build:pnp:hook": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-pnpify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@yarnpkg/fslib": "workspace:^",
"@yarnpkg/nm": "workspace:^",
"clipanion": "^3.2.0-rc.10",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"devDependencies": {
"@yarnpkg/monorepo": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarnpkg-sdks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clipanion": "^3.2.0-rc.10",
"comment-json": "^2.2.0",
"lodash": "^4.17.15",
"tslib": "^1.13.0"
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/comment-json": "^1.1.1",
Expand Down
Loading

0 comments on commit fc40bed

Please sign in to comment.