Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Update Deps #60

Merged
merged 1 commit into from Jul 25, 2021
Merged

chore(ci): Update Deps #60

merged 1 commit into from Jul 25, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auto-it/conventional-commits ^10.29.3 -> 10.30.0 age adoption passing confidence
@auto-it/exec ^10.29.3 -> 10.30.0 age adoption passing confidence
@auto-it/first-time-contributor ^10.29.3 -> 10.30.0 age adoption passing confidence
@auto-it/gradle ^10.29.3 -> 10.30.0 age adoption passing confidence
@auto-it/released ^10.29.3 -> 10.30.0 age adoption passing confidence
@auto-it/upload-assets ^10.29.3 -> 10.30.0 age adoption passing confidence
auto ^10.29.3 -> 10.30.0 age adoption passing confidence
com.google.code.findbugs:jsr305 (source) 3.0.1 -> 3.0.2 age adoption passing confidence
com.google.code.gson:gson 2.8.0 -> 2.8.7 age adoption passing confidence
gradle (source) 7.1 -> 7.1.1 age adoption passing confidence
net.minecraftforge:forge 1.17.1-37.0.8_mapped_official_1.17.1_at_14c2915d0524c32802debb3c2a52388b00ef6ec3 -> 1.17.1-37.0.8 age adoption passing confidence
net.minecraftforge:mergetool 1.1.3 -> 1.1.4 age adoption passing confidence
org.antlr:antlr4-runtime (source) 4.9.1 -> 4.9.2 age adoption passing confidence
org.apache.commons:commons-lang3 (source) 3.8.1 -> 3.12.0 age adoption passing confidence
org.apache.maven:maven-artifact 3.6.3 -> 3.8.1 age adoption passing confidence
org.jline:jline-reader (source) 3.12.1 -> 3.20.0 age adoption passing confidence
org.jline:jline-terminal (source) 3.12.1 -> 3.20.0 age adoption passing confidence
org.openjdk.nashorn:nashorn-core 15.1.1 -> 15.3 age adoption passing confidence
org.ow2.asm:asm (source) 9.1 -> 9.2 age adoption passing confidence
org.ow2.asm:asm-analysis (source) 9.1 -> 9.2 age adoption passing confidence
org.ow2.asm:asm-commons (source) 9.1 -> 9.2 age adoption passing confidence
org.ow2.asm:asm-tree (source) 9.1 -> 9.2 age adoption passing confidence
org.ow2.asm:asm-util (source) 9.1 -> 9.2 age adoption passing confidence

Release Notes

intuit/auto

v10.30.0

Compare Source

πŸŽ‰ This release contains work from a new contributor! πŸŽ‰

Thank you, Cameron Yick (@​hydrosquall), for all your work!

πŸš€ Enhancement
Authors: 1

google/gson

