Skip to content

chore(ci)(deps): bump codelytv/pr-size-labeler from 1.10.1 to 1.10.3 - #23

Merged
hotlong merged 1 commit into
mainfrom
dependabot/github_actions/codelytv/pr-size-labeler-1.10.3
Feb 1, 2026
Merged

hotlong merged 1 commit into
mainfrom
dependabot/github_actions/codelytv/pr-size-labeler-1.10.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Copy link
Copy Markdown
Contributor

Bumps codelytv/pr-size-labeler from 1.10.1 to 1.10.3.

Release notes

Sourced from codelytv/pr-size-labeler's releases.

v1.10.3

What's Changed

New Contributors

Full Changelog: CodelyTV/pr-size-labeler@v1.10.2...v1.10.3

Bug fixes for max PR comments

What's Changed

New Contributors

Full Changelog: CodelyTV/pr-size-labeler@v1.10.1...v1.11.0

Commits
  • 4ec6770 fix: use the add label API rather than patching the entire issue (#89)
  • 1c34223 make github_token to optional (#87)
  • 2f1c419 fix: Comment on PR only if the XL label is new (#83)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [codelytv/pr-size-labeler](https://github.com/codelytv/pr-size-labeler) from 1.10.1 to 1.10.3.
- [Release notes](https://github.com/codelytv/pr-size-labeler/releases)
- [Commits](CodelyTV/pr-size-labeler@v1.10.1...v1.10.3)

---
updated-dependencies:
- dependency-name: codelytv/pr-size-labeler
  dependency-version: 1.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions labels Jan 19, 2026
@vercel

vercel Bot commented Jan 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
spec Ready Ready Preview, Comment Jan 19, 2026 0:53am

Request Review

@hotlong
hotlong merged commit 2b46dca into main Feb 1, 2026
22 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/codelytv/pr-size-labeler-1.10.3 branch February 1, 2026 03:04
baozhoutao pushed a commit that referenced this pull request Sep 1, 2026
The packed-tarball smoke asserted that the first POST /auth/sign-up/email
after `objectstack dev --fresh` returns 200 — an expectation authored
before #11739/#11767 made `invite_only` the default audience posture.

It is not the first account that reaches that probe. `--fresh` seeds a dev
admin in-process at boot through the real signUpEmail pipeline, and THAT
creation is the zero-user one the bootstrap bypass admits. The smoke's own
sign-up is the SECOND self-serve account, which invite_only refuses with
SELF_REGISTRATION_CLOSED + 403 — correctly. The release candidate had
therefore never once passed this gate with the posture default aboard.

Per the maintainer-approved ruling (option A, director batch #23):

  - assert the seeded admin can SIGN IN, which is the packed install's
    proof that the bootstrap bypass really fired;
  - assert the uninvited second self-serve sign-up is REFUSED, pinning
    both the 403 and the envelope code so an accidental widening of the
    unauthenticated surface reds the RC instead of shipping;
  - obtain the non-admin probe user through the operator path (the
    invitation carve-out) before the existing session/CRUD probes.

Behaviour only — no vendor-internal symbol is pinned, and no auth or
audience runtime code is touched.

The posture is READ from the artifact's own public /auth/config rather
than hard-coded, because the two smoke modes install different products:
`registry` smokes the last PUBLISHED release, and plugin-auth 17.2.0
(2026-08-23) predates #11767 (2026-08-25). In `pack` mode the advertised
posture must BE invite_only; in both modes enforcement must match what
the artifact advertises.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WLJQhde67SeTccsmnBVarV
os-sales pushed a commit that referenced this pull request Sep 12, 2026
…rocess

Maintainer ruling 2026-09-03 (decision batch #23, B + C): a 5xx the platform
chose because an optional service is not installed is a configuration fact, not
a fault — it is reported once per route per process at `warn`, naming the
missing service. Everything else reaching `logServerFault` keeps its
per-request `error` line.

The predicate is applied inside the shared funnel rather than spelled at each
door, so the REST writer and the runtime dispatcher read the same answer by
construction. It reuses `declaresServerFault`, the repo's existing declared-5xx
vocabulary, and the ADR-0112 code the producer already declared.

Claude-Session: https://claude.ai/code/session_01TSf4DV7ziu4V5j73e46b7c
Co-authored-by: Claude <noreply@anthropic.com>
This was referenced Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/cd dependencies Pull requests that update a dependency file size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant