testomatio / reporter

Testomatio Reporter
126 stars 22 forks source link

Bump axios and @testomatio/reporter in /packages/newman-reporter-testomatio #387

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps axios to 1.7.7 and updates ancestor dependency @testomatio/reporter. These dependencies need to be updated together.

Updates axios from 0.25.0 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes

... (truncated)

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view


Updates @testomatio/reporter from 0.8.0-beta.31 to 1.5.1

Release notes

Sourced from @​testomatio/reporter's releases.

1.5.1

Full Changelog: https://github.com/testomatio/reporter/compare/1.5.0...1.5.1

Hotfix: cucumber multiple runs creation

1.5.0

Features

  • Bitbucket Pipe introduced
  • Vitest support
  • Fixed npx start-test-run --finish
  • Fixed nested steps reporting
  • Added TESTOMATIO_SHARED_RUN_TIMEOUT setting

What's Changed

New Contributors

Full Changelog: https://github.com/testomatio/reporter/compare/1.4.10...1.5.0

Set timeout for shared run

No release notes provided.

Fixed JSON steps nesting

No release notes provided.

1.4.13-beta-bitbucket-pipe

implemented bitbucket pipe by @​AZANIR in testomatio/reporter#368

1.4.12-beta-bitbucket-pipe

implemented bitbucket pipe by @​AZANIR in testomatio/reporter#368

1.4.10

What's Changed

Full Changelog: https://github.com/testomatio/reporter/compare/1.4.9...1.4.10

... (truncated)

Changelog

Sourced from @​testomatio/reporter's changelog.

1.1.0

  • Rewritten logger and artifacts storage. Test reports contain logs, steps, stack traces.
  • Added custom method to log data:
const { log } = require('@testomatio/reporter');
// or
import { log } from '@testomatio/reporter';

logyour message;

  • Added custom function to add a step:
const { step } = require('@testomatio/reporter');
// or
import { step } from '@testomatio/reporter';

stepLogin started;

stepLogin successful;

  • Mocha: improved creating tests with TESTOMATIO_CREATE=1
  • JUnit XML: improved parsing Java tests that contain @DisplayName annotation
  • Cypress: Fixed repoting stacktraces & tests duration (for Cypress version 13+)
  • Cypress: Fixed uploading artifacts.
  • Added retries while uploading artifacts to S3 storage
  • Added TESTOMATIO_TOKEN and TESTOMATIO_API_KEY as aliases to TESTOMATIO environment variable to pass project key to reporter
  • Assign Run by label:
TESTOMATIO={API_KEY} TESTOMATIO_LABEL="release,module:checkout" <actual run command>

Documentation updates:

1.0.18

  • Fixed stack traces for CodeceptJS

1.0.17

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/testomatio/reporter/network/alerts).
dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.