File tree Expand file tree Collapse file tree 5 files changed +65
-64
lines changed Expand file tree Collapse file tree 5 files changed +65
-64
lines changed Original file line number Diff line number Diff line change 1515 "rollup" : " ^2.76.0" ,
1616 "rollup-plugin-ignore" : " ^1.0.10" ,
1717 "rollup-plugin-node-polyfills" : " ^0.2.1" ,
18- "rome" : " ^10 .0.1 "
18+ "rome" : " ^11 .0.0 "
1919 },
2020 "type" : " module" ,
2121 "scripts" : {
Original file line number Diff line number Diff line change 128128 "only-arches" : [
129129 " aarch64"
130130 ],
131- "url" : " https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-10 .0.1 .tgz" ,
132- "sha512" : " 2658d9b27b9dd4a09f7b7e9536c561fcbad8740ce06ca6dcb024f37828d6f513a4332363f29990fe021417167e3f284c160a301c80c68a1a0d7f89bea60a7190 "
131+ "url" : " https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-11 .0.0 .tgz" ,
132+ "sha512" : " 764b53249953a66c9c059d93c212417003bcced2bc0dd7af772667145c5d611bed9898138c8b02d9415ac9ffd26ca7b0f01f2ad48848d22b7e0fa8a101e2297a "
133133 },
134134 {
135135 "type" : " archive" ,
136136 "only-arches" : [
137137 " x86_64"
138138 ],
139- "url" : " https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-10 .0.1 .tgz" ,
140- "sha512" : " 8d722a77d883c9951ec64eb70917c05c3038ccd0d41e912b52609e8e319a6f77610edd4a038d1f0ea29bfa4c59a40858ded42858d48d432a3be74cd7e4d6b02f "
139+ "url" : " https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-11 .0.0 .tgz" ,
140+ "sha512" : " 5957275cf35d586516a34a78354f18ceeb618d847babe6f8bd1723771b4fd43969a616664aca02fd1484f399c4a91033f210a170a51a9ec57338f33c052b2e18 "
141141 }
142142 ]
143143 },
Original file line number Diff line number Diff line change 129129 "only-arches" : [
130130 " aarch64"
131131 ],
132- "url" : " https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-10 .0.1 .tgz" ,
133- "sha512" : " 2658d9b27b9dd4a09f7b7e9536c561fcbad8740ce06ca6dcb024f37828d6f513a4332363f29990fe021417167e3f284c160a301c80c68a1a0d7f89bea60a7190 "
132+ "url" : " https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-11 .0.0 .tgz" ,
133+ "sha512" : " 764b53249953a66c9c059d93c212417003bcced2bc0dd7af772667145c5d611bed9898138c8b02d9415ac9ffd26ca7b0f01f2ad48848d22b7e0fa8a101e2297a "
134134 },
135135 {
136136 "type" : " archive" ,
137137 "only-arches" : [
138138 " x86_64"
139139 ],
140- "url" : " https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-10 .0.1 .tgz" ,
141- "sha512" : " 8d722a77d883c9951ec64eb70917c05c3038ccd0d41e912b52609e8e319a6f77610edd4a038d1f0ea29bfa4c59a40858ded42858d48d432a3be74cd7e4d6b02f "
140+ "url" : " https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-11 .0.0 .tgz" ,
141+ "sha512" : " 5957275cf35d586516a34a78354f18ceeb618d847babe6f8bd1723771b4fd43969a616664aca02fd1484f399c4a91033f210a170a51a9ec57338f33c052b2e18 "
142142 }
143143 ]
144144 },
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export default class LSPClient {
2929 Gio . SubprocessFlags . STDIN_PIPE | Gio . SubprocessFlags . STDOUT_PIPE ;
3030 // vala-language-server emit lots of criticals so we disable this on release
3131 // https://github.com/vala-lang/vala-language-server/issues/274
32+ // blueprint logs everything on stderr and is also quite verbose
3233 if ( ! __DEV__ ) {
3334 flags = flags | Gio . SubprocessFlags . STDERR_SILENCE ;
3435 }
You can’t perform that action at this time.
0 commit comments