Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

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

Patch Changes

@​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

... (truncated)

Changelog

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

1.0.1

Patch Changes

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@changesets/get-github-info](https://github.com/changesets/changesets/tree/HEAD/packages/get-github-info) from 0.8.0 to 1.0.1.
- [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.1/packages/get-github-info)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 9, 2026
@changeset-bot

changeset-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f8d522b

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

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.1100 +210090 -893 +3100

View full report

@codspeed

codspeed Bot commented Sep 9, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 1.26%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 7 improved benchmarks
❌ 20 regressed benchmarks
✅ 185 untouched benchmarks

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Memory replace-source memory: construct + 100 insertions 44.5 KB 135.2 KB -67.09%
Memory concat-source memory: source() concatenates children 156.6 KB 370.9 KB -57.78%
Memory clear-cache memory: shared modules (no visited set — allocates per chunk) 11.4 KB 24.4 KB -53.33%
Memory compat-source memory: CompatSource.from() short-circuits on Source 392 B 648 B -39.51%
Memory source-map-source memory: new SourceMapSource(with inner map) 784 B 1,168 B -32.88%
Memory original-source memory: map({ columns: false }) line-only mappings 279.8 KB 394.9 KB -29.16%
Memory raw-source memory: new RawSource(string) 784 B 1,072 B -26.87%
Memory cached-source memory: getCachedData() allocates BufferedMap 488 B 648 B -24.69%
Simulation cached-source: source() (cold) 206.6 µs 263 µs -21.46%
Memory prefix-source memory: source() allocates rewritten string 1.2 KB 1.5 KB -21.28%
Simulation source-map-source: new (buffer map) 206.1 µs 245.5 µs -16.06%
Simulation source-map-source: new (object map) 206.4 µs 245.8 µs -16%
Simulation source-map-source: new (buffer value) 206.9 µs 246.2 µs -15.98%
Simulation source-map-source: new (string map) 206.4 µs 245.5 µs -15.92%
Simulation source-map-source: buffers() (from buffer) 222.4 µs 261.6 µs -14.99%
Memory source-map-source memory: sourceAndMap({ columns: true }) (combined inner) 2.1 MB 2.5 MB -14.75%
Simulation source-map-source: sourceAndMap() 240.6 µs 280.5 µs -14.24%
Simulation source-map-source: sourceAndMap({columns:false}) 240.7 µs 280.6 µs -14.21%
Simulation source-map-source: source() 293 µs 332.2 µs -11.8%
Simulation source-map-source: map({columns:false}) 311.1 µs 350.5 µs -11.23%
... ... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/npm_and_yarn/changesets/get-github-info-1.0.1 (f8d522b) with main (9c2b267)

Open in CodSpeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants