-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix(deps): upgrade @octokit/auth-app
#422
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This should help make sure that users of CDNs like esm.sh get the correct working version. Currently, it is loading version 4.0.10 of `@octokit/auth-app` which is a broken release
1 task
gr2m
approved these changes
May 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cheers!
🎉 This PR is included in version 13.1.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
wolfy1339
added a commit
to octokit/octokit.js
that referenced
this pull request
May 27, 2023
Propogate octokit/app.js#422 to the `octokit` package to alleviate CDN caching issues
5 tasks
gr2m
pushed a commit
to octokit/octokit.js
that referenced
this pull request
May 27, 2023
Propogate octokit/app.js#422 to the `octokit` package to alleviate CDN caching issues
wolfy1339
added a commit
to octokit/octokit.js
that referenced
this pull request
Jun 3, 2023
* fix(deps): upgrade `@octokit/app` (#2460) Propogate octokit/app.js#422 to the `octokit` package to alleviate CDN caching issues * build(deps): lock file maintenance Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @octokit/plugin-retry to v5 --------- Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kfcampbell
added a commit
that referenced
this pull request
Jun 14, 2023
* build(deps): lock file maintenance (#421) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): upgrade `@octokit/auth-app` (#422) This should help make sure that users of CDNs like esm.sh get the correct working version. Currently, it is loading version 4.0.10 of `@octokit/auth-app` which is a broken release * build(deps): lock file maintenance Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @octokit/plugin-paginate-rest to v7 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Co-authored-by: Keegan Campbell <me@kfcampbell.com>
🎉 This PR is included in version 14.0.0-beta.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should help make sure that users of CDNs like esm.sh get the correct working version.
Currently, it is loading version 4.0.10 of
@octokit/auth-app
which is a broken releaseSee octokit/octokit.js#2459 (comment) octokit/octokit.js#2450
Behavior
Before the change?
esm.sh
or skypack, can run into caching issues where they aren't offered the latest release of a dependency.After the change?
Other information
Additional info
Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
Type: Breaking change
label)If
Yes
, what's the impact:Pull request type
Please add the corresponding label for change this PR introduces:
Type: Bug
Type: Maintenance