Skip to content

build(deps): bump julia-actions/cache from 2 to 3#35

Closed
dependabot[bot] wants to merge 1145 commits into
mainfrom
dependabot/github_actions/julia-actions/cache-3
Closed

build(deps): bump julia-actions/cache from 2 to 3#35
dependabot[bot] wants to merge 1145 commits into
mainfrom
dependabot/github_actions/julia-actions/cache-3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps julia-actions/cache from 2 to 3.

Release notes

Sourced from julia-actions/cache's releases.

v3.0.0 - Cache on failure (with override)

What's Changed

Breaking Changes

  • Caching will now happen when the job fails, with an override to restore the previous behavior via save-always: false

Changes

Maintenance

New Contributors

Full Changelog: julia-actions/cache@v2.1.0...v3.0.0

v2.1.0 - New outputs cache-paths and cache-key

What's Changed

New features

Maintenance

... (truncated)

Commits
  • e97f6fc Delete pidfiles. Skip Pkg.gc when not saving. Don't delete old caches if no n...
  • 09b9b25 Bump fast-xml-parser from 5.5.6 to 5.5.7 (#208)
  • b56ac81 Add instructions for LLM coding agents (AGENTS.md and CLAUDE.md) (#206)
  • 98ad0c9 Bump fast-xml-parser from 5.4.2 to 5.5.6 (#205)
  • 5232b9b Bump undici from 6.23.0 to 6.24.0 (#199)
  • ca03d70 [CI] Also run npm run build on reopened event (#202)
  • a7694d7 Add workflow for running npm run build in Dependabot PRs (#201)
  • a668aa1 [CI] Add package jsons to list of path triggers and reduce duplication (#200)
  • e33b4bf Javascript version of existing action which also saves if job fails (#198)
  • d256f7f Bump pyTooling/Actions from 7.4.2 to 7.5.0 (#197)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

amaurigmartins and others added 20 commits February 27, 2026 20:46
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(sector): add Sector and SectorInsulator types with geometric properties

* fix(sector): fix typo insulator group inclusion to SectorInsulator

* feat(sector): add GeometryBasics and PolygonOps dependencies with version updates

* feat(sector): add  LinearAlgebra import

* feat(sectorinsulator): update _calculate_offset_polygon to use vertices and improve offset calculation

* feat(setor): update preview of insulator to be transparent (to be handled later)

* feat(sector): update preview function to handle Sector layers with TODOs for nominal length and offset adjustments

* feat(sector): adjust vertex calculations for Sector and SectorInsulator layers to take the offset into account

* feat(sector-FEM): add functions to draw polygons (from points) and polygons with holes in Gmsh

* feat(sector-FEM): add specialized `_make_cablepart!` methods for creating Sector and SectorInsulator geometries

* feat(sector-FEM): add GeometryBasics dependency for  geometric operations (using Point)

* feat(sector-FEM): update vertex translation to use GeometryBasics.Point for Sector and SectorInsulator

* feat(sector-FEM): enhance draw_polygon to calculate centroid for Point vertices manually

* fix(helper): use Base.error for GetDP executable error handling

* feat(sector-FEM): update logging in draw_polygon function for clarity

* feat(sector-FEM): add draw_polygon function with max edge length parameter

* feat(sector-FEM): enhance draw_polygon_with_hole to support max edge length parameter TODO: it is using thickness to divide!

* feat(sector-FEM): refactor _densify_vertices for better meshing of sector shaped conductor and insulator

* chore(ci): remove main branch trigger from CI workflow to make it test on my feature branch too

* chore(ci): add gh-pages to branches-ignore in CI workflow but make it run CI on anything else

* refactor(fem): add GeometryBasics dependency for enhanced geometric operations - needed for sector shaped cable

* feat(sector): add insulation thickness and enhance geometry calculations with debug logging

* feat(sector): implement Shoelace formula for area calculations and ensure polygon closure in sector geometry

* refactor(sector): correct debug logging for cross-sectional area calculation and increase arc points for improved accuracy

* refactor(sector): remove GeometryBasics dependency and use Makie for point definitions

* feat(sector): add support for rendering Sector and SectorInsulator layers with Makie

* feat(sector): add comprehensive tutorial for sector-shaped cable design along with tests for CI

* tutorial(sector): added save capability

* feat(sector): add centroid calculation for sector shape

* fix(sector-geometry): improve centroid calculation

* feat(sector-cableslibrary): enhance handling for Sector and SectorInsulator layer types

* feat(Sector): export Sector and SectorInsulator in the data model

* fix(Sector): fix export of Sector Shape functions

* fix(Sector): correct include statement for SectorInsulator file

* feat(SectorParams): basic validation and constructor parameters for SectorParams struct. just testing validation.

* feat(SectorParams): ADDED Validation for sector geometry.
I followed the rules so the sectors play nice with other cable parts, In hope of being accepted into the main branch.

* fix(fem/cable): correct botched merge conflict

* fix(sectorinsulator): fix missing export

* fix(fix): fix

* fix(fix): now vibe fixing

* fixfixfixfixfixfix

---------

Co-authored-by: Amauri Martins <amauri.martinsbritto@kuleuven.be>
Co-authored-by: Amauri Martins <amaurigmartins@gmail.com>
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Commits](julia-actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: julia-actions/cache
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 23, 2026

Codecov Report

❌ Patch coverage is 45.75484% with 2102 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.33%. Comparing base (bf2fcc8) to head (215682c).
⚠️ Report is 254 commits behind head on main.

Files with missing lines Patch % Lines
src/plotbuilder/parse.jl 0.00% 210 Missing ⚠️
src/plotbuilder/pagespec.jl 0.00% 195 Missing ⚠️
src/plotbuilder/uicomponents/pipeline.jl 0.00% 159 Missing ⚠️
src/importexport/cableslibrary.jl 59.71% 112 Missing ⚠️
src/parametricbuilder/base.jl 42.62% 105 Missing ⚠️
src/plotbuilder/seriesspec.jl 0.00% 92 Missing ⚠️
src/engine/solver.jl 0.00% 91 Missing ⚠️
src/engine/dataframe.jl 0.00% 89 Missing ⚠️
src/importexport/xlsx.jl 0.00% 80 Missing ⚠️
src/plotbuilder/plotspecs.jl 0.00% 79 Missing ⚠️
... and 51 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
- Coverage   51.24%   42.33%   -8.92%     
==========================================
  Files          95      137      +42     
  Lines        6966    10265    +3299     
==========================================
+ Hits         3570     4346     +776     
- Misses       3396     5919    +2523     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

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.

@dependabot dependabot Bot deleted the dependabot/github_actions/julia-actions/cache-3 branch April 20, 2026 20:12
@amaurigmartins amaurigmartins restored the dependabot/github_actions/julia-actions/cache-3 branch April 20, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants