opam: make cache version-invariant and pin memprof-limits via template#670
Merged
Conversation
@spotdemo4 discovered the (dirs ...) trick in PR #341.
34691ae to
8133309
Compare
Merged
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
May 7, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [opengrep/opengrep](https://github.com/opengrep/opengrep) | minor | `v1.19.0` → `v1.20.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>opengrep/opengrep (opengrep/opengrep)</summary> ### [`v1.20.0`](https://github.com/opengrep/opengrep/releases/tag/v1.20.0): Opengrep 1.20.0 [Compare Source](opengrep/opengrep@v1.19.0...v1.20.0) #### Improvements - Elixir: Updates in patterns by [@​maciejpirog](https://github.com/maciejpirog) in [#​655](opengrep/opengrep#655) - Elixir: Distinguish field access from zero-arity remote call by [@​dimitris-m](https://github.com/dimitris-m) in [#​659](opengrep/opengrep#659) - Python: Preserve match/case guard and `as` bindings (PEP 634) by [@​dimitris-m](https://github.com/dimitris-m) in [#​679](opengrep/opengrep#679) - Python: Parse PEP 634 match/case statements in the menhir parser by [@​raphaeldavidf](https://github.com/raphaeldavidf) in [#​665](opengrep/opengrep#665) - Clojure: Support string-key map destructuring by [@​dimitris-m](https://github.com/dimitris-m) in [#​658](opengrep/opengrep#658) - Fix lambda taint tracking in intrafile mode by [@​corneliuhoffman](https://github.com/corneliuhoffman) in [#​597](opengrep/opengrep#597) - Unconditional taints in lambdas by [@​corneliuhoffman](https://github.com/corneliuhoffman) in [#​663](opengrep/opengrep#663) - Make switch usable as expression in IL by [@​maciejpirog](https://github.com/maciejpirog) in [#​664](opengrep/opengrep#664) - Exclude more synthetic identifiers from the PCRE prefilter by [@​dimitris-m](https://github.com/dimitris-m) in [#​673](opengrep/opengrep#673) - Hide synthetic identifiers, add prefix-metavar matching, fix Go `chan` direction by [@​corneliuhoffman](https://github.com/corneliuhoffman) in [#​677](opengrep/opengrep#677) #### Infrastructure - CI: Set CLCACHE\_DIR for nuitka clcache on Windows by [@​dimitris-m](https://github.com/dimitris-m) in [#​680](opengrep/opengrep#680) - CI: Skip init steps when cache was restored via restore-keys by [@​dimitris-m](https://github.com/dimitris-m) in [#​672](opengrep/opengrep#672) - CI: Upgrade opam to 2.5.1, re-enable windows sig verification by [@​dimitris-m](https://github.com/dimitris-m) in [#​674](opengrep/opengrep#674) - CI (Alpine): Add curl to apk install by [@​dimitris-m](https://github.com/dimitris-m) in [#​675](opengrep/opengrep#675) - Chore: Remove .circleci, drop dead Makefile targets, align terminology by [@​dimitris-m](https://github.com/dimitris-m) in [#​676](opengrep/opengrep#676) - Fix Windows install: Bundle charset\_normalizer, don't treat stderr as fatal by [@​dimitris-m](https://github.com/dimitris-m) in [#​662](opengrep/opengrep#662) - Opam: Make cache version-invariant and pin memprof-limits via template by [@​dimitris-m](https://github.com/dimitris-m) in [#​670](opengrep/opengrep#670) ##### New Contributors - [@​raphaeldavidf](https://github.com/raphaeldavidf) made their first contribution in [#​665](opengrep/opengrep#665) **Full Changelog**: <opengrep/opengrep@v1.19.0...v1.20.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
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.
CI hashes semgrep.opam with the version line stripped, so dune-project version bumps no longer invalidate the _opam cache. scripts/release/bump now regenerates opam/semgrep.opam after editing the dune-project version. memprof-limits is pinned via opam/semgrep.opam.template (pin-depends).