Update DataInterpolations requirement from 5, 6, 8.10, 9.0 to 5, 6, 8.10, 9.0, 10.1 in /docs in the all-julia-packages group across 1 directory - #70
Merged
ChrisRackauckas merged 1 commit intoSep 2, 2026
Conversation
….10, 9.0, 10.1 Updates the requirements on [DataInterpolations](https://github.com/SciML/DataInterpolations.jl) to permit the latest version. Updates `DataInterpolations` to 10.1.0 - [Release notes](https://github.com/SciML/DataInterpolations.jl/releases) - [Changelog](https://github.com/SciML/DataInterpolations.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/DataInterpolations.jl/commits/v10.1.0) --- updated-dependencies: - dependency-name: DataInterpolations dependency-version: 10.1.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
ChrisRackauckas
deleted the
dependabot/julia/docs/all-julia-packages-4e12cc6fe6
branch
September 2, 2026 10:05
ChrisRackauckas
added a commit
to SciML/.github
that referenced
this pull request
Sep 2, 2026
Documentation jobs fail on pull requests from forks and on every Dependabot-triggered run, *after* the documentation has built successfully. Recent examples: SciML/FindFirstFunctions.jl#114, SciML/ModelingToolkitCourse#70, SciML/DiffEqFlux.jl#1070. ## Cause Documenter's `deploy_folder` treats deployment as possible when either credential is merely non-empty: ```julia token_ok = env_nonempty("GITHUB_TOKEN") key_ok = env_nonempty("DOCUMENTER_KEY") auth_ok = token_ok | key_ok ``` GitHub still injects a `GITHUB_TOKEN` for fork and Dependabot pull requests — it is just read-only — so `auth_ok` is true. Combined with `push_preview = true` (which the SciML docs builds use), Documenter builds the docs, attempts to push the preview to `gh-pages`, and the job dies with: ``` fatal: unable to access '...': The requested URL returned error: 403 ERROR: LoadError: failed process: ... `git push -q upstream HEAD:gh-pages` ``` The documentation itself was fine; only the push failed. The red check is noise, and it trains reviewers to ignore a failing Documentation job. ## Fix Pass the credentials only when the run can actually deploy. When they are empty Documenter reports `Deploying: ✗` and exits 0, so the job still verifies that the documentation builds — which is the only thing an untrusted pull request can verify. Preview deployment is unchanged for same-repository pull requests by a human, and deployment on push/tag/schedule is untouched. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014FEzNTLFutCmTEAZ3zBg5R
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.
Updates the requirements on DataInterpolations to permit the latest version.
Updates
DataInterpolationsto 10.1.0Release notes
Sourced from DataInterpolations's releases.
Changelog
Sourced from DataInterpolations's changelog.
Commits
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 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 conditions