Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependency @softwareventures/semantic-release-config to v5 (main) #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -40,7 +40,7 @@
"@softwareventures/eslint-config": "7.9.0",
"@softwareventures/precise-commits": "4.0.15",
"@softwareventures/prettier-config": "4.0.0",
"@softwareventures/semantic-release-config": "4.1.0",
"@softwareventures/semantic-release-config": "5.1.0",
"@softwareventures/tsconfig": "7.3.0",
"@types/node": "17.0.45",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand Down
22 changes: 12 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ __metadata:
"@softwareventures/eslint-config": "npm:7.9.0"
"@softwareventures/precise-commits": "npm:4.0.15"
"@softwareventures/prettier-config": "npm:4.0.0"
"@softwareventures/semantic-release-config": "npm:4.1.0"
"@softwareventures/semantic-release-config": "npm:5.1.0"
"@softwareventures/tsconfig": "npm:7.3.0"
"@types/node": "npm:17.0.45"
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
Expand All @@ -1112,15 +1112,17 @@ __metadata:
languageName: unknown
linkType: soft

"@softwareventures/semantic-release-config@npm:4.1.0":
version: 4.1.0
resolution: "@softwareventures/semantic-release-config@npm:4.1.0"
"@softwareventures/semantic-release-config@npm:5.1.0":
version: 5.1.0
resolution: "@softwareventures/semantic-release-config@npm:5.1.0"
dependencies:
tslib: "npm:2.6.2"
tslib: "npm:2.8.1"
peerDependencies:
conventional-changelog-conventionalcommits: ^4.6.3 || ^5.0.0 || ^6.0.0 || ^7.0.0
pinst: ">= 2.1.6"
semantic-release: ^17.0.7 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0 || ^23.0.0
checksum: 10c0/efd21e6598d1f7f4f336463f8ce1702ba529d1f186585d2ac9944c1c461d13b173d406464b12656e2e74b8054850d960f7f84c3a3e86b2aa44242e9bb3eb1fae
semantic-release-pinst: ^1.0.0
checksum: 10c0/a04a5b902a77a5ca2f4a464dfd7cc7e7f911c069c720ea1b3652417b894ad1aec3bae81035acf5aec7a5b4b906cb8d00ef466ea7a068f6ac18251fbf29f5b376
languageName: node
linkType: hard

Expand Down Expand Up @@ -7642,10 +7644,10 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^1.9.3 || ^2.0.0 || ^2.1.0, tslib@npm:^2.0.0, tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.6.2":
version: 2.6.3
resolution: "tslib@npm:2.6.3"
checksum: 10c0/2598aef53d9dbe711af75522464b2104724d6467b26a60f2bdac8297d2b5f1f6b86a71f61717384aa8fd897240467aaa7bcc36a0700a0faf751293d1331db39a
"tslib@npm:2.8.1, tslib@npm:^1.9.3 || ^2.0.0 || ^2.1.0, tslib@npm:^2.0.0, tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.6.2":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62
languageName: node
linkType: hard

Expand Down
Loading