Skip to content

chore(deps): update dependency @changesets/changelog-github to ^0.5.1 #365

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

Merged
merged 1 commit into from
Mar 1, 2025
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 @@ -90,7 +90,7 @@
"devDependencies": {
"@1stg/eslint-config": "7.0.1",
"@1stg/lib-config": "^12.0.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.27.12",
"@commitlint/cli": "^17.8.1",
"@mozilla/glean": "^3.0.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2076,14 +2076,14 @@ __metadata:
languageName: node
linkType: hard

"@changesets/changelog-github@npm:^0.5.0":
version: 0.5.0
resolution: "@changesets/changelog-github@npm:0.5.0"
"@changesets/changelog-github@npm:^0.5.1":
version: 0.5.1
resolution: "@changesets/changelog-github@npm:0.5.1"
dependencies:
"@changesets/get-github-info": "npm:^0.6.0"
"@changesets/types": "npm:^6.0.0"
"@changesets/types": "npm:^6.1.0"
dotenv: "npm:^8.1.0"
checksum: a9c01d918f67c3d5dd38a505da29261518bed932c67fe3eb85cc15a485d32c1d11549cd276f121b4e169f26fb20923b435e931e6a5e83e213623dd8c3733cde9
checksum: 1284e7dc067652edfa14792196e6036849455d121afabe63e8d1a7dc0e8fb0310edb58d1130f2a5944819ae4011eeecc7e0c44c1cda43e6a581a3add187c3447
languageName: node
linkType: hard

Expand Down Expand Up @@ -2275,6 +2275,13 @@ __metadata:
languageName: node
linkType: hard

"@changesets/types@npm:^6.1.0":
version: 6.1.0
resolution: "@changesets/types@npm:6.1.0"
checksum: 2dcd00712cb85d0c53afdd8d0e856b4bf9c0ce8dc36c838c918d44799aacd9ba8659b9ff610ff92b94fc03c8fd2b52c5b05418fcf8a1bd138cd9182414ede373
languageName: node
linkType: hard

"@changesets/write@npm:^0.3.2":
version: 0.3.2
resolution: "@changesets/write@npm:0.3.2"
Expand Down Expand Up @@ -6144,7 +6151,7 @@ __metadata:
dependencies:
"@1stg/eslint-config": "npm:7.0.1"
"@1stg/lib-config": "npm:^12.0.1"
"@changesets/changelog-github": "npm:^0.5.0"
"@changesets/changelog-github": "npm:^0.5.1"
"@changesets/cli": "npm:^2.27.12"
"@commitlint/cli": "npm:^17.8.1"
"@mozilla/glean": "npm:^3.0.0"
Expand Down
Loading