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 dependency test to ^1.24.9 #1002

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
test dev_dependencies patch ^1.24.3 -> ^1.24.9

Warning

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


Release Notes

dart-lang/test (test)

v1.24.9

Compare Source

  • Update the vm_service constraint to allow version 13.x.

v1.24.8

Compare Source

  • Remove spurious deprecation during autocomplete for setUp and tearDown.

v1.24.7

Compare Source

  • Simplify the initialization of the per-suite message channel within browser
    tests. https://github.com/dart-lang/test/issues/20652065
  • Add a timeout to browser test suite loads.
  • Fix running of browser tests that use deferred loaded libraries.

v1.24.6

Compare Source

  • Fix communication failures between minified test apps and the non-minified
    host app.
  • Add support for discontinuing after the first failing test with --fail-fast.

v1.24.5

Compare Source

  • Change compiling <path> to loading <path> message in all cases. Surface
    the "loading" messages in the situations where previously only the
    "compiling" message would be used.
  • Support browser tests where the frame creates the message channel.

v1.24.4

Compare Source

  • Drop support for null unsafe Dart, bump SDK constraint to 3.0.0.
  • Make some annotation classes final: OnPlatform, Retry, Skip, Tags,
    TestOn, Timeout.
  • Fix the root_ fields in the JSON reporter when running a test on Windows
    with an absolute path.
  • Add support for SAFARI_EXECUTABLE, FIREFOX_EXECUTABLE and
    MS_EDGE_EXECUTABLE for custom browser installations.
  • Allow the latest analyzer (6.x.x).
  • Add MOZ_AUTOMATION=1 environmental variable to Firefox runner, to make
    launcher process on Windows wait for browser exit.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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

This is broken because flutter_test conflicts with test >=1.24.4... Not sure why renovate suggests this update 🤷‍♀️

@provokateurin provokateurin marked this pull request as draft October 19, 2023 20:26
@renovate renovate bot changed the title chore(deps): update dependency test to ^1.24.8 chore(deps): update dependency test to ^1.24.9 Oct 25, 2023
@renovate renovate bot force-pushed the renovate/test-1.x branch from a01fc44 to 1d294d0 Compare October 25, 2023 17:28
@provokateurin provokateurin marked this pull request as ready for review October 25, 2023 23:57
@renovate renovate bot force-pushed the renovate/test-1.x branch from 1e6edab to 39cf857 Compare October 25, 2023 23:57
@provokateurin provokateurin marked this pull request as draft October 26, 2023 00:00
Copy link
Member

@provokateurin provokateurin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still broken

@renovate renovate bot force-pushed the renovate/test-1.x branch from a72e46f to 7bb45cb Compare November 17, 2023 16:57
@Leptopoda
Copy link
Member

this should work now with #1143
I triggered a rebase so let's see

@provokateurin provokateurin marked this pull request as ready for review November 17, 2023 17:04
@provokateurin provokateurin merged commit e96fea5 into main Nov 17, 2023
9 checks passed
@provokateurin provokateurin deleted the renovate/test-1.x branch November 17, 2023 17:05
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.

2 participants