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

Version Packages #539

Merged
merged 1 commit into from
Apr 28, 2023
Merged

Version Packages #539

merged 1 commit into from
Apr 28, 2023

Conversation

unional
Copy link
Collaborator

@unional unional commented Apr 28, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@mocktomata/framework@9.2.0

Minor Changes

  • 5119b46: Allow passthrough if no mock is specified.

Patch Changes

  • 8cb074f: Allow maskValue() to be called after spec().

    This is needed for zucchini step definitions.
    Instead a warning will be generated.

    Fixes #530

  • 2d56730: Fix relative path issue when running in jsdom.

    In jsdom, the error path is absolute file path,
    instead of path relative to the location.origin.

    Need to try using process.cwd() when available to get the relative path.

@mocktomata/cli@9.2.0

Patch Changes

  • 8539051: Update docs
    • @mocktomata/service@9.2.0

@mocktomata/io-remote@9.2.0

Patch Changes

  • Updated dependencies [8cb074f]
  • Updated dependencies [2d56730]
  • Updated dependencies [5119b46]
    • @mocktomata/framework@9.2.0

mocktomata@9.2.0

Patch Changes

  • 2d56730: Fix relative path issue when running in jsdom.

    In jsdom, the error path is absolute file path,
    instead of path relative to the location.origin.

    Need to try using process.cwd() when available to get the relative path.

  • Updated dependencies [8cb074f]

  • Updated dependencies [2d56730]

  • Updated dependencies [5119b46]

    • @mocktomata/framework@9.2.0
    • @mocktomata/io-remote@9.2.0
    • @mocktomata/nodejs@9.2.0
    • @mocktomata/service@9.2.0

@mocktomata/nodejs@9.2.0

Patch Changes

  • Updated dependencies [8cb074f]
  • Updated dependencies [2d56730]
  • Updated dependencies [5119b46]
    • @mocktomata/framework@9.2.0

@mocktomata/service@9.2.0

Patch Changes

  • Updated dependencies [8cb074f]
  • Updated dependencies [2d56730]
  • Updated dependencies [5119b46]
    • @mocktomata/framework@9.2.0
    • @mocktomata/nodejs@9.2.0

@mocktomata/plugin-axios@2.0.0

Patch Changes

  • Updated dependencies [2d56730]
    • mocktomata@9.2.0

@mocktomata/plugin-fixture-dummy@1.1.17

Patch Changes

  • Updated dependencies [8cb074f]
  • Updated dependencies [2d56730]
  • Updated dependencies [5119b46]
    • @mocktomata/framework@9.2.0

test-solid@0.0.7

Patch Changes

  • Updated dependencies [8539051]
    • @mocktomata/cli@9.2.0

@codecov
Copy link

codecov bot commented Apr 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (8cb074f) 95.72% compared to head (3a21dc8) 95.72%.

❗ Current head 3a21dc8 differs from pull request most recent head e093add. Consider uploading reports for the commit e093add to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #539      +/-   ##
==========================================
- Coverage   95.72%   95.72%   -0.01%     
==========================================
  Files          98       98              
  Lines        1848     1846       -2     
  Branches      358      357       -1     
==========================================
- Hits         1769     1767       -2     
  Misses         77       77              
  Partials        2        2              

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@unional unional merged commit ad00fce into main Apr 28, 2023
@unional unional deleted the changeset-release/main branch April 28, 2023 07:49
@github-actions github-actions bot locked and limited conversation to collaborators Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow markValue after spec
1 participant