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

feat: v5 #175

Merged
merged 4 commits into from Mar 4, 2024
Merged

feat: v5 #175

merged 4 commits into from Mar 4, 2024

Conversation

wolfy1339
Copy link
Member

BREAKING CHANGE: change spelling of paginateGraphql export to paginateGraphQL
BREAKING CHANGE: package is now ESM

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

BREAKING CHANGE: change spelling of `paginateGraphql` export to `paginateGraphQL`
@wolfy1339 wolfy1339 added Type: Breaking change Used to note any change that requires a major version bump Type: Feature New feature or request labels Mar 4, 2024
Copy link

github-actions bot commented Mar 4, 2024

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@wolfy1339 wolfy1339 marked this pull request as ready for review March 4, 2024 19:06
@wolfy1339 wolfy1339 linked an issue Mar 4, 2024 that may be closed by this pull request
1 task
@wolfy1339 wolfy1339 merged commit 4d6ff45 into main Mar 4, 2024
7 checks passed
@wolfy1339 wolfy1339 deleted the beta branch March 4, 2024 19:32
Copy link

github-actions bot commented Mar 4, 2024

🎉 This PR is included in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

kachick added a commit to kachick/plugin-paginate-graphql.js that referenced this pull request Mar 5, 2024
awendt added a commit to babbel/assign-to-repository-projects that referenced this pull request Mar 12, 2024
awendt added a commit to babbel/assign-to-repository-projects that referenced this pull request Mar 14, 2024
awendt added a commit to babbel/sync-repository-projects that referenced this pull request Mar 14, 2024
kachick added a commit to kachick/wait-other-jobs that referenced this pull request Apr 5, 2024
kachick added a commit to kachick/wait-other-jobs that referenced this pull request Apr 5, 2024
* Bump the octokit-dependencies group with 3 updates

Bumps the octokit-dependencies group with 3 updates: [@octokit/core](https://github.com/octokit/core.js), [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) and [@octokit/plugin-paginate-graphql](https://github.com/octokit/plugin-paginate-graphql.js).


Updates `@octokit/core` from 5.1.0 to 6.1.1
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v5.1.0...v6.1.1)

Updates `@octokit/graphql-schema` from 14.57.0 to 15.4.2
- [Release notes](https://github.com/octokit/graphql-schema/releases)
- [Commits](octokit/graphql-schema@v14.57.0...v15.4.2)

Updates `@octokit/plugin-paginate-graphql` from 4.0.0 to 5.2.0
- [Release notes](https://github.com/octokit/plugin-paginate-graphql.js/releases)
- [Commits](octokit/plugin-paginate-graphql.js@v4.0.0...v5.2.0)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: octokit-dependencies
- dependency-name: "@octokit/graphql-schema"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: octokit-dependencies
- dependency-name: "@octokit/plugin-paginate-graphql"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: octokit-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Follow octokit/plugin-paginate-graphql.js#175

Resolves #713

See #747 (comment) for the detail

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Type: Breaking change Used to note any change that requires a major version bump Type: Feature New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: Need to update to ESM for compat with @octokit/core@6
3 participants