diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-02-15 14:54:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-15 14:54:45 +0900 |
| commit | 280f4657696f48abe7df49129dd3c9969348f4de (patch) | |
| tree | 813800792a7f71394828c22c764371494b6b8ab6 /renovate.json5 | |
| parent | fix(frontend): カスタム絵文字管理画面(beta)にてisSensitive/local... (diff) | |
| download | sharkey-280f4657696f48abe7df49129dd3c9969348f4de.tar.gz sharkey-280f4657696f48abe7df49129dd3c9969348f4de.tar.bz2 sharkey-280f4657696f48abe7df49129dd3c9969348f4de.zip | |
fix(deps): update [frontend] update dependencies (#15489)
* fix(deps): update [frontend] update dependencies
* fix type error
* fix
* Revert "fix"
This reverts commit de27d254f413b6938f7c42a5954c88da7da95b02.
* fix version
* attempt to fix test
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Diffstat (limited to 'renovate.json5')
| -rw-r--r-- | renovate.json5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/renovate.json5 b/renovate.json5 index a2fa8e065c..a861d2f62c 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -12,6 +12,10 @@ "dependencyDashboardAutoclose": true, "osvVulnerabilityAlerts": true, "dependencyDashboardOSVVulnerabilitySummary": "unresolved", + "ignoreDeps": [ + // https://github.com/misskey-dev/misskey/pull/15489#issuecomment-2660717458 + "@typescript/lib-webworker" + ], "packageRules": [ { "groupName": "[Backend] Update dependencies", |