Combinatorics.jl
Combinatorics.jl copied to clipboard
Bump julia-actions/setup-julia from 1 to 2
Bumps julia-actions/setup-julia from 1 to 2.
Release notes
Sourced from julia-actions/setup-julia's releases.
v2.0.0 - Update to Node20
What's Changed
- update to node20 by
@ranochain julia-actions/setup-julia#209Note the rationale for the breaking change was discussed in julia-actions/setup-julia#209
Dependencies and misc
- Bump nock from 13.5.1 to 13.5.4 by
@dependabotin julia-actions/setup-julia#224- Bump
@types/semverfrom 7.5.6 to 7.5.8 by@dependabotin julia-actions/setup-julia#222- Bump
@types/nodefrom 20.11.16 to 20.11.30 by@dependabotin julia-actions/setup-julia#226- Bump the version number to
2.0.0inpackage.jsonandpackage-lock.jsonby@DilumAluthgein julia-actions/setup-julia#228New Contributors
@ranochamade their first contribution in julia-actions/setup-julia#209Full Changelog: https://github.com/julia-actions/setup-julia/compare/v1.9.6...v2.0.0
v1.9.6: Fix Apple Silicon installation
What's Changed
- Fix the Apple Silicon (macOS
aarch64/arm64) URLs for Julia nightly by@benlorenzin julia-actions/setup-julia#220- put quotes on readme version examples by
@IanButterworthin julia-actions/setup-julia#203Deps & CI
- Bump actions/cache from 3 to 4 by
@dependabotin julia-actions/setup-julia#215- Bump
@types/nodefrom 20.10.6 to 20.11.16 by@dependabotin julia-actions/setup-julia#213- Bump ts-jest from 29.1.1 to 29.1.2 by
@dependabotin julia-actions/setup-julia#212- Bump nock from 13.4.0 to 13.5.1 by
@dependabotin julia-actions/setup-julia#211- Bump semver from 7.5.4 to 7.6.0 by
@dependabotin julia-actions/setup-julia#217- CI: Increase the Dependabot "number of open PRs" limit by
@DilumAluthgein julia-actions/setup-julia#218- Bump prettier from 3.1.1 to 3.2.5 by
@dependabotin julia-actions/setup-julia#216- Bump
@types/jestfrom 29.5.11 to 29.5.12 by@dependabotin julia-actions/setup-julia#210- 1.9.6 and compat bump for node semver package by
@IanButterworthin julia-actions/setup-julia#221New Contributors
@benlorenzmade their first contribution in julia-actions/setup-julia#220Full Changelog: https://github.com/julia-actions/setup-julia/compare/v1.9.5...v1.9.6
v1.9.5: Maintain mtime of julia build to avoid re-precompilation
A big part of fixing JuliaLang/julia#50667 for julia <1.11 as maintaining the mtime of the julia source files means cached
/compiledcaches won't be invalidated in new runs where julia has been reinstalled.What's Changed
- add test for julia install and mtime maintenance by
@IanButterworthin julia-actions/setup-julia#200- extract julia directly to tool path to maintain mtimes by
@IanButterworthin julia-actions/setup-julia#196- v1.9.5 by
@IanButterworthin julia-actions/setup-julia#201Dep updates
... (truncated)
Commits
f225878Add production dependencies & buildb96a572Bump the version number to2.0.0inpackage.jsonandpackage-lock.json...437a175update to node20 (#209)e9d953dBump@types/nodefrom 20.11.16 to 20.11.30 (#226)4190528Bump@types/semverfrom 7.5.6 to 7.5.8 (#222)9acd04fBump nock from 13.5.1 to 13.5.4 (#224)- See full diff in compare view
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 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Failed to upload codecov report.
Error: Codecov token not found. Please provide Codecov token with -t flag.
https://github.com/JuliaMath/Combinatorics.jl/actions/runs/8593147665/job/23544202594?pr=162#step:8:33
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.89%. Comparing base (
a303e88) to head (d5ccb38).
Additional details and impacted files
@@ Coverage Diff @@
## master #162 +/- ##
=======================================
Coverage 96.89% 96.89%
=======================================
Files 8 8
Lines 804 804
=======================================
Hits 779 779
Misses 25 25
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.