Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chained_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

- name: 'Set up Docker'
if: "${{matrix.sandbox == 'sandbox:docker'}}"
uses: 'docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435' # ratchet:docker/setup-buildx-action@v3
uses: 'docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f' # ratchet:docker/setup-buildx-action@v3

- name: 'Run E2E tests'
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
- name: 'Link Checker'
uses: 'lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2' # ratchet: lycheeverse/lychee-action@v2.6.1
uses: 'lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0' # ratchet: lycheeverse/lychee-action@v2.7.0
with:
args: '--verbose --accept 200,503 ./**/*.md'
fail: true
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- name: 'Publish Test Report (for non-forks)'
if: |-
${{ always() && (github.event.pull_request.head.repo.full_name == github.repository) }}
uses: 'dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3' # ratchet:dorny/test-reporter@v2
uses: 'dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637' # ratchet:dorny/test-reporter@v2
with:
name: 'Test Results (Node ${{ runner.os }}, ${{ matrix.node-version }}, ${{ matrix.shard }})'
path: 'packages/*/junit.xml'
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
- name: 'Publish Test Report (for non-forks)'
if: |-
${{ always() && (github.event.pull_request.head.repo.full_name == github.repository) }}
uses: 'dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3' # ratchet:dorny/test-reporter@v2
uses: 'dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637' # ratchet:dorny/test-reporter@v2
with:
name: 'Test Results (Node ${{ runner.os }}, ${{ matrix.node-version }}, ${{ matrix.shard }})'
path: 'packages/*/junit.xml'
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
ref: '${{ github.event.inputs.branch_ref || github.ref }}'
fetch-depth: 1

- uses: 'preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a'
- uses: 'preactjs/compressed-size-action@8518045ed95e94e971b83333085e1cb99aa18aa8'
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './bundle/**/*.{js,sb}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/community-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: '🤖 Get Insights from Report'
if: |-
${{ steps.report.outputs.report_body != '' }}
uses: 'google-github-actions/run-gemini-cli@a3bf79042542528e91937b3a3a6fbc4967ee3c31' # ratchet:google-github-actions/run-gemini-cli@v0
uses: 'google-github-actions/run-gemini-cli@b7c22b00bd5a02e52eec973dc4b3bd391eb31512' # ratchet:google-github-actions/run-gemini-cli@v0
env:
GITHUB_TOKEN: '${{ steps.generate_token.outputs.token }}'
REPOSITORY: '${{ github.repository }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: 'Set up Docker'
if: "matrix.sandbox == 'sandbox:docker'"
uses: 'docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435' # ratchet:docker/setup-buildx-action@v3
uses: 'docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f' # ratchet:docker/setup-buildx-action@v3

- name: 'Run E2E tests'
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gemini-automated-issue-dedup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5

- name: 'Log in to GitHub Container Registry'
uses: 'docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1' # ratchet:docker/login-action@v3
uses: 'docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9' # ratchet:docker/login-action@v3
with:
registry: 'ghcr.io'
username: '${{ github.actor }}'
password: '${{ secrets.GITHUB_TOKEN }}'

- name: 'Find Duplicate Issues'
uses: 'google-github-actions/run-gemini-cli@a3bf79042542528e91937b3a3a6fbc4967ee3c31' # ratchet:google-github-actions/run-gemini-cli@v0
uses: 'google-github-actions/run-gemini-cli@b7c22b00bd5a02e52eec973dc4b3bd391eb31512' # ratchet:google-github-actions/run-gemini-cli@v0
id: 'gemini_issue_deduplication'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gemini-automated-issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
return labelNames;

- name: 'Run Gemini Issue Analysis'
uses: 'google-github-actions/run-gemini-cli@a3bf79042542528e91937b3a3a6fbc4967ee3c31' # ratchet:google-github-actions/run-gemini-cli@v0
uses: 'google-github-actions/run-gemini-cli@b7c22b00bd5a02e52eec973dc4b3bd391eb31512' # ratchet:google-github-actions/run-gemini-cli@v0
id: 'gemini_issue_analysis'
env:
GITHUB_TOKEN: '' # Do not pass any auth token here since this runs on untrusted inputs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gemini-scheduled-issue-dedup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5

- name: 'Log in to GitHub Container Registry'
uses: 'docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1' # ratchet:docker/login-action@v3
uses: 'docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9' # ratchet:docker/login-action@v3
with:
registry: 'ghcr.io'
username: '${{ github.actor }}'
password: '${{ secrets.GITHUB_TOKEN }}'

- name: 'Run Gemini Issue Deduplication Refresh'
uses: 'google-github-actions/run-gemini-cli@a3bf79042542528e91937b3a3a6fbc4967ee3c31' # ratchet:google-github-actions/run-gemini-cli@v0
uses: 'google-github-actions/run-gemini-cli@b7c22b00bd5a02e52eec973dc4b3bd391eb31512' # ratchet:google-github-actions/run-gemini-cli@v0
id: 'gemini_refresh_embeddings'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gemini-scheduled-issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: |-
(steps.get_issue_from_event.outputs.issues_to_triage != '' && steps.get_issue_from_event.outputs.issues_to_triage != '[]') ||
(steps.find_issues.outputs.issues_to_triage != '' && steps.find_issues.outputs.issues_to_triage != '[]')
uses: 'google-github-actions/run-gemini-cli@a3bf79042542528e91937b3a3a6fbc4967ee3c31' # ratchet:google-github-actions/run-gemini-cli@v0
uses: 'google-github-actions/run-gemini-cli@b7c22b00bd5a02e52eec973dc4b3bd391eb31512' # ratchet:google-github-actions/run-gemini-cli@v0
id: 'gemini_issue_analysis'
env:
GITHUB_TOKEN: '' # Do not pass any auth token here since this runs on untrusted inputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:

