Bump follow-redirects from 1.15.2 to 1.15.6
Bumps follow-redirects from 1.15.2 to 1.15.6.
Commits
35a517cRelease version 1.15.6 of the npm package.c4f847fDrop Proxy-Authorization across hosts.8526b4aUse GitHub for disclosure.b1677ceRelease version 1.15.5 of the npm package.d8914f7Preserve fragment in responseUrl.6585820Release version 1.15.4 of the npm package.7a6567eDisallow bracketed hostnames.05629afPrefer native URL instead of deprecated url.parse.1cba8e8Prefer native URL instead of legacy url.resolve.72bc2a4Simplify _processResponse error handling.- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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.
🌀 Tests overview by Testomatio
Found 117 mocha tests in 16 files No new tests added or removed
📑 List all tests
- 📎 analyzer
- ✔️
can import analyzer from main index - ✔️
should parse all mocha files - ✔️
should parse all typescript files - ✔️
should exclude dir in file name if dir specified - ✔️
should include full dir in file name - ✔️
should avoid node_modules - ✔️
should readchar` - ✔️
should not load dirs as files - 📎 env variable params
- ✔️
should prepend a dir from env variable
- ✔️
- ✔️
- 📎 codeceptjs parser
- 📎 create todo tests
- ✔️
should parse codecept file - ✔️
should include code
- ✔️
- 📎 Parse CodeceptJS tags
- ✔️
should include tags
- ✔️
- 📎 Parse CodeceptJS tags & datatable
- ✔️
should include data and tags
- ✔️
- 📎 Parse CodeceptJS hooks code - default opts
- ✔️
should include Before hook code - ✔️
should include BeforeSuite hook code - ✔️
should include AfterSuite hook code
- ✔️
- 📎 [opts.noHooks = true] Parse CodeceptJS hooks code
- ✔️
should exclude Before hook code - ✔️
should exclude BeforeSuite hook code - ✔️
should exclude AfterSuite hook code
- ✔️
- 📎 Parse CodeceptJS test with --line-numbers option
- ✔️
[lineNumbers=true opts] each section should include line-number as part of code section - ✔️
[no SET the lineNumbers opts] should exclude line-number - ✔️
[noHooks=true + lineNumbers=true opts] line-number as part of code section
- ✔️
- 📎 create todo tests
- 📎 Comment
- ✔️
should refer to proper skipped line in comment
- ✔️
- 📎 Decorator
- ✔️
should print markdown - ✔️
should print markdown2
- ✔️
- 📎 jasmine parser
- 📎 jasmine tests
- ✔️
should parse jasmine file - ✔️
should include code
- ✔️
- 📎 jasmine tests
- 📎 jest parser
- 📎 jest tests
- ✔️
should parse jest file - ✔️
should include code
- ✔️
- 📎 exclusive tests
- ✔️
should throw an error if a file contains .only
- ✔️
- 📎 hooks tests - default opts
- ✔️
should include beforeAll hook code - ✔️
should include beforeEach hook code - ✔️
should include afterAll hook code
- ✔️
- 📎 [opts.noHooks = true] hooks tests
- ✔️
should exclude beforeAll hook code - ✔️
should exclude beforeEach hook code - ✔️
should exclude after hook code
- ✔️
- 📎 test with --line-numbers option
- ✔️
[lineNumbers=true opts] each section should include line-number as part of code section - ✔️
[no SET the lineNumbers opts] should exclude line-number - ✔️
[noHooks=true + lineNumbers=true opts] line-number as part of code section
- ✔️
- 📎 jest tests
- 📎 mocha parser
- 📎 mocha tests
- ✔️
should parse mocha file
- ✔️
- 📎 cypress tests
- ✔️
should parse cypress file - ✔️
should include code
- ✔️
- 📎 graphql tests
- ✔️
should parse codeceptjs internal test
- ✔️
- 📎 Cypress: hooks tests
- ✔️
should include before hook code by default - ✔️
should include beforeEach hook code by default - ✔️
should include after hook code by default
- ✔️
- 📎 [opts.noHooks = true] Cypress: hooks code
- ✔️
should exclude before hook code - ✔️
should exclude beforeEach hook code - ✔️
should exclude after hook code
- ✔️
- 📎 Cypress: test with --line-numbers option
- ✔️
[lineNumbers=true opts] each section should include line-number as part of code section - ✔️
[no SET the lineNumbers opts] should exclude line-number - ✔️
[noHooks=true + lineNumbers=true opts] line-number as part of code section
- ✔️
- 📎 mocha tests
- 📎 newman parser
- ✔️
should parse newman collection - ✔️
should properly get test name - ✔️
should properly get suites for test inside nested folder - ✔️
should properly get suite for test within collection (not in any folder)
- ✔️
- 📎 playwright parser
- ✔️
should parse basic playwright-js tests - ✔️
should parse basic playwright-ts tests - ✔️
should parse multiple playwright-js tests - ✔️
should parse multiple playwright-ts tests - ✔️
should update playwright suite if no suite set - ✔️
should parse playwright-js tests with annotation - ✔️
should parse playwright-js tests with annotation including fixme - ✔️
should parse playwright-ts tests with annotations - ✔️
should parse playwright-js tests with skip() annotation for the description and test sections - ✔️
should parse playwright-js tests with fixme() annotation for the description and test sections - 📎 Parse Playwright hooks code - default opts
- ✔️
should include beforeAll hook code - ✔️
should include beforeEach hook code - ✔️
should include afterAll hook code
- ✔️
- 📎 [opts.noHooks = true] Parse Playwright hooks code
- ✔️
should exclude beforeAll hook code - ✔️
should exclude beforeEach hook code - ✔️
should exclude afterAll hook code
- ✔️
- 📎 **Default playwright file parsing **
- ✔️
should parse basic playwright-ts DEMO tests ("todo" name as part of inner function args) - ✔️
should return suite name if used test.describe without parallel mode - ✔️
should return suite name if used test.describe.parallel mode
- ✔️
- 📎 test with --line-numbers option
- ✔️
[lineNumbers=true opts] each section should include line-number as part of code section - ✔️
[no SET the lineNumbers opts] should exclude line-number - ✔️
[noHooks=true + lineNumbers=true opts] line-number as part of code section
- ✔️
- ✔️
- 📎 qunit parser
- 📎 qunit tests
- ✔️
should parse qunit file
- ✔️
- 📎 qunit tests
- 📎 testcafe parser
- 📎 Testcafe tests
- ✔️
should parse testcafe file - ✔️
should include testcafe code
- ✔️
- 📎 Testcafe tests
- 📎 UpdateIds FS
- ✔️
should add suite and test ids - ✔️
should clean suite and test ids safely - ✔️
should clean suite and test ids unsafely
- ✔️
📝 tests/updateIds_codeceptjs_test.js
- 📎 update ids tests(codeseptJS adapter)
- 📎 [codeseptJS examples] includes Feature + Scenario
- ✔️
[js file]: file includes Feature + one Scenario - ✔️
[js file]: test file does not include Feature, only Scenario - ✔️
[js file]: test file does not include Scenario, only Feature
- ✔️
- 📎 [codeseptJS examples] clean-ids
- ✔️
can remove ids from the file with Scenario only - ✔️
can remove ids form the Feature & Scenario
- ✔️
- 📎 [codeseptJS examples] includes Feature + Scenario
📝 tests/updateIds_playwright_test.js
- 📎 update ids tests(playwright adapter)
- 📎 [Playwright examples] includes/no includes main suite
- ✔️
[ts file]: test file includes suite with tests - ✔️
[ts file]: test file does not include suite name, only tests - ✔️
[ts file]: test file test.describe.parallel mode should returns updated title.
- ✔️
- 📎 [Playwright examples] lines processing
- ✔️
[ts file]: the same import name as suite name - ✔️
[ts file]: test file without imports should update only suite & test name - ✔️
[js file]: the same require name as suite name - ✔️
[js file]: suite name as a new line
- ✔️
- 📎 [Playwright examples] clean-ids for the --typescript mode
- ✔️
can remove ids from the file with suite - ✔️
can remove ids if no suites in the file
- ✔️
- 📎 [Playwright examples] includes/no includes main suite
- 📎 update ids
- 📎 update-ids
- ✔️
should update id by title - ✔️
should update id with tags by title - ✔️
updates ids from server - ✔️
ignore duplicates for ids from server - ✔️
should not update other strings in file - ✔️
allows multi-line titles - ✔️
respects string literals - ✔️
respects variables in string literals - ✔️
respects variables in string literals and JSON report mode - ✔️
respects variables in string literals in double param and JSON report mode - ✔️
works ok with empty files - ✔️
supports typescript - ✔️
supports typescript with types - ✔️
should not reformat the Array code with --typescript option
- ✔️
- 📎 clean-ids
- ✔️
cleans up ids from strings - ✔️
cleans up ids from string literals - ✔️
unsafely cleans up ids from string literals - ✔️
can remove ids from typescript
- ✔️
- 📎 update-ids
- 📎 util functions
- ✔️
#replaceAtPoint
- ✔️
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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.