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 ch.tutteli.atrium:atrium-fluent from 1.0.0-RC2 to 1.1.0-IR-alpha in /samples/jvm/junit5 #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps ch.tutteli.atrium:atrium-fluent from 1.0.0-RC2 to 1.1.0-IR-alpha.

Release notes

Sourced from ch.tutteli.atrium:atrium-fluent's releases.

1.1.0 preview (not complete) and with JS IR support

This is an extra release so that Atrium can be used with JS using the IR compiler backend.

Note that's not the final 1.1.0 version and that:

  • it lacks the kotlin_1_3 extension but the corresponding expectation functions are already integrated into the normal module. Iin case you also switch from LEGACY to IR and were using the kotlin_1_3 extension, then search and replace the import statement. search import ch.tutteli.atrium.api.fluent.en_GB.kotlin_1_3 and replace with import ch.tutteli.atrium.api.fluent.en_GB
  • it does not fix the backward-compatibility issues Jetbrains has introduces from LEGACY to IR -- in case you should see <unknown> (js: ...) in reporting, then it's due to the breaking change => I assume Atrium should still be usable in 99.99% of the cases

notToHaveElementsOr... and based on current Multiplatform Plugin

Table of Content

Full Changelog: robstoll/atrium@v0.18.0...v1.0.0

New Features

All APIs

  • notToHaveElementsOrAny
  • notToHaveElementsOrAll
  • notToHaveElementsOrNone
  • deprecate ChronoZonedDateTime.toBeLessThan etc. in favour of isBefore etc. #709 => thanks to @​JordanllHarper
  • add asLocalDate for java.util.Date #1285 => thanks to @​sajalverma17
  • add asLocalDateTime for java.util.Date #1286 => thanks to @​Jujusp
  • undeprecate nested expect in preparation of #1330

api-fluent-en_GB

  • no fluent only additions this time

api-infx-en_GB

  • no infix only additions this time

Logic / Core

  • none this time

Fixes

  • stackBacktrace is removed in JS when the NoOpAtriumErrorAdjuster is used #1383
  • Kotlin (1.4, 1.5) bug: Result unwrapping affects Atrium #1234 => thanks to @​JordanllHarper

... (truncated)

Commits
  • b04bf17 v1.1.0-IR-alpha
  • b56b4a8 also disable kotlin_1_3 in check-dexer.gradle
  • da97e79 disable jsNodeTest in atrium-core due to BC from Kotlin's LEGACY to IR
  • a596e87 update yarn.lock
  • af74138 make it possible that we can release an atrium version support JS IR
  • ca7be01 Merge pull request #1480 from robstoll/fix/dependabot-samples
  • fa35b42 Merge pull request #1479 from robstoll/fix/mocha-timeout-issues
  • 8fc0786 Merge pull request #1478 from robstoll/remove-unused-package.json
  • 552aa0e fix paths of samples
  • cd46619 increase mocha timeout to help slow windows
  • 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 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 [ch.tutteli.atrium:atrium-fluent](https://github.com/robstoll/atrium) from 1.0.0-RC2 to 1.1.0-IR-alpha.
- [Release notes](https://github.com/robstoll/atrium/releases)
- [Commits](robstoll/atrium@v1.0.0-RC2...v1.1.0-IR-alpha)

---
updated-dependencies:
- dependency-name: ch.tutteli.atrium:atrium-fluent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 17, 2023

The following labels could not be found: dependencies.

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.

0 participants