-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update package.json for dependency installation test #8
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
Open
pullfrog
wants to merge
47
commits into
main
Choose a base branch
from
pullfrog/restore-package-json
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5
−5
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
56da5ea
chore: update package.json for dependency installation test
pullfrog[bot] eaec844
chore: update package.json for postinstall canary test
pullfrog[bot] 9df26c6
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 35d93a9
chore: update package.json for dependency install test
pullfrog[bot] fb3fe4e
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 67c6af0
chore: update package.json for dependency installation test
pullfrog[bot] 4d2e6f2
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] bf74708
chore: update package.json for dependency install test
pullfrog[bot] efe6150
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] e97b774
chore: update package.json for dependency install test
pullfrog[bot] d94736f
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 5c89de0
chore: update package.json for postinstall canary test
pullfrog[bot] 6319758
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] d7e44e2
chore: update package.json (test run artifact)
pullfrog[bot] b40bbdf
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] f4d3109
chore: update package.json for postinstall canary test
pullfrog[bot] d09af80
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 30623cf
chore: update package.json for dependency install test
pullfrog[bot] 8f8ec68
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] de876ed
chore: update package.json for dependency install test
pullfrog[bot] b083ad4
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 902489f
chore: update package.json for dependency install test
pullfrog[bot] cad22ab
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] c3aa521
chore: update package.json for postinstall canary test
pullfrog[bot] 50c9990
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 0042fde
test: write package.json with postinstall canary script
pullfrog[bot] a6ec5e7
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] de4a335
chore: update package.json for dependency install test
pullfrog[bot] aefaabf
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 357bd3d
test: update package.json for postinstall canary test
pullfrog[bot] 54b6652
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 4f7a6c4
test: update package.json for dependency installation test
pullfrog[bot] b84fc4e
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] baec619
test: update package.json for postinstall canary test
pullfrog[bot] 340e525
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 498ef9a
chore: update package.json for postinstall canary test
pullfrog[bot] 9a207e1
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] efb4b59
chore: update package.json for postinstall canary test
pullfrog[bot] 9ea3009
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] bff54e5
chore: update package.json for postinstall canary test
pullfrog[bot] 03f2dbc
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 809ecc1
chore: update package.json for postinstall canary test
pullfrog[bot] 64d145f
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 24ff75d
chore: update package.json for dependency install test
pullfrog[bot] 46a7e85
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] acb2aea
chore: update package.json for postinstall canary test
pullfrog[bot] 77b1b7a
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| { | ||
| "name": "test-repo", | ||
| "private": true, | ||
| "type": "module", | ||
| "name": "test-pkg", | ||
| "version": "1.0.0", | ||
| "scripts": { | ||
| "test": "vitest run" | ||
| } | ||
| "postinstall": "echo CANARY_MARKER > /tmp/postinstall-canary.txt" | ||
| }, | ||
| "dependencies": {} | ||
| } | ||
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.
Test stub overwrites real package.json configuration
High Severity
This change replaces the project's functional
package.jsonwith a minimal test stub. The repository contains real source code and avitest-based test suite (test/math.test.ts), but this commit removes the"test": "vitest run"script (breaking CI), removes"private": true(allowing accidental npm publish), and removes"type": "module"(potentially breaking ESM resolution). Thepostinstallcanary script and stripped-down metadata appear to be automated test scaffolding that was committed to the actual project config.Reviewed by Cursor Bugbot for commit d94736f. Configure here.