Skip to content

build(deps): bump @fastify/cors from 10.1.0 to 11.3.0 - #13

Merged
semics-tech merged 1 commit into
mainfrom
dependabot/npm_and_yarn/fastify/cors-11.3.0
Jul 30, 2026
Merged

build(deps): bump @fastify/cors from 10.1.0 to 11.3.0#13
semics-tech merged 1 commit into
mainfrom
dependabot/npm_and_yarn/fastify/cors-11.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps @fastify/cors from 10.1.0 to 11.3.0.

Release notes

Sourced from @​fastify/cors's releases.

v11.3.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v11.2.0...v11.3.0

v11.2.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v11.1.0...v11.2.0

v11.1.0

What's Changed

... (truncated)

Commits
  • 2c60caa Bumped v11.3.0
  • cf4986e chore: bump @​types/node in the dev-dependencies-typescript group (#411)
  • 816d054 test: remove remaining tap-style assertions from vary tests (#410)
  • 20507ea chore(package.json): fix delvedor's personal url (#409)
  • 6fe85c4 docs(readme): update request origin link (#408)
  • 57bdc65 chore: bump fastify-plugin from 5.1.0 to 6.0.0 in the dependencies group (#407)
  • a8ae57d chore: update depedabot setting
  • 4d34798 chore(.gitattributes): retain binary file eol style (#402)
  • 675ebef refactor(types): migrate from tsd to tstyche (#403)
  • ef25e0b ci: add lock-threads workflow (#401)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fastify/cors-11.3.0 branch 2 times, most recently from f7ce6c1 to 296576a Compare July 30, 2026 10:58
@semics-tech

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
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 @dependabot recreate.

@semics-tech semics-tech changed the title Bump @fastify/cors from 10.1.0 to 11.3.0 build(deps): bump @fastify/cors from 10.1.0 to 11.3.0 Jul 30, 2026
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>
@semics-tech

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/npm_and_yarn/fastify/cors-11.3.0 branch from 296576a to 6fcab8e Compare July 30, 2026 11:12
@semics-tech
semics-tech merged commit cd1ba63 into main Jul 30, 2026
9 checks passed
@semics-tech
semics-tech deleted the dependabot/npm_and_yarn/fastify/cors-11.3.0 branch July 30, 2026 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant