-
Notifications
You must be signed in to change notification settings - Fork 57
Replaces Webpack/Babel/Mocha with Vite/Vitest #485
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
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
908c673
Gets the project building with vite
ralexmatthews bebeaea
Cleans up config a bit
ralexmatthews 35fb581
Moves to vitest
ralexmatthews e26daf6
Removes deps
ralexmatthews d909da0
cleans up more files
ralexmatthews eb5ecc0
Adds node12 target
ralexmatthews 33fea3b
Makes changes to github workflows
ralexmatthews 7fe32f8
Refactors node compatibility test to improve base URL validation
ralexmatthews cdf1e60
Fix base URL validation in node compatibility test
ralexmatthews a3c4ed3
Makes requested changes
ralexmatthews 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 was deleted.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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 |
|---|---|---|
|
|
@@ -2,25 +2,5 @@ | |
| "$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json", | ||
| "critical": true, | ||
| // Only fail the audit if there are critical vulnerabilities. | ||
| "allowlist": [ | ||
| { | ||
| "GHSA-8cp3-66vr-3r4c": { | ||
| "active": true, | ||
| "expiry": "2024-10-22", | ||
| // Re-evaluate this vulnerability after this date. | ||
| "notes": "Transitive dependency of `superagent`, awaiting new `superagent` release." | ||
| // https://github.com/ladjs/superagent/issues/1799 | ||
| // Vulnerability fix only available in `[email protected]+`: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. | ||
| } | ||
| }, | ||
| { | ||
| "GHSA-grv7-fg5c-xmjg|braces": { | ||
| "active": true, | ||
| "expiry": "2024-12-22", // Re-evaluate this vulnerability after this date. | ||
| "notes": "Transitive dependency of `chokidar` and `micromatch`" | ||
| // (`braces` -> `chokidar` -> `mocha`), chokidar unlikely to get patched: https://github.com/paulmillr/chokidar/issues/1301, mocha maintenance questionable: https://github.com/mochajs/mocha/issues/5027 | ||
| // (`braces` -> `micromatch` -> `fast-glob` -> `globby` -> `typescript-eslint/typescript-estree`), micromatch is patched, but fast-glob not maintained: https://github.com/mrmlnc/fast-glob/issues/443 | ||
| } | ||
| } | ||
| ] | ||
| "allowlist": [] | ||
| } | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.