Skip to content

Commit

Permalink
chore: update jest version (argoproj#18295)
Browse files Browse the repository at this point in the history
* update jest version in order to resolve
https://github.com/argoproj/argo-cd/pull/14585/files

Signed-off-by: pashakostohrys <[email protected]>

* update jest version in order to resolve
https://github.com/argoproj/argo-cd/pull/14585/files

Signed-off-by: pashakostohrys <[email protected]>

* update ts jest

Signed-off-by: pashakostohrys <[email protected]>

* update ts jest

Signed-off-by: pashakostohrys <[email protected]>

---------

Signed-off-by: pashakostohrys <[email protected]>
  • Loading branch information
pasha-codefresh authored May 20, 2024
1 parent ddc8523 commit aa7f1c5
Show file tree
Hide file tree
Showing 4 changed files with 1,162 additions and 1,737 deletions.
9 changes: 5 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/dagre": "^0.7.40",
"@types/deepmerge": "^2.2.0",
"@types/git-url-parse": "^9.0.1",
"@types/jest": "^24.0.13",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.6",
"@types/minimatch": "^3.0.3",
Expand All @@ -92,7 +92,7 @@
"@types/react-test-renderer": "^16.8.3",
"@types/uuid": "^9.0.1",
"add": "^2.0.6",
"babel-jest": "^26.6.3",
"babel-jest": "^29.7.0",
"babel-loader": "^8.0.6",
"codecov": "^3.8.3",
"copy-webpack-plugin": "^6.1.1",
Expand All @@ -104,9 +104,10 @@
"globals": "^15.1.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest": "^29.7.0",
"jest-junit": "^6.4.0",
"jest-transform-css": "^2.0.0",
"jest-environment-jsdom": "^29.7.0",
"monaco-editor-webpack-plugin": "^7.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
Expand All @@ -116,7 +117,7 @@
"sass-loader": "^12.6.0",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.1",
"ts-jest": "^27.1.3",
"ts-jest": "^29.1.2",
"ts-node": "10.9.1",
"typescript": "^4.9.5",
"typescript-eslint": "^7.8.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ComparisonStatusIcon.OutOfSync 1`] = `
Array [
[
<i
className="fa fa-arrow-alt-circle-up"
qe-id="utils-sync-status-title"
style={
Object {
{
"color": "#f4c030",
}
}
Expand All @@ -17,12 +17,12 @@ Array [
`;

exports[`ComparisonStatusIcon.Synced 1`] = `
Array [
[
<i
className="fa fa-check-circle"
qe-id="utils-sync-status-title"
style={
Object {
{
"color": "#18BE94",
}
}
Expand All @@ -33,12 +33,12 @@ Array [
`;

exports[`ComparisonStatusIcon.Unknown 1`] = `
Array [
[
<i
className="fa fa-circle-notch fa-spin"
qe-id="utils-sync-status-title"
style={
Object {
{
"color": "#CCD6DD",
}
}
Expand All @@ -53,7 +53,7 @@ exports[`HealthStatusIcon.Degraded 1`] = `
className="fa fa-heart-broken"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -66,7 +66,7 @@ exports[`HealthStatusIcon.Healthy 1`] = `
className="fa fa-heart"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#18BE94",
}
}
Expand All @@ -79,7 +79,7 @@ exports[`HealthStatusIcon.Missing 1`] = `
className="fa fa-ghost"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#f4c030",
}
}
Expand All @@ -92,7 +92,7 @@ exports[`HealthStatusIcon.Progressing 1`] = `
className="fa fa fa-circle-notch fa-spin"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -105,7 +105,7 @@ exports[`HealthStatusIcon.Suspended 1`] = `
className="fa fa-pause-circle"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#766f94",
}
}
Expand All @@ -118,7 +118,7 @@ exports[`HealthStatusIcon.Unknown 1`] = `
className="fa fa-question-circle"
qe-id="utils-health-status-title"
style={
Object {
{
"color": "#CCD6DD",
}
}
Expand All @@ -127,12 +127,12 @@ exports[`HealthStatusIcon.Unknown 1`] = `
`;

exports[`OperationState.Deleting 1`] = `
Array [
[
<i
className="fa fa-circle-notch fa-spin"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -144,12 +144,12 @@ Array [
`;

exports[`OperationState.Sync OK 1`] = `
Array [
[
<i
className="fa fa-check-circle"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#18BE94",
}
}
Expand All @@ -161,12 +161,12 @@ Array [
`;

exports[`OperationState.Sync error 1`] = `
Array [
[
<i
className="fa fa-times-circle"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -178,12 +178,12 @@ Array [
`;

exports[`OperationState.Sync failed 1`] = `
Array [
[
<i
className="fa fa-times-circle"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -195,12 +195,12 @@ Array [
`;

exports[`OperationState.Syncing 1`] = `
Array [
[
<i
className="fa fa-circle-notch fa-spin"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -212,12 +212,12 @@ Array [
`;

exports[`OperationState.Unknown 1`] = `
Array [
[
<i
className="fa fa-circle-notch fa-spin"
qe-id="utils-operations-status-title"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -236,7 +236,7 @@ exports[`ResourceResultIcon.Hook.Error 1`] = `
<i
className="fa fa-heart-broken"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -247,7 +247,7 @@ exports[`ResourceResultIcon.Hook.Failed 1`] = `
<i
className="fa fa-heart-broken"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -258,7 +258,7 @@ exports[`ResourceResultIcon.Hook.Running 1`] = `
<i
className="fa fa-circle-notch fa-spin"
style={
Object {
{
"color": "#0DADEA",
}
}
Expand All @@ -270,7 +270,7 @@ exports[`ResourceResultIcon.Hook.Succeeded 1`] = `
<i
className="fa fa-heart"
style={
Object {
{
"color": "#18BE94",
}
}
Expand All @@ -281,7 +281,7 @@ exports[`ResourceResultIcon.Hook.Terminating 1`] = `
<i
className="fa fa-circle-notch fa-spin"
style={
Object {
{
"color": "#DE303D",
}
}
Expand All @@ -292,7 +292,7 @@ exports[`ResourceResultIcon.Pruned 1`] = `
<i
className="fa fa-heart"
style={
Object {
{
"color": "#CCD6DD",
}
}
Expand All @@ -303,7 +303,7 @@ exports[`ResourceResultIcon.SyncFailed 1`] = `
<i
className="fa fa-heart-broken"
style={
Object {
{
"color": "#E96D76",
}
}
Expand All @@ -314,7 +314,7 @@ exports[`ResourceResultIcon.Synced 1`] = `
<i
className="fa fa-heart"
style={
Object {
{
"color": "#18BE94",
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`ProgressPopup.0% 1`] = `
>
<div
style={
Object {
{
"background": "#CCD6DD",
"borderRadius": "5px",
"height": "10px",
Expand All @@ -31,7 +31,7 @@ exports[`ProgressPopup.0% 1`] = `
>
<div
style={
Object {
{
"background": "#18BE94",
"borderRadius": "inherit",
"height": "100%",
Expand All @@ -48,7 +48,7 @@ exports[`ProgressPopup.0% 1`] = `
>
<div
style={
Object {
{
"textAlign": "right",
}
}
Expand Down Expand Up @@ -78,7 +78,7 @@ exports[`ProgressPopup.50% 1`] = `
>
<div
style={
Object {
{
"background": "#CCD6DD",
"borderRadius": "5px",
"height": "10px",
Expand All @@ -89,7 +89,7 @@ exports[`ProgressPopup.50% 1`] = `
>
<div
style={
Object {
{
"background": "#18BE94",
"borderRadius": "inherit",
"height": "100%",
Expand All @@ -106,7 +106,7 @@ exports[`ProgressPopup.50% 1`] = `
>
<div
style={
Object {
{
"textAlign": "right",
}
}
Expand Down Expand Up @@ -136,7 +136,7 @@ exports[`ProgressPopup.100% 1`] = `
>
<div
style={
Object {
{
"background": "#CCD6DD",
"borderRadius": "5px",
"height": "10px",
Expand All @@ -147,7 +147,7 @@ exports[`ProgressPopup.100% 1`] = `
>
<div
style={
Object {
{
"background": "#18BE94",
"borderRadius": "inherit",
"height": "100%",
Expand All @@ -164,7 +164,7 @@ exports[`ProgressPopup.100% 1`] = `
>
<div
style={
Object {
{
"textAlign": "right",
}
}
Expand Down
Loading

0 comments on commit aa7f1c5

Please sign in to comment.