Skip to content

Commit 31055b7

Browse files
authored
Merge pull request #1096 from kmycode/upstream-20260325
Upstream 20260325
2 parents d817067 + f41aa93 commit 31055b7

File tree

730 files changed

+13014
-6069
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

730 files changed

+13014
-6069
lines changed

.github/ISSUE_TEMPLATE/3.troubleshooting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ body:
6161
value: |
6262
Please at least include those informations:
6363
- Operating system: (eg. Ubuntu 24.04.2)
64-
- Ruby version: (from `ruby --version`, eg. v3.4.4)
64+
- Ruby version: (from `ruby --version`, eg. v3.4.9)
6565
- Node.js version: (from `node --version`, eg. v22.16.0)
6666
validations:
6767
required: false

.github/actions/setup-ruby/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
sudo apt-get install -y libicu-dev libidn11-dev libvips42 ${{ inputs.additional-system-dependencies }}
1818
1919
- name: Set up Ruby
20-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
20+
uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1
2121
with:
2222
ruby-version: ${{ inputs.ruby-version }}
2323
bundler-cache: true

.github/workflows/bundler-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
- name: Set up Ruby
37-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
37+
uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1
3838
with:
3939
bundler-cache: true
4040

.github/workflows/lint-haml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040

4141
- name: Set up Ruby
42-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
42+
uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1
4343
with:
4444
bundler-cache: true
4545

.github/workflows/lint-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4242

4343
- name: Set up Ruby
44-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
44+
uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1
4545
with:
4646
bundler-cache: true
4747

.rubocop/rspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RSpec/MultipleMemoizedHelpers:
1010
Max: 20 # Overrides default of 5
1111
Exclude:
1212
- 'spec/services/delete_account_service_spec.rb'
13+
- 'spec/services/activitypub/process_status_update_service_spec.rb'
1314

1415
RSpec/NamedSubject:
1516
EnforcedStyle: named_only

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.8
1+
3.4.9

.storybook/preview.tsx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ import { modes } from './modes';
2626
import '../app/javascript/styles/application.scss';
2727
import './styles.css';
2828

29-
const localeFiles = import.meta.glob('@/mastodon/locales/*.json', {
30-
query: { as: 'json' },
31-
});
29+
// Disabling locales in Storybook as it's breaking with Vite 8.
30+
// const localeFiles = import.meta.glob('@/mastodon/locales/*.json', {
31+
// query: { as: 'json' },
32+
// });
3233

3334
// Initialize MSW
3435
initialize({
@@ -39,17 +40,17 @@ const preview: Preview = {
3940
// Auto-generate docs: https://storybook.js.org/docs/writing-docs/autodocs
4041
tags: ['autodocs'],
4142
globalTypes: {
42-
locale: {
43-
description: 'Locale for the story',
44-
toolbar: {
45-
title: 'Locale',
46-
icon: 'globe',
47-
items: Object.keys(localeFiles).map((path) =>
48-
path.replace('/mastodon/locales/', '').replace('.json', ''),
49-
),
50-
dynamicTitle: true,
51-
},
52-
},
43+
// locale: {
44+
// description: 'Locale for the story',
45+
// toolbar: {
46+
// title: 'Locale',
47+
// icon: 'globe',
48+
// items: Object.keys(localeFiles).map((path) =>
49+
// path.replace('/mastodon/locales/', '').replace('.json', ''),
50+
// ),
51+
// dynamicTitle: true,
52+
// },
53+
// },
5354
theme: {
5455
description: 'Theme for the story',
5556
toolbar: {

.storybook/vitest.setup.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 31 additions & 1151 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)