Skip to content

Replace js-yaml with @std/yaml #577

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
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

cevdetarda
Copy link
Contributor

Fix #560 with replacing with @std/yaml as mentioned.

@@ -23,7 +23,7 @@
},
"dependencies": {
"diff-dom": "^5.1.4",
"js-yaml": "^4.1.0",
"@std/yaml": "npm:@jsr/std__yaml",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@std/yaml": "npm:@jsr/std__yaml",
"@jsr/std__yaml": "^1.0.7",

@@ -15,7 +15,7 @@
"test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --runInBand"
},
"dependencies": {
"js-yaml": "^4.1.0",
"@std/yaml": "npm:@jsr/std__yaml",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@std/yaml": "npm:@jsr/std__yaml",
"@jsr/std__yaml": "^1.0.7",

@nobkd
Copy link
Collaborator

nobkd commented May 30, 2025

Do you know, if this still works, when published to npm? Because it still has to reference the package on jsr, even when published. DO we just need to add the .npmrc to the nuemark & nuekit packages as well?

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.

Improve Dependencies
2 participants