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

chore: extension audit #478

Merged
merged 5 commits into from
Aug 6, 2024
Merged

chore: extension audit #478

merged 5 commits into from
Aug 6, 2024

Conversation

@github-actions github-actions bot added the area: background Improvements or additions to extension background script label Aug 5, 2024
@raducristianpopa
Copy link
Member Author

raducristianpopa commented Aug 5, 2024

Extension builds preview

Name Link
Latest commit 8f72904
Latest job logs Run #10265248839
BadgeDownload
BadgeDownload

@github-actions github-actions bot added the area: documentation Improvements or additions to documentation label Aug 6, 2024
@github-actions github-actions bot removed the area: background Improvements or additions to extension background script label Aug 6, 2024
@@ -90,6 +90,6 @@ export const getMainPlugins = (
}),
new IgnorePlugin({
resourceRegExp: /node-fetch/,
contextRegExp: /@apidevtools\/json-schema-ref-parser/
contextRegExp: /@apidevtools[/|\\]json-schema-ref-parser/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #316

@sidvishnoi sidvishnoi marked this pull request as ready for review August 6, 2024 11:00
@sidvishnoi sidvishnoi added the area: scripts Improvements or additions to custom scripts label Aug 6, 2024
@sidvishnoi sidvishnoi merged commit 1cb1737 into main Aug 6, 2024
8 checks passed
@sidvishnoi sidvishnoi deleted the extension-audit branch August 6, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation Improvements or additions to documentation area: scripts Improvements or additions to custom scripts
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] Unable to build project unless I downgrade node:fetch version
2 participants