build(deps): update commitlint monorepo to v17.6.0 (#5233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/5236/head
parent
0e71793814
commit
f1a20a2469
|
@ -66,8 +66,8 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.5.1",
|
||||
"@commitlint/config-conventional": "17.4.4",
|
||||
"@commitlint/cli": "17.6.0",
|
||||
"@commitlint/config-conventional": "17.6.0",
|
||||
"@limegrass/eslint-plugin-import-alias": "1.0.6",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "14.0.0",
|
||||
|
|
|
@ -76,11 +76,11 @@ dependencies:
|
|||
|
||||
devDependencies:
|
||||
'@commitlint/cli':
|
||||
specifier: 17.5.1
|
||||
version: 17.5.1
|
||||
specifier: 17.6.0
|
||||
version: 17.6.0
|
||||
'@commitlint/config-conventional':
|
||||
specifier: 17.4.4
|
||||
version: 17.4.4
|
||||
specifier: 17.6.0
|
||||
version: 17.6.0
|
||||
'@limegrass/eslint-plugin-import-alias':
|
||||
specifier: 1.0.6
|
||||
version: 1.0.6(eslint@8.38.0)
|
||||
|
@ -1552,13 +1552,13 @@ packages:
|
|||
'@babel/helper-validator-identifier': 7.19.1
|
||||
to-fast-properties: 2.0.0
|
||||
|
||||
/@commitlint/cli@17.5.1:
|
||||
resolution: {integrity: sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==}
|
||||
/@commitlint/cli@17.6.0:
|
||||
resolution: {integrity: sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==}
|
||||
engines: {node: '>=v14'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@commitlint/format': 17.4.4
|
||||
'@commitlint/lint': 17.4.4
|
||||
'@commitlint/lint': 17.6.0
|
||||
'@commitlint/load': 17.5.0
|
||||
'@commitlint/read': 17.5.1
|
||||
'@commitlint/types': 17.4.4
|
||||
|
@ -1572,8 +1572,8 @@ packages:
|
|||
- '@swc/wasm'
|
||||
dev: true
|
||||
|
||||
/@commitlint/config-conventional@17.4.4:
|
||||
resolution: {integrity: sha512-u6ztvxqzi6NuhrcEDR7a+z0yrh11elY66nRrQIpqsqW6sZmpxYkDLtpRH8jRML+mmxYQ8s4qqF06Q/IQx5aJeQ==}
|
||||
/@commitlint/config-conventional@17.6.0:
|
||||
resolution: {integrity: sha512-2Y9M7MN942bTK5h70fJGknhXA02+OtWCkKeIzTSwsdwz1V7y6bxYv24x052E9XHKtZHJfvM3iLuTOsjRvLqWtA==}
|
||||
engines: {node: '>=v14'}
|
||||
dependencies:
|
||||
conventional-changelog-conventionalcommits: 5.0.0
|
||||
|
@ -1620,13 +1620,13 @@ packages:
|
|||
semver: 7.3.8
|
||||
dev: true
|
||||
|
||||
/@commitlint/lint@17.4.4:
|
||||
resolution: {integrity: sha512-qgkCRRFjyhbMDWsti/5jRYVJkgYZj4r+ZmweZObnbYqPUl5UKLWMf9a/ZZisOI4JfiPmRktYRZ2JmqlSvg+ccw==}
|
||||
/@commitlint/lint@17.6.0:
|
||||
resolution: {integrity: sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==}
|
||||
engines: {node: '>=v14'}
|
||||
dependencies:
|
||||
'@commitlint/is-ignored': 17.4.4
|
||||
'@commitlint/parse': 17.4.4
|
||||
'@commitlint/rules': 17.4.4
|
||||
'@commitlint/rules': 17.6.0
|
||||
'@commitlint/types': 17.4.4
|
||||
dev: true
|
||||
|
||||
|
@ -1690,8 +1690,8 @@ packages:
|
|||
resolve-global: 1.0.0
|
||||
dev: true
|
||||
|
||||
/@commitlint/rules@17.4.4:
|
||||
resolution: {integrity: sha512-0tgvXnHi/mVcyR8Y8mjTFZIa/FEQXA4uEutXS/imH2v1UNkYDSEMsK/68wiXRpfW1euSgEdwRkvE1z23+yhNrQ==}
|
||||
/@commitlint/rules@17.6.0:
|
||||
resolution: {integrity: sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==}
|
||||
engines: {node: '>=v14'}
|
||||
dependencies:
|
||||
'@commitlint/ensure': 17.4.4
|
||||
|
|
Loading…
Reference in New Issue