Skip to content

Commit 0a16de6

Browse files
authored
Merge branch 'master' into differentially
2 parents b2f6af2 + c9480bc commit 0a16de6

File tree

152 files changed

+18667
-15335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+18667
-15335
lines changed

.changeset/afraid-icons-yawn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
fix: change installOptions to use npm in yarn PM

.changeset/blue-icons-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/flat-trees-return.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
feat(nsis): terminate only processes running in installation folder

.changeset/heavy-hats-wonder.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"app-builder-lib": patch
3+
"builder-util": patch
4+
"builder-util-runtime": patch
5+
"dmg-builder": patch
6+
"electron-updater": patch
7+
---
8+
9+
fix: remove `shell: true` from node_modules collector so as to prevent shell console logging from malforming the json output

.changeset/poor-planes-nail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-tigers-guess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-teachers-relax.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-foxes-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-icons-dream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
1414
with:
15-
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
16-
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
15+
stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment, or this will be closed in 30 days.'
16+
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment, or this will be closed in 30 days.'
1717
close-issue-message: 'This issue was closed because it has been stalled for 30 days with no activity.'
1818
days-before-stale: 30
1919
days-before-close: 30

0 commit comments

Comments
 (0)