-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: update code to support @octokit/request v9 and @octokit/graphql v8 #3697
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
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8b58a6c
fix: Update code to support @octokit/request v9 and @octokit/graphql v8
AritraDey-Dev 2cad54c
fix: issue in worflow
AritraDey-Dev c7fea4e
fix: workflow
AritraDey-Dev e26f6f8
Revert "fix: issue in worflow"
AritraDey-Dev e6bf4d4
fix: workflow
AritraDey-Dev 292be14
merge master
AritraDey-Dev a92902a
merge master
AritraDey-Dev 892b3e0
test for workflow
AritraDey-Dev 4b5c456
change token to bearer
AritraDey-Dev 8800dcf
fix linting
AritraDey-Dev 28d6c50
fix linting
AritraDey-Dev 827e454
fix linting
AritraDey-Dev 4553cae
fix : module
AritraDey-Dev d49b91c
fix : module
AritraDey-Dev fad673e
fix : module
AritraDey-Dev 38844e5
fix: token
AritraDey-Dev 084d7c4
fix: token
AritraDey-Dev 3e11543
merged master
AritraDey-Dev 14db006
removed unnecessary code
AritraDey-Dev 08a27d0
fix: issue in token
AritraDey-Dev 434a033
fix: module imported issue in test
AritraDey-Dev 7a99fb1
fix tests
AritraDey-Dev c9104de
fix: jest config
AritraDey-Dev dfa1e98
fix: jest config
AritraDey-Dev 74821ad
updated build-dashboard.ts
AritraDey-Dev 17b6c31
removed local bin
AritraDey-Dev 3ba118d
removed octokit/request
AritraDey-Dev 2b0f918
Merge branch 'master' into fix-octokit-upgrade
AritraDey-Dev ebf7569
genralize transform ignore patterns
AritraDey-Dev 8c6bf48
Merge branch 'master' into fix-octokit-upgrade
AritraDey-Dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -127,6 +127,7 @@ | |
| "@chromatic-com/storybook": "^1.6.1", | ||
| "@netlify/functions": "^2.6.0", | ||
| "@netlify/plugin-nextjs": "^4.41.3", | ||
| "@octokit/graphql": "^8.2.2", | ||
| "@storybook/addon-essentials": "^8.2.4", | ||
| "@storybook/addon-interactions": "^8.2.4", | ||
| "@storybook/addon-links": "^8.2.4", | ||
|
|
@@ -170,4 +171,4 @@ | |
| "storybook": "^8.6.12", | ||
| "typescript": "^5.3.3" | ||
| } | ||
| } | ||
| } | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add a line |
||
Oops, something went wrong.
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.
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.
@akshatnema I’ve updated the pattern to be more generalized for handling
ESMpackages innode_modules.Would love to hear your feedback on this approach.