simonireilly / dynamoDB-benchworx

A DynamoDB GUI for local and remote DynamoDB tables
12 stars 2 forks source link

Bump @cypress/webpack-dev-server from 1.1.0 to 1.6.0 #146

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @cypress/webpack-dev-server from 1.1.0 to 1.6.0.

Release notes

Sourced from @​cypress/webpack-dev-server's releases.

1.4.2

Released 2/4/2018

Bugfixes:

  • Fixed not being able to visit subdomains when using 2nd level sub domains. Fixes #1175 and #600.
  • Fixed not being able to visit private TLD's from the public suffix such as github.io, gitlab.io or herokuapp.com. These now all work correctly. Fixes #380 and #402 and #802 and #493 and #1161.
  • Fixed not being able to visit URLs that used *localhost such as http://app.localhost:8080. Fixes #451.
  • Mochawesome now works correctly and outputs files in all versions. Fixes #551.
  • Mochawesome will exit correctly with code 1 when a hook fails. #1063.
  • Fixed some incorrect typings with TypeScript. Fixes #1219 and #1219.
  • Fixed bug with custom 3rd party mocha reporters relying on test.titlePath being a function. Fixes #1142.
  • Fixed typo in cypress.schema.json. Fixes #1167.
  • Fixed typo in CLI deps error about Docker. Fixes #1136.
  • Prevent NODE_ENV from being set to undefined when parent process did not have it defined. Fixes #1223.

Misc:

  • We have begun to aggregate failures and other stats ourselves instead of relying on Mocha reporters. Fixes #1141.
  • Added TypeScript should/and autocomplete and typings for Cypress events. Fixes #1187 and #1132.
  • Upgrade deps. Fixes #1174.

1.4.1

Released 12/26/2017

Bugfixes:

  • Using DEBUG=cypress:* now correctly outputs all debugging information on OSX and Linux. Previously output other then cypress:cli was ignored due to the CLI ignoring stderr from the binary. Fixes #921.
  • stdout is now captured correctly in Windows when recording to the Dashboard. Fixes #977 and issue #711.
  • Windows now forcibly displays colors correctly to the terminal. Fixes #1127.

Misc:

  • TTY is now handled correctly for Linux and OSX. This means that CI providers which turned off colors due to TTY being false will now display colors again such as TravisCI. Fixes #1126.
  • We now handle xvfb exiting with a non zero status code and display that error to you. This should help with situations where xvfb is misconfigured on the system. Fixes #1113.
  • We've added debug output for xvfb when DEBUG=cypress:xvfb is enabled. Helpful when diagnosing problems with xvfb. Fixes #1128.
  • We've added more TypeScript documentation for cy.* methods. Fixes #1117.
  • When developing on Cypress, we now start the process through the CLI to bring it into parity with how it works when used in production. Fixes #838.
  • Upgraded various CLI dependencies that were flagged for security warnings. There wasn't an actual security problem - just static analyzers complaining. Fixes #1103.

1.4.0

Released 12/19/2017

Features:

  • There is now a Search Bar in the Desktop GUI that enables you to filter the list of specs. Helpful for projects with a ton of spec files. Fixes #1098.

Bugfixes:

  • The seeded example_spec.js file no longer fails in Windows on the cy.exec() test. It now conditionally runs a command appropriate for Windows. Fixes #1097.

... (truncated)

Commits
  • abd396d chore: release @​cypress/webpack-dev-server-v1.6.0
  • c0fece2 chore: release @​cypress/vite-dev-server-v2.1.0
  • ea94e1b chore: release @​cypress/react-v5.10.0
  • c63b97a chore: release @​cypress/schematic-v1.5.1
  • da4b1e0 feat: allow usage of @​react/plugins with cypress.config.js (#17738)
  • 36be9eb docs: restore author of react,vue,ng component testing (#16800)
  • 49de24f fix(cypress/schematic): add edge to list of allowed browsers (#17637)
  • ca4146d chore: release @​cypress/webpack-dev-server-v1.5.0
  • 3db0334 chore: release @​cypress/vite-dev-server-v2.0.8
  • 16e4759 feat: support webpack-dev-server v4 (#17918)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #146 (38794ca) into main (3368540) will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #146      +/-   ##
==========================================
+ Coverage   89.76%   89.92%   +0.15%     
==========================================
  Files          10       10              
  Lines         254      258       +4     
  Branches       33       33              
==========================================
+ Hits          228      232       +4     
  Misses         26       26              
Impacted Files Coverage Δ
src/pages/credentials/forms/profile.tsx 78.94% <100.00%> (+1.16%) :arrow_up:
src/utils/aws/accounts/config.ts 100.00% <100.00%> (ø)
src/utils/aws/credentials/index.ts 89.47% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6fc4c9c...38794ca. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #164.