oreillymedia / cypress-playback

Automatically record and playback HTTP requests in Cypress.
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

chore(deps): update js dependencies #149

Closed orm-RenovateBot closed 4 months ago

orm-RenovateBot commented 4 months ago

This PR contains the following updates:

Package Type Update Change Pending
@testing-library/cypress devDependencies patch 10.0.1 -> 10.0.2
cypress (source) devDependencies minor 13.9.0 -> 13.12.0
eslint-plugin-cypress devDependencies minor 3.2.0 -> 3.3.0
mocha (source) devDependencies minor 10.4.0 -> 10.5.2
release-it devDependencies minor 17.3.0 -> 17.4.0 17.4.1
start-server-and-test devDependencies patch 2.0.3 -> 2.0.4

Release Notes

testing-library/cypress-testing-library (@​testing-library/cypress) ### [`v10.0.2`](https://togithub.com/testing-library/cypress-testing-library/releases/tag/v10.0.2) [Compare Source](https://togithub.com/testing-library/cypress-testing-library/compare/v10.0.1...v10.0.2) ##### Bug Fixes - **deps:** update testing-library/dom version ([#​276](https://togithub.com/testing-library/cypress-testing-library/issues/276)) ([b31c5c8](https://togithub.com/testing-library/cypress-testing-library/commit/b31c5c8d95c058d7deb28d74450e693271baad7b))
cypress-io/cypress (cypress) ### [`v13.12.0`](https://togithub.com/cypress-io/cypress/releases/tag/v13.12.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.11.0...v13.12.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0 ### [`v13.11.0`](https://togithub.com/cypress-io/cypress/releases/tag/v13.11.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.10.0...v13.11.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0 ### [`v13.10.0`](https://togithub.com/cypress-io/cypress/releases/tag/v13.10.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.9.0...v13.10.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress) ### [`v3.3.0`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.3.0) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v3.2.0...v3.3.0) ##### Features - add flat configurations ([0e434c7](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/0e434c7e8f60f68e7f059f0110f72465dc97e92a))
mochajs/mocha (mocha) ### [`v10.5.2`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1052--2024-05-25) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.5.1...v10.5.2) ##### :bug: Fixes - [#​5032](https://togithub.com/mochajs/mocha/pull/5032) fix: better tracking of seen objects in error serialization ([**@​sam-super**](https://togithub.com/sam-super)) ### [`v10.5.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1051--2024-05-24) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.5.0...v10.5.1) ##### :bug: Fixes - [#​5086](https://togithub.com/mochajs/mocha/pull/5086) fix: Add error handling for nonexistent file case with --file option ([**@​khoaHyh**](https://togithub.com/khoaHyh)) ### [`v10.5.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1050--2024-05-24) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.4.0...v10.5.0) ##### :tada: Enhancements - [#​5015](https://togithub.com/mochajs/mocha/pull/5015) feat: use \ and \ for browser progress indicator instead of \ ([**@​yourWaifu**](https://togithub.com/yourWaifu)) - [#​5143](https://togithub.com/mochajs/mocha/pull/5143) feat: allow using any 3.x chokidar dependencies ([**@​simhnna**](https://togithub.com/simhnna)) - [#​4835](https://togithub.com/mochajs/mocha/pull/4835) feat: add MOCHA_OPTIONS env variable ([**@​icholy**](https://togithub.com/icholy)) ##### :bug: Fixes - [#​5107](https://togithub.com/mochajs/mocha/pull/5107) fix: include stack in browser uncaught error reporting ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) ##### :nut_and_bolt: Other - [#​5110](https://togithub.com/mochajs/mocha/pull/5110) chore: switch two-column list styles to be opt-in ([**@​marjys**](https://togithub.com/marjys)) - [#​5135](https://togithub.com/mochajs/mocha/pull/5135) chore: fix some typos in comments ([**@​StevenMia**](https://togithub.com/StevenMia)) - [#​5130](https://togithub.com/mochajs/mocha/pull/5130) chore: rename 'master' to 'main' in docs and tooling ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg))
release-it/release-it (release-it) ### [`v17.4.0`](https://togithub.com/release-it/release-it/releases/tag/17.4.0) [Compare Source](https://togithub.com/release-it/release-it/compare/17.3.0...17.4.0) - Add `eslint-plugin-ava` to `ignoreDependencies` ([`cf41b1b`](https://togithub.com/release-it/release-it/commit/cf41b1b)) - Update some dependencies ([`8641afe`](https://togithub.com/release-it/release-it/commit/8641afe)) - Fix up JSON schema ([`13e399a`](https://togithub.com/release-it/release-it/commit/13e399a)) - Update projects using release-it ([`0ad9b1e`](https://togithub.com/release-it/release-it/commit/0ad9b1e)) - feat: add Typescript type for config (closes [#​1052](https://togithub.com/release-it/release-it/issues/1052)) ([#​1055](https://togithub.com/release-it/release-it/issues/1055)) ([`3feb112`](https://togithub.com/release-it/release-it/commit/3feb112)) - feat: Add json schema ([#​1114](https://togithub.com/release-it/release-it/issues/1114)) ([`5dcb72d`](https://togithub.com/release-it/release-it/commit/5dcb72d)) - chore: Upgrade ESLint ([#​1111](https://togithub.com/release-it/release-it/issues/1111)) ([`3056a18`](https://togithub.com/release-it/release-it/commit/3056a18))
bahmutov/start-server-and-test (start-server-and-test) ### [`v2.0.4`](https://togithub.com/bahmutov/start-server-and-test/releases/tag/v2.0.4) [Compare Source](https://togithub.com/bahmutov/start-server-and-test/compare/v2.0.3...v2.0.4) ##### Bug Fixes - **deps:** update dependency debug to v4.3.5 ([dd8a2d7](https://togithub.com/bahmutov/start-server-and-test/commit/dd8a2d7ec71b3acc9b5f65e68ca08eccc55dd87d))

Configuration

📅 Schedule: Branch creation - "on the 29 day of June in 2024,on the 30 day of June in 2024,on the 27 day of July in 2024,on the 28 day of July in 2024,on the 31 day of August in 2024,on the 1 day of September in 2024,on the 28 day of September in 2024,on the 29 day of September in 2024" (UTC), Automerge - At any time (no schedule defined).

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

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.