Skip to content
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

Closed

Conversation

siemhesda
Copy link
Contributor

Fix for package.json#/config/* array changing behavior to joining of items with double new-line

References

Related to #3775

@siemhesda siemhesda requested a review from a team as a code owner November 20, 2023 17:30
@@ -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"
Copy link
Member

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":{
Copy link
Member

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?

@wraithgar
Copy link
Member

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");
Copy link
Member

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.

@siemhesda
Copy link
Contributor Author

The changes were not supposed to go here

@siemhesda siemhesda closed this Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants