Skip to content
Merged
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
118 changes: 0 additions & 118 deletions .github/copilot-instructions.md

This file was deleted.

18 changes: 9 additions & 9 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- "src/**"
- "static/**"
- "content/**"
- "package.json"
- "pnpm-lock.yaml"
- "svelte.config.js"
- "wrangler.jsonc"
- 'src/**'
- 'static/**'
- 'content/**'
- 'package.json'
- 'pnpm-lock.yaml'
- 'svelte.config.js'
- 'wrangler.jsonc'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/setup-node@v6
with:
node-version: latest
cache: "pnpm"
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand All @@ -66,7 +66,7 @@ jobs:
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: "getarcaneappbot"
comment-author: 'getarcaneappbot'
body-includes: Preview deployed successfully!

- name: Comment preview URL
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches: [main]
paths:
- "src/**"
- "static/sbom/**"
- "content/**"
- "package.json"
- "pnpm-lock.yaml"
- ".github/workflows/deploy-prod.yml"
- "svelte.config.js"
- "wrangler.jsonc"
- 'src/**'
- 'static/sbom/**'
- 'content/**'
- 'package.json'
- 'pnpm-lock.yaml'
- '.github/workflows/deploy-prod.yml'
- 'svelte.config.js'
- 'wrangler.jsonc'

permissions:
id-token: write
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-node@v6
with:
node-version: latest
cache: "pnpm"
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

[default]
extend-ignore-re = [
# JWT secrets and API keys in documentation examples
"JWT_SECRET=[A-Za-z0-9+/=]+",
"API_KEY=[A-Za-z0-9_-]+",
# OIDC configuration values in examples
"OIDC_[A-Z_]+=[\"']?[^\"'\\s]+[\"']?",
# Generic secret placeholders in docs
"secret[_-]?(key|token)?[\"']?[:=][\"']?[xX]+[\"']?",
# Git commit hashes in changelog (7-40 hex chars)
"\\b[a-f0-9]{7,40}\\b",
# GitHub commit URLs with hashes
"github\\.com/[^/]+/[^/]+/commit/[a-f0-9]{7,40}",
# JWT secrets and API keys in documentation examples
"JWT_SECRET=[A-Za-z0-9+/=]+",
"API_KEY=[A-Za-z0-9_-]+",
# OIDC configuration values in examples
"OIDC_[A-Z_]+=[\"']?[^\"'\\s]+[\"']?",
# Generic secret placeholders in docs
"secret[_-]?(key|token)?[\"']?[:=][\"']?[xX]+[\"']?",
# Git commit hashes in changelog (7-40 hex chars)
"\\b[a-f0-9]{7,40}\\b",
# GitHub commit URLs with hashes
"github\\.com/[^/]+/[^/]+/commit/[a-f0-9]{7,40}"
]


[files]
extend-exclude = [
"package-lock.json",
"pnpm-lock.yaml",
"node_modules/",
"build/",
".svelte-kit/",
"dist/",
"static/sbom/",
"static/apiref/swagger.yaml",
]
"package-lock.json",
"pnpm-lock.yaml",
"node_modules/",
"build/",
".svelte-kit/",
"dist/",
"static/sbom/",
"static/apiref/swagger.yaml"
]
14 changes: 7 additions & 7 deletions .github/workflows/update-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Arcane Release Assets

on:
schedule:
- cron: "*/30 * * * *"
- cron: '*/30 * * * *'
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -197,11 +197,11 @@ jobs:
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.ARCANE_BOT_TOKEN }}
commit-message: "chore(release): update assets for ${{ steps.check.outputs.version }}"
committer: "getarcaneappbot <info@getarcane.app>"
author: "getarcaneappbot <info@getarcane.app>"
commit-message: 'chore(release): update assets for ${{ steps.check.outputs.version }}'
committer: 'getarcaneappbot <info@getarcane.app>'
author: 'getarcaneappbot <info@getarcane.app>'
signoff: true
title: "chore(release): update assets for ${{ steps.check.outputs.version }}"
title: 'chore(release): update assets for ${{ steps.check.outputs.version }}'
body: |
Updates Arcane release assets for ${{ steps.check.outputs.version }}.

Expand All @@ -211,9 +211,9 @@ jobs:

---
*This PR was automatically generated.*
branch: "chore/release-assets-${{ steps.check.outputs.version }}"
branch: 'chore/release-assets-${{ steps.check.outputs.version }}'
base: main
labels: "docs(changelog),chore(sbom)"
labels: 'docs(changelog),chore(sbom)'
add-paths: |
content/changelog.md
static/sbom/
Expand Down
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pnpm lint
pnpm format
22 changes: 22 additions & 0 deletions .oxfmtrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"experimentalTailwindcss": {
"stylesheet": "./src/app.css",
"attributes": ["class"],
"functions": ["clsx", "cn"],
"preserveWhitespace": true
},
"experimentalSortPackageJson": true,
"ignorePatterns": [
"package-lock.json",
"pnpm-lock.yaml",
"*.md",
"tsconfig.json",
"svelte.config.js",
"src/*.json"
]
}
40 changes: 40 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": null,
"categories": {},
"rules": {},
"settings": {
"jsx-a11y": {
"polymorphicPropName": null,
"components": {},
"attributes": {}
},
"next": {
"rootDir": []
},
"react": {
"formComponents": [],
"linkComponents": [],
"version": null,
"componentWrapperFunctions": []
},
"jsdoc": {
"ignorePrivate": false,
"ignoreInternal": false,
"ignoreReplacesDocs": true,
"overrideReplacesDocs": true,
"augmentsExtendsReplacesDocs": false,
"implementsReplacesDocs": false,
"exemptDestructuredRootsFromChecks": false,
"tagNamePreference": {}
},
"vitest": {
"typecheck": false
}
},
"env": {
"builtin": true
},
"globals": {},
"ignorePatterns": []
}
9 changes: 0 additions & 9 deletions .prettierignore

This file was deleted.

8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"svelte.svelte-vscode",
"oxc.oxc-vscode",
"bradlc.vscode-tailwindcss",
"antfu.iconify"
]
}
Loading