build(build-cli): Upgrade jssm-viz and remove patch (#22941)

This commit is contained in:
Tyler Butler 2024-10-30 13:02:08 -07:00 коммит произвёл GitHub
Родитель ce850b31b1
Коммит 122e0822f2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 6 добавлений и 18 удалений

Просмотреть файл

@ -163,12 +163,6 @@
"type-fest",
"typescript"
]
},
"patchedDependenciesComments": [
"jssm-viz is a dependency of jssm-viz-cli, but doesn't work with the latest jssm and TypeScript. This patch contains the changes from https://github.com/StoneCypher/jssm-viz/pull/54, which fixes the problem."
],
"patchedDependencies": {
"jssm-viz@5.101.0": "patches/jssm-viz@5.101.0.patch"
}
}
}

Просмотреть файл

@ -171,7 +171,7 @@
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.12",
"eslint-config-prettier": "~9.1.0",
"jssm-viz-cli": "5.101.0",
"jssm-viz-cli": "^5.101.0",
"mocha": "^10.7.3",
"mocha-multi-reporters": "^1.5.1",
"mocked-env": "^1.3.5",

Просмотреть файл

@ -12,11 +12,6 @@ overrides:
oclif>@aws-sdk/client-cloudfront: npm:empty-npm-package@1.0.0
oclif>@aws-sdk/client-s3: npm:empty-npm-package@1.0.0
patchedDependencies:
jssm-viz@5.101.0:
hash: jq5upu46ffypomxpz6yk2iwhaa
path: patches/jssm-viz@5.101.0.patch
importers:
.:
@ -365,7 +360,7 @@ importers:
specifier: ~9.1.0
version: 9.1.0(eslint@8.57.0)
jssm-viz-cli:
specifier: 5.101.0
specifier: ^5.101.0
version: 5.101.0
mocha:
specifier: ^10.7.3
@ -8433,14 +8428,14 @@ packages:
better_git_changelog: 1.6.2
commander: 4.1.1
glob: 7.2.3
jssm-viz: 5.101.0(patch_hash=jq5upu46ffypomxpz6yk2iwhaa)
jssm-viz: 5.104.1
sharp: 0.33.2
transitivePeerDependencies:
- supports-color
dev: true
/jssm-viz@5.101.0(patch_hash=jq5upu46ffypomxpz6yk2iwhaa):
resolution: {integrity: sha512-dOmdBRnrVHECOmVuDFgPnmbwNXU9MO3U19+5KuyxYr8bJNizeV424Ez609+G23pmGY8NwCs3w4qRYcSyOPdcpA==}
/jssm-viz@5.104.1:
resolution: {integrity: sha512-Nv8Oj6qKa+r3Oty/UOEuX5Y2/uqaX8sfTqPnLzLDwZlLgWFV6Qi5SHPnlci86hjI73rvd6zsO7AY03Ycy08Stg==}
dependencies:
better_git_changelog: 1.6.2
eslint: 8.57.0
@ -8450,7 +8445,6 @@ packages:
transitivePeerDependencies:
- supports-color
dev: true
patched: true
/jssm@5.104.1:
resolution: {integrity: sha512-YpW2Y5Wlln8GqULzGE40B05oiiZKeIhzZLR2eymRg8cVoGan+jMQ/cRuVa1AxP3J72olx6/4RwRsEchDw0HPbw==}

Просмотреть файл

@ -72,7 +72,7 @@ module.exports = {
{
label: "Must use exact dependency ranges",
dependencies: ["jssm-viz-cli", "sort-package-json"],
dependencies: ["sort-package-json"],
packages: ["**"],
range: "",
},