pinocchio
pinocchio copied to clipboard
build(deps): bump conda-incubator/setup-miniconda from 2 to 3
Bumps conda-incubator/setup-miniconda from 2 to 3.
Release notes
Sourced from conda-incubator/setup-miniconda's releases.
Version 3.0.0
Features
Fixes
- #299 Fix condaBasePath when useBundled is false, and there's no pre-existing conda
Documentation
- #309 Switch to main branch based development
- #313 Specify team conda-incubator/setup-miniconda as codeowners
- #318 README: update actions in examples, add security section, similar actions
Tasks and Maintenance
- #307 Run dependabot against main branch and also update node packages
- #311 Bump actions/checkout from 2 to 4
- #310 Bump actions/cache from 1 to 3
- #314 Strip/update dependencies
- #315 Split lint into check and build, switch from
npm install
tonpm ci
- #317 Bump normalize-url from 4.5.1 to 8.0.0
- #316 Faster workflow response / saving resources via timeout/concurrency policy
#308: conda-incubator/setup-miniconda#308 #291: conda-incubator/setup-miniconda#291 #299: conda-incubator/setup-miniconda#299 #309: conda-incubator/setup-miniconda#309 #313: conda-incubator/setup-miniconda#313 #318: conda-incubator/setup-miniconda#318 #307: conda-incubator/setup-miniconda#307 #311: conda-incubator/setup-miniconda#311 #310: conda-incubator/setup-miniconda#310 #314: conda-incubator/setup-miniconda#314 #315: conda-incubator/setup-miniconda#315 #317: conda-incubator/setup-miniconda#317 #316: conda-incubator/setup-miniconda#316
New Contributors
@isuruf
made their first contribution in conda-incubator/setup-miniconda#299Full Changelog: https://github.com/conda-incubator/setup-miniconda/compare/v2...v3.0.0
Version 2.3.0
Documentation
- #263 Update links to GitHub shell docs
... (truncated)
Changelog
Sourced from conda-incubator/setup-miniconda's changelog.
v3.0.1 (2023-11-29)
Fixes
- #325 Fix environment activation on windows (a v3 regression) due to hard-coded install PATH
#325: conda-incubator/setup-miniconda#325
v3.0.0 (2023-11-27)
Features
Fixes
- #299 Fix condaBasePath when useBundled is false, and there's no pre-existing conda
Documentation
- #309 Switch to main branch based development
- #313 Specify team conda-incubator/setup-miniconda as codeowners
- #318 README: update actions in examples, add security section, similar actions
Tasks and Maintenance
- #307 Run dependabot against main branch and also update node packages
- #311 Bump actions/checkout from 2 to 4
- #310 Bump actions/cache from 1 to 3
- #314 Strip/update dependencies
- #315 Split lint into check and build, switch from
npm install
tonpm ci
- #317 Bump normalize-url from 4.5.1 to 8.0.0
- #316 Faster workflow response / saving resources via timeout/concurrency policy
#308: conda-incubator/setup-miniconda#308 #291: conda-incubator/setup-miniconda#291 #299: conda-incubator/setup-miniconda#299 #309: conda-incubator/setup-miniconda#309 #313: conda-incubator/setup-miniconda#313 #318: conda-incubator/setup-miniconda#318 #307: conda-incubator/setup-miniconda#307 #311: conda-incubator/setup-miniconda#311 #310: conda-incubator/setup-miniconda#310
... (truncated)
Commits
11b5629
Prepare 3.0.1 (#326)8706aa7
Fix env activation on win (a v3 regression) due to hard-coded install PATH (#...c585a97
Bump conda-incubator/setup-miniconda from 2.3.0 to 3.0.0 (#321)2defc80
Prepare release (#320)0d5a56b
Bump actions/checkout from 2 to 4 (#319)45fd3f9
Merge pull request #316 from dbast/timeoutd1e04fc
Merge pull request #299 from isuruf/condaBasePathfab0073
Merge pull request #318 from dbast/readmefa6bdf9
Update with npm run buildd42f8b8
Fix condaBasePath when useBundled is false, and there's no pre-existing conda- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
on noetic:
Traceback (most recent call last):
File "/root/target_ws/src/pinocchio/unittest/python/rpy.py", line 8, in <module>
from eigenpy import AngleAxis
ModuleNotFoundError: No module named 'eigenpy'
@nim65s @wxmerkt do you know what happens on ROS CI ?
I can take a look next week - something must have changed either in the underlying ROS tooling or its behavior with changes in jrl-cmakemodules
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.