- name: 'Link Checker'
id: 'lychee'
uses: 'lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2' # ratchet: lycheeverse/lychee-action@v2.6.1
uses: 'lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0' # ratchet: lycheeverse/lychee-action@v2.7.0
with:
args: '--verbose --no-progress --accept 200,503 ./**/*.md'
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
BODY: '${{ github.event.inputs.body || github.event.release.body }}'

- name: 'Generate Changelog with Gemini'
uses: 'google-github-actions/run-gemini-cli@a3bf79042542528e91937b3a3a6fbc4967ee3c31' # ratchet:google-github-actions/run-gemini-cli@v0
uses: 'google-github-actions/run-gemini-cli@b7c22b00bd5a02e52eec973dc4b3bd391eb31512' # ratchet:google-github-actions/run-gemini-cli@v0
with:
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
prompt: |
Expand Down
55 changes: 52 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
"editor.tabSize": 2,
"editor.tabSize": 90,
"editor.rulers": [80],
"editor.detectIndentation": false,
"editor.detectIndentation": true,
Comment on lines +3 to +5
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The editor.tabSize has been changed to 90, which is an unusually large value that will make code difficult to read. This should be reverted to a more conventional value like 2. Additionally, editor.detectIndentation has been set to true. To ensure consistent formatting across the project, it's better to explicitly define the indentation settings and let the project's formatter (Prettier) enforce them, as was the case with the previous setting of false.

Suggested change
"editor.tabSize": 90,
"editor.rulers": [80],
"editor.detectIndentation": false,
"editor.detectIndentation": true,
"editor.tabSize": 2,
"editor.rulers": [80],
"editor.detectIndentation": false,

"editor.insertSpaces": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand All @@ -16,5 +16,54 @@
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vitest.disableWorkspaceWarning": true
"vitest.disableWorkspaceWarning": true,
"gitlens.currentLine.enabled": true,
"editor.fontSize": 19,
"files.autoSave": "afterDelay",
"editor.defaultFormatter": "ms-vscode.anycode",
"editor.wordWrap": "bounded",
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
"editor.mouseWheelZoom": true,
"editor.formatOnPaste": true,
"editor.accessibilitySupport": "on",
"editor.aiStats.enabled": true,
"editor.allowVariableFontsInAccessibilityMode": true,
"editor.autoClosingBrackets": "always",
"editor.autoClosingComments": "always",
"editor.autoClosingOvertype": "always",
"editor.autoIndent": "full",
"editor.autoIndentOnPaste": true,
"editor.autoSurround": "languageDefined",
"editor.codeActions.triggerOnFocusChange": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.codeLensFontFamily": "Sauber Script, Monaco, Spot Mono, Widlings, Phonesate",
"editor.codeLensFontSize": 19,
"editor.columnSelection": true,
"editor.defaultFoldingRangeProvider": "vscode.extension-editing",
"editor.definitionLinkOpensInPeek": true,
"editor.experimental.asyncTokenizationLogging": true,
"editor.experimental.asyncTokenizationVerification": true,
"editor.experimental.preferTreeSitter.css": true,
"editor.experimental.preferTreeSitter.ini": true,
"editor.experimental.preferTreeSitter.regex": true,
"editor.experimental.preferTreeSitter.typescript": true,
"editor.experimental.treeSitterTelemetry": true,
"editor.experimentalGpuAcceleration": "on",
"editor.experimentalWhitespaceRendering": "font",
"editor.fastScrollSensitivity": 8,
"editor.foldingImportsByDefault": true,
"editor.foldingStrategy": "indentation",
"editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinitionAside",
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.referenceSearch.trigger",
"editor.gotoLocation.alternativeImplementationCommand": "editor.action.referenceSearch.trigger",
"editor.gotoLocation.alternativeReferenceCommand": "editor.action.peekImplementation",
"editor.guides.bracketPairs": "active",
"editor.hideCursorInOverviewRuler": true,
"editor.hover.enabled": "onKeyboardModifier",
"editor.inertialScroll": true,
"editor.inlayHints.fontFamily": "Sauber Script, Wigdings, Phonesate, Spot Mono, Gothic, Monaco, LET, OS OCIT 26, SchoolBook, Maker Felt, Lucinari",
"editor.inlayHints.fontSize": 25,
"editor.inlayHints.maximumLength": 0,
"editor.inlayHints.padding": true,
"editor.inlineCompletionsAccessibilityVerbose": true
Comment on lines +19 to +68
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

A large number of personal VS Code settings have been added to this shared project configuration file. Settings related to themes, fonts, and editor behavior are individual preferences and should be configured in your user-level settings.json file. Adding them to the project's shared settings can override other contributors' personal configurations.

Furthermore, the added JSON is syntactically incorrect due to missing commas and incorrect indentation (e.g., starting on line 25), which will prevent VS Code from parsing the file.

Please remove these personal settings from the project's configuration.

  "vitest.disableWorkspaceWarning": true

}
Loading