Skip to content

Commit 9a2f988

Browse files
renovate[bot]jennifer-shehane
andauthoredMar 21, 2025··
chore(deps): update dependency classnames to v2.5.1 (#31343)
* chore(deps): update dependency classnames to v2.5.1 * caret dep --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
1 parent c160e0f commit 9a2f988

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
 

‎packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vueuse/core": "7.7.1",
5555
"ansi-to-html": "0.7.2",
5656
"bluebird": "3.5.3",
57-
"classnames": "2.3.1",
57+
"classnames": "^2.5.1",
5858
"combine-properties": "0.1.0",
5959
"concurrently": "^6.2.0",
6060
"cross-env": "6.0.3",

‎packages/launchpad/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@vue/compiler-sfc": "3.2.47",
5151
"@vueuse/core": "7.7.1",
5252
"bluebird": "3.5.3",
53-
"classnames": "2.3.1",
53+
"classnames": "^2.5.1",
5454
"concurrently": "^6.2.0",
5555
"cross-env": "6.0.3",
5656
"cypress-plugin-tab": "1.0.5",

‎packages/reporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@packages/frontend-shared": "0.0.0-development",
2525
"@packages/types": "0.0.0-development",
2626
"@packages/web-config": "0.0.0-development",
27-
"classnames": "2.3.1",
27+
"classnames": "^2.5.1",
2828
"css-element-queries": "1.2.3",
2929
"cypress-multi-reporters": "1.4.0",
3030
"cypress-real-events": "1.14.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12488,10 +12488,10 @@ class-utils@^0.3.5:
1248812488
isobject "^3.0.0"
1248912489
static-extend "^0.1.1"
1249012490

12491-
classnames@2.3.1:
12492-
version "2.3.1"
12493-
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e"
12494-
integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==
12491+
classnames@2.5.1:
12492+
version "2.5.1"
12493+
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b"
12494+
integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==
1249512495

1249612496
clean-css@^4.2.3:
1249712497
version "4.2.3"

2 commit comments

Comments
 (2)

cypress-bot[bot] commented on Mar 21, 2025

@cypress-bot[bot]
Contributor

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/14.2.1/linux-x64/develop-9a2f988ea9343b66417ca33262204a5c9ec571d1/cypress.tgz

cypress-bot[bot] commented on Mar 21, 2025

@cypress-bot[bot]
Contributor

Circle has built the linux 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/14.2.1/linux-arm64/develop-9a2f988ea9343b66417ca33262204a5c9ec571d1/cypress.tgz
Please sign in to comment.