You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
19:39:51.332 Running build in Washington, D.C., USA (East) – iad1
19:39:51.334 Build machine configuration: 2 cores, 8 GB
19:39:51.557 Cloning github.com/Subhan-Haider/Security-Vault (Branch: main, Commit: b1940fe)
19:39:51.559 Previous build caches not available.
19:39:52.006 Cloning completed: 448.000ms
19:39:52.646 Running "vercel build"
19:39:52.688 Vercel CLI 55.0.0
19:39:53.714 Installing dependencies...
19:39:58.522
19:39:58.523 added 157 packages in 5s
19:39:58.523
19:39:58.524 42 packages are looking for funding
19:39:58.524 run npm fund for details
19:39:58.588 Running "npm run build"
19:39:58.729
19:39:58.729 > web@0.0.0 build
19:39:58.729 > tsc -b && vite build
19:39:58.730
19:40:00.593 src/App.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
19:40:00.594 src/components/DecoyCalculator.tsx(1,8): error TS6133: 'React' is declared but its value is never read.
19:40:00.595 src/components/DecoyCalculator.tsx(1,27): error TS6133: 'useEffect' is declared but its value is never read.
19:40:00.595 src/components/DecoyCalculator.tsx(3,44): error TS6133: 'Delete' is declared but its value is never read.
19:40:00.596 src/components/DecoyCalculator.tsx(121,20): error TS2345: Argument of type 'number[]' is not assignable to parameter of type 'number'.
19:40:00.596 src/components/DecoyCalculator.tsx(145,22): error TS6133: 'event' is declared but its value is never read.
19:40:00.596 src/components/Sidebar.tsx(1,1): error TS6133: 'React' is declared but its value is never read.
19:40:00.597 src/components/Sidebar.tsx(2,47): error TS6133: 'LogOut' is declared but its value is never read.
19:40:01.299 Error: Command "npm run build" exited with 2
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
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
1 participant
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.
Bumps the npm_and_yarn group with 1 update in the /web directory: vite.
Updates
vitefrom 8.0.14 to 8.0.16Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.