-
Notifications
You must be signed in to change notification settings - Fork 0
chore: test dependency installation canary #10
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
45
commits into
main
Choose a base branch
from
pullfrog/test-dep-install-canary
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.
Open
Changes from 39 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
64818e2
chore: test dependency installation canary (temp)
pullfrog[bot] 7cd009f
chore: update package.json for dependency install test
pullfrog[bot] 5bfe57c
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 5b3f4b0
test: dependency installation canary check
pullfrog[bot] 96024e1
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] eea327a
test: write package.json for dependency install canary test
pullfrog[bot] 805a50e
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] e074424
chore: test dependency installation canary behavior
pullfrog[bot] 15912c3
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 233ea65
test: update package.json for dependency install canary test
pullfrog[bot] dedfeac
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] d0999f9
test: write package.json for dep install canary test
pullfrog[bot] 5163041
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 6a1f7b8
test: write package.json for dep install canary test
pullfrog[bot] e0929a0
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 94ee461
test: add postinstall canary script to package.json
pullfrog[bot] 186d4f0
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 412ce00
test: write package.json for dependency installation canary test
pullfrog[bot] de56b19
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 38989c4
test: write package.json for dependency install canary test
pullfrog[bot] 6cc4610
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 7520d96
test: write package.json for dependency install canary test
pullfrog[bot] 0869771
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] ed48e78
test: write package.json for dependency install canary test
pullfrog[bot] b730368
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 9c2e90d
test: add postinstall canary script to package.json
pullfrog[bot] 81ee8cc
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 72a58e4
test: update package.json for dependency installation canary test
pullfrog[bot] c484049
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 3032e9f
test: dependency installation canary check
pullfrog[bot] 36e7c41
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 53f51ee
test: write package.json for dependency install canary test
pullfrog[bot] 99d3425
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 760ede4
test: write package.json for dependency installation canary test
pullfrog[bot] be55e6d
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] b97173d
test: add postinstall canary script to package.json
pullfrog[bot] 0d0eda8
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] c0deab7
test: dependency installation canary test artifact
pullfrog[bot] 677be62
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 5a3e3b3
test: write package.json for dependency installation canary test
pullfrog[bot] f6b2bcc
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] e2ef9bf
chore: update package.json for dep install canary test
pullfrog[bot] f727576
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] 6c73bce
test: write package.json for dep install canary test
pullfrog[bot] 5fba7ed
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
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 debugging changes accidentally committed to package.json
High Severity
The entire
package.jsonhas been replaced with a temporary test configuration. Thepostinstallscript writing a canary marker to/tmpis a debugging artifact. The removal of"private": truerisks accidental npm publication, the removal of"type": "module"can break ESM resolution, and the removal of the"test": "vitest run"script breaks the existing test suite intest/math.test.ts. The PR description itself confirms these are temporary working tree changes from a test run.Reviewed by Cursor Bugbot for commit 677be62. Configure here.