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

GH-109 Update all dependencies #109

Merged
merged 1 commit into from
Oct 11, 2024
Merged

GH-109 Update all dependencies #109

merged 1 commit into from
Oct 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action patch v4.4.0 -> v4.4.3 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies patch 5.11.1 -> 5.11.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter-params (source) dependencies patch 5.11.1 -> 5.11.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies patch 5.11.1 -> 5.11.2 age adoption passing confidence
com.eternalcode:eternalcode-commons-bukkit dependencies patch 1.1.3 -> 1.1.4 age adoption passing confidence
com.eternalcode:eternalcode-commons-adventure dependencies patch 1.1.3 -> 1.1.4 age adoption passing confidence
org.jetbrains:annotations dependencies major 25.0.0 -> 26.0.0 age adoption passing confidence
io.sentry:sentry dependencies minor 7.14.0 -> 7.15.0 age adoption passing confidence
com.gradleup.shadow plugin patch 8.3.2 -> 8.3.3 age adoption passing confidence

Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

JetBrains/java-annotations (org.jetbrains:annotations)

v26.0.0

Compare Source

  • Added new experimental annotation: @NotNullByDefault
getsentry/sentry-java (io.sentry:sentry)

v7.15.0

Compare Source

Features
  • Add support for feedback envelope header item type (#​3687)
  • Add breadcrumb.origin field (#​3727)
  • Session Replay: Add options to selectively mask/unmask views captured in replay. The following options are available: (#​3689)
    • android:tag="sentry-mask|sentry-unmask" in XML or view.setTag("sentry-mask|sentry-unmask") in code tags
      • if you already have a tag set for a view, you can set a tag by id: <tag android:id="@&#8203;id/sentry_privacy" android:value="mask|unmask"/> in XML or view.setTag(io.sentry.android.replay.R.id.sentry_privacy, "mask|unmask") in code
    • view.sentryReplayMask() or view.sentryReplayUnmask() extension functions
    • mask/unmask Views of a certain type by adding fully-qualified classname to one of the lists options.experimental.sessionReplay.addMaskViewClass() or options.experimental.sessionReplay.addUnmaskViewClass(). Note, that all of the view subclasses/subtypes will be masked/unmasked as well
      • For example, (this is already a default behavior) to mask all TextViews and their subclasses (RadioButton, EditText, etc.): options.experimental.sessionReplay.addMaskViewClass("android.widget.TextView")
      • If you're using code obfuscation, adjust your proguard-rules accordingly, so your custom view class name is not minified
  • Session Replay: Support Jetpack Compose masking (#​3739)
    • To selectively mask/unmask @​Composables, use Modifier.sentryReplayMask() and Modifier.sentryReplayUnmask() modifiers
  • Session Replay: Mask WebView, VideoView and androidx.media3.ui.PlayerView by default (#​3775)
Fixes
  • Avoid stopping appStartProfiler after application creation (#​3630)
  • Session Replay: Correctly detect dominant color for TextViews with Spans (#​3682)
  • Fix ensure Application Context is used even when SDK is initialized via Activity Context (#​3669)
  • Fix potential ANRs due to Calendar.getInstance usage in Breadcrumbs constructor (#​3736)
  • Fix potential ANRs due to default integrations (#​3778)
  • Lazily initialize heavy SentryOptions members to avoid ANRs on app start (#​3749)

Breaking changes:

  • options.experimental.sessionReplay.errorSampleRate was renamed to options.experimental.sessionReplay.onErrorSampleRate (#​3637)
  • Manifest option io.sentry.session-replay.error-sample-rate was renamed to io.sentry.session-replay.on-error-sample-rate (#​3637)
  • Change redactAllText and redactAllImages to maskAllText and maskAllImages (#​3741)

Configuration

📅 Schedule: 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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from Jakubk15 as a code owner October 2, 2024 06:28
@renovate renovate bot changed the title Update plugin com.gradleup.shadow to v8.3.3 Update all dependencies Oct 4, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 7881190 to dc411de Compare October 8, 2024 18:45
@Jakubk15 Jakubk15 changed the title Update all dependencies GH-109 Update all dependencies Oct 11, 2024
@Jakubk15 Jakubk15 merged commit 95b3646 into master Oct 11, 2024
2 checks passed
@Jakubk15 Jakubk15 deleted the renovate/all branch October 11, 2024 16:05
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.

1 participant