skip: merge (6ba4a5c49b) [skip release]

This commit is contained in:
github-actions[bot] 2026-01-30 14:36:44 +00:00
commit 6ca12456ee
3 changed files with 7 additions and 7 deletions

View file

@ -44,7 +44,7 @@
"@semantic-release/github": "12.0.2", "@semantic-release/github": "12.0.2",
"@semantic-release/npm": "13.1.3", "@semantic-release/npm": "13.1.3",
"@tsconfig/node22": "22.0.5", "@tsconfig/node22": "22.0.5",
"@tsconfig/strictest": "2.0.6", "@tsconfig/strictest": "2.0.8",
"@types/eslint-config-prettier": "6.11.3", "@types/eslint-config-prettier": "6.11.3",
"@types/node": "24.10.9", "@types/node": "24.10.9",
"conventional-changelog-conventionalcommits": "9.1.0", "conventional-changelog-conventionalcommits": "9.1.0",

10
pnpm-lock.yaml generated
View file

@ -37,8 +37,8 @@ importers:
specifier: 22.0.5 specifier: 22.0.5
version: 22.0.5 version: 22.0.5
'@tsconfig/strictest': '@tsconfig/strictest':
specifier: 2.0.6 specifier: 2.0.8
version: 2.0.6 version: 2.0.8
'@types/eslint-config-prettier': '@types/eslint-config-prettier':
specifier: 6.11.3 specifier: 6.11.3
version: 6.11.3 version: 6.11.3
@ -532,8 +532,8 @@ packages:
'@tsconfig/node22@22.0.5': '@tsconfig/node22@22.0.5':
resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==} resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==}
'@tsconfig/strictest@2.0.6': '@tsconfig/strictest@2.0.8':
resolution: {integrity: sha512-tPOhmDhIUcDjvpDDYyiUdssP84Eqm7n5KxJe5J3/g+s6xoDIPAf+SIn06dhw7VkhxIvLOnhDDrX7tsqMHNEhDg==} resolution: {integrity: sha512-XnQ7vNz5HRN0r88GYf1J9JJjqtZPiHt2woGJOo2dYqyHGGcd6OLGqSlBB6p1j9mpzja6Oe5BoPqWmeDx6X9rLw==}
'@types/conventional-commits-parser@5.0.2': '@types/conventional-commits-parser@5.0.2':
resolution: {integrity: sha512-BgT2szDXnVypgpNxOK8aL5SGjUdaQbC++WZNjF1Qge3Og2+zhHj+RWhmehLhYyvQwqAmvezruVfOf8+3m74W+g==} resolution: {integrity: sha512-BgT2szDXnVypgpNxOK8aL5SGjUdaQbC++WZNjF1Qge3Og2+zhHj+RWhmehLhYyvQwqAmvezruVfOf8+3m74W+g==}
@ -2760,7 +2760,7 @@ snapshots:
'@tsconfig/node22@22.0.5': {} '@tsconfig/node22@22.0.5': {}
'@tsconfig/strictest@2.0.6': {} '@tsconfig/strictest@2.0.8': {}
'@types/conventional-commits-parser@5.0.2': '@types/conventional-commits-parser@5.0.2':
dependencies: dependencies:

View file

@ -6,7 +6,7 @@ await build({
bundle: true, bundle: true,
platform: 'node', platform: 'node',
target: 'node24', target: 'node24',
minify: !!env['CI'], minify: !!env.CI,
tsconfig: 'tsconfig.dist.json', tsconfig: 'tsconfig.dist.json',
sourcemap: true, sourcemap: true,
format: 'esm', format: 'esm',