Skip to content

Commit dad0dec

Browse files
committed
Merge branch 'temp3_for-taruntarun' into for-taruntarun
2 parents 44c0587 + 364625a commit dad0dec

964 files changed

Lines changed: 17844 additions & 8780 deletions

File tree

Some content is hidden

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

.browserslistrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
[production]
21
defaults
32
> 0.2%
43
firefox >= 78
54
ios >= 15.6
65
not dead
76
not OperaMini all
8-
9-
[development]
10-
supports es6-module

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ commands:
5252
bundle config without 'development production'
5353
name: Set bundler settings
5454
- ruby/install-deps:
55-
bundler-version: '2.5.23'
55+
bundler-version: '2.6.1'
5656
key: ruby<< parameters.ruby-version >>-gems-v2
5757
wait-db:
5858
steps:

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module.exports = defineConfig({
109109
'react/jsx-equals-spacing': 'error',
110110
'react/jsx-no-bind': 'error',
111111
'react/jsx-no-useless-fragment': 'error',
112-
'react/jsx-no-target-blank': 'off',
112+
'react/jsx-no-target-blank': ['error', { allowReferrer: true }],
113113
'react/jsx-tag-spacing': 'error',
114114
'react/jsx-uses-react': 'off', // not needed with new JSX transform
115115
'react/jsx-wrap-multilines': 'error',

.github/ISSUE_TEMPLATE/2.server_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body:
6060
Any additional technical details you may have, like logs or error traces
6161
value: |
6262
If this is happening on your own Mastodon server, please fill out those:
63-
- Ruby version: (from `ruby --version`, eg. v3.3.5)
63+
- Ruby version: (from `ruby --version`, eg. v3.4.1)
6464
- Node.js version: (from `node --version`, eg. v20.18.0)
6565
validations:
6666
required: false

.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 22.04)
64-
- Ruby version: (from `ruby --version`, eg. v3.3.5)
64+
- Ruby version: (from `ruby --version`, eg. v3.4.1)
6565
- Node.js version: (from `node --version`, eg. v20.18.0)
6666
validations:
6767
required: false

.github/workflows/check-i18n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
check-i18n:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-latest
2222

2323
steps:
2424
- uses: actions/checkout@v4

.github/workflows/crowdin-download-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Create or update the pull request
5252
- name: Create Pull Request
53-
uses: peter-evans/create-pull-request@v7.0.5
53+
uses: peter-evans/create-pull-request@v7.0.6
5454
with:
5555
commit-message: 'New Crowdin translations'
5656
title: 'New Crowdin Translations for ${{ github.base_ref || github.ref_name }} (automated)'

.github/workflows/crowdin-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Create or update the pull request
5454
- name: Create Pull Request
55-
uses: peter-evans/create-pull-request@v7.0.5
55+
uses: peter-evans/create-pull-request@v7
5656
with:
5757
commit-message: 'New Crowdin translations'
5858
title: 'New Crowdin Translations (automated)'

.github/workflows/lint-css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
uses: ./.github/actions/setup-javascript
4141

4242
- name: Stylelint
43-
run: yarn lint:css -f github
43+
run: yarn lint:css --custom-formatter @csstools/stylelint-formatter-github

.github/workflows/lint-haml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Run haml-lint
4444
run: |
4545
echo "::add-matcher::.github/workflows/haml-lint-problem-matcher.json"
46-
bin/haml-lint --reporter github
46+
bin/haml-lint --parallel --reporter github

0 commit comments

Comments
 (0)