Skip to content

chore(deps-dev): bump @changesets/get-github-info from 0.8.0 to 1.0.0 - #262

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/changesets/get-github-info-1.0.0
Open

chore(deps-dev): bump @changesets/get-github-info from 0.8.0 to 1.0.0#262
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/changesets/get-github-info-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @changesets/get-github-info from 0.8.0 to 1.0.0.

Release notes

Sourced from @​changesets/get-github-info's releases.

@​changesets/get-github-info@​1.0.0

Major Changes

  • #2121 dae394c Thanks @​bluwy! - Rename getInfo to getCommitInfo, and getInfoFromPullRequest to getPullRequestInfo. They may now return undefined if the commit or pull request is not found in the GitHub repository.

    The return types are also slightly changed but should contain the same information as before. To migrate:

    const info = await getCommitInfo({ commit, repo });
    if (info == null) return;
    // Before:
    const authorLogin = info.user;
    const authorLink = info.links.author;
    const pullNumber = info.pull;
    const pullLink = info.links.pull;
    const commitLink = info.links.commit;
    // After:
    const authorLogin = info.author.login;
    const authorLink = info.author.markdownLink;
    const pullNumber = info.pull.number;
    const pullLink = info.pull.markdownLink;
    const commitLink = info.commit.markdownLink;

    getPullRequestInfo also has a similar migration path.

  • #1482 df424a4 Thanks @​Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26

  • #1482 df424a4 Thanks @​Andarist! - From now on this package is going to be published as ES module.

Minor Changes

  • #2121 dae394c Thanks @​bluwy! - Improve data fetching by using GraphQL fragments to reduce the query size, and set a maximum batch size of 50 to avoid hitting rate limits

Patch Changes

@​changesets/get-github-info@​1.0.0-next.2

Major Changes

... (truncated)

Changelog

Sourced from @​changesets/get-github-info's changelog.

1.0.0

Major Changes

  • #2121 dae394c Thanks @​bluwy! - Rename getInfo to getCommitInfo, and getInfoFromPullRequest to getPullRequestInfo. They may now return undefined if the commit or pull request is not found in the GitHub repository.

    The return types are also slightly changed but should contain the same information as before. To migrate:

    const info = await getCommitInfo({ commit, repo });
    if (info == null) return;
    // Before:
    const authorLogin = info.user;
    const authorLink = info.links.author;
    const pullNumber = info.pull;
    const pullLink = info.links.pull;
    const commitLink = info.links.commit;
    // After:
    const authorLogin = info.author.login;
    const authorLink = info.author.markdownLink;
    const pullNumber = info.pull.number;
    const pullLink = info.pull.markdownLink;
    const commitLink = info.commit.markdownLink;

    getPullRequestInfo also has a similar migration path.

  • #1482 df424a4 Thanks @​Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26

  • #1482 df424a4 Thanks @​Andarist! - From now on this package is going to be published as ES module.

Minor Changes

  • #2121 dae394c Thanks @​bluwy! - Improve data fetching by using GraphQL fragments to reduce the query size, and set a maximum batch size of 50 to avoid hitting rate limits

Patch Changes

1.0.0-next.4

... (truncated)

Commits

@changeset-bot

changeset-bot Bot commented Aug 14, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 67383ac

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security

socket-security Bot commented Aug 14, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​changesets/​get-github-info@​0.8.0 ⏵ 1.0.0100 +210090 -893 +7100

View full report

@codspeed-hq

codspeed-hq Bot commented Aug 14, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 92 untouched benchmarks


Comparing dependabot/npm_and_yarn/changesets/get-github-info-1.0.0 (67383ac) with main (493ce6a)

Open in CodSpeed

Bumps [@changesets/get-github-info](https://github.com/changesets/changesets/tree/HEAD/packages/get-github-info) from 0.8.0 to 1.0.0.
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/packages/get-github-info/CHANGELOG.md)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/get-github-info@1.0.0/packages/get-github-info)

---
updated-dependencies:
- dependency-name: "@changesets/get-github-info"
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/changesets/get-github-info-1.0.0 branch from ad534ff to 67383ac Compare August 14, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants