chore(deps): update dependency @cypress/vite-dev-server to v3.1.1 #2267

Merged
konrad merged 1 commits from renovate/cypress-vite-dev-server-3.x into main 2022-08-16 07:50:27 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@cypress/vite-dev-server devDependencies patch 3.1.0 -> 3.1.1

Release Notes

cypress-io/cypress

v3.1.1

Compare Source

Released 11/2/2018

Known regressions in this release ⚠️

  • #​2742 infinite .Trash-0 folder on Ubuntu 16
  • #​2724 setting HTTPS cookies in certain situations

Features:

Bugfixes:

  • Fixed a bug where Cypress would error when a secure cookie flag was set and then expired from an https url without the subsequent secure flag. Due to the way Cypress was constructing the url, this would fail to actually remove the cookie. Fixes #​1264, #​1321, #​1799.
  • We now truncate filenames for screenshots to not exceed 255 characters in length. Previously there were cases where the screenshot filename would exceed 255 characters and error. Fixes #​2403 and #​2665.
  • Fixed issue when using cy.writeFile() and passing an object to a .json file. The object is now correctly written to the JSON file instead of a string. Fixes #​2373.
  • We updated how we handle trashAssetsBeforeRuns behavior. We now trash the contents of the screenshotsFolder and videosFolder directories instead of trashing the directories themselves. This helps maintain any file access permissions for the directories. Fixes #​1943 and #​2600.
  • Fixed bug where mocked Dates using cy.clock() would not be an instance of Date. Fixes #​2570.
  • Directories within specs whose names contain . are now correctly read as directories instead of spec files within the Test Runner. Fixes #​2423.
  • Cypress no longer automatically takes screenshots of skipped tests. Fixes #​2368.
  • Fixed an issue where returning/resolving undefined from a cy.task() handler resulted in an incorrect runtime error. Fixes #​2553.
  • Update modifyObstructiveCode to account for framebusting techniques that use window.frameElement, so that Applications using this technique will run properly in Cypress. Fixes #​2582.
  • Fixed bug where only the first DOM element of an array of DOM elements would be blacked out after being passed as argument to blackout within cy.screenshot(). Fixes #​2508.
  • We fixed an issue involving timers after running cy.screenshot(). Fixes #​2432.
  • The Test Runner now retries node-originated errors from our internal API requests. Fixes #​2341
  • Fixed issue with multiple readyStateChanges with the same readyState. Fixes #​1150.
  • Fixed Type error being thrown for users using TypeScript 3. Fixes #​2363.

Misc

  • We are now collecting more environment variables from runs when run in Semaphore, GitLab, Bitbucket, Team Foundation Server, Codeship, and Shippable. Fixes #​2460, #​2358, #​2343, and #​2453.
  • We now display better error messages in the CLI when runs exceed billing limits. Fixes #​1689.
  • The Test Runner's search now resets when switching between projects. Fixes #​2512.
  • Fixed internal Cypress tests. Fixes #​2606.
  • Replaced use of new Buffer with Buffer.from. Fixes #​2626.
  • Whitelisted autoScrollingEnabled to be saved in state.json. Fixes #​2476.
  • Fixed internal test error beforeSpecRun is not a function. Fixes #​2401.
  • Switched our internal tests to use CircleCI workspaces. Fixes #​2398.
  • Update TypeScript definition for cy.screenshot() to include screenshot specific options. Fixes #​2654.
  • Urls printed within the CLI will now display as the color blue. Fixes #​2493.
  • We began bulk converting some of our codebase from CoffeeScript to JavaScript. Fixes #​2686 and #​2687.
  • We updated some of our internal ESLint rules to be more strict and also to help with CoffeeScript to JavaScript conversions. Fixes #​2688.

Dependency Updates

  • Upgraded zunder from 5.6.5 to 6.1.1 #​2541