v2.8.7

  • Fixed ISO8601UtilsTest failing on systems with UTC+X.
  • Improved javadoc for JsonStreamParser.
  • Updated proguard.cfg (#​1693).
  • Fixed IllegalStateException in JsonTreeWriter (#​1592).
  • Added JsonArray.isEmpty() (#​1640).
  • Added new test cases (#​1638).
  • Fixed OSGi metadata generation to work on JavaSE < 9 (#​1603).

v2.8.6

2019-10-04 GitHub Diff

  • Added static methods JsonParser.parseString and JsonParser.parseReader and deprecated instance method JsonParser.parse
  • Java 9 module-info support

v2.8.5

2018-05-21 GitHub Diff

v2.8.4

2018-05-01 GitHub Diff

v2.8.3

2018-04-27 GitHub Diff

  • Added a new API, GsonBuilder.newBuilder() that clones the current builder
  • Preserving DateFormatter behavior on JDK 9
  • Numerous other bugfixes

v2.8.2

2017-09-19 GitHub Diff

  • Introduced a new API, JsonElement.deepCopy()
  • Numerous other bugfixes

v2.8.1

2017-05-30 GitHub Diff

  • New: JsonObject.keySet()
  • @JsonAdapter annotation can now use JsonSerializer and JsonDeserializer as well.
gradle/gradle

v7.1.1

This is a patch release for Gradle 7.1.

It fixes the following issues:

  • #​17488 Many Micronaut builds failing with NPE with Gradle 7.1 & JDK 8
  • #​17548 [Configuration cache] Task not up-to-date for SantaTracker
  • #​17542 [Configuration cache] Filtered FC with mapped elements stored incorrectly

We recommend users upgrade to 7.1.1 instead of 7.1.

Upgrade Instructions

Switch your build to use Gradle 7.1.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.1.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.1.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

antlr/antlr4

v4.9.2

Compare Source

Issues fixed
Improvements, features

Moved away from travis-ci.com.

Pull requests grouped by target
csharp target
cpp target
javascript target
python2 target
  • Update ll1 analyzer (target:csharp, target:javascript, target:python2, target:python3, type:bug)
python3 target
swift target
Contributors
jline/jline3

v3.20.0

  • 8ed2b9a6 Command 'slurp --format=TEXT ' reads file lines to ArrayList
  • 8041ffcd Groovy REPL: fix source file package tab completion in Windows
  • 049d24a3 ArgDesc: add validity check for argument name, #​665
  • 5f2497dd SystemHighlighter: highlight command options file values
  • 53cd0c03 Fix option value parsing in Groovy classloader command
  • 278fac94 Upgrade Groovy to 3.0.8
  • 8e9fc369 Upgrade JNA to 5.8.0
  • fac777f5 Upgrade Jansi to 2.3.2
  • 39ac1bbe Revert "JrtJavaBasePackages: before class search check that package exists"
  • e9563d97 PrintAboveWriter fix the last new line test
  • 7c697ebf add a PrintAboveWriter which buffers input until a newline is reached, and then forwards to LineReader's printAbove() method
  • 943abe0f Fix PumpReader.read(CharBuffer) not being synchronized
  • 6d696428 Add a color field on the TerminalBuilder to control the dumb terminal
  • a3bf295e Groovy REPL: option '--add JAR' to classloader command, step II
  • adbf0242 REPL demo: remove multiline comment syntax from groovy.nanorc. Start comment char sequence breaks commandline highlight.
  • ead6de89 Groovy REPL: option '--add JAR' to classloader command
  • 5be0e7c3 SystemRegistry: change trace(Exception) to trace(Throwable)
  • 1d9bb288 Groovy REPL: improve package completion performance, step II
  • d22e9b36 Groovy REPL: fixed command 'inspect --info [object]'
  • 273ac1e9 JrtJavaBasePackages: before class search check that package exists
  • 4da3433f Groovy REPL: add completion group Classes
  • 427fbadf Groovy REPL: add option syntheticMethodsCompletion
  • 7df36e38 Groovy REPL: add inner class completion
  • 8daf2917 Groovy REPL: improve package completion performance
  • 8dc496fb Groovy REPL: method tab completion fails complete obj. super class methods
  • 8f092569 Groovy REPL: purge dynamically created Script classes from classloader cache & add groovy command classloader
  • 169f9cff DefaultPrinter: map print enable option for keys selection
  • 92a63e14 Groovy REPL: manage tab completions of dynamically loaded jars
  • 54c7862d groovy Utils.toMap() manage GroovyCastException
  • 58d233a9 DefaultPrinter: improve table columns selection
  • 513e6fd4 Groovy REPL: add tab completions to classes that are created in REPL
  • 9d05f0ae Groovy REPL: add support for Groovy traits
  • 70e8dee8 Groovy REPL: added regex test for import command & reviewed class load pattern
  • 706e0268 Groovy REPL handle imports when load classes from sources, #​664
  • 6567d4bf Groovy REPL: complete get meta methods also as identifiers
  • 6ffcadf4 Groovy REPL does not load classes from groovy sources, fixes #​664
  • eb1199ec Groovy REPL demo erroneously can complete groovy statements in shell command, fixes #​663
  • 6b511041 Repl demo: fix shell command error message
  • 95784185 SystemHighlighter: fix Repl demo shell command highlight
  • 4e18cc6c SystemRegistryImpl: change some fields visibilities to simplify class extensions
  • 8e66a60f Highlighter impl.: change some fields visibilities to simplify classes extensions
  • 3320df5f SystemHighlighter: use LS_COLORS rules to highlight command file args
  • 91c205bf Command prnt style option does not work, fixes #​661
  • d22d576c Add ColonCommandCompletionTest, #​654
  • 620b187d Unable to directly handle unknown commands in console, fixes #​653
  • 289d339b AbstractTerminal: if type null assign fallback terminal type value (ansi), #​651
  • 774e890d CamelCase matcher: improve completion performance, fixes #​650
  • 18b350eb CompletionMatcherImpl: adjust matcher functions execution order
  • 1edf3111 Fix case insensitive typo matching
  • e103debb PRNT_OPTIONS: add option valueStyleAll
  • 6ed371c9 SystemRegistryImpl: highlight customization improvement
  • 0d63afbe Make DefaultPrinter extendable so that it can be used without SystemRegistry, #​638
  • 2aeff8eb A few fixes in org.jline.example.Console
  • 18b4b4b0 Merge pull request #​646 from retronym/topic/typo-matcher-disable
  • b1e83bb5 Add option to disable typo completion matcher
  • c232acdd TailTipWidgets throws IndexOutOfBoundsException when descriptionSize=0, fixes #​645
  • 31da519a Fix wrong call with negative argument
  • bcdd8ef9 Make emacs(Backward|Forward)Word aliases to forwardWord/forwardWord, add tests, fixes #​644
  • 859bc82a Groovy REPL: string variable assignment tab complete with current value, step II
  • 913862f9 After JLine has trimmed history history-search-backward widget does not work well, fixes #​643
  • 91d2e331 JLine history file seems to grow without limit, fixes #​642
  • b0923666 DefaultHistory: a few small improvements
  • 6c3cfb7f Command colors: add option --ansistyles
  • cc874f78 Builtin Styles: make style(string) public & refactoring
  • 9a73dac9 Groovy REPL: string variable assignment tab complete with current value
  • 74a41fbd Use new 24bit support when parsing ANSI sequences
  • 68b68cfd Merge branch 'hboutemy-reproducible'
  • 043a4329 Merge branch 'reproducible' of https://github.com/hboutemy/jline3 into hboutemy-reproducible

v3.19.0

  • 4ba4649e CompletionMatcherImpl: add max search time for camelMatch()
  • ac4cdc18 Fix non-synchronized access to handlers map
  • cc094c7b Command colors: fix rounding errors in hue to r,g,b conversion
  • c159895f FilesCompleter: add constructor parameter namePattern
  • a2e21b65 FilesCompleter & DirectoriesCompleter: removed boolean constructor parameter forceSlash, see #​476
  • 9a497186 DefaultHistory.matchPatterns is broken, fixes #​635
  • 5d4add13 Add Javadoc for a few LineReader's completion options and variables
  • 9e0916fc CompletionMatcherImpl: skip camelMatch if word contains too many uppercase letters
  • 2c536817 CompletionMatcherImpl: if completing word contains '=' start camel matching after it
  • 67667099 Command colors -view: option values create a zoomed table
  • d235e11c Command colors: improve HSL calculation
  • 2a95d381 DefaultPrinter: improve reporting of bad option values
  • 977550be DefaultPrinter: use method columnSubSequence() to truncate long lines and values
  • 59d7e699 Command colors: hue angle can be used as option --view value
  • 644ffbe5 Command colors: add option --view
  • 014296de Command prnt: renamed option --delimiter to --border
  • 2d42d398 Command prnt: add option --rowHighlight
  • 0c231732 Command prnt: add option --delimiter and improve table header highlight
  • b9dbc010 Allow to set only bg color name in *_COLORS variable
  • 5489815b Colors values can be used in nanorc and *_COLORS variables
  • 1162c8a0 Fix AttributedStyle calculations for true colors, fixes #​305
  • 0944af4e Repl demo: add script to test true colors
  • 43662052 Ubuntu xterm supports the 24bit color sequences but JLine uses only 256 color palette, fixes #​633
  • ae2ff29d AttributedStyle: fixed method backgroundRgb()
  • cadefd5e AttributedStyle.toAnsi(): fixed StringIndexOutOfBoundsException
  • 55589241 StyleResolver: fixed default rgb style 'bg-rgb:default'
  • c029c9e6 Command colors: add option --rgb
  • d3dc71f3 Repl demo: cleanup custom commands
  • d68a3d83 CompletionMatcher: do not allow errors when used in completion menu
  • 14fd4f9f StyleCompiler.getStyle(): do not throw exception if style reference not found
  • f36c685b Command doc: improved exceptions
  • 79b9febf Command colors: add option --lock to lock fore/background color
  • a27bcd1b Named styles and colors can be used in variables LS_COLORS, HELP_COLORS and PRNT_COLORS
  • e1c75ce3 NanorcParser: add nano color name extensions and use StyleResolver
  • 785c06ae Groovy REPL: do not save HelpException to console variable
  • 82b7c38c Command colors: add option --find
  • 2ec403f7 JLine3 should not allow building a system terminal if input or output is not a tty
  • a6e31a18 Use CompletionMatcher also in menu
  • 89d4ec49 Command colors: reformatting name table, step II
  • 12dc013e Groovy-REPL: support for camel-cased, acronym-style completion
  • 8422cfeb Command colors: reformatting name table
  • f163d405 Add CompletionMatcher in order to allow customize completion matchers
  • 28868afe SystemRegistryImpl: reset captured command output in REPL-loop
  • 9e1a5305 Command colors: change angle brackets and add option -s to view 16-color table
  • b53835aa Redirecting input from file to app fails when using CONEMU with Jansi, fixes #​298
  • f0a4adf9 Option group-persist: keep also group names on menu-list
  • 58c0b38c Apply completion background styles to the entire completion table/list cell
  • eb86dc76 fix JLine variable name value of COMPLETION_STYLE_LIST_BACKGROUND
  • 6d87f7b4 colors command: reformatting color table
  • b602f924 SystemRegistryImpl: fixed NPE
  • b470ba1b ctrl-k, ctrl-u clean line however does nothing with tips from tailtipwidget, fixes #​623
  • 34efd44f Builtins: add command colors to view 256-color table

v3.18.0

  • e567eb70 Remove transitive dependency on the jline bundle
  • 6168d2b7 Avoid javadoc warnings and do not generate javadoc for demos
  • be78b98b Upgrade to Jansi 2.1.0
  • a6707274 Upgrade plugins to recente releases
  • f4dd7a88 Move javadoc generation into a separate profile (active by default)
  • 717fad86 Allow disabling the jline bundle module
  • 8ff1e1d3 Support terminal palette, fixes #​620
  • e2b6f97e Support for 24-bit colours, fixes #​619
  • c20b1338 Remove duplicate semicolon
  • 29d72f81 Use style resolver to resolve completion styles, fixes #​617
  • b07a7cf1 Fix wrong indentation
  • 99e130d6 Fix some tput limitations
  • b77a0a8a Inline completion re-sorts while tabbing when using groups, fixes #​618
  • 9d4a53b2 Bump Groovy to 3.0.7
  • d185f726 Add variable menu-list-max and sort candidates in menu-list
  • 538b7fa8 Option group-persist: after double tab keep candidates grouped, fixes #​613
  • 329768ca Graal demo: fix resolved demo target path
  • ec1115df Failed to build JLine Graal demo: NoClassDefFoundError, fixes #​615
  • 54218bc3 Nanorc parser: align with GNU nano version 5
  • 82ca0f05 Nanorc parser: replace Posix char class regexes with Java regexes
  • 172644f4 Nano highlighter xml highlighting differs considerable from GNU nano highlight, fixes #​614
  • 30860bc5 nano/less ignore quietly PatternSyntaxException when using system installed nanorc files, fixes #​609
  • 764a6a6a Less fails with PatternSyntaxException #​609
  • b1a17cbc SystemHighlighter highlight command aliases as commands
  • 0e5d510e SystemHighlighter fixed NPE
  • 924d8ff3 Builtins Commands.less(): add configPath parameter
  • a2281234 Secondary prompt: fix padding when primary prompt has line breaks
  • a47ccc80 Jline completion has logic issues with terminal and prompt widths (StringIndexOutOfBoundsException), fixes #​604
  • 1a767236 Document how I/O error in LineReader.readLine is reported, fixes #​608
  • ca381eec Groovy REPL: highlight command and groovy language syntax
  • bb5e85af Display command is incorrect when use here document, fixes #​607
  • 0ba7e813 edit-and-execute widget: set BRACKETED_PASTE_OFF before editing
  • 23034dbf SystemRegistryImpl: fixed IndexOutOfBoundsException
  • d66e7349 DefaultParser: fixed default variable regex
  • eb3e07c8 SystemRegistryImpl: method consoleEngine() is now public
  • 6580789c Keep argument sorting in large argument list when formatting candidates for terminal into multiple columns
  • d92701d4 Auto suggestion error when type "\" character, fixes #​602
  • 495b534a ConsoleEngineImpl: exclude pipe name aliases from command completion
  • df991872 Show auto-suggestions when the reader starts reading, fixes #​598
  • ea6dd89c Autosuggestion choices are not refreshed after tab, fixes #​545
  • 2e6638cb Widgets: added widget name public constants
  • a015a5df JLine option AUTO_MENU_LIST: bug fix for candidate list start position calculation
  • a5686ab1 JLine option AUTO_MENU_LIST: candidate list is wrongly positioned, fixes #​600
  • ea8d0d3b SystemRegistryImpl: refactoring command output redirection
  • 40c4d324 Add completion candidate suffix test, #​425
  • 404565b2 Dumb terminal when piping input to console app disallows ANSI formatting, fixes #​299
  • fe1f2717 Windows gitbash: JLine will create dumb terminal if JNA lib is in classpath, fixes #​599
  • 1c9f16df JNA/Jansi isWindowsConsole() method return true only if both input and output streams are connected to a terminal
  • 542bfb64 Ignore BRACKETED_PASTE if dumb terminal
  • 1d7fb07f Windows CMD, redirecting input using JLine with Jansi fails, fixes #​597
  • 3f399ace readLine() ignores any text in the buffer when OEF is reached, fixes #​298

v3.17.1

  • 437e7f43 Upgrade to jansi 2.0.1
  • 15cf3895 Add native resource information
  • 9e5728c1 Fix unit test
  • d609de12 Fix console hangup on windows in combination with jansi after typing one char

v3.17.0

  • 4dc7d445 Upgrade to jansi 2.0
  • 04556a57 Remove unused import
  • 57aa5e1a Remove the getConsoleOutputCP on the AbstractWindowsTerminal
  • 299d0e91 Add select-option in Example, #​592
  • ea98b90f ConsoleEngineImpl doc command: check that the page exists before launching browser
  • [`5d4d46b

Configuration

πŸ“… Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 24, 2021

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/deps branch 3 times, most recently from c94f91b to 6feca2c Compare July 25, 2021 11:42
@renovate renovate bot merged commit 1273023 into master Jul 25, 2021
@renovate renovate bot deleted the renovate/deps branch July 25, 2021 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant