Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Mar 9, 2025
1 parent fd26945 commit 0487c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskey
Submodule misskey updated 42 files
+2 −2 .devcontainer/devcontainer.json
+0 −2 .devcontainer/init.sh
+2 −5 .github/workflows/api-misskey-js.yml
+2 −7 .github/workflows/get-api-diff.yml
+6 −10 .github/workflows/lint.yml
+2 −6 .github/workflows/locale.yml
+2 −6 .github/workflows/on-release-created.yml
+2 −6 .github/workflows/storybook.yml
+4 −10 .github/workflows/test-backend.yml
+2 −6 .github/workflows/test-federation.yml
+4 −10 .github/workflows/test-frontend.yml
+2 −5 .github/workflows/test-misskey-js.yml
+2 −4 .github/workflows/test-production.yml
+2 −7 .github/workflows/validate-api-json.yml
+2 −0 .npmrc
+7 −4 CHANGELOG.md
+8 −14 Dockerfile
+5 −5 locales/ca-ES.yml
+8 −1 locales/en-US.yml
+3 −1 locales/it-IT.yml
+2 −0 locales/zh-CN.yml
+2 −0 locales/zh-TW.yml
+23 −14 package.json
+26 −0 packages/backend/migration/1741279404074-system-accounts-fixup.js
+26 −0 packages/backend/migration/1741424411879-user-featured-fixup.js
+0 −1 packages/backend/src/core/FileInfoService.ts
+1 −1 packages/backend/src/core/activitypub/models/ApPersonService.ts
+1 −1 packages/backend/src/server/ActivityPubServerService.ts
+1 −1 packages/backend/src/server/FileServerService.ts
+5 −2 packages/backend/test-federation/compose.tpl.yml
+11 −6 packages/backend/test-federation/compose.yml
+6 −6 packages/frontend-embed/package.json
+2 −2 packages/frontend-shared/package.json
+26 −26 packages/frontend/package.json
+2 −1 packages/frontend/src/components/MkDisableSection.vue
+1 −1 packages/misskey-js/package.json
+842 −1,032 pnpm-lock.yaml
+28 −9 pnpm-workspace.yaml
+59 −59 scripts/changelog-checker/package-lock.json
+5 −5 scripts/changelog-checker/package.json
+13 −0 scripts/dependency-patches/re2.patch
+1 −1 scripts/tarball.mjs

0 comments on commit 0487c8e

Please sign in to comment.