From 46b508d929e8e7a974fc46ddd62d0e3c4f1d8937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:15:05 +0000 Subject: [PATCH] chore(deps): bump @changesets/changelog-github from 0.5.0 to 0.5.1 Bumps [@changesets/changelog-github](https://github.com/changesets/changesets) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md) - [Commits](https://github.com/changesets/changesets/compare/@changesets/changelog-github@0.5.0...@changesets/changelog-github@0.5.1) --- updated-dependencies: - dependency-name: "@changesets/changelog-github" dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e00a86..7077ba7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.2", "license": "MIT", "dependencies": { - "@changesets/changelog-github": "~0.5.0", + "@changesets/changelog-github": "~0.5.1", "@changesets/cli": "~2.29.7", "chalk": "~5.3.0", "fs-extra": "~11.2.0", @@ -145,12 +145,13 @@ } }, "node_modules/@changesets/changelog-github": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.5.0.tgz", - "integrity": "sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.5.1.tgz", + "integrity": "sha512-BVuHtF+hrhUScSoHnJwTELB4/INQxVFc+P/Qdt20BLiBFIHFJDDUaGsZw+8fQeJTRP5hJZrzpt3oZWh0G19rAQ==", + "license": "MIT", "dependencies": { "@changesets/get-github-info": "^0.6.0", - "@changesets/types": "^6.0.0", + "@changesets/types": "^6.1.0", "dotenv": "^8.1.0" } }, diff --git a/package.json b/package.json index d007759..ef0bd16 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "*": "prettier -w -u" }, "dependencies": { - "@changesets/changelog-github": "~0.5.0", + "@changesets/changelog-github": "~0.5.1", "@changesets/cli": "~2.29.7", "chalk": "~5.3.0", "fs-extra": "~11.2.0",