From 0f4786a50d5feb1d8f92ca104f1fcfc69b516527 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 1 Jan 2022 20:23:22 +0000 Subject: [PATCH 01/40] refactor: upgrade body-parser from 1.19.0 to 1.19.1 (#1978) --- package-lock.json | 116 +++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 101 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6def26c90..1afcae472c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4938,20 +4938,20 @@ "dev": true }, "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.1.tgz", + "integrity": "sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==", "requires": { - "bytes": "3.1.0", + "bytes": "3.1.1", "content-type": "~1.0.4", "debug": "2.6.9", "depd": "~1.1.2", - "http-errors": "1.7.2", + "http-errors": "1.8.1", "iconv-lite": "0.4.24", "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" + "qs": "6.9.6", + "raw-body": "2.4.2", + "type-is": "~1.6.18" }, "dependencies": { "debug": { @@ -4962,10 +4962,37 @@ "ms": "2.0.0" } }, + "http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + } + }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "qs": { + "version": "6.9.6", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz", + "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==" + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" } } }, @@ -5058,9 +5085,9 @@ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" }, "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz", + "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==" }, "cache-base": { "version": "1.0.1", @@ -7205,6 +7232,28 @@ "vary": "~1.1.2" }, "dependencies": { + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + } + }, + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -7222,6 +7271,17 @@ "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } } } }, @@ -15431,14 +15491,38 @@ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" }, "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz", + "integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==", "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", + "bytes": "3.1.1", + "http-errors": "1.8.1", "iconv-lite": "0.4.24", "unpipe": "1.0.0" + }, + "dependencies": { + "http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + } + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + } } }, "rc": { diff --git a/package.json b/package.json index 7de4a98f57..654d5abd52 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@babel/runtime": "7.16.3", "bcryptjs": "2.3.0", - "body-parser": "1.19.0", + "body-parser": "1.19.1", "commander": "6.2.1", "connect-flash": "0.1.1", "cookie-session": "2.0.0-beta.3", From 96a715b48947a5e172981090e623d30f30835299 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 1 Jan 2022 20:24:55 +0000 Subject: [PATCH 02/40] refactor: upgrade typescript from 4.5.2 to 4.5.3 (#1975) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1afcae472c..f62c5d269c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18119,9 +18119,9 @@ } }, "typescript": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", - "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==" + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz", + "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==" }, "ua-parser-js": { "version": "0.7.28", diff --git a/package.json b/package.json index 654d5abd52..4eb2a344f9 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "react-router-dom": "5.3.0", "regenerator-runtime": "0.13.8", "semver": "7.3.4", - "typescript": "4.5.2" + "typescript": "4.5.3" }, "devDependencies": { "@actions/core": "1.2.6", From 3837fd43a3f9c1fc27699b27137a24458e2d14a0 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 1 Jan 2022 21:26:24 +0000 Subject: [PATCH 03/40] refactor: upgrade graphiql from 1.5.12 to 1.5.15 (#1972) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f62c5d269c..05232e0ba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8302,18 +8302,18 @@ "dev": true }, "graphiql": { - "version": "1.5.12", - "resolved": "https://registry.npmjs.org/graphiql/-/graphiql-1.5.12.tgz", - "integrity": "sha512-O7ooa9ShE53o0SBXGzNcyXZkynLGfnbVWC1uJ1n1IaFWFu+MZeRNruL9te0UmCqOMNIn+s6h8J8WrsI1Sp3P1w==", + "version": "1.5.15", + "resolved": "https://registry.npmjs.org/graphiql/-/graphiql-1.5.15.tgz", + "integrity": "sha512-1achmzipKexDOxeBkue4i5rTFrFnV321KZbV48SRcNqcI9JSdganUhiwIQRg6YFPTVQACv2bLrh4YZ2Ca3RA9w==", "requires": { "@graphiql/toolkit": "^0.4.2", "codemirror": "^5.58.2", - "codemirror-graphql": "^1.2.8", + "codemirror-graphql": "^1.2.10", "copy-to-clipboard": "^3.2.0", "dset": "^3.1.0", "entities": "^2.0.0", "escape-html": "^1.0.3", - "graphql-language-service": "^4.1.1", + "graphql-language-service": "^4.1.3", "markdown-it": "^12.2.0" } }, diff --git a/package.json b/package.json index 4eb2a344f9..50aefd7c9f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "copy-to-clipboard": "3.3.1", "csurf": "1.11.0", "express": "4.17.1", - "graphiql": "1.5.12", + "graphiql": "1.5.15", "graphql": "16.0.1", "history": "4.10.1", "immutable": "4.0.0", From 2d2236171c47406516cfcf5153258d16b399aef5 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 1 Jan 2022 21:46:52 +0000 Subject: [PATCH 04/40] refactor: upgrade graphql from 16.0.1 to 16.1.0 (#1973) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05232e0ba9..5fd0c7953a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8318,9 +8318,9 @@ } }, "graphql": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.1.tgz", - "integrity": "sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==" + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.1.0.tgz", + "integrity": "sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==" }, "graphql-config": { "version": "4.1.0", diff --git a/package.json b/package.json index 50aefd7c9f..bda653a986 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "csurf": "1.11.0", "express": "4.17.1", "graphiql": "1.5.15", - "graphql": "16.0.1", + "graphql": "16.1.0", "history": "4.10.1", "immutable": "4.0.0", "immutable-devtools": "0.1.5", From 29b4c73ad4684f493d673d956e3434fd35fa5d45 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 3 Jan 2022 12:11:24 +0000 Subject: [PATCH 05/40] refactor: upgrade graphiql from 1.5.15 to 1.5.16 (#1979) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fd0c7953a..48308d2ba5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8302,18 +8302,18 @@ "dev": true }, "graphiql": { - "version": "1.5.15", - "resolved": "https://registry.npmjs.org/graphiql/-/graphiql-1.5.15.tgz", - "integrity": "sha512-1achmzipKexDOxeBkue4i5rTFrFnV321KZbV48SRcNqcI9JSdganUhiwIQRg6YFPTVQACv2bLrh4YZ2Ca3RA9w==", + "version": "1.5.16", + "resolved": "https://registry.npmjs.org/graphiql/-/graphiql-1.5.16.tgz", + "integrity": "sha512-G1ucZ+1GS6Soq+ftr7eOihy6BcmJHYo29j1/GxXKclUr/z768WWjjIqDcF1/+geI0KOzVeEKkceA1bgT5hG4oQ==", "requires": { "@graphiql/toolkit": "^0.4.2", "codemirror": "^5.58.2", - "codemirror-graphql": "^1.2.10", + "codemirror-graphql": "^1.2.11", "copy-to-clipboard": "^3.2.0", "dset": "^3.1.0", "entities": "^2.0.0", "escape-html": "^1.0.3", - "graphql-language-service": "^4.1.3", + "graphql-language-service": "^4.1.4", "markdown-it": "^12.2.0" } }, diff --git a/package.json b/package.json index bda653a986..9242a16e41 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "copy-to-clipboard": "3.3.1", "csurf": "1.11.0", "express": "4.17.1", - "graphiql": "1.5.15", + "graphiql": "1.5.16", "graphql": "16.1.0", "history": "4.10.1", "immutable": "4.0.0", From e9c9f4ec47609e9fbab44acb0e2110d64711bda7 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 4 Jan 2022 12:24:24 +0000 Subject: [PATCH 06/40] refactor: upgrade typescript from 4.5.3 to 4.5.4 (#1982) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48308d2ba5..74fade20aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18119,9 +18119,9 @@ } }, "typescript": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz", - "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==" + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" }, "ua-parser-js": { "version": "0.7.28", diff --git a/package.json b/package.json index 9242a16e41..8e8eb05740 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "react-router-dom": "5.3.0", "regenerator-runtime": "0.13.8", "semver": "7.3.4", - "typescript": "4.5.3" + "typescript": "4.5.4" }, "devDependencies": { "@actions/core": "1.2.6", From ca97ef7b42f5b24820dbe8476529c6dcbff175ee Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 4 Jan 2022 17:10:40 +0000 Subject: [PATCH 07/40] refactor: upgrade @babel/runtime from 7.16.3 to 7.16.5 (#1981) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74fade20aa..151c1a9b7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2146,9 +2146,9 @@ } }, "@babel/runtime": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", - "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", + "version": "7.16.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", + "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 8e8eb05740..f55bfdcdd3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "LICENSE" ], "dependencies": { - "@babel/runtime": "7.16.3", + "@babel/runtime": "7.16.5", "bcryptjs": "2.3.0", "body-parser": "1.19.1", "commander": "6.2.1", From 1927d19caff8225b772934c55f5e45b408693f7f Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 6 Jan 2022 12:33:24 +0000 Subject: [PATCH 08/40] refactor: upgrade passport from 0.5.0 to 0.5.1 (#1984) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 151c1a9b7d..443de5a8ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14798,9 +14798,9 @@ "dev": true }, "passport": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/passport/-/passport-0.5.0.tgz", - "integrity": "sha512-ln+ue5YaNDS+fes6O5PCzXKSseY5u8MYhX9H5Co4s+HfYI5oqvnHKoOORLYDUPh+8tHvrxugF2GFcUA1Q1Gqfg==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.5.1.tgz", + "integrity": "sha512-MSLMqXppCECdQp4tM5kPwOr9SC6tYgDAJ+8boyFIZeGp7fvpxDuFD0Mfx5DEa6b+LsCjdA843HC+ZGavG9vDiA==", "requires": { "passport-strategy": "1.x.x", "pause": "0.0.1" diff --git a/package.json b/package.json index f55bfdcdd3..aca6623d57 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "otpauth": "7.0.8", "package-json": "7.0.0", "parse": "3.4.0", - "passport": "0.5.0", + "passport": "0.5.1", "passport-local": "1.0.0", "prismjs": "1.25.0", "prop-types": "15.7.2", From 2b2e9707865abb6448381c8d02805fbc1505379e Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 8 Jan 2022 22:13:13 +0000 Subject: [PATCH 09/40] refactor: upgrade passport from 0.5.1 to 0.5.2 (#1987) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 443de5a8ac..660939a2f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14798,9 +14798,9 @@ "dev": true }, "passport": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/passport/-/passport-0.5.1.tgz", - "integrity": "sha512-MSLMqXppCECdQp4tM5kPwOr9SC6tYgDAJ+8boyFIZeGp7fvpxDuFD0Mfx5DEa6b+LsCjdA843HC+ZGavG9vDiA==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.5.2.tgz", + "integrity": "sha512-w9n/Ot5I7orGD4y+7V3EFJCQEznE5RxHamUxcqLT2QoJY0f2JdN8GyHonYFvN0Vz+L6lUJfVhrk2aZz2LbuREw==", "requires": { "passport-strategy": "1.x.x", "pause": "0.0.1" diff --git a/package.json b/package.json index aca6623d57..af9f920a32 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "otpauth": "7.0.8", "package-json": "7.0.0", "parse": "3.4.0", - "passport": "0.5.1", + "passport": "0.5.2", "passport-local": "1.0.0", "prismjs": "1.25.0", "prop-types": "15.7.2", From 306a18966fab968884c0a52c72bd12c53d63901a Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 8 Jan 2022 22:19:26 +0000 Subject: [PATCH 10/40] refactor: upgrade cookie-session from 2.0.0-beta.3 to 2.0.0 (#1985) --- package-lock.json | 64 +++++++++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 35 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 660939a2f5..704bd5a21d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5614,33 +5614,28 @@ "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" }, "cookie-session": { - "version": "2.0.0-beta.3", - "resolved": "https://registry.npmjs.org/cookie-session/-/cookie-session-2.0.0-beta.3.tgz", - "integrity": "sha512-zyqm5tA0z9yMEB/xyP7lnRnqp8eLR2e0dap+9+rBwVigla9yPKn8XTL1jJymog8xjfrowqW2o5LUjixQChkqrw==", - "requires": { - "cookies": "0.7.1", - "debug": "3.1.0", - "on-headers": "~1.0.1", - "safe-buffer": "5.1.1" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cookie-session/-/cookie-session-2.0.0.tgz", + "integrity": "sha512-hKvgoThbw00zQOleSlUr2qpvuNweoqBtxrmx0UFosx6AGi9lYtLoA+RbsvknrEX8Pr6MDbdWAb2j6SnMn+lPsg==", + "requires": { + "cookies": "0.8.0", + "debug": "3.2.7", + "on-headers": "~1.0.2", + "safe-buffer": "5.2.1" }, "dependencies": { "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" } }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, "safe-buffer": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" } } }, @@ -5650,12 +5645,19 @@ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" }, "cookies": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.7.1.tgz", - "integrity": "sha1-fIphX1SBxhq58WyDNzG8uPZjuZs=", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.8.0.tgz", + "integrity": "sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==", "requires": { - "depd": "~1.1.1", - "keygrip": "~1.0.2" + "depd": "~2.0.0", + "keygrip": "~1.1.0" + }, + "dependencies": { + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + } } }, "copy-descriptor": { @@ -11201,9 +11203,12 @@ } }, "keygrip": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.0.3.tgz", - "integrity": "sha512-/PpesirAIfaklxUzp4Yb7xBper9MwP6hNRA6BGGUFCgbJ+BM5CKBtsoxinNXkLHAr+GXS1/lSlF2rP7cv5Fl+g==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz", + "integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==", + "requires": { + "tsscmp": "1.0.6" + } }, "keyv": { "version": "4.0.3", @@ -11906,8 +11911,7 @@ "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "mute-stream": { "version": "0.0.8", diff --git a/package.json b/package.json index af9f920a32..35032edc5b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "body-parser": "1.19.1", "commander": "6.2.1", "connect-flash": "0.1.1", - "cookie-session": "2.0.0-beta.3", + "cookie-session": "2.0.0", "copy-to-clipboard": "3.3.1", "csurf": "1.11.0", "express": "4.17.1", From 2e62df5849a2c310ea976cbe32677d31ab9c77b9 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 8 Jan 2022 22:32:56 +0000 Subject: [PATCH 11/40] refactor: upgrade express from 4.17.1 to 4.17.2 (#1986) --- package-lock.json | 140 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 71 insertions(+), 71 deletions(-) diff --git a/package-lock.json b/package-lock.json index 704bd5a21d..cfe61a34a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5527,11 +5527,18 @@ "dev": true }, "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", "requires": { - "safe-buffer": "5.1.2" + "safe-buffer": "5.2.1" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } } }, "content-type": { @@ -7198,16 +7205,16 @@ } }, "express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.2.tgz", + "integrity": "sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg==", "requires": { "accepts": "~1.3.7", "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", + "body-parser": "1.19.1", + "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.4.0", + "cookie": "0.4.1", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "~1.1.2", @@ -7221,40 +7228,23 @@ "on-finished": "~2.3.0", "parseurl": "~1.3.3", "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", + "proxy-addr": "~2.0.7", + "qs": "6.9.6", "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", + "safe-buffer": "5.2.1", + "send": "0.17.2", + "serve-static": "1.14.2", + "setprototypeof": "1.2.0", "statuses": "~1.5.0", "type-is": "~1.6.18", "utils-merge": "1.0.1", "vary": "~1.1.2" }, "dependencies": { - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - } - }, - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + "cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" }, "debug": { "version": "2.6.9", @@ -7274,16 +7264,20 @@ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - } + "qs": { + "version": "6.9.6", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz", + "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==" + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" } } }, @@ -8633,21 +8627,26 @@ "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" }, "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", "requires": { "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" + "toidentifier": "1.0.1" }, "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" } } }, @@ -15456,7 +15455,8 @@ "qs": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", + "dev": true }, "queue-microtask": { "version": "1.2.3", @@ -16771,9 +16771,9 @@ "dev": true }, "send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "version": "0.17.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.2.tgz", + "integrity": "sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==", "requires": { "debug": "2.6.9", "depd": "~1.1.2", @@ -16782,9 +16782,9 @@ "escape-html": "~1.0.3", "etag": "~1.8.1", "fresh": "0.5.2", - "http-errors": "~1.7.2", + "http-errors": "1.8.1", "mime": "1.6.0", - "ms": "2.1.1", + "ms": "2.1.3", "on-finished": "~2.3.0", "range-parser": "~1.2.1", "statuses": "~1.5.0" @@ -16806,9 +16806,9 @@ } }, "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" } } }, @@ -16822,14 +16822,14 @@ } }, "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz", + "integrity": "sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==", "requires": { "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.17.1" + "send": "0.17.2" } }, "set-blocking": { diff --git a/package.json b/package.json index 35032edc5b..0a39bee56e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "cookie-session": "2.0.0", "copy-to-clipboard": "3.3.1", "csurf": "1.11.0", - "express": "4.17.1", + "express": "4.17.2", "graphiql": "1.5.16", "graphql": "16.1.0", "history": "4.10.1", From 245c22ea21f1af6f3e74a269d74460d5c5ea5c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:47:33 +0100 Subject: [PATCH 12/40] fix: bump markdown-it from 12.3.0 to 12.3.2 (#1996) --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfe61a34a8..57eba4a246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11602,9 +11602,9 @@ } }, "markdown-it": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", - "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "requires": { "argparse": "^2.0.1", "entities": "~2.1.0", From 024f2d49d87a8a6d9e1b167267b853d005ce6144 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jan 2022 00:49:39 +0000 Subject: [PATCH 13/40] chore(release): 4.0.0-alpha.6 [skip ci] # [4.0.0-alpha.6](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.5...4.0.0-alpha.6) (2022-01-13) ### Bug Fixes * bump markdown-it from 12.3.0 to 12.3.2 ([#1996](https://github.com/ParsePlatform/parse-dashboard/issues/1996)) ([245c22e](https://github.com/ParsePlatform/parse-dashboard/commit/245c22ea21f1af6f3e74a269d74460d5c5ea5c03)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index caedb3a1ff..f994e39187 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.6](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.5...4.0.0-alpha.6) (2022-01-13) + + +### Bug Fixes + +* bump markdown-it from 12.3.0 to 12.3.2 ([#1996](https://github.com/ParsePlatform/parse-dashboard/issues/1996)) ([245c22e](https://github.com/ParsePlatform/parse-dashboard/commit/245c22ea21f1af6f3e74a269d74460d5c5ea5c03)) + # [4.0.0-alpha.5](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.4...4.0.0-alpha.5) (2021-12-12) diff --git a/package-lock.json b/package-lock.json index 57eba4a246..e18d59c7ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.5", + "version": "4.0.0-alpha.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a39bee56e..6b9ccbd14a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.5", + "version": "4.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From 4ca2e971890c6ee7ee88195a4c75dbb73dc5a0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 02:02:19 +0100 Subject: [PATCH 14/40] fix: bump follow-redirects from 1.14.4 to 1.14.7 (#1997) --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e18d59c7ff..819bce9da2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7833,9 +7833,9 @@ } }, "follow-redirects": { - "version": "1.14.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz", - "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==", + "version": "1.14.7", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz", + "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==", "dev": true }, "for-each": { From 6704837d9d3dc5ccb78ec2be0dfb5f4ddefb4fed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jan 2022 01:04:40 +0000 Subject: [PATCH 15/40] chore(release): 4.0.0-alpha.7 [skip ci] # [4.0.0-alpha.7](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.6...4.0.0-alpha.7) (2022-01-13) ### Bug Fixes * bump follow-redirects from 1.14.4 to 1.14.7 ([#1997](https://github.com/ParsePlatform/parse-dashboard/issues/1997)) ([4ca2e97](https://github.com/ParsePlatform/parse-dashboard/commit/4ca2e971890c6ee7ee88195a4c75dbb73dc5a0b1)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index f994e39187..70a0516bab 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.7](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.6...4.0.0-alpha.7) (2022-01-13) + + +### Bug Fixes + +* bump follow-redirects from 1.14.4 to 1.14.7 ([#1997](https://github.com/ParsePlatform/parse-dashboard/issues/1997)) ([4ca2e97](https://github.com/ParsePlatform/parse-dashboard/commit/4ca2e971890c6ee7ee88195a4c75dbb73dc5a0b1)) + # [4.0.0-alpha.6](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.5...4.0.0-alpha.6) (2022-01-13) diff --git a/package-lock.json b/package-lock.json index 819bce9da2..ffa4911091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6b9ccbd14a..ca2789c24d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From 47728d15c7b219a05fa781d85a75d50d3d9ab420 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 14 Jan 2022 13:23:16 +0000 Subject: [PATCH 16/40] refactor: upgrade graphql from 16.1.0 to 16.2.0 (#1998) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffa4911091..0eafec2b6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8314,9 +8314,9 @@ } }, "graphql": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.1.0.tgz", - "integrity": "sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==" + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.2.0.tgz", + "integrity": "sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA==" }, "graphql-config": { "version": "4.1.0", diff --git a/package.json b/package.json index ca2789c24d..673340e750 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "csurf": "1.11.0", "express": "4.17.2", "graphiql": "1.5.16", - "graphql": "16.1.0", + "graphql": "16.2.0", "history": "4.10.1", "immutable": "4.0.0", "immutable-devtools": "0.1.5", From f7a761b6c49e27ae6cfca5ca72db0b1608f52926 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 15 Jan 2022 11:51:41 +0000 Subject: [PATCH 17/40] refactor: upgrade prop-types from 15.7.2 to 15.8.0 (#1999) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0eafec2b6e..2d5da3c95f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15241,13 +15241,13 @@ } }, "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz", - "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.0.tgz", + "integrity": "sha512-fDGekdaHh65eI3lMi5OnErU6a8Ighg2KjcjQxO7m8VHyWjcPyj5kiOgV1LQDOOOgVy3+5FgjXvdSSX7B8/5/4g==", "requires": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", - "react-is": "^16.8.1" + "react-is": "^16.13.1" } }, "proto-list": { diff --git a/package.json b/package.json index 673340e750..a921158bd1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "passport": "0.5.2", "passport-local": "1.0.0", "prismjs": "1.25.0", - "prop-types": "15.7.2", + "prop-types": "15.8.0", "qrcode": "1.5.0", "react": "16.14.0", "react-ace": "9.5.0", From ae4cc900bdbdc4425f0f30c07c6ef689c8cebe8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:21:01 +0100 Subject: [PATCH 18/40] fix: bump marked from 0.8.2 to 4.0.10 (#2001) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d5da3c95f..e7e6e62be7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11626,9 +11626,9 @@ } }, "marked": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.2.tgz", - "integrity": "sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "dev": true }, "marked-terminal": { diff --git a/package.json b/package.json index a921158bd1..2f94090714 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "http-server": "14.0.0", "jest": "24.8.0", "madge": "5.0.1", - "marked": "0.8.2", + "marked": "4.0.10", "node-sass": "6.0.1", "null-loader": "4.0.1", "path-to-regexp": "3.2.0", From 08f23f0852c247161b906eb6d7ff4456ffe13755 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Jan 2022 13:22:54 +0000 Subject: [PATCH 19/40] chore(release): 4.0.0-alpha.8 [skip ci] # [4.0.0-alpha.8](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.7...4.0.0-alpha.8) (2022-01-15) ### Bug Fixes * bump marked from 0.8.2 to 4.0.10 ([#2001](https://github.com/ParsePlatform/parse-dashboard/issues/2001)) ([ae4cc90](https://github.com/ParsePlatform/parse-dashboard/commit/ae4cc900bdbdc4425f0f30c07c6ef689c8cebe8c)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index 70a0516bab..fdfc3be854 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.8](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.7...4.0.0-alpha.8) (2022-01-15) + + +### Bug Fixes + +* bump marked from 0.8.2 to 4.0.10 ([#2001](https://github.com/ParsePlatform/parse-dashboard/issues/2001)) ([ae4cc90](https://github.com/ParsePlatform/parse-dashboard/commit/ae4cc900bdbdc4425f0f30c07c6ef689c8cebe8c)) + # [4.0.0-alpha.7](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.6...4.0.0-alpha.7) (2022-01-13) diff --git a/package-lock.json b/package-lock.json index e7e6e62be7..2f1020c143 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.7", + "version": "4.0.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f94090714..9e58ea2fcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.7", + "version": "4.0.0-alpha.8", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From 659c5445412aca3a59b1d7975ec3430b552d2676 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jan 2022 12:43:43 +0100 Subject: [PATCH 20/40] ci: bump environment; add compatibility table to README (#2000) --- .github/workflows/ci.yml | 4 ++-- README.md | 27 ++++++++++++++++++++++----- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6062e02276..53e5901987 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,9 +112,9 @@ jobs: matrix: include: - name: Node 12 - NODE_VERSION: 12.22.8 + NODE_VERSION: 12.22.9 - name: Node 14 - NODE_VERSION: 14.18.2 + NODE_VERSION: 14.18.3 - name: Node 16 NODE_VERSION: 16.10.0 fail-fast: false diff --git a/README.md b/README.md index b2972ad84c..8f9eef5ecb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https --- - [Getting Started](#getting-started) -- [Local Installation](#local-installation) + - [Compatibility](#compatibility) + - [Parse Server](#parse-server) + - [Node.js](#nodejs) - [Configuring Parse Dashboard](#configuring-parse-dashboard) - [File](#file) - [Environment variables](#environment-variables) @@ -60,10 +62,6 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https # Getting Started -[Node.js](https://nodejs.org) version >= 12 is required to run the dashboard. You also need to be using Parse Server version 2.1.4 or higher. - -# Local Installation - Install the dashboard from `npm`. ``` @@ -90,6 +88,25 @@ After starting the dashboard, you can visit http://localhost:4040 in your browse ![Parse Dashboard](.github/dash-shot.png) +## Compatibility + +### Parse Server +Parse Dashboard is compatible with the following Parse Server versions. + +| Parse Dashboard Version | Parse Server Version | Compatible | +|-------------------------|----------------------|------------| +| >=1.0 | >= 2.1.4 | ✅ Yes | + +### Node.js +Parse Dashboard is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date. + +| Version | Latest Version | End-of-Life | Compatible | +|------------|----------------|-------------|--------------| +| Node.js 12 | 12.22.9 | April 2022 | ✅ Yes | +| Node.js 14 | 14.18.3 | April 2023 | ✅ Yes | +| Node.js 16 | 16.10.0 | April 2024 | ✅ Yes | +| Node.js 17 | 17.x | June 2022 | ❌ Not tested | + ## Configuring Parse Dashboard ### File From e1a5497d4a999d18dcf60f93cdba16d36250a7cc Mon Sep 17 00:00:00 2001 From: "Raschid J.F. Rafeally" Date: Tue, 18 Jan 2022 16:08:37 -0600 Subject: [PATCH 21/40] fix: cannot save nullish values for required fields (#2003) --- .../BrowserCell/BrowserCell.react.js | 4 +- src/dashboard/Data/Browser/Browser.react.js | 4 +- src/lib/tests/BrowserCell.test.js | 53 +++++++++++++++++++ 3 files changed, 57 insertions(+), 4 deletions(-) create mode 100644 src/lib/tests/BrowserCell.test.js diff --git a/src/components/BrowserCell/BrowserCell.react.js b/src/components/BrowserCell/BrowserCell.react.js index f5c0d3aa0e..f038ba03f6 100644 --- a/src/components/BrowserCell/BrowserCell.react.js +++ b/src/components/BrowserCell/BrowserCell.react.js @@ -168,7 +168,7 @@ export default class BrowserCell extends Component { } this.onContextMenu = this.onContextMenu.bind(this); - if (this.props.markRequiredField && this.props.isRequired && !this.props.value) { + if (this.props.markRequiredField && this.props.isRequired && this.props.value == null) { classes.push(styles.required); } @@ -396,7 +396,7 @@ export default class BrowserCell extends Component { if ( current ) { classes.push(styles.current); } - if (markRequiredFieldRow === row && isRequired && !value) { + if (markRequiredFieldRow === row && isRequired && value == null) { classes.push(styles.required); } diff --git a/src/dashboard/Data/Browser/Browser.react.js b/src/dashboard/Data/Browser/Browser.react.js index 2b4d9beb11..9713d49464 100644 --- a/src/dashboard/Data/Browser/Browser.react.js +++ b/src/dashboard/Data/Browser/Browser.react.js @@ -417,7 +417,7 @@ class Browser extends DashboardView { if (requiredCols.length) { for (let idx = 0; idx < requiredCols.length; idx++) { const name = requiredCols[idx]; - if (!obj.get(name)) { + if (obj.get(name) == null) { this.showNote("Please enter all required fields", true); this.setState({ markRequiredFieldRow: -1 @@ -521,7 +521,7 @@ class Browser extends DashboardView { if (requiredCols.length) { for (let idx = 0; idx < requiredCols.length; idx++) { const name = requiredCols[idx]; - if (!obj.get(name)) { + if (obj.get(name) == null) { this.showNote("Please enter all required fields", true); this.setState({ markRequiredFieldRow: rowIndex diff --git a/src/lib/tests/BrowserCell.test.js b/src/lib/tests/BrowserCell.test.js new file mode 100644 index 0000000000..6b3e1e2c40 --- /dev/null +++ b/src/lib/tests/BrowserCell.test.js @@ -0,0 +1,53 @@ +/* + * Copyright (c) 2016-present, Parse, LLC + * All rights reserved. + * + * This source code is licensed under the license found in the LICENSE file in + * the root directory of this source tree. + */ +jest.dontMock('../../components/BrowserCell/BrowserCell.react'); + +import React from 'react'; +import renderer from 'react-test-renderer'; +const BrowserCell = require('../../components/BrowserCell/BrowserCell.react').default; + +describe('BrowserCell', () => { + + describe('Required fields', () => { + + it('should not highlight 0 value', () => { + const component = renderer.create( + + ).toJSON(); + expect(component.props.className).not.toContain('required'); + }); + + it('should not highlight false value', () => { + const component = renderer.create( + + ).toJSON(); + expect(component.props.className).not.toContain('required'); + }); + + it('should not highlight empty string value', () => { + const component = renderer.create( + + ).toJSON(); + expect(component.props.className).not.toContain('required'); + }); + + it('should highlight null value', () => { + const component = renderer.create( + + ).toJSON(); + expect(component.props.className).toContain('required'); + }); + + it('should highlight undefined value', () => { + const component = renderer.create( + + ).toJSON(); + expect(component.props.className).toContain('required'); + }); + }); +}); From e3d87894a6035db79b06cf0818067b4c21a36414 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jan 2022 22:11:07 +0000 Subject: [PATCH 22/40] chore(release): 4.0.0-alpha.9 [skip ci] # [4.0.0-alpha.9](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.8...4.0.0-alpha.9) (2022-01-18) ### Bug Fixes * cannot save nullish values for required fields ([#2003](https://github.com/ParsePlatform/parse-dashboard/issues/2003)) ([e1a5497](https://github.com/ParsePlatform/parse-dashboard/commit/e1a5497d4a999d18dcf60f93cdba16d36250a7cc)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index fdfc3be854..2d5759e4f0 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.9](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.8...4.0.0-alpha.9) (2022-01-18) + + +### Bug Fixes + +* cannot save nullish values for required fields ([#2003](https://github.com/ParsePlatform/parse-dashboard/issues/2003)) ([e1a5497](https://github.com/ParsePlatform/parse-dashboard/commit/e1a5497d4a999d18dcf60f93cdba16d36250a7cc)) + # [4.0.0-alpha.8](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.7...4.0.0-alpha.8) (2022-01-15) diff --git a/package-lock.json b/package-lock.json index 2f1020c143..d65dfd1e01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.8", + "version": "4.0.0-alpha.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9e58ea2fcb..9a9ca5f9d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.8", + "version": "4.0.0-alpha.9", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From 64b1f63d41a9cf8191a7ad477c1d0774a3690574 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 21 Jan 2022 14:07:05 +0000 Subject: [PATCH 23/40] refactor: upgrade @babel/runtime from 7.16.5 to 7.16.7 (#2005) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d65dfd1e01..079767aac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2146,9 +2146,9 @@ } }, "@babel/runtime": { - "version": "7.16.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", - "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 9a9ca5f9d4..0026440061 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "LICENSE" ], "dependencies": { - "@babel/runtime": "7.16.5", + "@babel/runtime": "7.16.7", "bcryptjs": "2.3.0", "body-parser": "1.19.1", "commander": "6.2.1", From 6cfe9cae63a49013489e5683b5e16ab3c4399730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 12:17:50 +0100 Subject: [PATCH 24/40] fix: bump nanoid from 3.1.28 to 3.2.0 (#2008) --- package-lock.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 079767aac2..d85721ed40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11930,9 +11930,9 @@ "dev": true }, "nanoid": { - "version": "3.1.28", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.28.tgz", - "integrity": "sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz", + "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==", "dev": true }, "nanomatch": { @@ -15024,12 +15024,6 @@ "source-map-js": "^1.0.1" }, "dependencies": { - "nanoid": { - "version": "3.1.30", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", - "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", - "dev": true - }, "source-map-js": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz", From 45c9b603297c8f63cb037c57497d830cc4d82d70 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 22 Jan 2022 11:20:15 +0000 Subject: [PATCH 25/40] chore(release): 4.0.0-alpha.10 [skip ci] # [4.0.0-alpha.10](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.9...4.0.0-alpha.10) (2022-01-22) ### Bug Fixes * bump nanoid from 3.1.28 to 3.2.0 ([#2008](https://github.com/ParsePlatform/parse-dashboard/issues/2008)) ([6cfe9ca](https://github.com/ParsePlatform/parse-dashboard/commit/6cfe9cae63a49013489e5683b5e16ab3c4399730)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index 2d5759e4f0..0ba79ce994 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.10](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.9...4.0.0-alpha.10) (2022-01-22) + + +### Bug Fixes + +* bump nanoid from 3.1.28 to 3.2.0 ([#2008](https://github.com/ParsePlatform/parse-dashboard/issues/2008)) ([6cfe9ca](https://github.com/ParsePlatform/parse-dashboard/commit/6cfe9cae63a49013489e5683b5e16ab3c4399730)) + # [4.0.0-alpha.9](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.8...4.0.0-alpha.9) (2022-01-18) diff --git a/package-lock.json b/package-lock.json index d85721ed40..22e8405760 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.9", + "version": "4.0.0-alpha.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0026440061..15944f2dad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.9", + "version": "4.0.0-alpha.10", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From a508a58ce927fd7e08d249818c38f6fb1305956c Mon Sep 17 00:00:00 2001 From: Damian Stasik Date: Sun, 23 Jan 2022 01:42:23 +0100 Subject: [PATCH 26/40] fix: various UI bugs (e.g. filter data browser, switch app, upload file) (#2010) --- src/components/FileEditor/FileEditor.react.js | 2 +- src/dashboard/Data/Browser/Browser.react.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/FileEditor/FileEditor.react.js b/src/components/FileEditor/FileEditor.react.js index 5c2b507026..abc87b654b 100644 --- a/src/components/FileEditor/FileEditor.react.js +++ b/src/components/FileEditor/FileEditor.react.js @@ -78,7 +78,7 @@ export default class FileEditor extends React.Component { render() { const file = this.props.value; return ( -
+
{file ? 'Replace file' : 'Upload file'} diff --git a/src/dashboard/Data/Browser/Browser.react.js b/src/dashboard/Data/Browser/Browser.react.js index 9713d49464..db535207fb 100644 --- a/src/dashboard/Data/Browser/Browser.react.js +++ b/src/dashboard/Data/Browser/Browser.react.js @@ -167,7 +167,7 @@ class Browser extends DashboardView { } componentWillReceiveProps(nextProps, nextContext) { - if (this.props.params.className !== nextProps.params.className) { + if (this.props.params.appId !== nextProps.params.appId || this.props.params.className !== nextProps.params.className || this.props.location.search !== nextProps.location.search) { if (this.props.params.appId !== nextProps.params.appId || !this.props.params.className) { this.setState({ counts: {} }); Parse.Object._clearAllState(); @@ -177,7 +177,7 @@ class Browser extends DashboardView { .then(() => this.handleFetchedSchema()); } if (!nextProps.params.className && nextProps.schema.data.get('classes')) { - this.redirectToFirstClass(nextProps.schema.data.get('classes')); + this.redirectToFirstClass(nextProps.schema.data.get('classes'), nextContext); } } @@ -225,7 +225,7 @@ class Browser extends DashboardView { return filters; } - redirectToFirstClass(classList) { + redirectToFirstClass(classList, context) { if (!classList.isEmpty()) { let classes = Object.keys(classList.toObject()); classes.sort((a, b) => { @@ -237,7 +237,7 @@ class Browser extends DashboardView { } return a.toUpperCase() < b.toUpperCase() ? -1 : 1; }); - history.replace(generatePath(this.context, 'browser/' + classes[0])); + history.replace(generatePath(context || this.context, 'browser/' + classes[0])); } } From 2b7a5f948ca1e1f18c4554b2681eb14f38f3b053 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jan 2022 00:44:33 +0000 Subject: [PATCH 27/40] chore(release): 4.0.0-alpha.11 [skip ci] # [4.0.0-alpha.11](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.10...4.0.0-alpha.11) (2022-01-23) ### Bug Fixes * various UI bugs (e.g. filter data browser, switch app, upload file) ([#2010](https://github.com/ParsePlatform/parse-dashboard/issues/2010)) ([a508a58](https://github.com/ParsePlatform/parse-dashboard/commit/a508a58ce927fd7e08d249818c38f6fb1305956c)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index 0ba79ce994..da6da3567c 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.11](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.10...4.0.0-alpha.11) (2022-01-23) + + +### Bug Fixes + +* various UI bugs (e.g. filter data browser, switch app, upload file) ([#2010](https://github.com/ParsePlatform/parse-dashboard/issues/2010)) ([a508a58](https://github.com/ParsePlatform/parse-dashboard/commit/a508a58ce927fd7e08d249818c38f6fb1305956c)) + # [4.0.0-alpha.10](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.9...4.0.0-alpha.10) (2022-01-22) diff --git a/package-lock.json b/package-lock.json index 22e8405760..fa72552b2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.10", + "version": "4.0.0-alpha.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15944f2dad..4237f014ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.10", + "version": "4.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From 68cf9e238594df29c22a687b2976d56894897f34 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 23 Jan 2022 00:48:56 +0000 Subject: [PATCH 28/40] fix: upgrade parse from 3.4.0 to 3.4.1 (#2011) --- package-lock.json | 24 ++++++++++++++++-------- package.json | 4 ++-- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa72552b2b..3400daf1c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.11", + "version": "4.0.0-alpha.10", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8780,9 +8780,12 @@ "dev": true }, "idb-keyval": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-5.0.6.tgz", - "integrity": "sha512-6lJuVbwyo82mKSH6Wq2eHkt9LcbwHAelMIcMe0tP4p20Pod7tTxq9zf0ge2n/YDfMOpDryerfmmYyuQiaFaKOg==" + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.0.3.tgz", + "integrity": "sha512-yh8V7CnE6EQMu9YDwQXhRxwZh4nv+8xm/HV4ZqK4IiYFJBWYGjJuykADJbSP+F/GDXUBwCSSNn/14IpGL81TuA==", + "requires": { + "safari-14-idb-fix": "^3.0.0" + } }, "ieee754": { "version": "1.2.1", @@ -14728,14 +14731,14 @@ } }, "parse": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/parse/-/parse-3.4.0.tgz", - "integrity": "sha512-FMZLxPW6PvrBgxkXc9AmnYsFKvPwiS4G2n9OI4mdfiSoNzIVLc+bXzlUdJ+I7hiqHsBTP0BrdQczw2/cnVkJ6w==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/parse/-/parse-3.4.1.tgz", + "integrity": "sha512-XTMaHfcOwAOiWLraNtPbCzR8o94ZWjOfaZDMM2jZ1ZDB5twtK1B82lPa+N197efZhcQ+QFbW/eDJsBybD48aSQ==", "requires": { "@babel/runtime": "7.15.4", "@babel/runtime-corejs3": "7.14.7", "crypto-js": "4.1.1", - "idb-keyval": "5.0.6", + "idb-keyval": "6.0.3", "react-native-crypto-js": "1.0.0", "uuid": "3.4.0", "ws": "7.5.1", @@ -16272,6 +16275,11 @@ } } }, + "safari-14-idb-fix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/safari-14-idb-fix/-/safari-14-idb-fix-3.0.0.tgz", + "integrity": "sha512-eBNFLob4PMq8JA1dGyFn6G97q3/WzNtFK4RnzT1fnLq+9RyrGknzYiM/9B12MnKAxuj1IXr7UKYtTNtjyKMBog==" + }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", diff --git a/package.json b/package.json index 4237f014ee..8f08401b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.11", + "version": "4.0.0-alpha.10", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" @@ -53,7 +53,7 @@ "js-beautify": "1.14.0", "otpauth": "7.0.8", "package-json": "7.0.0", - "parse": "3.4.0", + "parse": "3.4.1", "passport": "0.5.2", "passport-local": "1.0.0", "prismjs": "1.25.0", From 5ee456bc2ef43fbee978716012d407f108539d27 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jan 2022 00:51:18 +0000 Subject: [PATCH 29/40] chore(release): 4.0.0-alpha.12 [skip ci] # [4.0.0-alpha.12](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.11...4.0.0-alpha.12) (2022-01-23) ### Bug Fixes * upgrade parse from 3.4.0 to 3.4.1 ([#2011](https://github.com/ParsePlatform/parse-dashboard/issues/2011)) ([68cf9e2](https://github.com/ParsePlatform/parse-dashboard/commit/68cf9e238594df29c22a687b2976d56894897f34)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index da6da3567c..6e08ca485f 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.12](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.11...4.0.0-alpha.12) (2022-01-23) + + +### Bug Fixes + +* upgrade parse from 3.4.0 to 3.4.1 ([#2011](https://github.com/ParsePlatform/parse-dashboard/issues/2011)) ([68cf9e2](https://github.com/ParsePlatform/parse-dashboard/commit/68cf9e238594df29c22a687b2976d56894897f34)) + # [4.0.0-alpha.11](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.10...4.0.0-alpha.11) (2022-01-23) diff --git a/package-lock.json b/package-lock.json index 3400daf1c4..32036d02c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.10", + "version": "4.0.0-alpha.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f08401b26..fc26f80a1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.10", + "version": "4.0.0-alpha.12", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From 4ffd6fc6e3fd74f0288a08547fe5456b8d64f6b1 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sun, 23 Jan 2022 02:01:05 +0100 Subject: [PATCH 30/40] refactor: change example config Parse Server port from 1338 to 1337 (#2012) --- Parse-Dashboard/parse-dashboard-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parse-Dashboard/parse-dashboard-config.json b/Parse-Dashboard/parse-dashboard-config.json index e5c4decbf3..84d5d15396 100644 --- a/Parse-Dashboard/parse-dashboard-config.json +++ b/Parse-Dashboard/parse-dashboard-config.json @@ -1,7 +1,7 @@ { "apps": [ { - "serverURL": "http://localhost:1338/parse", + "serverURL": "http://localhost:1337/parse", "appId": "hello", "masterKey": "world", "appName": "", From 5bd86dd0a5c7857705089cb8a57c078d62863dfc Mon Sep 17 00:00:00 2001 From: Faisal Nadeem Date: Sun, 23 Jan 2022 06:36:03 +0500 Subject: [PATCH 31/40] fix: calendar widget layout partly hides last days of a month (#1990) --- src/components/Calendar/Calendar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Calendar/Calendar.scss b/src/components/Calendar/Calendar.scss index 8cef061694..f178332267 100644 --- a/src/components/Calendar/Calendar.scss +++ b/src/components/Calendar/Calendar.scss @@ -11,7 +11,7 @@ background: white; color: $blue; width: 182px; - height: 172px; + height: auto; } .month { From d1a5ff42a09a02dbf825c14955845bcd836e1f78 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jan 2022 01:38:18 +0000 Subject: [PATCH 32/40] chore(release): 4.0.0-alpha.13 [skip ci] # [4.0.0-alpha.13](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.12...4.0.0-alpha.13) (2022-01-23) ### Bug Fixes * calendar widget layout partly hides last days of a month ([#1990](https://github.com/ParsePlatform/parse-dashboard/issues/1990)) ([5bd86dd](https://github.com/ParsePlatform/parse-dashboard/commit/5bd86dd0a5c7857705089cb8a57c078d62863dfc)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index 6e08ca485f..fac038c082 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.13](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.12...4.0.0-alpha.13) (2022-01-23) + + +### Bug Fixes + +* calendar widget layout partly hides last days of a month ([#1990](https://github.com/ParsePlatform/parse-dashboard/issues/1990)) ([5bd86dd](https://github.com/ParsePlatform/parse-dashboard/commit/5bd86dd0a5c7857705089cb8a57c078d62863dfc)) + # [4.0.0-alpha.12](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.11...4.0.0-alpha.12) (2022-01-23) diff --git a/package-lock.json b/package-lock.json index 32036d02c2..e9098dae67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.12", + "version": "4.0.0-alpha.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc26f80a1b..5b098241c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.12", + "version": "4.0.0-alpha.13", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From 8c36e693c08a960c4002d7d29bde7d111eff2cd4 Mon Sep 17 00:00:00 2001 From: Damian Stasik Date: Sun, 23 Jan 2022 12:39:16 +0100 Subject: [PATCH 33/40] fix: crash when checking for new dashboard release without internet connection (#2015) --- Parse-Dashboard/app.js | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Parse-Dashboard/app.js b/Parse-Dashboard/app.js index 32a4579386..7af0fb2db5 100644 --- a/Parse-Dashboard/app.js +++ b/Parse-Dashboard/app.js @@ -9,13 +9,18 @@ var fs = require('fs'); const currentVersionFeatures = require('../package.json').parseDashboardFeatures; var newFeaturesInLatestVersion = []; -packageJson('parse-dashboard', { version: 'latest', fullMetadata: true }).then(latestPackage => { - if (latestPackage.parseDashboardFeatures instanceof Array) { - newFeaturesInLatestVersion = latestPackage.parseDashboardFeatures.filter(feature => { - return currentVersionFeatures.indexOf(feature) === -1; - }); - } -}); +packageJson('parse-dashboard', { version: 'latest', fullMetadata: true }) + .then(latestPackage => { + if (latestPackage.parseDashboardFeatures instanceof Array) { + newFeaturesInLatestVersion = latestPackage.parseDashboardFeatures.filter(feature => { + return currentVersionFeatures.indexOf(feature) === -1; + }); + } + }) + .catch(() => { + // In case of a failure make sure the final value is an empty array + newFeaturesInLatestVersion = []; + }); function getMount(mountPath) { mountPath = mountPath || ''; From fa54c29e46fcfd56bd9a41ae163af26370348f3d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jan 2022 11:41:33 +0000 Subject: [PATCH 34/40] chore(release): 4.0.0-alpha.14 [skip ci] # [4.0.0-alpha.14](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.13...4.0.0-alpha.14) (2022-01-23) ### Bug Fixes * crash when checking for new dashboard release without internet connection ([#2015](https://github.com/ParsePlatform/parse-dashboard/issues/2015)) ([8c36e69](https://github.com/ParsePlatform/parse-dashboard/commit/8c36e693c08a960c4002d7d29bde7d111eff2cd4)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index fac038c082..d00654715f 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.14](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.13...4.0.0-alpha.14) (2022-01-23) + + +### Bug Fixes + +* crash when checking for new dashboard release without internet connection ([#2015](https://github.com/ParsePlatform/parse-dashboard/issues/2015)) ([8c36e69](https://github.com/ParsePlatform/parse-dashboard/commit/8c36e693c08a960c4002d7d29bde7d111eff2cd4)) + # [4.0.0-alpha.13](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.12...4.0.0-alpha.13) (2022-01-23) diff --git a/package-lock.json b/package-lock.json index e9098dae67..4a6dc03654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.13", + "version": "4.0.0-alpha.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b098241c1..d0c1de7729 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.13", + "version": "4.0.0-alpha.14", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From 7640dd55a5618a5f283dcf404165ee9c160bce75 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 26 Jan 2022 09:57:23 +0000 Subject: [PATCH 35/40] refactor: upgrade otpauth from 7.0.8 to 7.0.9 (#2017) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a6dc03654..6f1595aea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14581,9 +14581,9 @@ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "otpauth": { - "version": "7.0.8", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.0.8.tgz", - "integrity": "sha512-cNBDVbxtgIFXRmmvMcIEMN4qFFM1u16NLfjakfTC5WGjxPDQNfj7cTvtGPBYW7A3W/D4nshPv2OBiByZN+awtw==", + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.0.9.tgz", + "integrity": "sha512-6dN1gFE0zCTYmVgy3THf3RXPKl4V7SyjDss2FSXlztE6pVqnOmbEQkqYoXKVC9Cf7OISb6/scHvKH26y/+c92A==", "requires": { "jssha": "~3.2.0" } diff --git a/package.json b/package.json index d0c1de7729..5200b04290 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "immutable-devtools": "0.1.5", "inquirer": "8.2.0", "js-beautify": "1.14.0", - "otpauth": "7.0.8", + "otpauth": "7.0.9", "package-json": "7.0.0", "parse": "3.4.1", "passport": "0.5.2", From fef1e2510bde707f1952202f35ee4ec197bcf3ae Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 26 Jan 2022 15:50:59 +0000 Subject: [PATCH 36/40] refactor: upgrade prop-types from 15.8.0 to 15.8.1 (#2018) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f1595aea9..00c77d648c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15238,9 +15238,9 @@ } }, "prop-types": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.0.tgz", - "integrity": "sha512-fDGekdaHh65eI3lMi5OnErU6a8Ighg2KjcjQxO7m8VHyWjcPyj5kiOgV1LQDOOOgVy3+5FgjXvdSSX7B8/5/4g==", + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "requires": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", diff --git a/package.json b/package.json index 5200b04290..69846fdcc5 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "passport": "0.5.2", "passport-local": "1.0.0", "prismjs": "1.25.0", - "prop-types": "15.8.0", + "prop-types": "15.8.1", "qrcode": "1.5.0", "react": "16.14.0", "react-ace": "9.5.0", From c2e65573ccfa29b6d6e727e93b9552380c520f86 Mon Sep 17 00:00:00 2001 From: Damian Stasik Date: Wed, 26 Jan 2022 23:49:41 +0100 Subject: [PATCH 37/40] fix: preserve column sorting preferences in data browser (#2016) --- src/dashboard/Data/Browser/Browser.react.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/dashboard/Data/Browser/Browser.react.js b/src/dashboard/Data/Browser/Browser.react.js index db535207fb..816c038e11 100644 --- a/src/dashboard/Data/Browser/Browser.react.js +++ b/src/dashboard/Data/Browser/Browser.react.js @@ -203,12 +203,13 @@ class Browser extends DashboardView { ), selection: {}, relation: isRelationRoute ? relation : null, + }, () => { + if (isRelationRoute) { + this.fetchRelation(relation, filters); + } else if (className) { + this.fetchData(className, filters); + } }); - if (isRelationRoute) { - this.fetchRelation(relation, filters); - } else if (className) { - this.fetchData(className, filters); - } } extractFiltersFromQuery(props) { From 015525cad6c564d5a83467f654c34f219729eac4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Jan 2022 22:51:27 +0000 Subject: [PATCH 38/40] chore(release): 4.0.0-alpha.15 [skip ci] # [4.0.0-alpha.15](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.14...4.0.0-alpha.15) (2022-01-26) ### Bug Fixes * preserve column sorting preferences in data browser ([#2016](https://github.com/ParsePlatform/parse-dashboard/issues/2016)) ([c2e6557](https://github.com/ParsePlatform/parse-dashboard/commit/c2e65573ccfa29b6d6e727e93b9552380c520f86)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index d00654715f..d5076f68f0 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [4.0.0-alpha.15](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.14...4.0.0-alpha.15) (2022-01-26) + + +### Bug Fixes + +* preserve column sorting preferences in data browser ([#2016](https://github.com/ParsePlatform/parse-dashboard/issues/2016)) ([c2e6557](https://github.com/ParsePlatform/parse-dashboard/commit/c2e65573ccfa29b6d6e727e93b9552380c520f86)) + # [4.0.0-alpha.14](https://github.com/ParsePlatform/parse-dashboard/compare/4.0.0-alpha.13...4.0.0-alpha.14) (2022-01-23) diff --git a/package-lock.json b/package-lock.json index 00c77d648c..ef72ff932e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.14", + "version": "4.0.0-alpha.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69846fdcc5..cf89e46a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "4.0.0-alpha.14", + "version": "4.0.0-alpha.15", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From 1713642d586838c2fafade746eae8474741768a5 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 28 Jan 2022 09:56:14 +0000 Subject: [PATCH 39/40] refactor: upgrade prismjs from 1.25.0 to 1.26.0 (#2019) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef72ff932e..e101b36e04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15203,9 +15203,9 @@ } }, "prismjs": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz", - "integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==" + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.26.0.tgz", + "integrity": "sha512-HUoH9C5Z3jKkl3UunCyiD5jwk0+Hz0fIgQ2nbwU2Oo/ceuTAQAg+pPVnfdt2TJWRVLcxKh9iuoYDUSc8clb5UQ==" }, "process-nextick-args": { "version": "2.0.1", diff --git a/package.json b/package.json index cf89e46a63..547300957c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "parse": "3.4.1", "passport": "0.5.2", "passport-local": "1.0.0", - "prismjs": "1.25.0", + "prismjs": "1.26.0", "prop-types": "15.8.1", "qrcode": "1.5.0", "react": "16.14.0", From 5c79b1e98aea0093b5d1eb45dff39d1e2280bcc0 Mon Sep 17 00:00:00 2001 From: mtrezza Date: Tue, 1 Feb 2022 01:07:52 +0000 Subject: [PATCH 40/40] ci: release commit