build(deps-dev): bump esbuild from 0.27.7 to 0.28.2 in /ARF/tests/tryorama in the npm_and_yarn group across 1 directory - #54
Open
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the npm_and_yarn group with 1 update in the /ARF/tests/tryorama directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.27.7 to 0.28.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.7...v0.28.2) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
floss | 7bfcd9d | Aug 22 2026, 10:55 PM |
kalisam
added a commit
that referenced
this pull request
Aug 23, 2026
…check
Codex, P1, and correct. I documented this exact trap on python-ci.yml's trigger
and then reproduced it one file over.
`Compile check (wasm32)` and `Format` are meant to be required. GitHub leaves a
required check PENDING -- not passing -- when its workflow is skipped by path
filtering, so the `pull_request` paths filter would hang every PR that touches
no Rust.
Measured against the PRs actually open right now, rather than argued:
#43 26 files 0 rust-matching
#45 2 files 0
#49 2 files 0
#51 2 files 0
#53 2 files 0
#54 1 file 0
Six of seven. Every one of them would have sat pending forever the moment the
check was marked required.
Fixed the way Codex suggested, which is better than simply dropping the filter:
run on every pull request and skip the expensive work, rather than skipping the
workflow. A `changes` job diffs against the base ref and sets one output; `fmt`
and `wasm-check` always run and always report, but their toolchain setup, cargo
cache and actual cargo invocation are gated on it. A non-Rust PR gets a green
check in seconds with an explicit "No Rust changes" step saying why, and no
cache write.
The detector is plain git plus grep -- no third-party action, which matters in a
workflow whose other change this cycle was pinning a third-party action to a
SHA. Non-pull_request events (push, schedule, merge_group, workflow_dispatch)
always take the full path.
Regex verified against real paths: ARF/src/lib.rs, ARF/Cargo.toml,
ARF/Cargo.lock and .github/workflows/rust-ci.yml match; requirements-ci.txt,
docs/x.md and packages/y.py do not.
The held clippy/test/clippy-sarif jobs are untouched and still dispatch-only.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RRe5kvLPeiJetoM7xUHFNW
…pm_and_yarn-fa0e04ea13
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
floss | 8c817a3 | Commit Preview URL Branch Preview URL |
Sep 01 2026, 12:10 AM |
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 npm_and_yarn group with 1 update in the /ARF/tests/tryorama directory: esbuild.
Updates
esbuildfrom 0.27.7 to 0.28.2Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
609683dpublish 0.28.2 to npm11b1fe4add to release notesab50d91css: fix green/blue channel swap in oklch gamut mapping (#4488)04627b6fix #4498:asyncTLA checks need a worklist5c15177disablegoplsin thegofolderfc2ee9bcss: adjust parser to allow--foo: {...}209db54release notes for css nesting bugfixc625d31fix #4497: preserve nested ampersands during minification (#4500)34474e2better isolation of current part in js parser07f6e8cfix #4507:importassignment tree-shaking bugDependabot 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.