Update comby/comby Docker tag to v1 - autoclosed#110
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
Update comby/comby Docker tag to v1 - autoclosed#110renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
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
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.
This PR contains the following updates:
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
comby-tools/comby
v1.7.1Compare Source
Fixes JSON output of
-json-lineswhich previously emitted double-escaped values like\\ninstead of\nv1.7.0Compare Source
update language definitions (MATLAB, R)
recognize Terraform file extension
.tffor-langflag (previously.hcl).additional property accesses
.filealiased tofile.pathfixes behavior so that
-newline-separatedworks withrewrite {...}rulescustom metasyntax is now recognized for all terms inside rules
custom metasyntax aliases are now applied to rules
v1.6.0Compare Source
Utility properties for holes. The following are introduced and recognized in rules and rewrite templates, and are substituted:
:[hole]with the respective string processing in rewrite templates and rulesExpand for full list of changes
|for pattern matching:_:implies
~:implies
\t,\n,\r,\\escape sequences):Behavior looks for the first
->, so->must be escaped if this should be matched literally. Trailing and leading spaces in pattern matches are ignored--use quotes for significant leading and trailing spacesAdded
.hcllanguage definitionThe experimental optional hole syntax is removed. Use regular expressions holes with optional modifiers
?instead.v1.5.1Compare Source
-rgoption to not emit an error when no matches/files are found to process.v1.1.0Compare Source
-bound-countflagavoids writing to file system if a file is unchanged
bug fix: don't parse for comments inside strings
bug fix: don't assume single quotes in Haskell are balanced
adds additional delimiters to interpret code blocks in Julia
adds support for Coq, Zig, Solidity, and Move languages by adding basic definitions
bug fix where strings should have been escaped in
-match-onlyJSON outputbug fix where carriage returns
\rwere not escaped in match outputfresh variable generation via
:[id()]in-sequentialmode increment sequentiallyadd experimental nested matching via
where nestedv1.0.0Compare Source
Breaking change:
:[hole]will only match across newlines If they are inside delimiters for a language. Otherwise, it will match at most to the end of line, rather than across multiple lines or to the end of file. To disable this behavior and force matching across newlines for any language, add the flag-match-newline-at-toplevel. There is one exception to this change: The following languages/file extensions are unaffected and will continue to match across newlines outside delimiters:.tsx,.jsx,.html,.xml,.tex,.txtThis is because tags like
<p>...</p>are not yet considered proper delimiters, and other textual inputs do not typically contain delimiters.Additions:
...alias can now be used instead of:[_]in rules. Example:v0.18.4Compare Source
:[hole]: If they are not inside nested delimiters, only match until it's suffix, or end of line (rather than end of file).-cut-off-newlinev0.18.3Compare Source
...in templates alias to:[_]v0.18.2Compare Source
v0.18.1Compare Source
v0.18.0Compare Source
:[hole]: If they are not inside nested delimiters, only match until it's suffix, or end of line (rather than end of file).v0.17.0Compare Source
.combyfile in TOML format, where usingflags="-my-flags"will be appending tocombyinvocation in the current directory. This file can also be used to specify templates for the directoryv0.16.0Compare Source
Added:
-excludeoption to exclude filesUpdated source files to compile with OCaml 4.10.
v0.15.0Compare Source
exclude-diroption now accepts multiple comma-separated prefixes.v0.14.1Compare Source
Bug fix for a ZIP64 issue reading the central directory on large ZIP64 files.
v0.14.0Compare Source
idwhen generating unique identifiers in rewrite templates. E.g.,v0.13.1Compare Source
:[id()]in the rewrite template will generate a unique (with high probability) 12 character hex string. The method uses 48 bits. This is an experimental feature.v0.13.0Compare Source
Change:
v0.12.2Compare Source
v0.12.1Compare Source
v0.12.0Compare Source
v0.11.3Compare Source
v0.11.2Compare Source
v0.11.1Compare Source
patchandgit applycompatible patches for special cases where files do not contain trailing newlines.v0.11.0Compare Source
substituteoption for substituting variables.jsxand.tsxextensionsv0.10.0Compare Source
-disable-substring-matchingoption to disable substring matchingv0.9.1Compare Source
v0.9.0Compare Source
-reviewoption. Edit can be set with-editor, and default accept behavior can be toggled with-default-no(as in codemod).-match-onlyreturns matches on single lines, prefixed by the matched files, likegrep. Newlines are converted to\n.[hole\n],[ hole],:[hole.]syntax which substitute for variablehole.v0.8.0Compare Source
Configuration
📅 Schedule: Branch creation - "" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.