fix: rebuild cherrypick-js

This commit is contained in:
아르페 2023-12-14 15:44:19 +09:00
parent 8ef88a8cc4
commit c9512da865
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F
9 changed files with 19 additions and 126 deletions

View file

@ -2,7 +2,7 @@ root = true
[*] [*]
indent_style = tab indent_style = tab
indent_size = 2 indent_size = 4
charset = utf-8 charset = utf-8
insert_final_newline = true insert_final_newline = true
end_of_line = lf end_of_line = lf

View file

@ -1,91 +0,0 @@
name: 🐛 Bug Report
description: Create a report to help us improve
labels: ["⚠bug?"]
body:
- type: markdown
attributes:
value: |
Thanks for reporting!
First, in order to avoid duplicate Issues, please search to see if the problem you found has already been reported.
Also, If you are NOT owner/admin of server, PLEASE DONT REPORT SERVER SPECIFIC ISSUES TO HERE! (e.g. feature XXX is not working in cherrypick.example) Please try with another CherryPick servers, and if your issue is only reproducible with specific server, contact your server's owner/admin first.
- type: textarea
attributes:
label: 💡 Summary
description: Tell us what the bug is
validations:
required: true
- type: textarea
attributes:
label: 🥰 Expected Behavior
description: Tell us what should happen
validations:
required: true
- type: textarea
attributes:
label: 🤬 Actual Behavior
description: |
Tell us what happens instead of the expected behavior.
Please include errors from the developer console and/or server log files if you have access to them.
validations:
required: true
- type: textarea
attributes:
label: 📝 Steps to Reproduce
placeholder: |
1.
2.
3.
validations:
required: false
- type: textarea
attributes:
label: 💻 Frontend Environment
description: |
Tell us where on the platform it happens
DO NOT WRITE "latest". Please provide the specific version.
Examples:
* Model and OS of the device(s): MacBook Pro (14inch, 2021), macOS Ventura 13.4
* Browser: Chrome 113.0.5672.126
* Server URL: kokonect.link
* CherryPick: 4.x.x (Misskey: 2023.x.x)
value: |
* Model and OS of the device(s):
* Browser:
* Server URL:
* CherryPick:
render: markdown
validations:
required: false
- type: textarea
attributes:
label: 🛰 Backend Environment (for server admin)
description: |
Tell us where on the platform it happens
DO NOT WRITE "latest". Please provide the specific version.
If you are using a managed service, put that after the version.
Examples:
* Installation Method or Hosting Service: docker compose, k8s/docker, systemd, "CherryPick install shell script", development environment
* CherryPick: 4.x.x (Misskey: 2023.x.x)
* Node: 20.x.x
* PostgreSQL: 15.x.x
* Redis: 7.x.x
* OS and Architecture: Ubuntu 22.04.2 LTS aarch64
value: |
* Installation Method or Hosting Service:
* CherryPick:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:
render: markdown
validations:
required: false

View file

@ -1,17 +0,0 @@
name: ✨ Feature Request
description: Suggest an idea for this project
labels: ["✨Feature"]
body:
- type: textarea
attributes:
label: Summary
description: Tell us what the suggestion is
validations:
required: true
- type: textarea
attributes:
label: Purpose
description: Describe the specific problem or need you think this feature will solve, and who it will help.
validations:
required: true

4
locales/index.d.ts vendored
View file

