pin simple-git in syncpack (#44902)

* pin simple-git in syncpack

* update pnpm-lock for simple-git

* add changelog for json linting

---------

Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
This commit is contained in:
Ron Rennick 2024-02-29 13:30:24 -04:00 committed by GitHub
parent 987a8e6342
commit c84d9d944a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 19 additions and 16 deletions

View File

@ -216,6 +216,15 @@
],
"pinVersion": "^8.4.32"
},
{
"dependencies": [
"simple-git"
],
"packages": [
"**"
],
"pinVersion": "^3.21.0"
},
{
"dependencies": [
"@types/node"

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Fix whitespace in package.json

View File

@ -7,8 +7,8 @@
},
"license": "GPL-3.0-or-later",
"dependencies": {
"js-yaml": "^4.1.0",
"json-refs": "^3.0.15",
"js-yaml": "^4.1.0",
"json-refs": "^3.0.15",
"commander": "^5.1.0"
}
}
}

View File

@ -4621,8 +4621,8 @@ importers:
specifier: ^7.1.0
version: 7.3.3
simple-git:
specifier: 3.5.0
version: 3.5.0
specifier: ^3.21.0
version: 3.21.0
tools/monorepo-merge:
dependencies:
@ -47527,16 +47527,6 @@ packages:
transitivePeerDependencies:
- supports-color
/simple-git@3.5.0:
resolution: {integrity: sha512-fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA==}
dependencies:
'@kwsites/file-exists': 1.1.1
'@kwsites/promise-deferred': 1.1.1
debug: 4.3.4(supports-color@9.4.0)
transitivePeerDependencies:
- supports-color
dev: false
/simple-html-tokenizer@0.5.11:
resolution: {integrity: sha512-C2WEK/Z3HoSFbYq8tI7ni3eOo/NneSPRoPpcM7WdLjFOArFuyXEjAoCdOC3DgMfRyziZQ1hCNR4mrNdWEvD0og==}

View File

@ -15,7 +15,7 @@
"commander": "9.5.0",
"chalk": "^4.1.2",
"inquirer": "^7.1.0",
"simple-git": "3.5.0"
"simple-git": "^3.21.0"
},
"engines": {
"node": "^16.14.1",