From 2ab3f65f22bd1cc4e973f15492032bc1a2598332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:19:34 +0000 Subject: [PATCH 01/12] Bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] --- .github/workflows/codestyle.yml | 2 +- .github/workflows/formatstyle.yml | 2 +- .github/workflows/typecheck.yml | 2 +- .github/workflows/unittests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 835c617a..724d10de 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.1.5 with: node-version: ${{ matrix.node }} - name: Install dependencies diff --git a/.github/workflows/formatstyle.yml b/.github/workflows/formatstyle.yml index 44b951b5..3a172db6 100644 --- a/.github/workflows/formatstyle.yml +++ b/.github/workflows/formatstyle.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.1.5 with: node-version: ${{ matrix.node }} - name: Install dependencies diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index f11920e2..3cff8b1a 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.1.5 with: node-version: ${{ matrix.node }} - name: Install dependencies diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 91d297a1..ec6d101a 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.1.5 with: node-version: ${{ matrix.node-version }} - name: Install dependencies and coveralls From 1d356a147c2343ee41a0085a232d626669c7f14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:21:24 +0000 Subject: [PATCH 02/12] Bump eslint from 7.21.0 to 7.22.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0) Signed-off-by: dependabot[bot] --- package-lock.json | 57 +++++++++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 39 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e6b016a..2c53e53c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "concurrently": "^6.0.0", "cypress": "^6.6.0", "cypress-file-upload": "^5.0.2", - "eslint": "7.21.0", + "eslint": "7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-flowtype": "^5.3.1", @@ -7920,9 +7920,9 @@ } }, "node_modules/eslint": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.21.0.tgz", - "integrity": "sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==", + "version": "7.22.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.22.0.tgz", + "integrity": "sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==", "dependencies": { "@babel/code-frame": "7.12.11", "@eslint/eslintrc": "^0.4.0", @@ -7941,7 +7941,7 @@ "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", "glob-parent": "^5.0.0", - "globals": "^12.1.0", + "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", @@ -7949,7 +7949,7 @@ "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "minimatch": "^3.0.4", "natural-compare": "^1.4.0", "optionator": "^0.9.1", @@ -8664,14 +8664,17 @@ } }, "node_modules/eslint/node_modules/globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.7.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.7.0.tgz", + "integrity": "sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA==", "dependencies": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint/node_modules/has-flag": { @@ -8802,6 +8805,17 @@ "node": ">= 0.8.0" } }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint/node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -30692,9 +30706,9 @@ } }, "eslint": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.21.0.tgz", - "integrity": "sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==", + "version": "7.22.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.22.0.tgz", + "integrity": "sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==", "requires": { "@babel/code-frame": "7.12.11", "@eslint/eslintrc": "^0.4.0", @@ -30713,7 +30727,7 @@ "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", "glob-parent": "^5.0.0", - "globals": "^12.1.0", + "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", @@ -30721,7 +30735,7 @@ "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "minimatch": "^3.0.4", "natural-compare": "^1.4.0", "optionator": "^0.9.1", @@ -30839,11 +30853,11 @@ } }, "globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.7.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.7.0.tgz", + "integrity": "sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA==", "requires": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" } }, "has-flag": { @@ -30935,6 +30949,11 @@ "prelude-ls": "^1.2.1" } }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index aa66fe70..b5e4522a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "concurrently": "^6.0.0", "cypress": "^6.6.0", "cypress-file-upload": "^5.0.2", - "eslint": "7.21.0", + "eslint": "7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-flowtype": "^5.3.1", From 809a1fc00d93fbf462aede9ac981df05f787709d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:28:06 +0000 Subject: [PATCH 03/12] Bump cypress from 6.6.0 to 6.8.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 6.6.0 to 6.8.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v6.6.0...v6.8.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e6b016a..d6345565 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@testing-library/user-event": "^12.8.1", "chokidar": "^3.5.1", "concurrently": "^6.0.0", - "cypress": "^6.6.0", + "cypress": "^6.8.0", "cypress-file-upload": "^5.0.2", "eslint": "7.21.0", "eslint-config-prettier": "^8.1.0", @@ -6781,9 +6781,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "node_modules/cypress": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.6.0.tgz", - "integrity": "sha512-+Xx3Zn653LJHUsCb9h1Keql2jlazbr1ROmbY6DFJMmXKLgXP4ez9cE403W93JNGRbZK0Tng3R/oP8mvd9XAPVg==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.8.0.tgz", + "integrity": "sha512-W2e9Oqi7DmF48QtOD0LfsOLVq6ef2hcXZvJXI/E3PgFNmZXEVwBefhAxVCW9yTPortjYA2XkM20KyC4HRkOm9w==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -29751,9 +29751,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "cypress": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.6.0.tgz", - "integrity": "sha512-+Xx3Zn653LJHUsCb9h1Keql2jlazbr1ROmbY6DFJMmXKLgXP4ez9cE403W93JNGRbZK0Tng3R/oP8mvd9XAPVg==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.8.0.tgz", + "integrity": "sha512-W2e9Oqi7DmF48QtOD0LfsOLVq6ef2hcXZvJXI/E3PgFNmZXEVwBefhAxVCW9yTPortjYA2XkM20KyC4HRkOm9w==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "^0.4.1", diff --git a/package.json b/package.json index aa66fe70..525ca323 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@testing-library/user-event": "^12.8.1", "chokidar": "^3.5.1", "concurrently": "^6.0.0", - "cypress": "^6.6.0", + "cypress": "^6.8.0", "cypress-file-upload": "^5.0.2", "eslint": "7.21.0", "eslint-config-prettier": "^8.1.0", From 4eee0cb2501d226210ede73c5be1dfde57d6e803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:29:16 +0000 Subject: [PATCH 04/12] Bump eslint-plugin-jest from 24.1.5 to 24.3.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.3.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.3.2) Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e6b016a..290b3d0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-flowtype": "^5.3.1", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.1.5", + "eslint-plugin-jest": "^24.3.2", "eslint-plugin-prettier": "^3.3.1", "flow-bin": "^0.146.0", "http-proxy-middleware": "^1.0.6", @@ -8203,9 +8203,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "24.1.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.5.tgz", - "integrity": "sha512-FIP3lwC8EzEG+rOs1y96cOJmMVpdFNreoDJv29B5vIupVssRi8zrSY3QadogT0K3h1Y8TMxJ6ZSAzYUmFCp2hg==", + "version": "24.3.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.2.tgz", + "integrity": "sha512-cicWDr+RvTAOKS3Q/k03+Z3odt3VCiWamNUHWd6QWbVQWcYJyYgUTu8x0mx9GfeDEimawU5kQC+nQ3MFxIM6bw==", "dependencies": { "@typescript-eslint/experimental-utils": "^4.0.1" }, @@ -8213,7 +8213,13 @@ "node": ">=10" }, "peerDependencies": { + "@typescript-eslint/eslint-plugin": ">= 4", "eslint": ">=5" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + } } }, "node_modules/eslint-plugin-jsx-a11y": { @@ -31138,9 +31144,9 @@ } }, "eslint-plugin-jest": { - "version": "24.1.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.5.tgz", - "integrity": "sha512-FIP3lwC8EzEG+rOs1y96cOJmMVpdFNreoDJv29B5vIupVssRi8zrSY3QadogT0K3h1Y8TMxJ6ZSAzYUmFCp2hg==", + "version": "24.3.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.2.tgz", + "integrity": "sha512-cicWDr+RvTAOKS3Q/k03+Z3odt3VCiWamNUHWd6QWbVQWcYJyYgUTu8x0mx9GfeDEimawU5kQC+nQ3MFxIM6bw==", "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" } diff --git a/package.json b/package.json index aa66fe70..1321a232 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-flowtype": "^5.3.1", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.1.5", + "eslint-plugin-jest": "^24.3.2", "eslint-plugin-prettier": "^3.3.1", "flow-bin": "^0.146.0", "http-proxy-middleware": "^1.0.6", From 0adb9dece6ae38f9343d1d175da966cf7501899b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:30:30 +0000 Subject: [PATCH 05/12] Bump react-hook-form from 6.15.4 to 6.15.5 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.15.4 to 6.15.5. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v6.15.4...v6.15.5) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e6b016a..960f4335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "lodash": "^4.17.21", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-hook-form": "^6.15.4", + "react-hook-form": "^6.15.5", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3" @@ -18551,9 +18551,9 @@ "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" }, "node_modules/react-hook-form": { - "version": "6.15.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.4.tgz", - "integrity": "sha512-K+Sw33DtTMengs8OdqFJI3glzNl1wBzSefD/ksQw/hJf9CnOHQAU6qy82eOrh0IRNt2G53sjr7qnnw1JDjvx1w==", + "version": "6.15.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.5.tgz", + "integrity": "sha512-so2jEPYKdVk1olMo+HQ9D9n1hVzaPPFO4wsjgSeZ964R7q7CHsYRbVF0PGBi83FcycA5482WHflasdwLIUVENg==", "peerDependencies": { "react": "^16.8.0 || ^17" } @@ -39211,9 +39211,9 @@ "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" }, "react-hook-form": { - "version": "6.15.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.4.tgz", - "integrity": "sha512-K+Sw33DtTMengs8OdqFJI3glzNl1wBzSefD/ksQw/hJf9CnOHQAU6qy82eOrh0IRNt2G53sjr7qnnw1JDjvx1w==", + "version": "6.15.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.5.tgz", + "integrity": "sha512-so2jEPYKdVk1olMo+HQ9D9n1hVzaPPFO4wsjgSeZ964R7q7CHsYRbVF0PGBi83FcycA5482WHflasdwLIUVENg==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index aa66fe70..d3599139 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lodash": "^4.17.21", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-hook-form": "^6.15.4", + "react-hook-form": "^6.15.5", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3" From c6940ed487211377af7cb41198213d7c4a2031a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:31:47 +0000 Subject: [PATCH 06/12] Bump eslint-plugin-flowtype from 5.3.1 to 5.4.0 Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v5.3.1...v5.4.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e6b016a..3ec4bfea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint": "7.21.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-cypress": "^2.11.2", - "eslint-plugin-flowtype": "^5.3.1", + "eslint-plugin-flowtype": "^5.4.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.5", "eslint-plugin-prettier": "^3.3.1", @@ -8063,9 +8063,9 @@ } }, "node_modules/eslint-plugin-flowtype": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.3.1.tgz", - "integrity": "sha512-mziJD+zw+VTwLtF9qLIxYac0GJCbSEDyqMLP5ENzQeNY5EOxbAfitMFLo+UItjYOISQdh1BCobwE2d4i1o+9Rw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.4.0.tgz", + "integrity": "sha512-O0s0iTT5UxYuoOpHMLSIO2qZMyvrb9shhk1EM5INNGtJ2CffrfUmsnh6TVsnoT41fkXIEndP630WNovhoO87xQ==", "dependencies": { "lodash": "^4.17.15", "string-natural-compare": "^3.0.1" @@ -31026,9 +31026,9 @@ } }, "eslint-plugin-flowtype": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.3.1.tgz", - "integrity": "sha512-mziJD+zw+VTwLtF9qLIxYac0GJCbSEDyqMLP5ENzQeNY5EOxbAfitMFLo+UItjYOISQdh1BCobwE2d4i1o+9Rw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.4.0.tgz", + "integrity": "sha512-O0s0iTT5UxYuoOpHMLSIO2qZMyvrb9shhk1EM5INNGtJ2CffrfUmsnh6TVsnoT41fkXIEndP630WNovhoO87xQ==", "requires": { "lodash": "^4.17.15", "string-natural-compare": "^3.0.1" diff --git a/package.json b/package.json index aa66fe70..a5cb1bf9 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint": "7.21.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-cypress": "^2.11.2", - "eslint-plugin-flowtype": "^5.3.1", + "eslint-plugin-flowtype": "^5.4.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.5", "eslint-plugin-prettier": "^3.3.1", From ca3a4a24875aa9680bb46e42077b69e0389d9e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:42:26 +0000 Subject: [PATCH 07/12] Bump husky from 5.1.3 to 5.2.0 Bumps [husky](https://github.com/typicode/husky) from 5.1.3 to 5.2.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.3...v5.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e6b016a..ea567a9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-prettier": "^3.3.1", "flow-bin": "^0.146.0", "http-proxy-middleware": "^1.0.6", - "husky": "^5.1.3", + "husky": "^5.2.0", "jest-environment-jsdom-sixteen": "^1.0.3", "pinst": "^2.1.6", "prettier": "^2.2.1", @@ -10648,9 +10648,9 @@ } }, "node_modules/husky": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", - "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", + "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", "dev": true, "funding": [ { @@ -32911,9 +32911,9 @@ "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" }, "husky": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", - "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", + "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", "dev": true }, "hyphenate-style-name": { diff --git a/package.json b/package.json index aa66fe70..01d439e9 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-prettier": "^3.3.1", "flow-bin": "^0.146.0", "http-proxy-middleware": "^1.0.6", - "husky": "^5.1.3", + "husky": "^5.2.0", "jest-environment-jsdom-sixteen": "^1.0.3", "pinst": "^2.1.6", "prettier": "^2.2.1", From 5666f1bbd2b141bb4214a92e5dac0425489f57a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:45:35 +0000 Subject: [PATCH 08/12] Bump ajv from 7.1.1 to 7.2.3 Bumps [ajv](https://github.com/ajv-validator/ajv) from 7.1.1 to 7.2.3. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v7.1.1...v7.2.3) Signed-off-by: dependabot[bot] --- package-lock.json | 51 +++++++---------------------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 45 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e6b016a..49bb8bb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@reduxjs/toolkit": "^1.5.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", - "ajv": "^7.1.1", + "ajv": "^7.2.3", "ajv-formats": "^1.5.1", "apisauce": "^2.0.1", "jest-environment-jsdom-sixteen": "^1.0.3", @@ -3812,9 +3812,9 @@ } }, "node_modules/ajv": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.1.tgz", - "integrity": "sha512-ga/aqDYnUy/o7vbsRTFhhTsNeXiYb5JWDIcRIeZfwRNCefwjNTVYCGdGSUrEmiu3yDK3vFvNbgJxvrQW4JXrYQ==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.2.3.tgz", + "integrity": "sha512-idv5WZvKVXDqKralOImQgPM9v6WOdLNa0IY3B3doOjw/YxRGT8I+allIJ6kd7Uaj+SF1xZUSU+nPM5aDNBVtnw==", "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -21710,26 +21710,6 @@ "node": ">=10.0.0" } }, - "node_modules/table/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/table/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, "node_modules/tapable": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", @@ -27282,9 +27262,9 @@ } }, "ajv": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.1.tgz", - "integrity": "sha512-ga/aqDYnUy/o7vbsRTFhhTsNeXiYb5JWDIcRIeZfwRNCefwjNTVYCGdGSUrEmiu3yDK3vFvNbgJxvrQW4JXrYQ==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.2.3.tgz", + "integrity": "sha512-idv5WZvKVXDqKralOImQgPM9v6WOdLNa0IY3B3doOjw/YxRGT8I+allIJ6kd7Uaj+SF1xZUSU+nPM5aDNBVtnw==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -41791,23 +41771,6 @@ "lodash": "^4.17.20", "slice-ansi": "^4.0.0", "string-width": "^4.2.0" - }, - "dependencies": { - "ajv": { - "version": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - } } }, "tapable": { diff --git a/package.json b/package.json index aa66fe70..1117e4d5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@reduxjs/toolkit": "^1.5.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", - "ajv": "^7.1.1", + "ajv": "^7.2.3", "ajv-formats": "^1.5.1", "apisauce": "^2.0.1", "jest-environment-jsdom-sixteen": "^1.0.3", From b9a32da7694f9b88b973fa419489f5e3258c302f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:46:29 +0000 Subject: [PATCH 09/12] Bump @testing-library/user-event from 12.8.1 to 13.0.6 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.1 to 13.0.6. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v12.8.1...v13.0.6) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e6b016a..ec44955c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-scripts": "^4.0.3" }, "devDependencies": { - "@testing-library/user-event": "^12.8.1", + "@testing-library/user-event": "^13.0.6", "chokidar": "^3.5.1", "concurrently": "^6.0.0", "cypress": "^6.6.0", @@ -2999,9 +2999,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "12.8.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.1.tgz", - "integrity": "sha512-u521YhkCKip0DQNDpfj9V97PU7UlCTkW5jURUD4JipuVe/xDJ32dJSIHlT2pqAs/I91OFB8p6LtqaLZpOu8BWQ==", + "version": "13.0.6", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.6.tgz", + "integrity": "sha512-61Rv1/9pr7rCilwnQ+uLdiaCBFSQp2GRmF2PHrX6gIy0mWqnR43p5pMJAdMA7PZ3JUN+8YyN5S2d1fq9DyYnYw==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5" @@ -26559,9 +26559,9 @@ } }, "@testing-library/user-event": { - "version": "12.8.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.1.tgz", - "integrity": "sha512-u521YhkCKip0DQNDpfj9V97PU7UlCTkW5jURUD4JipuVe/xDJ32dJSIHlT2pqAs/I91OFB8p6LtqaLZpOu8BWQ==", + "version": "13.0.6", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.6.tgz", + "integrity": "sha512-61Rv1/9pr7rCilwnQ+uLdiaCBFSQp2GRmF2PHrX6gIy0mWqnR43p5pMJAdMA7PZ3JUN+8YyN5S2d1fq9DyYnYw==", "dev": true, "requires": { "@babel/runtime": "^7.12.5" diff --git a/package.json b/package.json index aa66fe70..d617fd6c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ ] }, "devDependencies": { - "@testing-library/user-event": "^12.8.1", + "@testing-library/user-event": "^13.0.6", "chokidar": "^3.5.1", "concurrently": "^6.0.0", "cypress": "^6.6.0", From 5102e083bf625ea9d514d9eb9154c9aff798941c Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Mon, 22 Mar 2021 11:41:59 +0200 Subject: [PATCH 10/12] cypress-file-upload bump to 5.0.3 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3a4b031..eb259b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "chokidar": "^3.5.1", "concurrently": "^6.0.0", "cypress": "^6.8.0", - "cypress-file-upload": "^5.0.2", + "cypress-file-upload": "^5.0.3", "eslint": "7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-cypress": "^2.11.2", @@ -6836,9 +6836,9 @@ } }, "node_modules/cypress-file-upload": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/cypress-file-upload/-/cypress-file-upload-5.0.2.tgz", - "integrity": "sha512-QRPnQPeEaW+HMVB62/htIsKh7Kd/x2uzoHKEQxh7LCD+4IaG0rAjLZupCIjjUh+JnRymgfir8wOYtFSJCNWlpA==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/cypress-file-upload/-/cypress-file-upload-5.0.3.tgz", + "integrity": "sha512-MEwXssCtcTbmcay2SJW+evwbgT4fEXns2pSBOqto9L50/QWl7llgrzRbC4Tl0b9q4w6hfs/X42gDCqmNrmZctA==", "dev": true, "dependencies": { "mime": "^2.5.0" @@ -29950,9 +29950,9 @@ } }, "cypress-file-upload": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/cypress-file-upload/-/cypress-file-upload-5.0.2.tgz", - "integrity": "sha512-QRPnQPeEaW+HMVB62/htIsKh7Kd/x2uzoHKEQxh7LCD+4IaG0rAjLZupCIjjUh+JnRymgfir8wOYtFSJCNWlpA==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/cypress-file-upload/-/cypress-file-upload-5.0.3.tgz", + "integrity": "sha512-MEwXssCtcTbmcay2SJW+evwbgT4fEXns2pSBOqto9L50/QWl7llgrzRbC4Tl0b9q4w6hfs/X42gDCqmNrmZctA==", "dev": true, "requires": { "mime": "^2.5.0" diff --git a/package.json b/package.json index d4ff5a3a..53b8a37d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "chokidar": "^3.5.1", "concurrently": "^6.0.0", "cypress": "^6.8.0", - "cypress-file-upload": "^5.0.2", + "cypress-file-upload": "^5.0.3", "eslint": "7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-cypress": "^2.11.2", From 08d302aef8ac60cc5b9d911779792426f122e728 Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Mon, 22 Mar 2021 11:43:22 +0200 Subject: [PATCH 11/12] target branch is develop moving forward --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 406a7c1b..ec73172d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: day: "monday" labels: - "npm dependencies" + target-branch: "develop" open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" @@ -15,4 +16,5 @@ updates: day: "monday" labels: - "github actions" + target-branch: "develop" open-pull-requests-limit: 10 From 80a00231b5e46d98e8dec60b16da080f471a714f Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Mon, 22 Mar 2021 11:55:27 +0200 Subject: [PATCH 12/12] bump to 0.9.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb259b7f..25902c97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "metadata-submitter-frontend", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.9.0", + "version": "0.9.1", "hasInstallScript": true, "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.7", diff --git a/package.json b/package.json index 53b8a37d..ef082e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metadata-submitter-frontend", - "version": "0.9.0", + "version": "0.9.1", "private": true, "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.7",