@ -2054,10 +2054,6 @@ export interface Locale {
"morePatrons": string; "morePatrons": string;
"patrons": string; "patrons": string;
"projectMembers": string; "projectMembers": string;
"_kokonect": {
"serverStatus": string;
"donate": string;
};
"_cherrypick": { "_cherrypick": {
"about": string; "about": string;
"translation": string; "translation": string;

View file

@ -1,7 +1,7 @@
/* /*
* version: 4.6.0-beta.3 * version: 4.6.5
* basedMisskeyVersion: 2023.12.0-beta.3 * basedMisskeyVersion: 2023.12.0-beta.3
* generatedAt: 2023-12-13T12:46:52.814Z * generatedAt: 2023-12-14T06:43:41.905Z
*/ */
import type { SwitchCaseResponseType } from '../api.js'; import type { SwitchCaseResponseType } from '../api.js';

View file

@ -1,7 +1,7 @@
/* /*
* version: 4.6.0-beta.3 * version: 4.6.5
* basedMisskeyVersion: 2023.12.0-beta.3 * basedMisskeyVersion: 2023.12.0-beta.3
* generatedAt: 2023-12-13T12:46:52.812Z * generatedAt: 2023-12-14T06:43:41.903Z
*/ */
import type { import type {

View file

@ -1,7 +1,7 @@
/* /*
* version: 4.6.0-beta.3 * version: 4.6.5
* basedMisskeyVersion: 2023.12.0-beta.3 * basedMisskeyVersion: 2023.12.0-beta.3
* generatedAt: 2023-12-13T12:46:52.811Z * generatedAt: 2023-12-14T06:43:41.902Z
*/ */
import { operations } from './types.js'; import { operations } from './types.js';

View file

@ -1,7 +1,7 @@
/* /*
* version: 4.6.0-beta.3 * version: 4.6.5
* basedMisskeyVersion: 2023.12.0-beta.3 * basedMisskeyVersion: 2023.12.0-beta.3
* generatedAt: 2023-12-13T12:46:52.810Z * generatedAt: 2023-12-14T06:43:41.901Z
*/ */
import { components } from './types.js'; import { components } from './types.js';

View file

@ -2,9 +2,9 @@
/* eslint @typescript-eslint/no-explicit-any: 0 */ /* eslint @typescript-eslint/no-explicit-any: 0 */
/* /*
* version: 4.6.0-beta.3 * version: 4.6.5
* basedMisskeyVersion: 2023.12.0-beta.3 * basedMisskeyVersion: 2023.12.0-beta.3
* generatedAt: 2023-12-13T12:46:52.733Z * generatedAt: 2023-12-14T06:43:41.822Z
*/ */
/** /**
@ -4820,6 +4820,7 @@ export type operations = {
enableReceivePrerelease: boolean; enableReceivePrerelease: boolean;
skipVersion: boolean; skipVersion: boolean;
skipCherryPickVersion?: string | null; skipCherryPickVersion?: string | null;
disableTimelinePreview: boolean;
}; };
}; };
}; };
@ -9002,6 +9003,8 @@ export type operations = {
enableReceivePrerelease?: boolean; enableReceivePrerelease?: boolean;
skipVersion?: boolean; skipVersion?: boolean;
skipCherryPickVersion?: string | null; skipCherryPickVersion?: string | null;
disableTimelinePreview?: boolean;
privateInstance?: boolean;
}; };
}; };
}; };
@ -16510,7 +16513,7 @@ export type operations = {
content: { content: {
'application/json': { 'application/json': {
/** @enum {string} */ /** @enum {string} */
name: 'notes1' | 'notes10' | 'notes100' | 'notes500' | 'notes1000' | 'notes5000' | 'notes10000' | 'notes20000' | 'notes30000' | 'notes40000' | 'notes50000' | 'notes60000' | 'notes70000' | 'notes80000' | 'notes90000' | 'notes100000' | 'login3' | 'login7' | 'login15' | 'login30' | 'login60' | 'login100' | 'login200' | 'login300' | 'login400' | 'login500' | 'login600' | 'login700' | 'login800' | 'login900' | 'login1000' | 'passedSinceAccountCreated1' | 'passedSinceAccountCreated2' | 'passedSinceAccountCreated3' | 'loggedInOnBirthday' | 'loggedInOnNewYearsDay' | 'noteClipped1' | 'noteFavorited1' | 'myNoteFavorited1' | 'profileFilled' | 'markedAsCat' | 'following1' | 'following10' | 'following50' | 'following100' | 'following300' | 'followers1' | 'followers10' | 'followers50' | 'followers100' | 'followers300' | 'followers500' | 'followers1000' | 'collectAchievements30' | 'viewAchievements3min' | 'iLoveCherryPick' | 'foundTreasure' | 'client30min' | 'client60min' | 'noteDeletedWithin1min' | 'postedAtLateNight' | 'postedAt0min0sec' | 'selfQuote' | 'htl20npm' | 'viewInstanceChart' | 'outputHelloWorldOnScratchpad' | 'open3windows' | 'driveFolderCircularReference' | 'reactWithoutRead' | 'clickedClickHere' | 'justPlainLucky' | 'setNameToSyuilo' | 'setNameToNoriDev' | 'cookieClicked' | 'brainDiver' | 'smashTestNotificationButton' | 'tutorialCompleted'; name: 'notes1' | 'notes10' | 'notes100' | 'notes500' | 'notes1000' | 'notes5000' | 'notes10000' | 'notes20000' | 'notes30000' | 'notes40000' | 'notes50000' | 'notes60000' | 'notes70000' | 'notes80000' | 'notes90000' | 'notes100000' | 'login3' | 'login7' | 'login15' | 'login30' | 'login60' | 'login100' | 'login200' | 'login300' | 'login400' | 'login500' | 'login600' | 'login700' | 'login800' | 'login900' | 'login1000' | 'passedSinceAccountCreated1' | 'passedSinceAccountCreated2' | 'passedSinceAccountCreated3' | 'loggedInOnBirthday' | 'loggedInOnNewYearsDay' | 'noteClipped1' | 'noteFavorited1' | 'myNoteFavorited1' | 'profileFilled' | 'markedAsCat' | 'following1' | 'following10' | 'following50' | 'following100' | 'following300' | 'followers1' | 'followers10' | 'followers50' | 'followers100' | 'followers300' | 'followers500' | 'followers1000' | 'collectAchievements30' | 'viewAchievements3min' | 'iLoveLycheeBridge' | 'foundTreasure' | 'client30min' | 'client60min' | 'noteDeletedWithin1min' | 'postedAtLateNight' | 'postedAt0min0sec' | 'selfQuote' | 'htl20npm' | 'viewInstanceChart' | 'outputHelloWorldOnScratchpad' | 'open3windows' | 'driveFolderCircularReference' | 'reactWithoutRead' | 'clickedClickHere' | 'justPlainLucky' | 'setNameToSyuilo' | 'setNameToNoriDev' | 'cookieClicked' | 'brainDiver' | 'smashTestNotificationButton' | 'tutorialCompleted';
}; };
}; };
}; };
@ -19669,9 +19672,9 @@ export type operations = {
description: string | null; description: string | null;
langs: string[]; langs: string[];
tosUrl: string | null; tosUrl: string | null;
/** @default https://github.com/kokonect-link/cherrypick */ /** @default https://github.com/LycheeBridge/LycheeBridge */
repositoryUrl: string; repositoryUrl: string;
/** @default https://github.com/kokonect-link/cherrypick/issues/new */ /** @default https://github.com/LycheeBridge/LycheeBridge/issues/new */
feedbackUrl: string; feedbackUrl: string;
defaultDarkTheme: string | null; defaultDarkTheme: string | null;
defaultLightTheme: string | null; defaultLightTheme: string | null;
@ -19710,6 +19713,8 @@ export type operations = {
translatorAvailable: boolean; translatorAvailable: boolean;
proxyAccountName: string | null; proxyAccountName: string | null;
mediaProxy: string; mediaProxy: string;
disableTimelinePreview: boolean;
privateInstance: boolean;
features?: { features?: {
registration: boolean; registration: boolean;
localTimeline: boolean; localTimeline: boolean;