Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Type Update Change
datatest-stable dev-dependencies minor 0.2.9 -> 0.3.0

Release Notes

nextest-rs/datatest-stable (datatest-stable)

v0.3.2

Compare Source

Added
  • pattern is now optional in the harness! macro. If not specified, the default pattern is
    r".*" (match all files).
Fixed
  • Restored the ability to use absolute paths as the root argument.

v0.3.1

Compare Source

Fixed

Fixed documentation for include_dir invocations. They must typically be called
via include_dir!("$CARGO_MANIFEST_DIR/path/to/data").

v0.3.0

Compare Source

Added
  • Support for embedding data into the test binary via an optional include-dir
    feature. For more information and recommendations for when to use this, see the
    readme
    .
Changed
  • The macro call format has changed to:

    datatest_stable::harness! {
        { test = fn_name, path = &include_dir!("path/to/data"), pattern = r"^.*$" },
        // ...
    }

    This is both a nicer format for expressing multiple tests, and a signal to
    indicate the other breaking changes in this release.

  • Regex patterns now match against the path relative to the include directory, rather
    than paths with respect to the crate root. This change was made for uniformity with the
    include_dir implementation.

  • On Windows, paths are now universally normalized to use forward slashes. This change
    was made to ensure that test names and paths are consistent across platforms.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) January 16, 2025 00:22
@github-actions github-actions bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Jan 16, 2025
@renovate renovate bot force-pushed the renovate/datatest-stable-0.x branch 10 times, most recently from 0e85e82 to ea16ade Compare January 17, 2025 18:07
@github-actions
Copy link

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions github-actions bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Jan 22, 2025
@renovate renovate bot force-pushed the renovate/datatest-stable-0.x branch from ea16ade to 672d858 Compare January 31, 2025 07:09
@github-actions github-actions bot removed the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Jan 31, 2025
@renovate renovate bot force-pushed the renovate/datatest-stable-0.x branch 14 times, most recently from d93dbad to 98d1d01 Compare February 2, 2025 13:23
@renovate renovate bot force-pushed the renovate/datatest-stable-0.x branch 17 times, most recently from e46a5b8 to 07b6c96 Compare April 27, 2025 13:26
@github-actions
Copy link

github-actions bot commented May 2, 2025

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions github-actions bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label May 2, 2025
@renovate renovate bot force-pushed the renovate/datatest-stable-0.x branch from 07b6c96 to c2f65a1 Compare May 3, 2025 03:34
@github-actions github-actions bot removed the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label May 3, 2025
@renovate renovate bot force-pushed the renovate/datatest-stable-0.x branch from c2f65a1 to 4ca083f Compare May 7, 2025 06:47
@github-actions
Copy link

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions github-actions bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label May 12, 2025
@github-actions
Copy link

PR closed after 10 days of inactivity.

@github-actions github-actions bot closed this May 22, 2025
auto-merge was automatically disabled May 22, 2025 09:03

Pull request was closed

@renovate
Copy link
Contributor Author

renovate bot commented May 22, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.3.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/datatest-stable-0.x branch May 22, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. type: chore Routine tasks like conversions, reorganization, and maintenance work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant