-
-
Notifications
You must be signed in to change notification settings - Fork 2
Bump the all-julia-packages group across 2 directories with 16 updates #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/julia/docs/all-julia-packages-d258df8086
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump the all-julia-packages group across 2 directories with 16 updates #13
dependabot
wants to merge
1
commit into
main
from
dependabot/julia/docs/all-julia-packages-d258df8086
Conversation
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
Updates the requirements on [Documenter](https://github.com/JuliaDocs/Documenter.jl), [LiveServer](https://github.com/JuliaDocs/LiveServer.jl), [DocumenterTools](https://github.com/JuliaDocs/DocumenterTools.jl), [FiniteVolumeMethod1D](https://github.com/SciML/FiniteVolumeMethod1D.jl), [ExplicitImports](https://github.com/JuliaTesting/ExplicitImports.jl), [NonlinearSolve](https://github.com/SciML/NonlinearSolve.jl), [LinearSolve](https://github.com/SciML/LinearSolve.jl), [DomainSets](https://github.com/JuliaApproximation/DomainSets.jl), [ReferenceTests](https://github.com/JuliaTesting/ReferenceTests.jl), [SciMLBase](https://github.com/SciML/SciMLBase.jl), [CairoMakie](https://github.com/MakieOrg/Makie.jl), [MethodOfLines](https://github.com/SciML/MethodOfLines.jl), [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl), [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl), [SpecialFunctions](https://github.com/JuliaMath/SpecialFunctions.jl) and [SafeTestsets](https://github.com/YingboMa/SafeTestsets.jl) to permit the latest version. Updates `Documenter` to 1.16.1 - [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases) - [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md) - [Commits](JuliaDocs/Documenter.jl@v0.1.0...v1.16.1) Updates `LiveServer` to 1.5.0 - [Release notes](https://github.com/JuliaDocs/LiveServer.jl/releases) - [Commits](JuliaDocs/LiveServer.jl@v0.1.0...v1.5.0) Updates `DocumenterTools` to 0.1.21 - [Release notes](https://github.com/JuliaDocs/DocumenterTools.jl/releases) - [Changelog](https://github.com/JuliaDocs/DocumenterTools.jl/blob/master/CHANGELOG.md) - [Commits](JuliaDocs/DocumenterTools.jl@v0.1.0...v0.1.21) Updates `FiniteVolumeMethod1D` to 1.1.4 - [Release notes](https://github.com/SciML/FiniteVolumeMethod1D.jl/releases) - [Commits](v1.1.0...v1.1.4) Updates `ExplicitImports` to 1.14.0 - [Release notes](https://github.com/JuliaTesting/ExplicitImports.jl/releases) - [Commits](JuliaTesting/ExplicitImports.jl@v1.0.0...v1.14.0) Updates `NonlinearSolve` to 4.13.0 - [Release notes](https://github.com/SciML/NonlinearSolve.jl/releases) - [Commits](https://github.com/SciML/NonlinearSolve.jl/commits) Updates `LinearSolve` to 3.55.0 - [Release notes](https://github.com/SciML/LinearSolve.jl/releases) - [Commits](SciML/LinearSolve.jl@v0.1.0...v3.55.0) Updates `DomainSets` to 0.7.16 - [Release notes](https://github.com/JuliaApproximation/DomainSets.jl/releases) - [Commits](JuliaApproximation/DomainSets.jl@v0.0.1...v0.7.16) Updates `ReferenceTests` to 0.10.6 - [Release notes](https://github.com/JuliaTesting/ReferenceTests.jl/releases) - [Commits](https://github.com/JuliaTesting/ReferenceTests.jl/commits) Updates `SciMLBase` to 2.131.0 - [Release notes](https://github.com/SciML/SciMLBase.jl/releases) - [Commits](https://github.com/SciML/SciMLBase.jl/commits) Updates `CairoMakie` to 0.15.8 - [Release notes](https://github.com/MakieOrg/Makie.jl/releases) - [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/MakieOrg/Makie.jl/commits) Updates `MethodOfLines` to 0.11.9 - [Release notes](https://github.com/SciML/MethodOfLines.jl/releases) - [Commits](https://github.com/SciML/MethodOfLines.jl/commits) Updates `OrdinaryDiffEq` to 6.105.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v6.105.0) Updates `ModelingToolkit` to 11.4.0 - [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases) - [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md) - [Commits](SciML/ModelingToolkit.jl@v0.0.1...v11.4.0) Updates `SpecialFunctions` to 2.6.1 - [Release notes](https://github.com/JuliaMath/SpecialFunctions.jl/releases) - [Commits](JuliaMath/SpecialFunctions.jl@v0.0.1...v2.6.1) Updates `SafeTestsets` to 0.1.0 - [Release notes](https://github.com/YingboMa/SafeTestsets.jl/releases) - [Commits](YingboMa/SafeTestsets.jl@v0.0.1...v0.1.0) --- updated-dependencies: - dependency-name: Documenter dependency-version: 1.16.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: LiveServer dependency-version: 1.5.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DocumenterTools dependency-version: 0.1.21 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: FiniteVolumeMethod1D dependency-version: 1.1.4 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ExplicitImports dependency-version: 1.14.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: NonlinearSolve dependency-version: 4.13.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: LinearSolve dependency-version: 3.55.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DomainSets dependency-version: 0.7.16 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ReferenceTests dependency-version: 0.10.6 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SciMLBase dependency-version: 2.131.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: CairoMakie dependency-version: 0.15.8 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: MethodOfLines dependency-version: 0.11.9 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrdinaryDiffEq dependency-version: 6.105.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ModelingToolkit dependency-version: 11.4.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SpecialFunctions dependency-version: 2.6.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SafeTestsets dependency-version: 0.1.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 Documenter, LiveServer, DocumenterTools, FiniteVolumeMethod1D, ExplicitImports, NonlinearSolve, LinearSolve, DomainSets, ReferenceTests, SciMLBase, CairoMakie, MethodOfLines, OrdinaryDiffEq, ModelingToolkit, SpecialFunctions and SafeTestsets to permit the latest version.
Updates
Documenterto 1.16.1Release notes
Sourced from Documenter's releases.
Changelog
Sourced from Documenter's changelog.
... (truncated)
Commits
55b500fSet version to 1.16.1 (#2848)56c72d8Guide users to use workspaces when setting up Documenter (#2830)a8b1479Removed superfluous vertical space at end of@docsblocks (#2849)a397e12Fix spacing in@docsblocks; don't expanddetailsadmonition by default (...050ce55Pass-goption tocurlin linkchecker (#2842)26d0051Build Julia HTML manual in regression tests (#2724)a9af48eSet version to 1.16.0 (#2841)a0665d5Update changelog (#2840)1aecd99Restorecdinside@eval, and add a test for it (#2837)4b6ff9dAdd syntax highlight tags to docs/src/man/other-formats.md (#2838)Updates
LiveServerto 1.5.0Release notes
Sourced from LiveServer's releases.
Commits
71aa073Add app configuration for LiveServer.main (#197)12abc54Bump codecov/codecov-action from 4 to 5 (#195)e4c9e8eAdd ssh deploy key for docs and tagbot (#194)57af790Update links after repository move, fix #186 (#193)cd07baeUse julia-actions/cache (#192)417d784Bump codecov/codecov-action from 1 to 4 (#188)d476132Bump julia-actions/setup-julia from 1 to 2 (#190)3b3491bBump actions/checkout from 2 to 4 (#189)c5a78edAdd dependabot config (#187)65b8cdbRemove Pkg as a dependency (#184)Updates
DocumenterToolsto 0.1.21Release notes
Sourced from DocumenterTools's releases.
Changelog
Sourced from DocumenterTools's changelog.
... (truncated)
Commits
d740c40Set version to 0.1.21578ab8dLoadPkg1in test inside a module (#99)0f4e870Bump actions/checkout from 4 to 5 (#98)6f81dd2Bump codecov/codecov-action from 4 to 5 (#95)1809533UseGit.jlfor running git commands, fixes #70 (#92)7a8821cMake tests less noisy and actually test logging messages (#94)a1ad176[CI] Some fixes to GitHub Actions setup (#93)9caa6ccAllow OpenSSH@9 (#91)5306737Fix the issue URLs in CHANGELOG.md0129b73Use Changelog.jl for CHANGELOG.md (#86)Updates
FiniteVolumeMethod1Dto 1.1.4Release notes
Sourced from FiniteVolumeMethod1D's releases.
Commits
83a32c4bump4ed742bFix tests1d9fa88Update README.mddbc5419Remove deved packageeef0736Update to new org. Update all refimages to new Makie outputs.e767fcfUpdate README.mde10127bFix029692bNew vers0a7a149Create .zenodo.json0299ba2Update README.mdUpdates
ExplicitImportsto 1.14.0Release notes
Sourced from ExplicitImports's releases.
Commits
c7fea3eAllowcheck_*_publicfunctions to opt-in dependencies to check (#134)a2539c2Installing v1.12 doesn't requirenightlyanymore (#135)dbed49fFix ExplicitImports to work with--depwarn=error(#132)70b4052improve function argument parsing (#130)9abe158Move vendored code into src, fix version (#126)6334d68vendor AbstractTrees (#123)b6c1746RFC: Vendor JuliaSyntax to avoid compatibility issues (#121)31dc9c7mark linguist-generated (#125)14f7f3fadd .gitattritubtes (#124)0a77f99Drop support for pre-1.10 Julia (#122)Updates
NonlinearSolveto 4.13.0Commits
Updates
LinearSolveto 3.55.0Release notes
Sourced from LinearSolve's releases.
Commits
320b008Update Project.toml802e278Merge pull request #862 from ChrisRackauckas-Claude/fix-chainrulescore-downgr...01ca9aeBump ChainRulesCore compat to 1.25.1 for downgrade tests9c12593Merge pull request #861 from abhro/admonitions173edc4Fix headers for admonition warning blocks2127a61Merge pull request #860 from ChrisRackauckas-Claude/fix-enzyme-sparse-sparsit...eb1d270Fix Enzyme sparse matrix sparsity pattern corruption (issue #835)5bd131dUpdate project version to 3.54.0babd4b8Merge pull request #859 from ChrisRackauckas-Claude/update-linear-verbosity-s...c362bbcFix stale imports check for SciMLLogging macro-generated codeUpdates
DomainSetsto 0.7.16Release notes
Sourced from DomainSets's releases.
Commits
b68ee03Merge pull request #172 from jaakkor2/compatsForMakie50473d0Merge pull request #174 from JuliaApproximation/dh/randext66a6ed9move random to extensionbdd8e76Add compat for Makie 0.23, 0.24793535eversion bumpa53aebcMerge pull request #170 from jaakkor2/makie0p22f598cf1Add compat for Makie 0.225f55dd6Merge pull request #169 from jishnub/jishnub/CI_ltsebc9c88Use setup julia v2 in CI2724337Merge pull request #168 from jishnub/jishnub/CI_ltsUpdates
ReferenceTeststo 0.10.6Commits
Updates
SciMLBaseto 2.131.0Commits
Updates
CairoMakieto 0.15.8Commits
Updates
MethodOfLinesto 0.11.9Commits
Updates
OrdinaryDiffEqto 6.105.0Release notes
Sourced from OrdinaryDiffEq's releases.
Commits
08e1065Merge pull request #2944 from ChrisRackauckas-Claude/bump-minor-versions3ec06b5Bump minor version of all packagesfbb34abMerge pull request #2943 from ChrisRackauckas-Claude/fix-jet-test-resolution4330e3cFix all JET v0.11 warnings in OrdinaryDiffEqFIRK (28/28 resolved)d505242Fix JET v0.11 static analysis warnings in OrdinaryDiffEqFIRKba7ec59Fix JET v0.11 static analysis warnings in OrdinaryDiffEqNonlinearSolve and Or...73fbbc3Fix JET v0.11 static analysis warnings about potentially undefined variablesa0684efUpdate ODEProblemLibrary compat from 0.1.8 to 1.0 across 15 packagesa688533Merge pull request #2941 from ChrisRackauckas-Claude/claude/rebase-hw-dae-gpu...b600432improve algebraic idx collectionUpdates
ModelingToolkitto 11.4.0Release notes
Sourced from ModelingToolkit's releases.
Changelog
Sourced from ModelingToolkit's changelog.
... (truncated)
Commits
9976e97Merge pull request #4072 from SciML/as/bump-version6fe953cbuild: bump MTKBase minor versiona4ecf56build: bump minor version4308dd9Merge pull request #4071 from SciML/as/inline-linear-scc0b19ef4fix: fix simplification of optimization system8eae438test: avoid broken symbolic indexing syntax4e01c9efeat: addinitsys_mtkcompile_kwargskeyword for problem constructors8e6a689fix: handle API required by plottinge19a539feat: addcopyforSchedule3495217refactor: update to newunhack_systemUpdates
SpecialFunctionsto 2.6.1Release notes
Sourced from SpecialFunctions's releases.
Commits
1743a8bFix JET analysis (#502) (#503)fddf5e0Drop support for Julia < 1.10 (#504)1f0527cBump actions/checkout from 4 to 5 (#501)31e3c1aUse DocumenterCitations.jl to manage dependencies (#486)738435aFix use offloatmax(#494)f8fd782Prepare a new release (#479)ed6a367Bump codecov/codecov-action from 4 to 5 (#481)cf35c58Rewritegamma_inc_taylorandgamma_inc_asymmore concisely and eliminate ...7f42b47Testmin,ltsand1in CI (#478)92be507Update ci.yml (#477)Updates
SafeTestsetsto 0.1.0Release notes
Sourced from SafeTestsets's releases.
Commits
f7897d5Update Project.toml4cc3962Update Project.toml4b6882eUpdate Project.toml36da15dMerge pull request #9 from YingboMa/myb/onemorelevel08d1b17Update README.md5f24b73Make inline testing backward compatible667b675Merge pull request #8 from staticfloat/sf/modern_project_tomlab306b0Update package to moden Julia Project.toml formate553edcMerge pull request #2 from JuliaTagBot/masterf4714beInstall TagBot as a GitHub ActionDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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