Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"esbuild": "0.27.0"
},
"devDependencies": {
"@anolilab/multi-semantic-release": "2.0.9",
"@anolilab/multi-semantic-release": "3.0.0",
"@types/eslint": "9.6.1",
"@willbooster/prettier-config": "10.2.1",
"conventional-changelog-conventionalcommits": "9.1.0",
Expand Down
46 changes: 32 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ __metadata:
languageName: node
linkType: hard

"@anolilab/multi-semantic-release@npm:2.0.9":
version: 2.0.9
resolution: "@anolilab/multi-semantic-release@npm:2.0.9"
"@anolilab/multi-semantic-release@npm:3.0.0":
version: 3.0.0
resolution: "@anolilab/multi-semantic-release@npm:3.0.0"
dependencies:
"@semrel-extra/topo": "npm:^1.14.1"
blork: "npm:^9.3.0"
"@visulima/fs": "npm:^4.0.4"
"@visulima/path": "npm:^2.0.3"
cosmiconfig: "npm:^9.0.0"
debug: "npm:^4.4.3"
detect-indent: "npm:^7.0.2"
Expand All @@ -65,11 +66,12 @@ __metadata:
semver: "npm:^7.7.3"
signale: "npm:^1.4.0"
stream-buffers: "npm:^3.0.3"
yaml: "npm:^2.8.1"
yargs: "npm:18.0.0"
peerDependencies:
semantic-release: ">=22.0.12"
semantic-release: ">=24"
bin:
multi-semantic-release: bin/cli.js
multi-semantic-release: dist/bin/cli.js
conditions: (os=darwin | os=linux | os=win32)
languageName: node
linkType: hard
Expand Down Expand Up @@ -5360,6 +5362,29 @@ __metadata:
languageName: node
linkType: hard

"@visulima/fs@npm:^4.0.4":
version: 4.1.0
resolution: "@visulima/fs@npm:4.1.0"
dependencies:
"@visulima/path": "npm:2.0.5"
type-fest: "npm:^5.2.0"
peerDependencies:
yaml: ^2.7.1
peerDependenciesMeta:
yaml:
optional: true
conditions: (os=darwin | os=linux | os=win32)
languageName: node
linkType: hard

"@visulima/path@npm:2.0.5, @visulima/path@npm:^2.0.3":
version: 2.0.5
resolution: "@visulima/path@npm:2.0.5"
checksum: 10c0/1fd5595adc8e0e3e40fb596379ebdce8724bc4cb665c104579b71d103e2b984e7f4e21a9193faab022c54ef782814aaea7318af5f08956a47161f9c28286a8fa
conditions: (os=darwin | os=linux | os=win32)
languageName: node
linkType: hard

"@vitest/expect@npm:2.0.5":
version: 2.0.5
resolution: "@vitest/expect@npm:2.0.5"
Expand Down Expand Up @@ -7006,13 +7031,6 @@ __metadata:
languageName: node
linkType: hard

"blork@npm:^9.3.0":
version: 9.3.0
resolution: "blork@npm:9.3.0"
checksum: 10c0/38277527021878ffe63f5eda28bb50d05c4e3dddbbfb81feddc83ea0d1b0d19ad2ce2e661c2758e23fa82fdfb0fcc01b4e8750a61562f66811adc970abf02556
languageName: node
linkType: hard

"bluebird@npm:^3.5.5":
version: 3.7.2
resolution: "bluebird@npm:3.7.2"
Expand Down Expand Up @@ -20459,7 +20477,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "willbooster-shared@workspace:."
dependencies:
"@anolilab/multi-semantic-release": "npm:2.0.9"
"@anolilab/multi-semantic-release": "npm:3.0.0"
"@types/eslint": "npm:9.6.1"
"@willbooster/prettier-config": "npm:10.2.1"
conventional-changelog-conventionalcommits: "npm:9.1.0"
Expand Down