chore: resolve dependency update conflicts - #189
Merged
francoischalifour merged 3 commits intoSep 1, 2026
Conversation
…ai#188) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.1 to 26.4.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## Summary - pin every third-party GitHub Action in the semantic-title, release, test, and integration workflows to its reviewed commit SHA - move Linux jobs to `ubuntu-24.04` - retain the repository's `.node-version` and `.bun-version` runtime contracts ## Impact This is workflow-only hardening. It does not change the SDK packages, release contract, or runtime behavior. The existing community-file PR altertable-ai#180 modifies a separate legacy semantic-workflow path; it remains unsafe to merge because it would add a duplicate noncompliant check. ## Verification - `bash /root/.openclaw/workspace/scripts/validate-workflow-policy.sh /root/.openclaw/workspace/code/altertable-js` - `git diff --check` - YAML parse for all modified workflows - `bun run lint` - `bun run test`
Contributor
Author
francoischalifour
approved these changes
Sep 1, 2026
francoischalifour
merged commit Sep 1, 2026
10026ee
into
altertable-ai:dependabot/bun/development-dependencies-c1d909ef58
2 checks passed
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.
Summary
maininto Dependabot PR chore(deps-dev): bump the development-dependencies group with 11 updates #187@types/node26.4.0 updatemainImpact
This stacked PR updates only the conflicted Dependabot branch. Once merged, PR #187 becomes mergeable without changing its dependency-update scope.
Validation
bun install --frozen-lockfile(Bun 1.4.0)bun run lintbun run test(467 passing)