Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ updates:
labels:
- "3. to review"
- "feature: dependencies"
open-pull-requests-limit: 20
versioning-strategy: increase

# Main master npm frontend dependencies
- package-ecosystem: npm
Expand All @@ -47,10 +49,11 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 20
labels:
- "3. to review"
- "feature: dependencies"
open-pull-requests-limit: 20
versioning-strategy: increase
# Disable automatic rebasing because without a build CI will likely fail anyway
rebase-strategy: "disabled"
cooldown:
Expand Down Expand Up @@ -111,10 +114,11 @@ updates:
cooldown:
default-days: 4
semver-major-days: 8
open-pull-requests-limit: 20
labels:
- "3. to review"
- "feature: dependencies"
open-pull-requests-limit: 20
versioning-strategy: increase
# Disable automatic rebasing because without a build CI will likely fail anyway
rebase-strategy: "disabled"
groups:
Expand Down Expand Up @@ -168,10 +172,11 @@ updates:
cooldown:
default-days: 4
semver-major-days: 8
open-pull-requests-limit: 20
labels:
- "3. to review"
- "feature: dependencies"
open-pull-requests-limit: 20
versioning-strategy: increase
# Disable automatic rebasing because without a build CI will likely fail anyway
rebase-strategy: "disabled"
ignore:
Expand Down
188 changes: 6 additions & 182 deletions build/frontend-legacy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/frontend-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
"regextras": "^0.8.0",
"sass": "^1.100.0",
"typescript": "^5.9.2",
"vite": "^7.3.5",
"vitest": "^4.1.4",
"vite": "^7.3.6",
"vitest": "^4.1.9",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.106.2",
Expand Down
2 changes: 1 addition & 1 deletion dist/Web-ByHSuvRG.chunk.mjs.license
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.5.38
- license: MIT
- vite
- version: 7.3.5
- version: 7.3.6
- license: MIT
- vite-plugin-node-polyfills
- version: 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion dist/Web-ByHSuvRG.chunk.mjs.map.license
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.5.38
- license: MIT
- vite
- version: 7.3.5
- version: 7.3.6
- license: MIT
- vite-plugin-node-polyfills
- version: 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion dist/index-C6ey-Mhx.chunk.mjs.license
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.4
- license: ISC
- vite
- version: 7.3.5
- version: 7.3.6
- license: MIT
- vite-plugin-node-polyfills
- version: 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion dist/index-C6ey-Mhx.chunk.mjs.map.license
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.4
- license: ISC
- vite
- version: 7.3.5
- version: 7.3.6
- license: MIT
- vite-plugin-node-polyfills
- version: 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion dist/modulepreload-polyfill-BxzAKjcf.chunk.mjs.license
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ SPDX-FileCopyrightText: Evan You

This file is generated from multiple sources. Included packages:
- vite
- version: 7.3.5
- version: 7.3.6
- license: MIT
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ SPDX-FileCopyrightText: Evan You

This file is generated from multiple sources. Included packages:
- vite
- version: 7.3.5
- version: 7.3.6
- license: MIT
Loading
Loading