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

Update all dependencies #2566

Merged
merged 1 commit into from Dec 27, 2021
Merged

Update all dependencies #2566

merged 1 commit into from Dec 27, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v2.4.0 -> v2.5.0
actions/setup-java action minor v2.3.1 -> v2.5.0
actions/upload-artifact action minor v2.2.4 -> v2.3.1
bodymovin (source) minor 5.5.6 -> 5.8.1
gradle (source) patch 7.3 -> 7.3.3
jquery (source) minor 3.2.1 -> 3.6.0
org.codehaus.mojo:animal-sniffer-annotations (source) minor 1.19 -> 1.20
com.squareup.retrofit2:retrofit minor 2.8.1 -> 2.9.0
com.squareup.retrofit2:converter-gson minor 2.8.1 -> 2.9.0
com.squareup.okhttp3:mockwebserver (source) patch 4.9.2 -> 4.9.3
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.7.1 -> 0.8.0
org.junit.vintage:junit-vintage-engine (source) minor 5.5.2 -> 5.8.2
junit:junit (source) minor 4.12 -> 4.13.2
org.jetbrains.dokka plugin minor 1.5.30 -> 1.6.0
io.github.classgraph:classgraph patch 4.8.137 -> 4.8.138
ru.vyarus.animalsniffer plugin patch 1.5.0 -> 1.5.4

Release Notes

actions/setup-java

v2.5.0

Compare Source

