Skip to content

Commit

Permalink
dependency: update dependency firefox-profile to v4.6.0 (#29662)
Browse files Browse the repository at this point in the history
* dependency(deps): update dependency firefox-profile to v4.3.2 馃専

* Add changelog entry

* fix(deps): update dependency firefox-profile to v4.6.0

* add changelog entry

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
  • Loading branch information
renovate[bot] and jennifer-shehane committed Jun 13, 2024
1 parent 6115680 commit 31d4a99
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 30 deletions.
1 change: 1 addition & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ _Released 6/18/2024 (PENDING)_

**Dependency Updates:**

- Updated firefox-profile from `4.3.1` to `4.6.0`. Addressed in [#29662](https://github.com/cypress-io/cypress/pull/29662).
- Updated typescript from `4.7.4` to `5.3.3`. Addressed in [#29568](https://github.com/cypress-io/cypress/pull/29568).
- Updated url-parse from `1.5.9` to `1.5.10`. Addressed in [#29650](https://github.com/cypress-io/cypress/pull/29650).

Expand Down
2 changes: 1 addition & 1 deletion packages/packherd-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"build": "tsc",
"check-ts": "tsc --noEmit && yarn -s tslint",
"clean-deps": "rimraf node_modules",
"clean": "rimraf dist",
"clean-deps": "rimraf node_modules",
"test": "yarn test-unit",
"test-unit": "mocha --config ./test/.mocharc.js",
"tslint": "tslint --config ../ts/tslint.json --project .",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"express": "4.19.2",
"fetch-retry-ts": "^1.3.1",
"find-process": "1.4.7",
"firefox-profile": "4.3.2",
"firefox-profile": "4.6.0",
"fluent-ffmpeg": "2.1.2",
"fs-extra": "9.1.0",
"get-port": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/v8-snapshot-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"build": "tsc",
"check-ts": "tsc --noEmit && yarn -s tslint",
"clean-deps": "rimraf node_modules",
"clean": "rimraf dist",
"clean-deps": "rimraf node_modules",
"test": "yarn test-unit",
"test-unit": "mocha --config ./test/.mocharc.js",
"tslint": "tslint --config ../ts/tslint.json --project .",
Expand Down
6 changes: 3 additions & 3 deletions system-tests/projects/angular-16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "ng build",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "^16.1.0",
Expand Down
4 changes: 2 additions & 2 deletions system-tests/projects/cra-ejected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js"
"build": "node scripts/build.js",
"start": "node scripts/start.js"
},
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"start": "node scripts/start.js",
"test": "node scripts/test.js"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions system-tests/projects/v8-snapshot/example-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Example app demonstrating how to use v8-snapshot.",
"private": false,
"scripts": {
"start-nohook": "electron app",
"start": "DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
"start-quiet": "DEBUG='_' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
"start-no-snap": "DEBUG='_' electron app",
"start-as-node": "ELECTRON_RUN_AS_NODE=1 DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
"debug": "DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron --inspect-brk -r ./app/hook-require.js app",
"install-snapshot": "DEBUG='(packherd|snapgen):(info|debug|error)*' node ./snapshot/install-snapshot.js",
"start": "DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
"start-as-node": "ELECTRON_RUN_AS_NODE=1 DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
"start-no-snap": "DEBUG='_' electron app",
"start-nohook": "electron app",
"start-quiet": "DEBUG='_' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
"uninstall-snapshot": "DEBUG='(packherd|snapgen):*' node ./snapshot/uninstall-snapshot.js"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion system-tests/projects/vite-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions system-tests/projects/vuecli5vue3-unconfigured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
"build": "vue-cli-service build",
"serve": "vue-cli-service serve"
},
"dependencies": {
"vue": "^3.2.13"
Expand Down
4 changes: 2 additions & 2 deletions system-tests/projects/vueclivue2-configured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
"build": "vue-cli-service build",
"serve": "vue-cli-service serve"
},
"dependencies": {
"vue": "^2.6.11"
Expand Down
4 changes: 2 additions & 2 deletions system-tests/projects/vueclivue2-unconfigured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
"build": "vue-cli-service build",
"serve": "vue-cli-service serve"
},
"dependencies": {
"vue": "^2.6.11"
Expand Down
4 changes: 2 additions & 2 deletions system-tests/projects/vueclivue3-unconfigured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
"build": "vue-cli-service build",
"serve": "vue-cli-service serve"
},
"dependencies": {
"vue": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tooling/electron-mksnapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"scripts": {
"build": "tsc",
"check-ts": "tsc --noEmit",
"clean-deps": "rimraf node_modules",
"clean": "rimraf dist",
"clean-deps": "rimraf node_modules",
"test": "yarn test-unit",
"test-unit": "mocha test/unit/**/*.spec.ts --config ./test/.mocharc.js",
"test-integration": "mocha test/integration/**/*.spec.ts --config ./test/.mocharc.js",
"test-unit": "mocha test/unit/**/*.spec.ts --config ./test/.mocharc.js",
"watch": "tsc --watch"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/packherd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"build": "tsc",
"check-ts": "tsc --noEmit",
"clean-deps": "rimraf node_modules",
"clean": "rimraf dist",
"clean-deps": "rimraf node_modules",
"test": "yarn test-integration",
"test-integration": "mocha --config ./test/.mocharc.js",
"watch": "tsc --watch"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16543,10 +16543,10 @@ fined@^1.0.1:
object.pick "^1.2.0"
parse-filepath "^1.0.1"

firefox-profile@4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/firefox-profile/-/firefox-profile-4.3.2.tgz#01f423c8a899695ef46d46f997d5f91c9dc5c93d"
integrity sha512-/C+Eqa0YgIsQT2p66p7Ygzqe7NlE/GNTbhw2SBCm5V3OsWDPITNdTPEcH2Q2fe7eMpYYNPKdUcuVioZBZiR6kA==
firefox-profile@4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/firefox-profile/-/firefox-profile-4.6.0.tgz#e819b2f75a05b4d215d0c30a74d5b9d2d9ba8ae1"
integrity sha512-I9rAm1w8U3CdhgO4EzTJsCvgcbvynZn9lOySkZf78wUdUIQH2w9QOKf3pAX+THt2XMSSR3kJSuM8P7bYux9j8g==
dependencies:
adm-zip "~0.5.x"
fs-extra "~9.0.1"
Expand Down

4 comments on commit 31d4a99

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 31d4a99 Jun 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.12.0/linux-x64/develop-31d4a990f16606f3cfa3981bfc9a0b9636721627/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 31d4a99 Jun 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.12.0/darwin-arm64/develop-31d4a990f16606f3cfa3981bfc9a0b9636721627/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 31d4a99 Jun 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.12.0/win32-x64/develop-31d4a990f16606f3cfa3981bfc9a0b9636721627/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 31d4a99 Jun 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.12.0/darwin-x64/develop-31d4a990f16606f3cfa3981bfc9a0b9636721627/cypress.tgz

Please sign in to comment.