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

Bump the dependencies group in /examples/cypress with 3 updates #349

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2024

Bumps the dependencies group in /examples/cypress with 3 updates: dayjs, @badeball/cypress-cucumber-preprocessor and multiple-cucumber-html-reporter.

Updates dayjs from 1.11.9 to 1.11.11

Release notes

Sourced from dayjs's releases.

v1.11.11

1.11.11 (2024-04-28)

Bug Fixes

v1.11.10

1.11.10 (2023-09-19)

Bug Fixes

  • Add Korean Day of Month with ordinal (#2395) (dd55ee2)
  • change back fa locale to the Gregorian calendar equivalent (#2411) (95e9458)
  • duration plugin - MILLISECONDS_A_MONTH const calculation (#2362) (f0a0b54)
  • duration plugin getter get result 0 instead of undefined (#2369) (061aa7e)
  • fix isDayjs check logic (#2383) (5f3f878)
  • fix timezone plugin to get correct locale setting (#2420) (4f45012)
  • locale: add meridiem in ar locale (#2418) (361be5c)
  • round durations to millisecond precision for ISO string (#2367) (890a17a)
  • sub-second precisions need to be rounded at the seconds field to avoid adding floats (#2377) (a9d7d03)
  • update $x logic to avoid plugin error (#2429) (2254635)
  • Update Slovenian locale for relative time (#2396) (5470a15)
  • update uzbek language translation (#2327) (0a91056)
Changelog

Sourced from dayjs's changelog.

1.11.11 (2024-04-28)

Bug Fixes

1.11.10 (2023-09-19)

Bug Fixes

  • Add Korean Day of Month with ordinal (#2395) (dd55ee2)
  • change back fa locale to the Gregorian calendar equivalent (#2411) (95e9458)
  • duration plugin - MILLISECONDS_A_MONTH const calculation (#2362) (f0a0b54)
  • duration plugin getter get result 0 instead of undefined (#2369) (061aa7e)
  • fix isDayjs check logic (#2383) (5f3f878)
  • fix timezone plugin to get correct locale setting (#2420) (4f45012)
  • locale: add meridiem in ar locale (#2418) (361be5c)
  • round durations to millisecond precision for ISO string (#2367) (890a17a)
  • sub-second precisions need to be rounded at the seconds field to avoid adding floats (#2377) (a9d7d03)
  • update $x logic to avoid plugin error (#2429) (2254635)
  • Update Slovenian locale for relative time (#2396) (5470a15)
  • update uzbek language translation (#2327) (0a91056)
Commits

Updates @badeball/cypress-cucumber-preprocessor from 18.0.5 to 20.0.7

Release notes

Sourced from @​badeball/cypress-cucumber-preprocessor's releases.

v20.0.7

  • Updated all dependencies, fixes #1198.

v20.0.6

  • Search for configuration files using strategy project, fixes #1185.

v20.0.5

  • Updated all dependencies, fixes #1180.

v20.0.4

  • Fix type signature of defineParameterType to correctly reflect transformer property's optionality, fixes #1179.

v20.0.3

  • Handle browser / page crash gracefully, fixes #1172.

v20.0.2

  • Add support for skipped / pending scenario hooks, fixes #1159.

  • Add support for suite-level test configuration, fixes #1158.

v20.0.1

  • Handle more corner cases related to reload-behavior, fixes #1142.

v20.0.0

Breaking changes:

  • The onAfterStep hook, part of the API for adding attachments from the Node environment, is no longer invoked after scenario hooks, IE. After(..) and Before(..).

    • It now more closely mimic the behavior of AfterStep(..), which it was supposed to.
  • The above-mentioned onAfterStep hook, is no longer invoked with a wasLastStep property.

    • This is now easily determined by using other properties, as reflected in the docs.
  • Messages reports are no longer implicitly enabled and written to disk when enabling JSON or HTML reports, fixes #1140.

Other changes:

  • Emit meta information (lib version, node version, os, ci) in meesage reports, fixes #1133.

    • This is in line with how cucumber-js behaves.
  • The above-mentioned onAfterStep hook, is now invoked with a bunch of relevant data, relates to #1089.

  • Add a tool for merging messages reports, fixes #1137.

    • This is first and foremost created to support merging related reports obtained through parallelization using Cypress Cloud.

v19.2.0

  • Add order option to all hooks, fixes #481.

... (truncated)

Changelog

Sourced from @​badeball/cypress-cucumber-preprocessor's changelog.

v20.0.7

  • Updated all dependencies, fixes #1198.

v20.0.6

  • Search for configuration files using strategy project, fixes #1185.

v20.0.5

  • Updated all dependencies, fixes #1180.

v20.0.4

  • Fix type signature of defineParameterType to correctly reflect transformer property's optionality, fixes #1179.

v20.0.3

  • Handle browser / page crash gracefully, fixes #1172.

v20.0.2

  • Add support for skipped / pending scenario hooks, fixes #1159.

  • Add support for suite-level test configuration, fixes #1158.

v20.0.1

  • Handle more corner cases related to reload-behavior, fixes #1142.

v20.0.0

Breaking changes:

  • The onAfterStep hook, part of the API for adding attachments from the Node environment, is no longer invoked after scenario hooks, IE. After(..) and Before(..).

    • It now more closely mimic the behavior of AfterStep(..), which it was supposed to.
  • The above-mentioned onAfterStep hook, is no longer invoked with a wasLastStep property.

    • This is now easily determined by using other properties, as reflected in the docs.
  • Messages reports are no longer implicitly enabled and written to disk when enabling JSON or HTML reports, fixes #1140.

Other changes:

  • Emit meta information (lib version, node version, os, ci) in meesage reports, fixes #1133.

    • This is in line with how cucumber-js behaves.

... (truncated)

Commits
  • 6c81d49 v20.0.7
  • 84021c1 Update nearly all dependencies, including esbuild
  • e05488c Run *.cmd commands with shell: true
  • 982ee5e Update patch of @​cypress/vite-dev-server
  • 4d111e3 v20.0.6
  • b3836ec Search for configuration files using strategy project
  • 8b3f45d Add cypress-split to event handler examples
  • a6862bd Merge branch 'master' of github.com:badeball/cypress-cucumber-preprocessor
  • 0173e4f v20.0.5
  • 9759458 Ensure clean install before publishing
  • Additional commits viewable in compare view

Updates multiple-cucumber-html-reporter from 3.4.0 to 3.6.2

Release notes

Sourced from multiple-cucumber-html-reporter's releases.

Release 3.6.2

Release 3.6.1

  • Decode base64-encoded Text Attachments (#308) (c1278c6)

Release 3.6.0

  • fix: fixed failing release workflow (5a7ac65)
  • fix: 🐛 fixed failing release workflow (#304) (17371a0)
  • Bump release-it from 17.0.0 to 17.0.1 (#302) (a2efa9c)
  • Bump luxon from 3.4.3 to 3.4.4 (#296) (08d0ba1)
  • Bump fs-extra from 11.1.1 to 11.2.0 (#300) (6bedbae)
  • Bump browserify-sign from 4.2.1 to 4.2.2 in /examples/cypress (#291) (8f0a7af)
  • Bump @​babel/traverse from 7.21.5 to 7.23.2 in /examples/cypress (#287) (7cf1d3f)
  • Bump release-it from 16.2.0 to 17.0.0 (#295) (631dfef)
  • Bump @​babel/traverse from 7.20.12 to 7.23.2 (#286) (9271f9d)
  • Bump actions/setup-node from 3 to 4 (#288) (ab006e3)
  • Bump release-it from 16.1.5 to 16.2.0 (#284) (ab43bb0)
  • Bump uuid from 9.0.0 to 9.0.1 (#283) (49460f7)
  • Updated version in package.json (75fb2e9)
  • fixed release workflow and added cypress example (c8884c5)
  • Bump luxon from 3.3.0 to 3.4.3 (#282) (30509c6)
  • Bump actions/checkout from 3 to 4 (#281) (3878786)
  • Bump release-it from 16.1.2 to 16.1.5 (#276) (8edbee9)
  • Bump jasmine from 5.0.2 to 5.1.0 (#270) (568cdbe)
  • Bump word-wrap from 1.2.3 to 1.2.5 (#269) (f6e75bf)
  • Bump release-it from 16.1.0 to 16.1.2 (#266) (7ffd6f3)
  • Bump release-it from 15.11.0 to 16.1.0 (#265) (176ffac)
  • Bump jasmine from 5.0.1 to 5.0.2 (#262) (1f1de66)
  • Bump jasmine from 5.0.0 to 5.0.1 (#261) (399076d)
  • Bump release-it from 15.10.3 to 15.11.0 (#260) (236aacc)
  • Changed README file extension (224a0de)
  • Bump jasmine from 4.6.0 to 5.0.0 (#256) (6edad1b)
  • Bump vm2 from 3.9.17 to 3.9.19 (#258) (c2db20f)
  • Bump release-it from 15.10.2 to 15.10.3 (#255) (ef9f40e)
  • Create FUNDING.yml (9bcde55)
  • ci: ✨ updated test and release workflows (f8cbbd4)
  • Bump release-it from 15.10.1 to 15.10.2 (#254) (d3b4de2)
  • Bump vm2 from 3.9.13 to 3.9.17 (#252) (ce0deaa)
  • Bump release-it from 15.9.3 to 15.10.1 (#249) (d0db483)
  • Update README.MD (25a4538)
  • Bump jasmine from 4.5.0 to 4.6.0 (#243) (3833e05)
  • Bump fs-extra from 11.1.0 to 11.1.1 (#244) (df84061)
  • Bump release-it from 15.8.0 to 15.9.3 (#248) (b322761)
  • Bump luxon from 3.2.1 to 3.3.0 (#240) (83211ba)
  • Bump release-it from 15.6.0 to 15.8.0 (#241) (6595bd5)
  • Updated last released version (c939caa)
  • Fixed failing release workflow (c1b2d73)
  • updated last released version (fd50aa2)

... (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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group in /examples/cypress with 3 updates: [dayjs](https://github.com/iamkun/dayjs), [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) and [multiple-cucumber-html-reporter](https://github.com/WasiqB/multiple-cucumber-html-reporter).


Updates `dayjs` from 1.11.9 to 1.11.11
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.9...v1.11.11)

Updates `@badeball/cypress-cucumber-preprocessor` from 18.0.5 to 20.0.7
- [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases)
- [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md)
- [Commits](badeball/cypress-cucumber-preprocessor@v18.0.5...v20.0.7)

Updates `multiple-cucumber-html-reporter` from 3.4.0 to 3.6.2
- [Release notes](https://github.com/WasiqB/multiple-cucumber-html-reporter/releases)
- [Changelog](https://github.com/WasiqB/multiple-cucumber-html-reporter/blob/main/CHANGELOG.md)
- [Commits](v3.4.0...v3.6.2)

---
updated-dependencies:
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@badeball/cypress-cucumber-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: multiple-cucumber-html-reporter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@WasiqB WasiqB merged commit 3fd89a6 into main Jun 15, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/cypress/main/dependencies-9c9bd53723 branch June 15, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant