Skip to content

Commit 31d4a99

Browse files
dependency: update dependency firefox-profile to v4.6.0 (#29662)
* 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>
1 parent 6115680 commit 31d4a99

File tree

16 files changed

+31
-30
lines changed

16 files changed

+31
-30
lines changed

cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ _Released 6/18/2024 (PENDING)_
2020

2121
**Dependency Updates:**
2222

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

packages/packherd-require/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"scripts": {
88
"build": "tsc",
99
"check-ts": "tsc --noEmit && yarn -s tslint",
10-
"clean-deps": "rimraf node_modules",
1110
"clean": "rimraf dist",
11+
"clean-deps": "rimraf node_modules",
1212
"test": "yarn test-unit",
1313
"test-unit": "mocha --config ./test/.mocharc.js",
1414
"tslint": "tslint --config ../ts/tslint.json --project .",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"express": "4.19.2",
6969
"fetch-retry-ts": "^1.3.1",
7070
"find-process": "1.4.7",
71-
"firefox-profile": "4.3.2",
71+
"firefox-profile": "4.6.0",
7272
"fluent-ffmpeg": "2.1.2",
7373
"fs-extra": "9.1.0",
7474
"get-port": "5.1.1",

packages/v8-snapshot-require/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"scripts": {
88
"build": "tsc",
99
"check-ts": "tsc --noEmit && yarn -s tslint",
10-
"clean-deps": "rimraf node_modules",
1110
"clean": "rimraf dist",
11+
"clean-deps": "rimraf node_modules",
1212
"test": "yarn test-unit",
1313
"test-unit": "mocha --config ./test/.mocharc.js",
1414
"tslint": "tslint --config ../ts/tslint.json --project .",

system-tests/projects/angular-16/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6+
"build": "ng build",
67
"ng": "ng",
78
"start": "ng serve",
8-
"build": "ng build",
9-
"watch": "ng build --watch --configuration development",
10-
"test": "ng test"
9+
"test": "ng test",
10+
"watch": "ng build --watch --configuration development"
1111
},
1212
"dependencies": {
1313
"@angular/animations": "^16.1.0",

system-tests/projects/cra-ejected/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"start": "node scripts/start.js",
7-
"build": "node scripts/build.js"
6+
"build": "node scripts/build.js",
7+
"start": "node scripts/start.js"
88
},
99
"dependencies": {
1010
"@babel/core": "^7.16.0",

system-tests/projects/react-app-webpack-5-unconfigured/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"start": "node scripts/start.js",
76
"build": "node scripts/build.js",
7+
"start": "node scripts/start.js",
88
"test": "node scripts/test.js"
99
},
1010
"dependencies": {

system-tests/projects/v8-snapshot/example-express/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"description": "Example app demonstrating how to use v8-snapshot.",
55
"private": false,
66
"scripts": {
7-
"start-nohook": "electron app",
8-
"start": "DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
9-
"start-quiet": "DEBUG='_' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
10-
"start-no-snap": "DEBUG='_' electron app",
11-
"start-as-node": "ELECTRON_RUN_AS_NODE=1 DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
127
"debug": "DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron --inspect-brk -r ./app/hook-require.js app",
138
"install-snapshot": "DEBUG='(packherd|snapgen):(info|debug|error)*' node ./snapshot/install-snapshot.js",
9+
"start": "DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
10+
"start-as-node": "ELECTRON_RUN_AS_NODE=1 DEBUG='(packherd|snapgen):*' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
11+
"start-no-snap": "DEBUG='_' electron app",
12+
"start-nohook": "electron app",
13+
"start-quiet": "DEBUG='_' PROJECT_BASE_DIR=`pwd` electron -r ./app/hook-require.js app",
1414
"uninstall-snapshot": "DEBUG='(packherd|snapgen):*' node ./snapshot/uninstall-snapshot.js"
1515
},
1616
"dependencies": {

system-tests/projects/vite-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"dev": "vite",
76
"build": "vite build",
7+
"dev": "vite",
88
"preview": "vite preview"
99
},
1010
"dependencies": {

system-tests/projects/vuecli5vue3-unconfigured/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"serve": "vue-cli-service serve",
7-
"build": "vue-cli-service build"
6+
"build": "vue-cli-service build",
7+
"serve": "vue-cli-service serve"
88
},
99
"dependencies": {
1010
"vue": "^3.2.13"

0 commit comments

Comments
 (0)