Skip to content

Commit

Permalink
Merge branch 'main' into fix/sanitize-slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Aug 28, 2024
2 parents 24013f4 + a485a13 commit f4ccf97
Show file tree
Hide file tree
Showing 139 changed files with 9,868 additions and 12,875 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"access": "public",
"baseBranch": "origin/main",
"updateInternalDependencies": "patch",
"ignore": ["gatsby-plugin-clerk"],
"ignore": [],
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}.v{commit}"
Expand Down
2 changes: 2 additions & 0 deletions .changeset/old-coins-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/sour-hairs-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/ten-kings-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 0 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ expo:
fastify:
- packages/fastify/**

gatsby:
- packages/gatsby-plugin-clerk/**

localizations:
- packages/localizations/**

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/validate-renovate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
turbo-team: ${{ vars.TURBO_TEAM }}
playwright-enabled: true # Must be present to enable caching on branched workflows
turbo-token: ${{ secrets.TURBO_TOKEN }}

- name: Validate Renovate Config
run: npx --yes --package renovate renovate-config-validator
env:
RENOVATE_VERSION: 37.440.7 # Last version compatible with Node 18
run: npx --yes --package renovate@${{ env.RENOVATE_VERSION }} renovate-config-validator
3 changes: 0 additions & 3 deletions .jit/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ folders:
- path: /packages/fastify
exclude:
- ./**/*.test.ts
- path: /packages/gatsby-plugin-clerk
exclude:
- ./**/*.test.ts
- path: /packages/localizations
- path: /packages/nextjs
exclude:
Expand Down
Loading

0 comments on commit f4ccf97

Please sign in to comment.