Skip to content

Commit 0f3019c

Browse files
authored
Disable scripts by default for yarn (#1546)
* disable scripts by default for yarn * add changelog entry * apply as well for cli project
1 parent 9bdd515 commit 0f3019c

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

cli/.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
enableScripts: false
2+
13
compressionLevel: mixed
24

35
enableGlobalCache: false

cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This change log covers only the command line interface (CLI) of Open VSX.
1111
#### Changes
1212

1313
- Move `ovsx` script to `bin` directory ([#1538](https://github.com/eclipse/openvsx/pull/1538))
14+
- Disable the automatic execution of lifecycle scripts by yarn ([#1546](https://github.com/eclipse/openvsx/pull/1546))
1415

1516
### [v0.10.8] (Jan. 2026)
1617

webui/.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
enableScripts: false
2+
13
compressionLevel: mixed
24

35
enableGlobalCache: false

webui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This change log covers only the frontend library (webui) of Open VSX.
99
- Support removing reviews by admins ([#1403](https://github.com/eclipse/openvsx/pull/1403))
1010
- Support for GitHub flavored markdown alerts ([#1535](https://github.com/eclipse/openvsx/pull/1535))
1111

12+
### Changed
13+
14+
- Disable the automatic execution of lifecycle scripts by yarn ([#1546](https://github.com/eclipse/openvsx/pull/1546))
15+
1216
## [v0.17.1] (Jan. 2026)
1317

1418
### Dependencies

0 commit comments

Comments
 (0)