dev-interview-kwonmory
dev-interview-kwonmory copied to clipboard
Bump flat and codeceptjs
Bumps flat to 5.0.2 and updates ancestor dependency codeceptjs. These dependencies need to be updated together.
Updates flat from 4.1.0 to 5.0.2
Commits
e5ffd66Release 5.0.2fdb79d5Update dependencies, refresh lockfile, format with standard.e52185dTest against node 14 in CI.0189cb1Avoid arrow function syntax.f25d3a1Release 5.0.154cc7aduse standard formatting779816edrop dependencies2eea6d3Bump lodash from 4.17.15 to 4.17.19a61a554Bump acorn from 7.1.0 to 7.4.020ef0efFix prototype pollution on unflatten- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by timoxley, a new releaser for flat since your current version.
Updates codeceptjs from 2.6.6 to 3.4.1
Changelog
Sourced from codeceptjs's changelog.
3.4.1
3.4.0
- Updated to latest mocha and modern Cucumber
- Allure plugin moved to
@codeceptjs/allure-legacypackage. This happened because allure-commons package v1 was not updated and caused vulnarabilities. Fixes #3422. We don't plan to maintain allure v2 plugin so it's up to community to take this initiative. Current allure plugin will print a warning message without interfering the run, so it won't accidentally fail your builds.- Added ability to retry Before, BeforeSuite, After, AfterSuite hooks by
@davertmik:Feature('flaky Before & BeforeSuite', { retryBefore: 2, retryBeforeSuite: 3 })
- Flexible retries configuration introduced by
@davertmik:retry: [ { // enable this config only for flaky tests grep: '@flaky', Before: 3 // retry Before 3 times Scenario: 3 // retry Scenario 3 times }, { // retry less when running slow tests grep: '@slow' Scenario: 1 Before: 1 }, { // retry all BeforeSuite 3 times BeforeSuite: 3 } ]
- Flexible timeout configuration introduced by
@davertmik:timeout: [ 10, // default timeout is 10secs { // but increase timeout for slow tests grep: '@slow', Feature: 50 }, ]
- JsDoc: Removed promise from
I.say. See #3535 by@danielrentz- [Playwright]
handleDownloadsrequires now a filename param. See #3511 by@PeterNgTr- [WebDriver] Added support for v8, removed support for webdriverio v5 and lower. See #3578 by
@PeterNgTr
... (truncated)
Commits
ad5f4afversion bump62c51c0fixed before hook when retires not executed (#3593)fc4d9aaupdated mocha to 10 (#3594)d89441fupdated docsb0df2e2chore: remove wdio v5 leftover (#3587)da049143.4.0 release (#3584)02af78bfix: inform user when there is no delete request is configured (#3525)c7626b9Retry befores (#3580)2092cf7bump version of@faker-js/fakerused by plugin fakerTransform to latest versi...7bc422afix(docs): typo in best practices (#3524)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.