1 Commits

Author SHA1 Message Date
renovate[bot]
df60dd4dc2 chore(deps): update actions/setup-node action to v4 2023-10-23 17:16:32 +00:00
3 changed files with 18 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ runs:
using: composite
steps:
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
registry-url: 'https://registry.npmjs.org'

View File

@@ -15,8 +15,8 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/types": "^19.0.0",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/types": "^17.4.4",
"eslegant": "workspace:*",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"eslint": "^8.47.0",

36
pnpm-lock.yaml generated
View File

@@ -16,11 +16,11 @@ importers:
specifier: ^2.26.2
version: 2.26.2
'@commitlint/config-conventional':
specifier: ^19.0.0
version: 19.0.0
specifier: ^17.7.0
version: 17.7.0
'@commitlint/types':
specifier: ^19.0.0
version: 19.0.0
specifier: ^17.4.4
version: 17.4.4
'@svitejs/changesets-changelog-github-compact':
specifier: ^1.1.0
version: 1.1.0
@@ -448,19 +448,18 @@ packages:
prettier: 2.8.8
dev: true
/@commitlint/config-conventional@19.0.0:
resolution: {integrity: sha512-d8lPm+slPUdA8Zof2Y36RqAm/MmAYx/QQIEd2gKbpfLThQK1oYLs+0C3sMPD+4LIq2kh4cnbV9WnPA0P5sN8Ig==}
engines: {node: '>=v18'}
/@commitlint/config-conventional@17.7.0:
resolution: {integrity: sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==}
engines: {node: '>=v14'}
dependencies:
'@commitlint/types': 19.0.0
conventional-changelog-conventionalcommits: 7.0.2
conventional-changelog-conventionalcommits: 6.1.0
dev: true
/@commitlint/types@19.0.0:
resolution: {integrity: sha512-qLjLUdYXKi0TIavONrjBkxrElp7KguqDbvzIRbqTdJBV/cAAr8QEhHe1qUq8OcCM3gFWTlUrDz3ISZbkRoGsAg==}
engines: {node: '>=v18'}
/@commitlint/types@17.4.4:
resolution: {integrity: sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==}
engines: {node: '>=v14'}
dependencies:
chalk: 5.3.0
chalk: 4.1.2
dev: true
/@es-joy/jsdoccomment@0.40.1:
@@ -1594,11 +1593,6 @@ 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
@@ -1698,9 +1692,9 @@ packages:
/concat-map@0.0.1:
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
/conventional-changelog-conventionalcommits@7.0.2:
resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==}
engines: {node: '>=16'}
/conventional-changelog-conventionalcommits@6.1.0:
resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==}
engines: {node: '>=14'}
dependencies:
compare-func: 2.0.0
dev: true