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

Bump com.jetbrains.rd:rd-gen from 2023.3.0 to 2023.3.2 #8

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps com.jetbrains.rd:rd-gen from 2023.3.0 to 2023.3.2.

Release notes

Sourced from com.jetbrains.rd:rd-gen's releases.

2023.3.2

Changed

  • rd-kt: allow to create Exts from background thread
  • rd-kt: RdCoroutineScope no longer relies on a lifetime (should only be overridden once)
  • rd-kt: lazily initialized CoroutineScope is now a member of a Lifetime

Fixed

  • rd-kt: SignalFlow should no longer get stuck
  • rd-kt: ConcurrentViewableSet::view's callback should get correct item lifetime now

2023.3.1

Added

  • rd-kt: IScheduler::executionOrder to provide and consume more details on the scheduler
  • rd-kt: ISignal<T>.asFlow()

Changed

  • rd-kt: coroutine API is moved to rd-core
  • rd-kt: IViewableConcurrentSet has been renamed to IMutableViewableConcurrentSet
  • rd-kt: IAppendOnlyViewableConcurrentSet has been renamed to IViewableConcurrentSet
  • rd-kt: adviseOn now uses a sequential scheduler always
  • rd-kt: proper threading for outOfSyncModels
Commits
  • f65e1bd Release: prepare v2023.3.2
  • 8ef56aa Fix generator for open class (use polymorphic serializers)
  • 20a8393 Use correct lifetime
  • ef2ae94 Merge pull request #436 from JetBrains/dont-assert-binding-thread-ext-usov
  • 237c8a2 do not assert binding thread for ext
  • a1e1ee8 Merge pull request #435 from JetBrains/background-creation-ext-usov
  • 834999a Allow creation on background by default on kotlin side
  • eade162 Merge pull request #434 from JetBrains/fix-asFlow-usov
  • 3dacab3 Fix SignalFlow
  • dde9f6a Add withLifetime
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.jetbrains.rd:rd-gen](https://github.com/JetBrains/rd) from 2023.3.0 to 2023.3.2.
- [Release notes](https://github.com/JetBrains/rd/releases)
- [Commits](JetBrains/rd@2023.3.0...2023.3.2)

---
updated-dependencies:
- dependency-name: com.jetbrains.rd:rd-gen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 18, 2023
@github-actions
Copy link
Contributor

Qodana Community for JVM

6 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 5
'protected' visibility is effectively 'private' in a final class ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@seclerp seclerp merged commit 4f85143 into main Sep 25, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/com.jetbrains.rd-rd-gen-2023.3.2 branch September 25, 2023 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant