Skip to content

Commit c92fbb8

Browse files
rejasdependabot[bot]veeck
authored
Final dependency updates for v2.30 (#3671)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: veeck <[email protected]>
1 parent 143dfd6 commit c92fbb8

File tree

5 files changed

+46
-98
lines changed

5 files changed

+46
-98
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ _This release is scheduled to be released on 2025-01-01._
4343
### Updated
4444

4545
- [repo] Reactivate `stale.yaml` as GitHub action to mark issues as stale after 60 days and close them 7 days later (if no activity) (#3577, #3580, #3581)
46-
- [core] Update electron dependency to v32 (test electron rebuild) and other dependencies too (#3657)
46+
- [core] Update electron dependency to v32 (test electron rebuild) and all other dependencies too (#3657)
4747
- [tests] All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
4848
- [core] Run and test with node 23 (#3588)
4949
- [workflow] delete exception `allow-ghsas: GHSA-8hc4-vh64-cxmj` in `dep-review.yaml` (#3659)
@@ -107,7 +107,7 @@ Thanks to: @bugsounet, @dkallen78, @jargordon, @khassel, @KristjanESPERANTO, @Ma
107107

108108
- [docs] Fixed `checks` badge in README.md
109109
- [weather] Fixed issue with the UK Met Office provider following a change in their API paths and header info.
110-
- [core] add check for node_helper loading for multiple instances of same module (#3502)
110+
- [core] Add check for node_helper loading for multiple instances of same module (#3502)
111111
- [weather] Fixed issue for respecting unit config on broadcasted notifications
112112
- [tests] Fixes calendar test by moving it from e2e to electron with fixed date (#3532)
113113
- [calendar] fixed sliceMultiDayEvents getting wrong count and displaying incorrect entries, Europe/Berlin (#3542)
@@ -179,7 +179,7 @@ For more info, please read the following post: [A New Chapter for MagicMirror: T
179179

180180
### Fixed
181181

182-
- Correct apiBase of weathergov weatherProvider to match documentation (#2926)
182+
- [weather] Correct apiBase of weathergov weatherProvider to match documentation (#2926)
183183
- Worked around several issues in the RRULE library that were causing deleted calender events to still show, some
184184
initial and recurring events to not show, and some event times to be off an hour. (#3291)
185185
- Skip changelog requirement when running tests for dependency updates (#3320)
@@ -331,7 +331,7 @@ Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not al
331331

332332
### Updated
333333

334-
- Added support for precipitation probability with openmeteo weather-provider
334+
- [weather] Added support for precipitation probability with openmeteo weather-provider
335335
- Update electron to v25.2 and other dependencies
336336
- Use node v20 in github workflow (replacing v14)
337337
- Refactor formatTime into common util function for default modules

fonts/package-lock.json

+8-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fonts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"license": "MIT",
1313
"dependencies": {
14-
"@fontsource/roboto": "^5.1.0",
15-
"@fontsource/roboto-condensed": "^5.1.0"
14+
"@fontsource/roboto": "^5.1.1",
15+
"@fontsource/roboto-condensed": "^5.1.1"
1616
}
1717
}

0 commit comments

Comments
 (0)