зеркало из https://github.com/microsoft/lage.git
Pin external deps to ensure explicit updates to lage bundle (#712)
This commit is contained in:
Родитель
990dd487d2
Коммит
429047eb17
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: yarn lage depcheck
|
||||
|
||||
- name: Build, Test, Lint (Linux)
|
||||
run: yarn lage transpile types build test lint bundle --concurrency 2 --verbose
|
||||
run: yarn ci --concurrency 2 --verbose
|
||||
env:
|
||||
BACKFILL_CACHE_PROVIDER: ${{ secrets.backfill_cache_provider }}
|
||||
BACKFILL_CACHE_PROVIDER_OPTIONS: ${{ secrets.backfill_cache_provider_options }}
|
||||
|
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
|
||||
- run: yarn
|
||||
|
||||
- run: yarn lage transpile types build test lint bundle --concurrency 2 --verbose
|
||||
- run: yarn ci --concurrency 2 --verbose
|
||||
|
||||
- name: Set git user
|
||||
run: |
|
||||
|
|
|
@ -4,5 +4,11 @@
|
|||
"singleQuote": false,
|
||||
"trailingComma": "es5",
|
||||
"endOfLine": "auto",
|
||||
"tabWidth": 2
|
||||
"tabWidth": 2,
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.json5",
|
||||
"options": { "parser": "json" }
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": false,
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
"editor.formatOnSave": true,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"files.associations": {
|
||||
"*.json5": "jsonc"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "Pin external deps to ensure explicit updates to lage bundle",
|
||||
"packageName": "@lage-run/cache-github-actions",
|
||||
"email": "elcraig@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "Pin external deps to ensure explicit updates to lage bundle",
|
||||
"packageName": "@lage-run/cache",
|
||||
"email": "elcraig@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "Pin external deps to ensure explicit updates to lage bundle",
|
||||
"packageName": "@lage-run/cli",
|
||||
"email": "elcraig@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "Pin external deps to ensure explicit updates to lage bundle",
|
||||
"packageName": "@lage-run/config",
|
||||
"email": "elcraig@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "Pin external deps to ensure explicit updates to lage bundle",
|
||||
"packageName": "@lage-run/hasher",
|
||||
"email": "elcraig@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "Pin external deps to ensure explicit updates to lage bundle",
|
||||
"packageName": "lage",
|
||||
"email": "elcraig@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "Pin external deps to ensure explicit updates to lage bundle",
|
||||
"packageName": "@lage-run/reporters",
|
||||
"email": "elcraig@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "Pin external deps to ensure explicit updates to lage bundle",
|
||||
"packageName": "@lage-run/target-graph",
|
||||
"email": "elcraig@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -14,24 +14,22 @@
|
|||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.3.1",
|
||||
"@docusaurus/preset-classic": "2.3.1",
|
||||
"docusaurus-preset-shiki-twoslash": "^1.1.38",
|
||||
"@cmfcmf/docusaurus-search-local": "^0.11.0",
|
||||
"@docusaurus/core": "^2.3.1",
|
||||
"@docusaurus/module-type-aliases": "^2.3.1",
|
||||
"@docusaurus/preset-classic": "^2.3.1",
|
||||
"@mdx-js/react": "^1.6.21",
|
||||
"@stackblitz/sdk": "^1.8.0",
|
||||
"@tsconfig/docusaurus": "1.0.7",
|
||||
"clsx": "^1.1.1",
|
||||
"docusaurus-preset-shiki-twoslash": "^1.1.38",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"mermaid": "^9.0.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-flow-renderer": "^10.3.7",
|
||||
"react": "^17.0.1",
|
||||
"tailwindcss": "^3.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "2.3.1",
|
||||
"@tsconfig/docusaurus": "1.0.7",
|
||||
"identity-obj-proxy": "3.0.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.5%",
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"watch": "lage transpile isolatedTypes --no-cache --verbose --unstable-watch",
|
||||
"change": "beachball change",
|
||||
"checkchange": "beachball check",
|
||||
"ci": "lage transpile types build test lint bundle",
|
||||
"release": "beachball publish -y --tag latest",
|
||||
"test": "lage test --verbose",
|
||||
"lint": "lage lint",
|
||||
|
@ -34,10 +35,10 @@
|
|||
"@types/jest": "^29.5.1",
|
||||
"@types/node": "^16.18.3",
|
||||
"beachball": "^2.37.0",
|
||||
"fast-glob": "^3.2.12",
|
||||
"fast-glob": "3.3.1",
|
||||
"gh-pages": "^4.0.0",
|
||||
"husky": "^8.0.3",
|
||||
"lage-npm": "npm:lage@2.7.6",
|
||||
"lage-npm": "npm:lage@2.7.10",
|
||||
"lint-staged": "^13.2.0",
|
||||
"patch-package": "^6.5.1",
|
||||
"prettier": "^2.8.6",
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
"lint": "monorepo-scripts lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"backfill-config": "^6.4.1",
|
||||
"backfill-logger": "^5.2.1",
|
||||
"workspace-tools": "^0.36.4",
|
||||
"@actions/cache": "^3.0.4"
|
||||
"backfill-config": "6.4.1",
|
||||
"backfill-logger": "5.2.1",
|
||||
"workspace-tools": "0.36.4",
|
||||
"@actions/cache": "3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/monorepo-scripts": "*"
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
"dependencies": {
|
||||
"@lage-run/target-graph": "^0.8.8",
|
||||
"@lage-run/logger": "^1.3.0",
|
||||
"backfill-config": "^6.4.1",
|
||||
"backfill-cache": "^5.7.1",
|
||||
"backfill-logger": "^5.2.1",
|
||||
"backfill-cache": "5.7.1",
|
||||
"backfill-config": "6.4.1",
|
||||
"backfill-logger": "5.2.1",
|
||||
"glob-hasher": "^1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
"@lage-run/scheduler-types": "^0.3.12",
|
||||
"@lage-run/target-graph": "^0.8.8",
|
||||
"chokidar": "3.5.3",
|
||||
"commander": "^9.4.0",
|
||||
"execa": "^5.1.1",
|
||||
"fast-glob": "^3.2.12",
|
||||
"workspace-tools": "^0.36.4"
|
||||
"commander": "9.5.0",
|
||||
"execa": "5.1.1",
|
||||
"fast-glob": "3.3.1",
|
||||
"workspace-tools": "0.36.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/monorepo-fixture": "*",
|
||||
|
|
|
@ -20,12 +20,12 @@
|
|||
"lint": "monorepo-scripts lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"backfill-config": "^6.4.1",
|
||||
"@lage-run/logger": "^1.3.0",
|
||||
"@lage-run/scheduler-types": "^0.3.12",
|
||||
"@lage-run/target-graph": "^0.8.8",
|
||||
"workspace-tools": "^0.36.4",
|
||||
"cosmiconfig": "^7.0.0"
|
||||
"backfill-config": "6.4.1",
|
||||
"cosmiconfig": "7.1.0",
|
||||
"workspace-tools": "0.36.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/monorepo-scripts": "*"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"@lage-run/monorepo-scripts": "*",
|
||||
"@lage-run/target-graph": "^0.8.8",
|
||||
"@lage-run/scheduler-types": "^0.3.12",
|
||||
"execa": "^5.1.1",
|
||||
"execa": "5.1.1",
|
||||
"glob-hasher": "^1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
"dependencies": {
|
||||
"@lage-run/target-graph": "^0.8.8",
|
||||
"@lage-run/logger": "^1.3.0",
|
||||
"execa": "^5.1.1",
|
||||
"workspace-tools": "^0.36.4",
|
||||
"fast-glob": "^3.2.12",
|
||||
"execa": "5.1.1",
|
||||
"workspace-tools": "0.36.4",
|
||||
"fast-glob": "3.3.1",
|
||||
"glob-hasher": "^1.3.0",
|
||||
"graceful-fs": "^4.2.11",
|
||||
"micromatch": "^4.0.5"
|
||||
"graceful-fs": "4.2.11",
|
||||
"micromatch": "4.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/monorepo-fixture": "*",
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
"devDependencies": {
|
||||
"@lage-run/cli": "^0.16.4",
|
||||
"@lage-run/scheduler": "^1.1.11",
|
||||
"backfill-config": "^6.4.1",
|
||||
"backfill-config": "6.4.1",
|
||||
"dts-bundle-generator": "^7.2.0",
|
||||
"workspace-tools": "^0.36.4",
|
||||
"workspace-tools": "0.36.4",
|
||||
"esbuild": "^0.17.18"
|
||||
},
|
||||
"files": [
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/monorepo-scripts": "*",
|
||||
"execa": "^5.1.1"
|
||||
"execa": "5.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
"@lage-run/scheduler-types": "^0.3.12",
|
||||
"@lage-run/target-graph": "^0.8.8",
|
||||
"@lage-run/format-hrtime": "^0.1.5",
|
||||
"@ms-cloudpack/task-reporter": "^0.5.0",
|
||||
"chalk": "^4.0.0",
|
||||
"ansi-regex": "^5.0.1",
|
||||
"gradient-string": "^2.0.1"
|
||||
"@ms-cloudpack/task-reporter": "0.5.3",
|
||||
"chalk": "4.1.2",
|
||||
"ansi-regex": "5.0.1",
|
||||
"gradient-string": "2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"memory-streams": "^0.1.3"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"lint": "monorepo-scripts lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"workspace-tools": "^0.36.4"
|
||||
"workspace-tools": "0.36.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/monorepo-scripts": "*"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"github>microsoft/m365-renovate-config:beachballLibraryRecommended",
|
||||
"github>microsoft/m365-renovate-config:beachball",
|
||||
"github>microsoft/m365-renovate-config:disableEsmVersions",
|
||||
"github>microsoft/m365-renovate-config:groupMore",
|
||||
"github>microsoft/m365-renovate-config:groupTypes",
|
||||
|
@ -24,9 +24,7 @@
|
|||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["^package.json$"],
|
||||
"matchStrings": [
|
||||
"lage-npm\": \"lage@(?<currentValue>[~^]?\\d+\\.\\d+\\.\\d+)"
|
||||
],
|
||||
"matchStrings": ["lage-npm\": \"lage@(?<currentValue>[~^]?\\d+\\.\\d+\\.\\d+)"],
|
||||
"depNameTemplate": "lage-npm",
|
||||
"packageNameTemplate": "lage",
|
||||
"datasourceTemplate": "npm",
|
||||
|
@ -40,9 +38,9 @@
|
|||
"matchPackagePrefixes": ["docusaurus", "@docusaurus/*"]
|
||||
},
|
||||
{
|
||||
"groupName": "lage core deps",
|
||||
// Automatically pick up backfill and workspace-tools updates
|
||||
"matchPackagePrefixes": ["backfill-"],
|
||||
"matchPackageNames": ["backfill", "workspace-tools", "p-graph", "p-profiler", "@ms-cloudpack/task-reporter"],
|
||||
"matchPackageNames": ["backfill", "workspace-tools"],
|
||||
"matchUpdateTypes": ["major", "minor", "patch", "bump"],
|
||||
"dependencyDashboardApproval": false
|
||||
},
|
||||
|
@ -50,6 +48,20 @@
|
|||
// Don't try to pin or otherwise modify in-repo deps
|
||||
"matchPackagePrefixes": ["@lage-run/"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
// lage bundles its dependencies, so any updates should to dependencies should be explicit
|
||||
// so that they trigger a new lage version (with proper documentation of included updates).
|
||||
// The standard approach of using ^ dependencies and allowing implicit updates via the lock file
|
||||
// (which with a published bundle, are guaranteed to affect consumers) makes it very hard to
|
||||
// track when an issue was introduced if it's discovered in another repo.
|
||||
"rangeStrategy": "pin",
|
||||
"matchFileNames": ["packages/**"], // ignore this for docs, scripts, root
|
||||
"matchDepTypes": ["dependencies"],
|
||||
// lage packages aren't an issue since they're within the repo and the latest version is always used
|
||||
"excludePackagePrefixes": ["@lage-run/"],
|
||||
// this is a runtime dependency of lage since it publishes binaries
|
||||
"excludePackageNames": ["glob-hasher"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"ts-jest": "^29.0.0",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-plugin-file-extension-in-import-ts": "^1.0.1",
|
||||
"workspace-tools": "^0.36.4",
|
||||
"workspace-tools": "0.36.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
||||
"@typescript-eslint/parser": "^5.30.7"
|
||||
}
|
||||
|
|
84
yarn.lock
84
yarn.lock
|
@ -2,7 +2,7 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@actions/cache@^3.0.4":
|
||||
"@actions/cache@3.2.1":
|
||||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-3.2.1.tgz#bbd4680aeab811f3e839e58be493ffe7583d0311"
|
||||
integrity sha512-QurbMiY//02+0kN1adJkMHN44RcZ5kAXfhSnKUZmtSmhMTNqLitGArG1xOkt93NNyByTlLGAc5wIOF/dZ2ENOQ==
|
||||
|
@ -870,7 +870,7 @@
|
|||
"@jridgewell/resolve-uri" "3.1.0"
|
||||
"@jridgewell/sourcemap-codec" "1.4.14"
|
||||
|
||||
"@ms-cloudpack/task-reporter@^0.5.0":
|
||||
"@ms-cloudpack/task-reporter@0.5.3":
|
||||
version "0.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@ms-cloudpack/task-reporter/-/task-reporter-0.5.3.tgz#e333e26ee4d072b8cc4eed464c8c35431a1cf08d"
|
||||
integrity sha512-c10BWph01gwc7boSo+Ia79/wiM7HS6B3K2Ykk27eWgPoe3FS29QRW1JLtxlDt/7oDF9CpO7bqS09mZy70f2VVw==
|
||||
|
@ -1334,7 +1334,7 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:
|
|||
dependencies:
|
||||
type-fest "^0.21.3"
|
||||
|
||||
ansi-regex@^5.0.1:
|
||||
ansi-regex@5.0.1, ansi-regex@^5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
||||
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
||||
|
@ -1502,7 +1502,7 @@ babel-preset-jest@^29.5.0:
|
|||
babel-plugin-jest-hoist "^29.5.0"
|
||||
babel-preset-current-node-syntax "^1.0.0"
|
||||
|
||||
backfill-cache@^5.7.1:
|
||||
backfill-cache@5.7.1:
|
||||
version "5.7.1"
|
||||
resolved "https://registry.yarnpkg.com/backfill-cache/-/backfill-cache-5.7.1.tgz#09484ed1f963d8d64fbbd7cc0cddd85db5f06143"
|
||||
integrity sha512-+zR2r+A0EmShwhxj3fsGAPmA7EOAs4xc4X0Xr10K+2zsohGWpm4a/L/GmwFi7RfwGeNm/P99nm85Hoexe7V+ag==
|
||||
|
@ -1516,7 +1516,7 @@ backfill-cache@^5.7.1:
|
|||
p-limit "^3.0.0"
|
||||
tar-fs "^2.1.0"
|
||||
|
||||
backfill-config@^6.4.1:
|
||||
backfill-config@6.4.1, backfill-config@^6.4.1:
|
||||
version "6.4.1"
|
||||
resolved "https://registry.yarnpkg.com/backfill-config/-/backfill-config-6.4.1.tgz#b85afd0a8acc0c9f04f4eb177e8d239dc4a2502e"
|
||||
integrity sha512-u4394nK6W/GfsAEKSXxdyVhcmQcDb36YztINEKI5mpsd7NjTqnxJVkBgTo5YetbomL/7RU3/ROiwXuv2nkbqyA==
|
||||
|
@ -1525,7 +1525,7 @@ backfill-config@^6.4.1:
|
|||
find-up "^5.0.0"
|
||||
pkg-dir "^4.2.0"
|
||||
|
||||
backfill-logger@^5.2.1:
|
||||
backfill-logger@5.2.1, backfill-logger@^5.2.1:
|
||||
version "5.2.1"
|
||||
resolved "https://registry.yarnpkg.com/backfill-logger/-/backfill-logger-5.2.1.tgz#3593522c566a4986e1735b0b9db644863c6827f0"
|
||||
integrity sha512-aMHWKeXCoOnxns8tOKbYMCL5jrK3e1uAnCuff7KnY/FSIL7BDtYA/cr3SBnOFAXtaPda9BMlEaoM5RnbjxhEKw==
|
||||
|
@ -1814,16 +1814,16 @@ commander@10.0.1, commander@^10.0.0:
|
|||
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
|
||||
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
|
||||
|
||||
commander@9.5.0:
|
||||
version "9.5.0"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
|
||||
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
|
||||
|
||||
commander@^2.18.0:
|
||||
version "2.20.3"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
||||
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
||||
|
||||
commander@^9.4.0:
|
||||
version "9.5.0"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
|
||||
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
|
||||
|
||||
commondir@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
||||
|
@ -1849,17 +1849,7 @@ core-util-is@~1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
|
||||
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
|
||||
|
||||
cosmiconfig@8.1.3:
|
||||
version "8.1.3"
|
||||
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.1.3.tgz#0e614a118fcc2d9e5afc2f87d53cd09931015689"
|
||||
integrity sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==
|
||||
dependencies:
|
||||
import-fresh "^3.2.1"
|
||||
js-yaml "^4.1.0"
|
||||
parse-json "^5.0.0"
|
||||
path-type "^4.0.0"
|
||||
|
||||
cosmiconfig@^7.0.0:
|
||||
cosmiconfig@7.1.0, cosmiconfig@^7.0.0:
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6"
|
||||
integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
|
||||
|
@ -1870,6 +1860,16 @@ cosmiconfig@^7.0.0:
|
|||
path-type "^4.0.0"
|
||||
yaml "^1.10.0"
|
||||
|
||||
cosmiconfig@8.1.3:
|
||||
version "8.1.3"
|
||||
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.1.3.tgz#0e614a118fcc2d9e5afc2f87d53cd09931015689"
|
||||
integrity sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==
|
||||
dependencies:
|
||||
import-fresh "^3.2.1"
|
||||
js-yaml "^4.1.0"
|
||||
parse-json "^5.0.0"
|
||||
path-type "^4.0.0"
|
||||
|
||||
create-require@^1.1.0:
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
||||
|
@ -2230,7 +2230,7 @@ events@^3.0.0:
|
|||
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
|
||||
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
|
||||
|
||||
execa@^5.0.0, execa@^5.1.1:
|
||||
execa@5.1.1, execa@^5.0.0:
|
||||
version "5.1.1"
|
||||
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
|
||||
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
|
||||
|
@ -2281,7 +2281,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|||
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
||||
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
||||
|
||||
fast-glob@^3.2.12, fast-glob@^3.2.9, fast-glob@^3.3.1:
|
||||
fast-glob@3.3.1, fast-glob@^3.2.9, fast-glob@^3.3.1:
|
||||
version "3.3.1"
|
||||
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
|
||||
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
|
||||
|
@ -2629,12 +2629,12 @@ globby@^6.1.0:
|
|||
pify "^2.0.0"
|
||||
pinkie-promise "^2.0.0"
|
||||
|
||||
graceful-fs@^4.1.11, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.9:
|
||||
graceful-fs@4.2.11, graceful-fs@^4.1.11, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.9:
|
||||
version "4.2.11"
|
||||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
|
||||
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
|
||||
|
||||
gradient-string@^2.0.1:
|
||||
gradient-string@2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/gradient-string/-/gradient-string-2.0.2.tgz#a90402618990ec993ecbb72a56bd7e6598f45c0e"
|
||||
integrity sha512-rEDCuqUQ4tbD78TpzsMtt5OIf0cBCSDWSJtUDaF6JsAh+k0v9r++NzxNEG87oDZx9ZwGhD8DaezR2L/yrw0Jdw==
|
||||
|
@ -3338,10 +3338,10 @@ kleur@^3.0.3:
|
|||
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
|
||||
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
|
||||
|
||||
"lage-npm@npm:lage@2.7.6":
|
||||
version "2.7.6"
|
||||
resolved "https://registry.yarnpkg.com/lage/-/lage-2.7.6.tgz#16d562eb97d94b288d440b8681f536c82ba95dca"
|
||||
integrity sha512-c7RZaXpJk1oLC7rkc7HzrZ2LTZqfKqz9FRGfjdmk4eROTq78miIKZx+wHcrR2H3NhFoZTpQiU89Q03rnyvxv0A==
|
||||
"lage-npm@npm:lage@2.7.10":
|
||||
version "2.7.10"
|
||||
resolved "https://registry.yarnpkg.com/lage/-/lage-2.7.10.tgz#1446641681b60eed807d1f471d0c0652c3499a07"
|
||||
integrity sha512-jmo8oyS1dIY2RiA1jq7fZvyflsVVl9bgGu9/7X5eCvEONbOz05Ua9PY8AhceAMxNY4MKExR6JD9YOdRy7AITRA==
|
||||
dependencies:
|
||||
glob-hasher "^1.3.0"
|
||||
optionalDependencies:
|
||||
|
@ -3506,7 +3506,7 @@ merge2@^1.3.0, merge2@^1.4.1:
|
|||
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
||||
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
||||
|
||||
micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
|
||||
micromatch@4.0.5, micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
|
||||
version "4.0.5"
|
||||
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
|
||||
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
|
||||
|
@ -4125,9 +4125,9 @@ semver@7.5.0, semver@7.x, semver@^7.0.0, semver@^7.3.2, semver@^7.3.5, semver@^7
|
|||
lru-cache "^6.0.0"
|
||||
|
||||
semver@^5.5.0, semver@^5.6.0:
|
||||
version "5.7.1"
|
||||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
||||
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
||||
version "5.7.2"
|
||||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
||||
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
||||
|
||||
semver@^6.0.0, semver@^6.1.0, semver@^6.3.0:
|
||||
version "6.3.0"
|
||||
|
@ -4653,10 +4653,10 @@ word-wrap@^1.2.3:
|
|||
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
|
||||
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
|
||||
|
||||
workspace-tools@^0.35.0:
|
||||
version "0.35.2"
|
||||
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.35.2.tgz#a89206d76a5fd2d1197b6c463ab2f507d39215ff"
|
||||
integrity sha512-x637etwRdY3kbiSAJzAUbja4gzL/kMbDy8WX8yGK+ZvRlMY3o+G3UzvdEjwipVZ7C+RIUVdk/QV/hoRzbUcKiQ==
|
||||
workspace-tools@0.36.4:
|
||||
version "0.36.4"
|
||||
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.36.4.tgz#57504c687569785148c5b7ef1470dadc9be970c5"
|
||||
integrity sha512-v0UFVvw9BjHtRu2Dau5PEJKkuG8u4jPlpXZQWjSz9XgbSutpPURqtO2P0hp3cVmQVATh8lkMFCewFgJuDnyC/w==
|
||||
dependencies:
|
||||
"@yarnpkg/lockfile" "^1.1.0"
|
||||
fast-glob "^3.3.1"
|
||||
|
@ -4666,10 +4666,10 @@ workspace-tools@^0.35.0:
|
|||
js-yaml "^4.1.0"
|
||||
micromatch "^4.0.0"
|
||||
|
||||
workspace-tools@^0.36.4:
|
||||
version "0.36.4"
|
||||
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.36.4.tgz#57504c687569785148c5b7ef1470dadc9be970c5"
|
||||
integrity sha512-v0UFVvw9BjHtRu2Dau5PEJKkuG8u4jPlpXZQWjSz9XgbSutpPURqtO2P0hp3cVmQVATh8lkMFCewFgJuDnyC/w==
|
||||
workspace-tools@^0.35.0:
|
||||
version "0.35.2"
|
||||
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.35.2.tgz#a89206d76a5fd2d1197b6c463ab2f507d39215ff"
|
||||
integrity sha512-x637etwRdY3kbiSAJzAUbja4gzL/kMbDy8WX8yGK+ZvRlMY3o+G3UzvdEjwipVZ7C+RIUVdk/QV/hoRzbUcKiQ==
|
||||
dependencies:
|
||||
"@yarnpkg/lockfile" "^1.1.0"
|
||||
fast-glob "^3.3.1"
|
||||
|
|
Загрузка…
Ссылка в новой задаче