Skip to content

chore(deps): bump supabase/sdk/.github/workflows/sync-sdk-compliance.yml from 1.1.1 to 1.2.0 - #1755

Merged
spydon merged 1 commit into
mainfrom
dependabot/github_actions/supabase/sdk/dot-github/workflows/sync-sdk-compliance.yml-1.2.0
Aug 24, 2026
Merged

chore(deps): bump supabase/sdk/.github/workflows/sync-sdk-compliance.yml from 1.1.1 to 1.2.0#1755
spydon merged 1 commit into
mainfrom
dependabot/github_actions/supabase/sdk/dot-github/workflows/sync-sdk-compliance.yml-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps supabase/sdk/.github/workflows/sync-sdk-compliance.yml from 1.1.1 to 1.2.0.

Release notes

Sourced from supabase/sdk/.github/workflows/sync-sdk-compliance.yml's releases.

v1.2.0

1.2.0 (2026-08-20)

Features

  • auth: add concurrent PKCE flow id capability (#91) (bd6d972)

Bug Fixes

  • specs: correct third-party auth error propagation behavior (#86) (ccc2fbb)
Changelog

Sourced from supabase/sdk/.github/workflows/sync-sdk-compliance.yml's changelog.

Changelog

1.2.0 (2026-08-20)

Features

  • auth: add concurrent PKCE flow id capability (#91) (bd6d972)

Bug Fixes

  • specs: correct third-party auth error propagation behavior (#86) (ccc2fbb)

1.1.1 (2026-08-18)

Bug Fixes

  • ci: read the capability spec at the caller's pinned workflow ref (#87) (f51a1ec)

1.1.0 (2026-08-14)

Features

  • add six capabilities the registry was missing (#78) (81bb9c7)

1.0.0 (2026-08-12)

⚠ BREAKING CHANGES

  • reconcile capability matrix inconsistencies from skill audit (#74)

Features

  • add capabilities based on supabase-js public methods (#19) (8b07e38)
  • add capability-matrix maintenance skill (#73) (070e2c9)
  • add review-spec and review-spec-compliance skills (#6) (b2646c1)
  • add SDK implementation status matrix to README and skill (#4) (753f06c)
  • api-check: include file path and line number in compliance failure messages (#45) (2f4be47)
  • auth: add sign-out reason capability (#47) (51a3abd)
  • canonical SDK capability matrix (#8) (215bc3e)
  • capability-matrix: strict cross-SDK parity score + coverage scope (#63) (de1abe1)
  • CI check 1 — block PRs adding public API not in capability matrix (#31) (293440c)
  • compliance: list undeclared features after validation (#48) (29f396a)
  • compliance: list undeclared features as notes after validation (29f396a)
  • compliance: split symbol evidence from symbol coverage (#75) (abc8e71)
  • initial SDK specs, skills, and install script (e662b17)

... (truncated)

Commits
  • 29e402d chore(main): release 1.2.0 (#89)
  • bd6d972 feat(auth): add concurrent PKCE flow id capability (#91)
  • ccc2fbb fix(specs): correct third-party auth error propagation behavior (#86)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [supabase/sdk/.github/workflows/sync-sdk-compliance.yml](https://github.com/supabase/sdk) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/supabase/sdk/releases)
- [Changelog](https://github.com/supabase/sdk/blob/main/CHANGELOG.md)
- [Commits](supabase/sdk@63c1ac1...29e402d)

---
updated-dependencies:
- dependency-name: supabase/sdk/.github/workflows/sync-sdk-compliance.yml
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 23, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 23, 2026 03:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 23, 2026
@spydon
spydon merged commit c715870 into main Aug 24, 2026
29 checks passed
@spydon
spydon deleted the dependabot/github_actions/supabase/sdk/dot-github/workflows/sync-sdk-compliance.yml-1.2.0 branch August 24, 2026 09:02
spydon added a commit that referenced this pull request Aug 25, 2026
…1757)

## What

Replaces the mostly ungrouped `github-actions` Dependabot config with
four groups:

| Group | Pattern | Purpose |
| --- | --- | --- |
| `codeql-action` | `github/codeql-action*` | Pre-existing. `init` and
`analyze` must run the same version. |
| `supabase-sdk-workflows` | `supabase/sdk*` | New. Reusable workflows
sharing one repository's release tags. |
| `supabase-actions-workflows` | `supabase/actions*` | New. Same, for
the three workflows pinned to one commit. |
| `actions-minor-patch` | `*` (minor, patch) | New. Batches every
remaining non-breaking bump. |

Group order matters: Dependabot assigns each dependency to the first
group it matches, so the three specific groups are listed before the
catch-all.

## Why

**Lockstep dependencies were being split.** Dependabot treats each
reusable workflow as its own dependency, named by its full path. The
`supabase/sdk` v1.1.1 to v1.2.0 bump therefore arrived as two pull
requests, #1755 and #1756, and between the two merges the repository had
two callers pointing at different releases of the same source.
`supabase/actions` has the same exposure but larger: three reusable
workflows in `stale.yml`, `label-issues.yml` and `block-merge.yml`, all
pinned to commit `2e898cb`, so its first bump would have landed as three
separate pull requests.

**Volume.** Ten individual bump pull requests merged across 2026-08-12
and 2026-08-13, five on each day. The catch-all collapses that into
roughly one per week.

## Deliberately not grouped

Major bumps match no group and keep arriving as individual pull
requests. A bump like the earlier `actions/upload-artifact` 4.6.2 to
7.0.1 should be reviewed and revertable on its own rather than buried in
a batch.

## Verification

- `.github/dependabot.yml` parses, and the four groups resolve in the
intended order.
- Confirmed the existing `codeql-action` group is already working:
`codeql.yml:41` and `codeql.yml:47` are both pinned to `ff2f1c62` at
v4.37.7. Past bump titles name only `analyze` because Dependabot titles
a group after a single member when only that member moved.
- Audited all 19 `uses:` references across `.github/workflows/`. Apart
from the three groups above, no remaining action is coupled to another.

## Note

Grouping takes effect on the next Dependabot run. Both #1755 and #1756
have since been merged, and `supabase/sdk` is back in sync at v1.2.0 in
both callers, so nothing needs recreating.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Configured automated updates to group reusable workflow dependencies
by repository.
* Grouped minor and patch updates for GitHub Actions, while keeping
major updates separate for review.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant