From 1ae555eac9e99e90852f77453fc9976a4a5f4192 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:29:05 +0000 Subject: [PATCH 1/6] chore(deps): update dependency husky to v9.1.7 (#513) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcaebb15..aa546dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10349,9 +10349,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "license": "MIT", "bin": { From 22e4b9facce27d5c9f2f876768245a5b90080785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:36:14 +0000 Subject: [PATCH 2/6] chore(deps): update dependency @openedx/frontend-build to v14.2.0 (#514) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa546dd4..3b9bb63d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ }, "devDependencies": { "@edx/reactifex": "^2.1.1", - "@openedx/frontend-build": "14.1.5", + "@openedx/frontend-build": "14.2.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0", "copy-webpack-plugin": "^12.0.0", @@ -2045,9 +2045,9 @@ "integrity": "sha512-T1+6P52Yx7SMkmoIr4O0Q3m/DyRdrLTJbv1xVijdRLFEq1hqdafEs+Ln1423U5LSkTePb9AOkEtL1G0RZLFl1w==" }, "node_modules/@edx/eslint-config": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-4.2.0.tgz", - "integrity": "sha512-2wuIw49uyj6gRwS74qJ8WhBU+X2FOP4uot40sthIC4YU9qCM7WJOcOuAhkRPP1FvZKd3UQH3gZM7eJ85xzDBqA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-4.3.0.tgz", + "integrity": "sha512-4W9wFG4ALr3xocakCsncgJbK67RHfSmDwHDXKHReFtjxl/FRkxhS6qayz189oChqfANieeV3zRCLaq44bLf+/A==", "license": "MIT", "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -3608,9 +3608,9 @@ } }, "node_modules/@openedx/frontend-build": { - "version": "14.1.5", - "resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-14.1.5.tgz", - "integrity": "sha512-QEdl55jNitdQL7RDAuX/EgfxsyBeEZfW3fc9Df4Py5KY6NKjRE7wNLeBMxYCFagEgXwaR1Btiw5NxzByAdlnfg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-14.2.0.tgz", + "integrity": "sha512-yeBanEnfpYY3gci9vBmPlFZLzTIhbUVjM8DxldPeaHzG7IZzMVR14KNkS470siCpikNxarordg3fGXSDU+QYHA==", "license": "AGPL-3.0", "dependencies": { "@babel/cli": "7.24.8", @@ -3621,7 +3621,7 @@ "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/preset-env": "7.24.8", "@babel/preset-react": "7.24.7", - "@edx/eslint-config": "4.2.0", + "@edx/eslint-config": "^4.3.0", "@edx/new-relic-source-map-webpack-plugin": "2.1.0", "@edx/typescript-config": "1.1.0", "@formatjs/cli": "^6.0.3", diff --git a/package.json b/package.json index 6386a3de..5e2f385e 100755 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "devDependencies": { "@edx/reactifex": "^2.1.1", - "@openedx/frontend-build": "14.1.5", + "@openedx/frontend-build": "14.2.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0", "copy-webpack-plugin": "^12.0.0", From c5a78e01f25388a8c081e88661dcbb1240890336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:38:40 +0000 Subject: [PATCH 3/6] build(deps): bump dawidd6/action-send-mail from 3 to 4 Bumps [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) from 3 to 4. - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3...v4) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27902498..e0200b6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Send failure notification if: ${{ failure() }} - uses: dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v4 with: server_address: email-smtp.us-east-1.amazonaws.com server_port: 465 From d8e1f82bdfb35497f7116e7fa6691a126df9ee70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:06:18 +0000 Subject: [PATCH 4/6] fix(deps): update dependency @edx/frontend-enterprise-hotjar to v7 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b9bb63d..b64ba691 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/browserslist-config": "^1.1.0", "@edx/frontend-component-header": "^5.6.0", - "@edx/frontend-enterprise-hotjar": "3.0.0", + "@edx/frontend-enterprise-hotjar": "7.1.0", "@edx/frontend-platform": "8.1.2", "@edx/openedx-atlas": "^0.6.0", "@edx/react-unit-test-utils": "3.0.0", @@ -2219,9 +2219,10 @@ } }, "node_modules/@edx/frontend-enterprise-hotjar": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-enterprise-hotjar/-/frontend-enterprise-hotjar-3.0.0.tgz", - "integrity": "sha512-+LXnRyO+waAwQR8OX53y8LGODItW3q1X/tLaqvOpGH1CTk1HDgp1vVDHCtWGxw0gi2DpuLI8QCm55Xm1o9tAgw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-enterprise-hotjar/-/frontend-enterprise-hotjar-7.1.0.tgz", + "integrity": "sha512-d3epMhm5roMMdHV4Swe9L2msCKshiliEjGehcjuqbiGmNGxYt4Pnkm20guYa9grIuMJjwD8HUiGM8ASX8yNS1g==", + "license": "AGPL-3.0", "peerDependencies": { "react": "^16.12.0 || ^17.0.0", "react-dom": "^16.12.0 || ^17.0.0", diff --git a/package.json b/package.json index 5e2f385e..97dde952 100755 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/browserslist-config": "^1.1.0", "@edx/frontend-component-header": "^5.6.0", - "@edx/frontend-enterprise-hotjar": "3.0.0", + "@edx/frontend-enterprise-hotjar": "7.1.0", "@edx/frontend-platform": "8.1.2", "@edx/openedx-atlas": "^0.6.0", "@edx/react-unit-test-utils": "3.0.0", From e1db6807ef2f4638d4957f78795b4980b605f785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:43:53 +0000 Subject: [PATCH 5/6] fix(deps): update dependency @openedx/frontend-slot-footer to v1.0.7 (#517) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b64ba691..7163c614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3845,9 +3845,9 @@ } }, "node_modules/@openedx/frontend-slot-footer": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@openedx/frontend-slot-footer/-/frontend-slot-footer-1.0.6.tgz", - "integrity": "sha512-6wdbxYeSzpUOaZrnglkAI0PJ/CB8pMP3xbYXQNQ+VR4U8pkH8EFwEQjwak4OVmodS8//eW9xgYv79YB4H7mGEQ==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@openedx/frontend-slot-footer/-/frontend-slot-footer-1.0.7.tgz", + "integrity": "sha512-lRVl8R0KkW+Y1pL0KzfwoXjYMMz6Q4CgquSuDOJNOQlFpvbaT9DB4g1blGQjxK/hT5qZOZ1LcBSZCpMy+ggXKA==", "license": "AGPL-3.0", "dependencies": { "@openedx/frontend-plugin-framework": "^1.1.2" From f9d13c4058053929a58b54cb75489a5ea4a67636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:07:31 +0000 Subject: [PATCH 6/6] fix(deps): update dependency @edx/frontend-component-header to v5.8.1 (#518) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7163c614..339d99da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2134,9 +2134,9 @@ } }, "node_modules/@edx/frontend-component-header": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/@edx/frontend-component-header/-/frontend-component-header-5.7.2.tgz", - "integrity": "sha512-2+OHwdZ4X3wYsIIKwPhhPxO0MRvNK+NB373XrncHjuM7S8Cv7dO+/vBML5sISUQE/+pMmvV0yKk+MTQKmbubYA==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@edx/frontend-component-header/-/frontend-component-header-5.8.1.tgz", + "integrity": "sha512-fdtgRKa6qYLevxzJ9yeQjMiXl4QVQmY64IaydTv8zzUrSaDVS6Gbqt/klypsop6VswKxAVOOWFJXMye8ZOoffA==", "license": "AGPL-3.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "6.6.0",