Skip to content

Commit

Permalink
Merge branch 'main' into changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis authored Oct 4, 2024
2 parents 0d6a8c3 + 3b6d510 commit 7d90d3d
Show file tree
Hide file tree
Showing 16 changed files with 946 additions and 448 deletions.
2 changes: 2 additions & 0 deletions .changeset/wicked-bottles-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/actions/init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ runs:
registry-url: ${{ inputs.registry-url }}

- name: Install NPM Dependencies
run: npm ci --audit=false --fund=false
run: npm ci --audit=false --fund=false --engine-strict=false
shell: bash

- name: Get Playwright Version
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
turbo-summarize: ${{ env.TURBO_SUMMARIZE }}
turbo-team: ${{ vars.TURBO_TEAM }}
turbo-token: ${{ secrets.TURBO_TOKEN }}
node-version: 20

- name: Require Changeset
if: ${{ !(github.event_name == 'merge_group') }}
Expand Down Expand Up @@ -65,11 +66,7 @@ jobs:
run: npx turbo lint:publint $TURBO_ARGS --only

- name: Lint types using attw
run: npx turbo lint:attw $TURBO_ARGS --filter=!@clerk/nextjs --filter=!@clerk/tanstack-start --filter=!@clerk/elements --filter=!@clerk/backend --filter=!@clerk/astro --only

- name: Lint types using attw [Errors Allowed]
run: npx turbo lint:attw $TURBO_ARGS --filter=@clerk/nextjs --filter=@clerk/tanstack-start --filter=@clerk/backend --filter=@clerk/elements --filter=@clerk/astro --continue --only
continue-on-error: true # TODO: Remove this when all related errors are fixed
run: npx turbo lint:attw $TURBO_ARGS --only

- name: Run lint
run: npx turbo lint $TURBO_ARGS --only -- --quiet
Expand Down
2 changes: 1 addition & 1 deletion integration/templates/elements-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.38",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion integration/templates/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"typescript": "^5.6.2",
Expand Down
Loading

0 comments on commit 7d90d3d

Please sign in to comment.