Skip to content

Commit 0e56518

Browse files
authored
build(deps): bump docusaurus from 3.9.2 to 3.10.0 in /website (#5302)
1 parent f58df80 commit 0e56518

6 files changed

Lines changed: 1642 additions & 631 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ updates:
1919
directory: "/website"
2020
schedule:
2121
interval: "monthly"
22+
cooldown:
23+
default-days: 7
2224

2325
- package-ecosystem: "docker"
2426
directory: "/"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- build(deps): update packages in /website and remove obsolete overrides (#5264 - @swiffer)
4545
- build(deps): update flake.lock (#5275)
4646
- build(deps): update flake.lock (#5288)
47+
- build(deps): bump docusaurus from 3.9.2 to 3.10.0 in /website (#5302 - @swiffer)
4748

4849
#### Dashboards
4950

website/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
min-release-age=7

website/docusaurus.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ module.exports = {
66
favicon: "img/favicon.ico",
77
organizationName: "teslamate-org",
88
projectName: "teslamate",
9+
future: {
10+
v4: true,
11+
},
12+
storage: {
13+
type: 'localStorage',
14+
namespace: true,
15+
},
916
themeConfig: {
1017
navbar: {
1118
title: "TeslaMate",

0 commit comments

Comments
 (0)