In scope of this pull request we add support for Microsoft Build of OpenJDK (https://github.com/actions/setup-java/pull/252).

steps:
  - name: Checkout
    uses: actions/checkout@v2
  - name: Setup-java
    uses: actions/setup-java@v2
    with:
      distribution: microsoft
      java-version: 11
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Zulu OpenJDK Link Link
adopt or adopt-hotspot Adopt OpenJDK Hotspot Link Link
adopt-openj9 Adopt OpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link
actions/upload-artifact

v2.3.1

Compare Source

Fix for empty fails on Windows failing on upload #​281

v2.3.0

Compare Source

  • Optimizations for faster uploads of larger files that are already compressed
  • Significantly improved logging when there are chunked uploads
  • Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files
  • Various other small bugfixes & optimizations
airbnb/lottie-web

v5.8.1

Compare Source

  • FEATURE: added more methods available for the lottie worker player

v5.8.0

Compare Source

  • FEATURE: lottie player as a worker support
  • FEATURE: added content-visibility prop support
  • FEATURE: added header check for json type (improves initial parsing specially on large files)
  • FEATURE: added lottie.useWebWorker method to support loading file on a separate web worker (different than the first feature)
  • FEATURE: added frame rate to comp on export (not supported by payers yet)
  • FIX: random seed expression fix

v5.7.14

Compare Source

  • FEATURE: added support for Smoothness property on animated texts
  • FEATURE: added support for animated text path properties
  • FEATURE: added support for exporting source names as ids
  • FEATURE: added clear cache button
  • FIX: fixed importer with last keyframe

v5.7.13

Compare Source

  • FEATURE: added support for emoji modifiers and sequences
  • FEATURE: added support for metadata export on json files

v5.7.12

Compare Source

  • FEATURE: added support for masked strokes line cap and line join
  • FIX: callbacks list executing beyond index list
  • FIX: missing TextExpressionSelectorPropFactor
  • FEATURE: exporter improvements

v5.7.11

Compare Source

  • FIX: another exporter fix

v5.7.10

Compare Source

  • FIX: exporter fix

v5.7.9

Compare Source

  • FEATURE: added support for prefixig ids
  • FEATURE: security updates
  • FIX: fix image sequencing preloading
  • FEATURE: added support for gradient fill expressions

v5.7.8

Compare Source

  • FIX: disable screen reader visibility of created font-nodes (thanks @​)
  • FEATURE: added FootageElement that supports json data layer types with expressions

v5.7.7

Compare Source

  • FIX: xhr open order
  • FEATURE: added markers support
  • FIX: repeaters with reduced copies
  • FIX: unintentional stroke clipping on shapes with large stroke-width (thanks Manan Jadhav)
  • FIX: ie11 append missing
  • FIX: repeater calling trim twice

v5.7.6

Compare Source

  • FIX: es6 support on export
  • IMPROVEMENT: added linting rules
  • FIX: seedrandom and main fix
  • FIX: image export fix

v5.7.5

Compare Source

  • FIX: Enable HImageElement to use preloaded images thanks @​dbettini
  • FIX: lottie-light effects breaking on destroy
  • FIX: loaded_images event fired in safari

v5.7.4

Compare Source

  • FIX: addEventListener method returns function except void
  • EXPRESSIONS: added support for toWorldVec, fromWorldVec and getValueAtTime for transforms
  • EXPRESSIONS: fixed propertyGroup expression
  • FIX: added svg effects placeholder
  • FIX: added check for wrapper on destroy canvas
  • EXPORTER: missing layer styles
  • EXPORTER: export only work area

v5.7.3

Compare Source

  • EXPRESSIONS: Added more expressions support

v5.7.2

Compare Source

  • FIX: Trusted Types compliance by removing calls to .innerHTML
  • FIX: make callback parameter of removeEventListener optional
  • FEATURE: Audio Support

v5.7.1

Compare Source

  • FEATURE: added support for Smoothness property on animated texts
  • FEATURE: added support for animated text path properties
  • FEATURE: added support for exporting source names as ids
  • FEATURE: added clear cache button
  • FIX: fixed importer with last keyframe

v5.7.0

Compare Source

  • FEATURE: Extension: reports for not supported features
  • FEATURE: Extension: baking keyframes for unsupported expressions
  • FEATURE: Extension: improved preview and added Skottie preview

v5.6.10

Compare Source

  • FIX: default loop to true
  • FIX: removing sans-serif and monospace from font preloader to calculate correctly when font is loaded
  • FIX: improved image caching when preloading svg image tags
  • updated definitions

v5.6.8

Compare Source

  • not using non breaking spaces for text spaces
  • added support for exporting video layers (only export, players don't support them)
  • fix for path properties open without nodes

v5.6.7

Compare Source

  • use original comp name as export name
  • added default filter values for banner template
  • added option to load local file as lottie player
  • initialSegment set before animation configuration

v5.6.6

Compare Source

  • reading file extension correctly when copying original assets
  • fixed inlined json objects with carriage returns
  • added loop support for banners
  • exporting adjustment layers as null layers
  • added checkbox to select comp names as default
  • added filter size configuration and defaulting to 100%
  • Add missing animation event name definitions

v5.6.5

Compare Source

  • added initialSegment property
  • fix for zip file without root folder
  • support for including json in banner html template
  • Export 'blur' text animator property

v5.6.4

Compare Source

  • added support for using original images as assets
  • Improved log error fix
  • Fixed missing assets during export

v5.6.3

Compare Source

  • Fix saving json files with special characters
  • Improved lottie import

v5.6.2

Compare Source

  • Fix lottie importer gradient data without keyframes
  • Added hidden layers and hidden properties support for importer
  • Improved error messaging
  • Added assetsPath configuration for typescript
  • fixed mangled lottie declaration

v5.6.0

Compare Source

  • Support new export mode: Rive
  • Support new export mode: Banner
  • Improved existing export modes
  • Improved image compression solution (now PNGs get well compressed as jpegs)
  • Support for importing Lottie Animations!
  • fixed build to prevent polluting global scope
  • text animator multiplier fix
  • fixes #​1883 text offset
  • fixes #​1878 supports id attribute for container

v5.5.10

Compare Source

  • Improvement: validating if transform is linear to remove spatial interpolation
  • Fix: subtract mask transformed fix
  • Expressions: added posterize time support
  • Fix: incorrect easing function calculation in TextSelectorProperty
  • Fix: auto oriented properties with not keyframes
  • New: Implement a new Canvas renderer that can run on worker threads

v5.5.9

Compare Source

  • Typing: added resize to type definitions
  • Feature: added image sequence support
  • FIX: clipping compositions in canvas renderer
  • FIX: added precision to auto orient

v5.5.8

Compare Source

  • FIX: Setting assets data before loading extra compositions
  • FIX: Removed appending json at end of url
  • FIX: Camera separate position properties
  • Typing: Added animation event name to Lottie definitions
  • Feature: Add focusable renderer setting for SVGs
  • Feature: Added error handling for config and frame rendering

v5.5.7

Compare Source

  • EXPRESSIONS: added support for propertyIndex on shapes
  • PERFORMANCE: big performance improvement on trim paths (and other modifiers) for paths that don't change over time
  • NEW: improved support for astral plane characters (like emojis)
gradle/gradle

v7.3.3

This is a patch release for Gradle 7.3.

It fixes the following issues:

We recommend users upgrade to 7.3.3 instead of 7.3.

Given the context of the Log4Shell vulnerability, make sure you take a look at our blog post on this topic.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.3.3

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

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.

v7.3.2

This is a patch release for Gradle 7.3.

It fixes the following issues:

  • #​19300 Mitigations for log4j vulnerability in Gradle builds
  • #​19257 Incremental java compilation fails when renaming classname with $ character

We recommend users upgrade to 7.3.2 instead of 7.3.

Given the context of the Log4Shell vulnerability, make sure you take a look at our blog post on this topic.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.3.2

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

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.

v7.3.1

This is a patch release for Gradle 7.3.

It fixes the following issues:

  • #​19058 Consider reverting breaking change about test configuration
  • #​19067 Fix multiple annotation processing issues discovered by Micronaut

We recommend users upgrade to 7.3.1 instead of 7.3.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.3.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.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.

jquery/jquery

v3.6.0

Compare Source

https://blog.jquery.com/2021/03/02/jquery-3-6-0-released/

v3.5.1

Compare Source

v3.5.0

Compare Source

See the blog post:
https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
and the upgrade guide:
https://jquery.com/upgrade-guide/3.5/

NOTE: Despite being a minor release, this update includes a breaking change that we had to make to fix a security issue ( CVE-2020-11022). Please follow the blog post & the upgrade guide for more details.

v3.4.1

Compare Source

v3.4.0

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

square/retrofit

v2.9.0

Compare Source

  • New: RxJava 3 adapter!

    The Maven coordinates are com.squareup.retrofit2:adapter-rxjava3.

    Unlike the RxJava 1 and RxJava 2 adapters, the RxJava 3 adapter's create() method will produce asynchronous HTTP requests by default. For synchronous requests use createSynchronous() and for synchronous on a scheduler use createWithScheduler(..).

v2.8.2

  • Fix: Detect running on the Android platform by using system property rather than the presence of classes.
    This ensures that even when you're running on the JVM with Android classes present on the classpath you
    get JVM semantics.
  • Fix: Update to OkHttp 3.14.9 which contains an associated Android platform detection fix.
square/okhttp

v4.9.3

2021-11-21

  • Fix: Don't fail HTTP/2 responses if they complete before a RST_STREAM is sent.
Kotlin/binary-compatibility-validator

v0.8.0

Compare Source

  • Release 0.8.0-RC promoted to 0.8.0 without additional changes
Kotlin/dokka

v1.6.0

Changes:

  • New UI
  • Support of version plugin for single module projects
  • Allow package-level suppression (#​2209), thanks @​owengray-google
  • GFM: Use Markdown syntax to render lists (#​2098), thanks @​sgilson
  • Fix names of nested inheritors
  • Fix adding new custom stylesheets in submodules
  • Add keywords expect and actual in signatures

v1.5.31

Changes:

  • Support Kotlin 1.5.31
  • Support JS KLib
  • Fix link to a javadoc enum entry

Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from c7071b1 to a4e8177 Compare November 11, 2021 11:38
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 1269345 to f485a7c Compare November 18, 2021 16:11
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from ab5e01a to d7e6ee7 Compare November 25, 2021 10:36
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from de117dc to 3b1abee Compare December 1, 2021 18:39
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 2e518c0 to 140a215 Compare December 15, 2021 12:42
@renovate renovate bot force-pushed the renovate/all branch 18 times, most recently from 09d07f7 to 1fdbe51 Compare December 23, 2021 22:04
| datasource     | package                                                                                                                 | from    | to      |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------- | ------- |
| github-tags    | actions/setup-java                                                                                                      | v2.4.0  | v2.5.0  |
| github-tags    | actions/setup-java                                                                                                      | v2.4.0  | v2.5.0  |
| github-tags    | actions/setup-java                                                                                                      | v2.4.0  | v2.5.0  |
| github-tags    | actions/setup-java                                                                                                      | v2.4.0  | v2.5.0  |
| github-tags    | actions/setup-java                                                                                                      | v2.3.1  | v2.5.0  |
| github-tags    | actions/setup-java                                                                                                      | v2.3.1  | v2.5.0  |
| github-tags    | actions/setup-java                                                                                                      | v2.3.1  | v2.5.0  |
| github-tags    | actions/setup-java                                                                                                      | v2.3.1  | v2.5.0  |
| github-tags    | actions/upload-artifact                                                                                                 | v2.2.4  | v2.3.1  |
| cdnjs          | bodymovin/lottie.min.js                                                                                                 | 5.5.6   | 5.8.1   |
| gradle-version | gradle                                                                                                                  | 7.3     | 7.3.3   |
| cdnjs          | jquery/jquery.min.js                                                                                                    | 3.2.1   | 3.6.0   |
| maven          | org.codehaus.mojo:animal-sniffer-annotations                                                                            | 1.19    | 1.20    |
| maven          | org.codehaus.mojo:animal-sniffer-annotations                                                                            | 1.19    | 1.20    |
| maven          | org.codehaus.mojo:animal-sniffer-annotations                                                                            | 1.19    | 1.20    |
| maven          | com.squareup.retrofit2:retrofit                                                                                         | 2.8.1   | 2.9.0   |
| maven          | com.squareup.retrofit2:converter-gson                                                                                   | 2.8.1   | 2.9.0   |
| maven          | com.squareup.okhttp3:mockwebserver                                                                                      | 4.9.2   | 4.9.3   |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.7.1   | 0.8.0   |
| maven          | org.junit.vintage:junit-vintage-engine                                                                                  | 5.5.2   | 5.8.2   |
| maven          | junit:junit                                                                                                             | 4.12    | 4.13.2  |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                                                                   | 1.5.30  | 1.6.0   |
| maven          | io.github.classgraph:classgraph                                                                                         | 4.8.137 | 4.8.138 |
| maven          | ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin                                                           | 1.5.0   | 1.5.4   |
@nomisRev nomisRev merged commit 93a7a50 into main Dec 27, 2021
@nomisRev nomisRev deleted the renovate/all branch December 27, 2021 08:44
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

2 participants