Documentation Changes:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@cypress/vite-dev-server](https://github.com/cypress-io/cypress) | devDependencies | patch | [`3.1.0` -> `3.1.1`](https://renovatebot.com/diffs/npm/@cypress%2fvite-dev-server/3.1.0/3.1.1) | --- ### Release Notes <details> <summary>cypress-io/cypress</summary> ### [`v3.1.1`](https://github.com/cypress-io/cypress/releases/tag/v3.1.1) [Compare Source](https://github.com/cypress-io/cypress/compare/@cypress/vite-dev-server-v3.1.0...v3.1.1) *Released 11/2/2018* **Known regressions in this release ⚠️** - [#&#8203;2742](https://github.com/cypress-io/cypress/issues/2742) infinite `.Trash-0` folder on Ubuntu 16 - [#&#8203;2724](https://github.com/cypress-io/cypress/issues/2724) setting HTTPS cookies in certain situations **Features:** - You can now pass a `flag` option to [`cy.writeFile()`](https://on.cypress.io/writefile). The [following flags](https://nodejs.org/api/fs.html#fs_file_system_flags) are available. Fixes [#&#8203;1249](https://github.com/cypress-io/cypress/issues/1249). - There is a new [`CYPRESS_DOWNLOAD_MIRROR`](https://on.cypress.io/installing-cypress#Mirroring) environment variable for installing Cypress at a mirror url. Fixes [#&#8203;2609](https://github.com/cypress-io/cypress/pull/2609). - The [Module API](https://on.cypress.io/module-api) now returns the `runUrl` from `cypress.run()`. Fixes [#&#8203;2596](https://github.com/cypress-io/cypress/issues/2596). - Specs now properly display as focused when navigating through specs via the keyboard. Fixes [#&#8203;2273](https://github.com/cypress-io/cypress/pull/2273). **Bugfixes:** - Fixed a bug where Cypress would error when a secure cookie flag was set and then expired from an `https` url without the subsequent secure flag. Due to the way Cypress was constructing the url, this would fail to actually remove the cookie. Fixes [#&#8203;1264](https://github.com/cypress-io/cypress/issues/1264), [#&#8203;1321](https://github.com/cypress-io/cypress/issues/1321), [#&#8203;1799](https://github.com/cypress-io/cypress/issues/1799). - We now truncate filenames for screenshots to not exceed 255 characters in length. Previously there were cases where the screenshot filename would exceed 255 characters and error. Fixes [#&#8203;2403](https://github.com/cypress-io/cypress/issues/2403) and [#&#8203;2665](https://github.com/cypress-io/cypress/issues/2665). - Fixed issue when using [`cy.writeFile()`](https://on.cypress.io/writefile) and passing an object to a `.json` file. The object is now correctly written to the JSON file instead of a string. Fixes [#&#8203;2373](https://github.com/cypress-io/cypress/pull/2373). - We updated how we handle [`trashAssetsBeforeRuns`](https://on.cypress.io/configuration#Screenshots) behavior. We now trash the contents of the [`screenshotsFolder`](https://on.cypress.io/configuration#Folders-Files) and [`videosFolder`](https://on.cypress.io/configuration#Folders-Files) directories instead of trashing the directories themselves. This helps maintain any file access permissions for the directories. Fixes [#&#8203;1943](https://github.com/cypress-io/cypress/issues/1943) and [#&#8203;2600](https://github.com/cypress-io/cypress/issues/2600). - Fixed bug where mocked Dates using [`cy.clock()`](https://on.cypress.io/clock) would not be an instance of `Date`. Fixes [#&#8203;2570](https://github.com/cypress-io/cypress/issues/2570). - Directories within specs whose names contain `.` are now correctly read as directories instead of spec files within the Test Runner. Fixes [#&#8203;2423](https://github.com/cypress-io/cypress/issues/2423). - Cypress no longer automatically takes screenshots of skipped tests. Fixes [#&#8203;2368](https://github.com/cypress-io/cypress/issues/2368). - Fixed an issue where returning/resolving `undefined` from a [`cy.task()`](https://on.cypress.io/task) handler resulted in an incorrect runtime error. Fixes [#&#8203;2553](https://github.com/cypress-io/cypress/issues/2553). - Update [`modifyObstructiveCode`](https://on.cypress.io/configuration#modifyObstructiveCode) to account for framebusting techniques that use `window.frameElement`, so that Applications using this technique will run properly in Cypress. Fixes [#&#8203;2582](https://github.com/cypress-io/cypress/issues/2582). - Fixed bug where only the first DOM element of an array of DOM elements would be blacked out after being passed as argument to `blackout` within [`cy.screenshot()`](https://on.cypress.io/screenshot). Fixes [#&#8203;2508](https://github.com/cypress-io/cypress/issues/2508). - We fixed an issue involving timers after running [`cy.screenshot()`](https://on.cypress.io/screenshot). Fixes [#&#8203;2432](https://github.com/cypress-io/cypress/issues/2432). - The Test Runner now retries node-originated errors from our internal API requests. Fixes [#&#8203;2341](https://github.com/cypress-io/cypress/issues/2341) - Fixed issue with multiple `readyStateChanges` with the same `readyState`. Fixes [#&#8203;1150](https://github.com/cypress-io/cypress/issues/1150). - Fixed Type error being thrown for users using TypeScript 3. Fixes [#&#8203;2363](https://github.com/cypress-io/cypress/issues/2363). **Misc** - We are now collecting more environment variables from runs when run in Semaphore, GitLab, Bitbucket, Team Foundation Server, Codeship, and Shippable. Fixes [#&#8203;2460](https://github.com/cypress-io/cypress/issues/2460), [#&#8203;2358](https://github.com/cypress-io/cypress/issues/2358), [#&#8203;2343](https://github.com/cypress-io/cypress/issues/2343), and [#&#8203;2453](https://github.com/cypress-io/cypress/issues/2453). - We now display better error messages in the CLI when runs exceed billing limits. Fixes [#&#8203;1689](https://github.com/cypress-io/cypress/issues/1689). - The Test Runner's search now resets when switching between projects. Fixes [#&#8203;2512](https://github.com/cypress-io/cypress/issues/2512). - Fixed internal Cypress tests. Fixes [#&#8203;2606](https://github.com/cypress-io/cypress/issues/2606). - Replaced use of `new Buffer` with `Buffer.from`. Fixes [#&#8203;2626](https://github.com/cypress-io/cypress/issues/2626). - Whitelisted `autoScrollingEnabled` to be saved in `state.json`. Fixes [#&#8203;2476](https://github.com/cypress-io/cypress/issues/2476). - Fixed internal test error `beforeSpecRun is not a function`. Fixes [#&#8203;2401](https://github.com/cypress-io/cypress/issues/2401). - Switched our internal tests to use CircleCI workspaces. Fixes [#&#8203;2398](https://github.com/cypress-io/cypress/issues/2398). - Update TypeScript definition for [`cy.screenshot()`](https://on.cypress.io/screenshot) to include screenshot specific options. Fixes [#&#8203;2654](https://github.com/cypress-io/cypress/issues/2654). - Urls printed within the CLI will now display as the color blue. Fixes [#&#8203;2493](https://github.com/cypress-io/cypress/issues/2493). - We began bulk converting some of our codebase from CoffeeScript to JavaScript. Fixes [#&#8203;2686](https://github.com/cypress-io/cypress/issues/2686) and [#&#8203;2687](https://github.com/cypress-io/cypress/issues/2687). - We updated some of our internal ESLint rules to be more strict and also to help with CoffeeScript to JavaScript conversions. Fixes [#&#8203;2688](https://github.com/cypress-io/cypress/issues/2688). **Dependency Updates** - Upgraded common-tags from `^1.4.0` to `^1.8.0` [#&#8203;2415](https://github.com/cypress-io/cypress/pull/2415) - Upgraded [@&#8203;cypress/browserify-preprocessor](https://github.com/cypress/browserify-preprocessor) from `1.1.0` to `1.1.1` [#&#8203;2513](https://github.com/cypress-io/cypress/issues/2513) - Upgraded lolex from `^1.5.2` to `^3.0.0` [#&#8203;2570](https://github.com/cypress-io/cypress/issues/2570) <!-- textlint-disable --> - Upgraded [@&#8203;types/jquery](https://github.com/types/jquery) from `3.2.16` to `3.3.6` [#&#8203;2363](https://github.com/cypress-io/cypress/issues/2363) <!-- textlint-enable --> - Upgraded zunder from `5.6.5` to `6.1.1` [#&#8203;2541](https://github.com/cypress-io/cypress/issues/2541) **Documentation Changes:** - Added `flag` option to [`cy.writeFile()` doc](https://on.cypress.io/writefile). - Added `runUrl` to returned run in [Module API doc](https://on.cypress.io/module-api). - Documented new `CYPRESS_DOWNLOAD_MIRROR` flag and rewrote advanced install instructions to be clearer in [Installing Cypress doc](https://on.cypress.io/installing-cypress#Advanced). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
renovate added the
dependencies
label 2022-08-16 00:02:49 +00:00
renovate added 1 commit 2022-08-16 00:02:50 +00:00
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2267-renovate-cypress-vite-dev-server--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2267-renovate-cypress-vite-dev-server--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 50f19829d5 into main 2022-08-16 07:50:27 +00:00
konrad deleted branch renovate/cypress-vite-dev-server-3.x 2022-08-16 07:50:27 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.