-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Issue/3775 array changed behaviour #7004
Issue/3775 array changed behaviour #7004
Conversation
@@ -233,7 +233,8 @@ | |||
"resetdeps": "node scripts/resetdeps.js", | |||
"rp-pull-request": "node scripts/update-authors.js", | |||
"postlint": "template-oss-check", | |||
"template-oss-apply": "template-oss-apply --force" | |||
"template-oss-apply": "template-oss-apply --force", | |||
"start":"node index.js" |
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.
Where did this come from?
@@ -264,5 +265,12 @@ | |||
"license": "Artistic-2.0", | |||
"engines": { | |||
"node": "^18.17.0 || >=20.5.0" | |||
}, | |||
"config":{ |
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.
Where did this come from?
I'm confused as to what this PR is. It appears to be debugging attempts and not any code fixes. |
throw new Error('The programmatic API was removed in npm v8.0.0') | ||
} | ||
|
||
const { deepStrictEqual } = require("assert"); |
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.
Changing this file breaks npm.
The changes were not supposed to go here |
Fix for
package.json#/config/*
array changing behavior to joining of items with double new-lineReferences
Related to #3775