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(deps): update test #1296

Merged
merged 1 commit into from
Dec 30, 2023
Merged

chore(deps): update test #1296

merged 1 commit into from
Dec 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
test (source) dev_dependencies minor ^1.24.9 -> ^1.25.0
test_api (source) dependencies minor ^0.6.0 -> ^0.7.0
test_api (source) dev_dependencies minor ^0.6.1 -> ^0.7.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dart-lang/test (test)

v1.25.0

Compare Source

  • Handle paths with leading / when spawning test isolates.
  • Add support for the dart2wasm compiler in chrome and firefox.
  • BREAKING: Remove the experimental-chrome-wasm platform, you can now use
    -p chrome -c dart2wasm instead.
    • Note that this has always been advertised as a change that would happen in a
      future non-breaking release.
  • BREAKING:Dropped support for --pub-serve which has long not been tested
    or supported.
    • We do not anticipate much if any actual breakage or existing usage of this
      feature, which is why we are making this change in a non-breaking release.
    • If you do require this feature, file an issue and we can look at adding it
      back.
  • BREAKING: Fully remove support for Internet Explorer.
  • Fix running of tests defined under lib/ with relative imports to other
    libraries in the package.
dart-lang/test (test_api)

v0.7.0

Compare Source

  • Deprecate Runtime.internetExplorer.
  • Added dart2wasm as a supported compiler for the chrome runtime.
  • BREAKING: Removed the experimentalChromeWasm runtime.
  • BREAKING: Removed Runtime.isJS and Runtime.isWasm, as this is now
    based on the compiler and not the runtime.

v0.6.1

Compare Source

  • Drop support for null unsafe Dart, bump SDK constraint to 3.0.0.
  • Make some implementation classes final. These classes were never intended to
    be extended or implemented. Metadata, PlatformSelector, RemoteListener,
    Runtime, StackTraceFormatter, SuitePlatform, RemoteException,
    TestHandle, OutstandingWork, OutsideTestException, OnPlatform,
    Retry, Skip, Tags, TestOn, Timeout.
  • Mark an implementation class interface: StackTraceMapper.
  • Change the Compiler class into an enum.
  • Make Fake a mixin class.
  • Allow the latest analyzer (6.x.x).

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 has been generated by Mend Renovate. View repository job log here.

@provokateurin
Copy link
Member

Needs a mockito update first.

@provokateurin provokateurin marked this pull request as draft December 14, 2023 06:45
auto-merge was automatically disabled December 14, 2023 06:45

Pull request was converted to draft

@provokateurin
Copy link
Member

And a mocktail update as well. Great having two mocking libraries 🙈

@provokateurin
Copy link
Member

On top we have the problems that the dependencies in nextcloud_test are not updated as well. I'll check if we can make renovate also update dependencies to the latest for packages with publish_to: none

@provokateurin
Copy link
Member

I fixed mocktail and mockito, but now flutter_test is the problem. For that we can only wait 🤷‍♀️

@renovate renovate bot force-pushed the renovate/test branch 3 times, most recently from f8dadf0 to 834819c Compare December 26, 2023 10:34
@provokateurin provokateurin marked this pull request as ready for review December 30, 2023 09:35
@provokateurin provokateurin merged commit cbd3fca into main Dec 30, 2023
8 checks passed
@provokateurin provokateurin deleted the renovate/test branch December 30, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant