build(deps): bump @fastify/cors from 10.1.0 to 11.3.0 - #13
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/fastify/cors-11.3.0
branch
2 times, most recently
from
July 30, 2026 10:58
f7ce6c1 to
296576a
Compare
Owner
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
semics-tech
added a commit
that referenced
this pull request
Jul 30, 2026
Follow-up to #25. Adding the title check made every dependabot pull request fail, for two separate reasons that only became visible once they rebased onto it. ## Titles Dependabot opens `Bump x from 1 to 2`, which is not a conventional commit, so all sixteen dependency PRs went red on a check about formatting. Its titles are configuration rather than something a person writes, so they are configured: `build(deps)` for npm, `build(deps-dev)` for dev dependencies, `ci(deps)` for actions, `build(docker)` for the base image. Verified against the check script as the YAML parser actually yields it, not a copy — including the awkward shapes: ``` build(deps): bump pnpm/action-setup from 4 to 6 PASS build(deps-dev): bump eslint from 9.39.5 to 10.8.0 PASS ci(deps): bump actions/checkout from 4 to 7 PASS build(docker): bump node from 22-bookworm-slim to 26-bookworm-slim in /deploy PASS build(deps): bump the minor-and-patch group across 1 directory with 4 updates PASS build(deps): bump react and @types/react PASS ``` ## Claude review on dependabot runs Separate cause: **GitHub deliberately withholds repository secrets from dependabot-triggered workflows.** `claude_code_oauth_token` arrives empty and the job fails — on #3, #6 and #13 already. It passes on human PRs, which is why #25 looked fine. The honest choice is to grant the secret through Dependabot secrets or skip the job. Skipped: an AI review of a version bump is low value, and a dependency change is already covered by the audit, the unit and integration tests, and CodeQL — all of which do run on dependabot PRs. Reverting that is a one-line change plus adding `CLAUDE_CODE_OAUTH_TOKEN` under Settings → Secrets → Dependabot, if you would rather have the reviews. ## Not covered here The sixteen already-open dependabot PRs keep the titles they were opened with — config only affects what dependabot creates or recreates. I am retitling those by hand. ## Blast radius CI configuration only. No product code. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Owner
|
@dependabot rebase |
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 10.1.0 to 11.3.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](fastify/fastify-cors@v10.1.0...v11.3.0) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/fastify/cors-11.3.0
branch
from
July 30, 2026 11:12
296576a to
6fcab8e
Compare
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 @fastify/cors from 10.1.0 to 11.3.0.
Release notes
Sourced from @fastify/cors's releases.
... (truncated)
Commits
2c60caaBumped v11.3.0cf4986echore: bump@types/nodein the dev-dependencies-typescript group (#411)816d054test: remove remaining tap-style assertions from vary tests (#410)20507eachore(package.json): fix delvedor's personal url (#409)6fe85c4docs(readme): update request origin link (#408)57bdc65chore: bump fastify-plugin from 5.1.0 to 6.0.0 in the dependencies group (#407)a8ae57dchore: update depedabot setting4d34798chore(.gitattributes): retain binary file eol style (#402)675ebefrefactor(types): migrate from tsd to tstyche (#403)ef25e0bci: add lock-threads workflow (#401)