Skip to content

Commit

Permalink
🔀 Promote experimental features to nightly (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronleopold authored Nov 17, 2024
2 parents ffc7364 + f89525d commit 304f6a2
Show file tree
Hide file tree
Showing 701 changed files with 17,093 additions and 8,847 deletions.
8 changes: 0 additions & 8 deletions .eslintignore

This file was deleted.

63 changes: 0 additions & 63 deletions .eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions .github/actions/setup-yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20.0.0'
node-version: '20.9.0'

- name: Install yarn
shell: bash
Expand All @@ -23,7 +23,7 @@ runs:
if: ${{ inputs.cache-dependencies == 'true' }}
uses: actions/setup-node@v4
with:
node-version: '20.0.0'
node-version: '20.9.0'
cache: 'yarn'

- name: Install dependencies
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,5 @@ jobs:
- name: Run TypeScript lints
run: yarn lint

# TODO: Figure out how to run tests in parallel, I don't really want to upgrade to berry which
# means perhaps lerna is the only option? It isn't a big deal now since there is really only one
# package that defines tests, but this will change over time
- name: Run TypeScript tests
run: yarn test
working-directory: ./packages/browser
3 changes: 3 additions & 0 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ jobs:
tags: 'experimental'
load: ${{ github.event_name == 'pull_request' }}
push: ${{ github.event_name == 'push' }}
# tags: 'unstable'
# load: false
# push: true
archs: 'amd64'
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ build
packages/i18n/src/locales/*.json

CHANGELOG.md

# Tauri generated files
/src-tauri/capabilities/*.json
/src-tauri/gen/*.json
6 changes: 0 additions & 6 deletions .vscode/.todo

This file was deleted.

5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
],
"tailwindCSS.classAttributes": ["class", "className", ".*ClassName", ".*CLASSES", ".*VARIANTS"],
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Loading

0 comments on commit 304f6a2

Please sign in to comment.