Restorre using yaml from system for older nodejs compat

This commit is contained in:
Pirate Praveen 2022-10-27 17:05:18 +05:30
parent 5a60ca8fea
commit 70b3ddc3c6
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
yaml from npm registry needs a newer nodejs than what is in bullseye
--- a/package.json
+++ b/package.json
@@ -197,7 +197,7 @@
"webpack-stats-plugin": "^0.3.1",
"worker-loader": "^2.0.0",
"xterm": "3.14.5",
- "yaml": "^2.0.0-10"
+ "yaml": "link:/usr/share/nodejs/yaml"
},
"devDependencies": {
},

View file

@ -16,6 +16,7 @@ nodejs/0020-remove-dev-dependencies.patch
nodejs/0030-use-yarnpkg.patch
nodejs/0040-use-packaged-modules.patch
nodejs/0050-add-babel-plugins.patch
nodejs/0060-use-system-yaml.patch
tweaks/0010-source-init-functions.patch
tweaks/0020-fix-mail-room-path.patch
tweaks/0030-fix-gitlab-yml-path.patch