Compare commits
1 Commits
changeset-
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fc31e7117 |
@@ -15,8 +15,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.26.2",
|
||||
"@commitlint/config-conventional": "^17.7.0",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"@commitlint/config-conventional": "^19.0.0",
|
||||
"@commitlint/types": "^19.0.0",
|
||||
"eslegant": "workspace:*",
|
||||
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
|
||||
"eslint": "^8.47.0",
|
||||
|
||||
36
pnpm-lock.yaml
generated
36
pnpm-lock.yaml
generated
@@ -16,11 +16,11 @@ importers:
|
||||
specifier: ^2.26.2
|
||||
version: 2.26.2
|
||||
'@commitlint/config-conventional':
|
||||
specifier: ^17.7.0
|
||||
version: 17.7.0
|
||||
specifier: ^19.0.0
|
||||
version: 19.0.0
|
||||
'@commitlint/types':
|
||||
specifier: ^17.4.4
|
||||
version: 17.4.4
|
||||
specifier: ^19.0.0
|
||||
version: 19.0.0
|
||||
'@svitejs/changesets-changelog-github-compact':
|
||||
specifier: ^1.1.0
|
||||
version: 1.1.0
|
||||
@@ -448,18 +448,19 @@ packages:
|
||||
prettier: 2.8.8
|
||||
dev: true
|
||||
|
||||
/@commitlint/config-conventional@17.7.0:
|
||||
resolution: {integrity: sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==}
|
||||
engines: {node: '>=v14'}
|
||||
/@commitlint/config-conventional@19.0.0:
|
||||
resolution: {integrity: sha512-d8lPm+slPUdA8Zof2Y36RqAm/MmAYx/QQIEd2gKbpfLThQK1oYLs+0C3sMPD+4LIq2kh4cnbV9WnPA0P5sN8Ig==}
|
||||
engines: {node: '>=v18'}
|
||||
dependencies:
|
||||
conventional-changelog-conventionalcommits: 6.1.0
|
||||
'@commitlint/types': 19.0.0
|
||||
conventional-changelog-conventionalcommits: 7.0.2
|
||||
dev: true
|
||||
|
||||
/@commitlint/types@17.4.4:
|
||||
resolution: {integrity: sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==}
|
||||
engines: {node: '>=v14'}
|
||||
/@commitlint/types@19.0.0:
|
||||
resolution: {integrity: sha512-qLjLUdYXKi0TIavONrjBkxrElp7KguqDbvzIRbqTdJBV/cAAr8QEhHe1qUq8OcCM3gFWTlUrDz3ISZbkRoGsAg==}
|
||||
engines: {node: '>=v18'}
|
||||
dependencies:
|
||||
chalk: 4.1.2
|
||||
chalk: 5.3.0
|
||||
dev: true
|
||||
|
||||
/@es-joy/jsdoccomment@0.40.1:
|
||||
@@ -1593,6 +1594,11 @@ packages:
|
||||
ansi-styles: 4.3.0
|
||||
supports-color: 7.2.0
|
||||
|
||||
/chalk@5.3.0:
|
||||
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
|
||||
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/chardet@0.7.0:
|
||||
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
|
||||
dev: true
|
||||
@@ -1692,9 +1698,9 @@ packages:
|
||||
/concat-map@0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
/conventional-changelog-conventionalcommits@6.1.0:
|
||||
resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==}
|
||||
engines: {node: '>=14'}
|
||||
/conventional-changelog-conventionalcommits@7.0.2:
|
||||
resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==}
|
||||
engines: {node: '>=16'}
|
||||
dependencies:
|
||||
compare-func: 2.0.0
|
||||
dev: true
|
||||
|
||||
Reference in New Issue
Block a user