Skip to content

Commit b1ed8b8

Browse files
authored
Merge branch 'develop' into develop
2 parents 26140a1 + 2ddb785 commit b1ed8b8

File tree

10 files changed

+94
-86
lines changed

10 files changed

+94
-86
lines changed

.github/workflows/automated-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 30
3939
strategy:
4040
matrix:
41-
node-version: [20.18.1, 20.x, 22.x, 23.x]
41+
node-version: [22.14.0, 22.x, 23.x]
4242
steps:
4343
- name: Install electron dependencies and labwc
4444
run: |

.github/workflows/electron-rebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [20.18.1, 20.x, 22.x, 23.x]
11+
node-version: [22.14.0, 22.x, 23.x]
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: |
2929
npm run install-mm:dev
3030
- name: Run Spellcheck
31-
run: npm run test:spellcheck
31+
run: npm run test:spelling

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
days-before-issue-close: 7
2020
operations-per-run: 100
2121
stale-issue-label: "wontfix"
22-
exempt-issue-labels: "pinned,security,under investigation,pr welcome"
22+
exempt-issue-labels: "pinned,security,under investigation,pr welcome,ready (coming with next release)"

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
planned for 2025-04-01
1313

14-
> ⚠️ This release needs nodejs version `v20` or `v22 or higher`, minimum version is `v20.18.1`
14+
> ⚠️ This release needs nodejs version `v22.14.0 or higher`
1515
1616
### Added
1717

@@ -32,12 +32,13 @@ planned for 2025-04-01
3232
- [weather/yr] The Yr weather provider now enforces a minimum `updateInterval` of 600 000 ms (10 minutes) to comply with the terms of service. If a lower value is set, it will be automatically increased to this minimum.
3333
- [weather/weatherflow] Fixed icons and added hourly support as well as UV, precipitation, and location name support.
3434
- [workflow] Run `sudo apt-get update` before installing packages to avoid install errors
35+
- [workflow] Exclude issues with label `ready (coming with next release)` from stale job
3536

3637
### Removed
3738

3839
### Updated
3940

40-
- [core] Update dependencies incl. electron to v35 and formatting (#3593, #3693, #3717)
41+
- [core] Update requirements and dependencies incl. electron to v35 and formatting (#3593, #3693, #3717)
4142
- [core] Update prettier, ESLint and simplify config
4243
- Update Greek translation
4344

@@ -52,6 +53,7 @@ planned for 2025-04-01
5253
- [weather/yr] The Yr weather provider is now able to recover from bad API responses instead of freezing (#3296)
5354
- [compliments] Fix evening events being shown during the day (#3727)
5455
- [weather] Fixed minor spacing issues when using UV Index in Hourly
56+
- [workflow] Fix command to run spellcheck
5557

5658
## [2.30.0] - 2025-01-01
5759

Collaboration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Are done by
3434
- [ ] test `develop` branch
3535
- [ ] update `CHANGELOG.md`
3636
- [ ] add all contributor names: `...`
37-
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v20` or `v22`, minimum version is `v20.9.0`
37+
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v22.14.0` or higher
3838
- [ ] check release link at the bottom of the file
3939
- [ ] commit and push all changes
4040
- [ ] after successful test run via github actions: merge pull request to `develop`

fonts/package-lock.json

Lines changed: 16 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fonts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"license": "MIT",
1313
"dependencies": {
14-
"@fontsource/roboto": "^5.2.0",
15-
"@fontsource/roboto-condensed": "^5.2.0"
14+
"@fontsource/roboto": "^5.2.5",
15+
"@fontsource/roboto-condensed": "^5.2.5"
1616
}
1717
}

package-lock.json

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)