chore(deps-dev): bump the bun-minor-patch group across 1 directory with 4 updates#429
Merged
github-actions[bot] merged 2 commits intoMay 20, 2026
Merged
Conversation
…th 4 updates Bumps the bun-minor-patch group with 4 updates in the / directory: [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun), [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [oxlint-tsgolint](https://github.com/oxc-project/tsgolint). Updates `@types/bun` from 1.3.13 to 1.3.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun) Updates `oxfmt` from 0.46.0 to 0.49.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.49.0/npm/oxfmt) Updates `oxlint` from 1.61.0 to 1.64.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.64.0/npm/oxlint) Updates `oxlint-tsgolint` from 0.21.1 to 0.22.1 - [Release notes](https://github.com/oxc-project/tsgolint/releases) - [Commits](oxc-project/tsgolint@v0.21.1...v0.22.1) --- updated-dependencies: - dependency-name: "@types/bun" dependency-version: 1.3.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bun-minor-patch - dependency-name: oxfmt dependency-version: 0.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bun-minor-patch - dependency-name: oxlint dependency-version: 1.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bun-minor-patch - dependency-name: oxlint-tsgolint dependency-version: 0.22.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bun-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
jgoux
added a commit
that referenced
this pull request
May 20, 2026
## Summary
- Add an optional `github-token` input to authenticate the GitHub
release lookup used by `version: latest`.
- Pass the token through the composite action as
`SUPABASE_CLI_GITHUB_TOKEN` and use it as a bearer token for the
`/repos/supabase/cli/releases/latest` request.
- Update this repository's CI smoke test and README examples to pass
`${{ github.token }}` when testing or using `latest`.
## Root Cause
CI failed in `test (macos-latest, latest)` because the action resolved
`latest` through an unauthenticated GitHub REST API request and hit the
low unauthenticated rate limit. The dependency bump in #429 was not the
cause; the validate job passed and the failure happened inside the
release lookup path.
## Impact
Pinned versions continue to work without a token. For `version: latest`,
callers can now pass `${{ github.token }}` to avoid unauthenticated API
rate limiting while keeping the input optional for backward
compatibility.
## Validation
- `bun run ci`
jgoux
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the bun-minor-patch group with 4 updates in the / directory: @types/bun, oxfmt, oxlint and oxlint-tsgolint.
Updates
@types/bunfrom 1.3.13 to 1.3.14Commits
Updates
oxfmtfrom 0.46.0 to 0.49.0Changelog
Sourced from oxfmt's changelog.
... (truncated)
Commits
d652a55release(apps): oxlint v1.64.0 && oxfmt v0.49.0 (#22318)6e8e818feat(oxfmt): Experimental .svelte support (#21700)330fe31refactor(config): Update doc comment forGlobSet(#22197)fb3067crefactor(oxfmt): use shared GlobSet for overrides (#22147)5921a25release(apps): oxlint v1.63.0 && oxfmt v0.48.0 (#22109)d82f698release(apps): oxlint v1.62.0 && oxfmt v0.47.0 (#21838)Updates
oxlintfrom 1.61.0 to 1.64.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
d652a55release(apps): oxlint v1.64.0 && oxfmt v0.49.0 (#22318)25b7017fix(linter): undocument overrideignoresoption (#22213)330fe31refactor(config): Update doc comment forGlobSet(#22197)fbb8f22feat(linter): supportignoresin overrides (#22148)5921a25release(apps): oxlint v1.63.0 && oxfmt v0.48.0 (#22109)cacbc4adocs(linter): Fix jest settings docs. (#22127)d177595chore(linter): Update oxlint-tsgolint peer dependency to the latest release. ...d82f698release(apps): oxlint v1.62.0 && oxfmt v0.47.0 (#21838)348f46cfeat(linter): addrespectEslintDisableDirectivesoption (#21384)8c425dbfix(linter): allow string for jest version in config schema (#21649)Updates
oxlint-tsgolintfrom 0.21.1 to 0.22.1Release notes
Sourced from oxlint-tsgolint's releases.
Commits
2b933a9fix(prefer-optional-chain): avoid access comparison false positive (#914)f9cb483chore(deps): update github-actions (#913)10a7cc2chore(deps): update dependency vitest to v4.1.5 (#912)73c15a2feat(no-unnecessary-template-expression): implement fix (#911)bfa426ffeat(no-unsafe-enum-comparison): implement suggestion (#910)5985b4bfix: clarifyAGENTS.mdsubmodule guidance (#909)42a817bfix(no-unnecessary-type-arguments): preserve shadowed type arguments (#908)05314fffix(no-useless-default-assignment): make default assignment removal a suggest...3858f4dfix: handle UTF-16 diagnostics (#906)dbfba7bchore: update typescript-go submodule (#905)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions