From 8482a606b8cbeb2541a46c93c35878492082bdc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:01:18 +0000 Subject: [PATCH 1/7] build(deps): bump @mui/material from 6.2.0 to 6.2.1 (#3303) * build(deps): bump @mui/material from 6.2.0 to 6.2.1 Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.2.1/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * update snapshots --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier FACQ --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 619caebcb..4d4f79264 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@gatsbyjs/reach-router": "^2.0.1", "@mdx-js/react": "^2.3.0", "@mui/lab": "^6.0.0-beta.20", - "@mui/material": "^6.1.7", + "@mui/material": "^6.2.1", "@mui/x-data-grid": "^7.23.2", "@mui/x-date-pickers": "^7.23.2", "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index e5463b753..c95b8dd83 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@gatsbyjs/reach-router": "^2.0.1", "@mdx-js/react": "^2.3.0", "@mui/lab": "^6.0.0-beta.20", - "@mui/material": "^6.1.7", + "@mui/material": "^6.2.1", "@mui/x-data-grid": "^7.23.2", "@mui/x-date-pickers": "^7.23.2", "@popperjs/core": "^2.11.8", From 99398f62da7104dbfd7678b42c72ead42c6ec8d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:48:23 +0000 Subject: [PATCH 2/7] build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#3307) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/7f8b4b4bde536c465e797be725718b88c5d95e0e...1e68e06f1dbfde0e4cefc87efeba9e4643565303) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 9ecf346dd..ab6c0daad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,6 @@ jobs: - run: npm run coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} From 75994dff52902e5dcffd4eb9b309c084fb4b0048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:05:47 +0000 Subject: [PATCH 3/7] build(deps): bump @mui/x-date-pickers from 7.23.2 to 7.23.3 (#3309) Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 7.23.2 to 7.23.3. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.23.3/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.23.3/packages/x-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4d4f79264..8e68dfac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@mui/lab": "^6.0.0-beta.20", "@mui/material": "^6.2.1", "@mui/x-data-grid": "^7.23.2", - "@mui/x-date-pickers": "^7.23.2", + "@mui/x-date-pickers": "^7.23.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "axios": "^1.7.9", @@ -4225,9 +4225,9 @@ } }, "node_modules/@mui/x-date-pickers": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.23.2.tgz", - "integrity": "sha512-Kt9VsEnShaBKiaastTYku66UIWptgc9UMA16d0G/0TkfIsvZrAD3iacQR6HHAXWspaFshdfsRmW2JAoFhzKZsg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.23.3.tgz", + "integrity": "sha512-bjTYX/QzD5ZhVZNNnastMUS3j2Hy4p4IXmJgPJ0vKvQBvUdfEO+ZF42r3PJNNde0FVT1MmTzkmdTlz0JZ6ukdw==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index c95b8dd83..d1d4451f0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mui/lab": "^6.0.0-beta.20", "@mui/material": "^6.2.1", "@mui/x-data-grid": "^7.23.2", - "@mui/x-date-pickers": "^7.23.2", + "@mui/x-date-pickers": "^7.23.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", "axios": "^1.7.9", From d09f2e2dfb7b8dc8e56a7af21182e9ad33227444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:39:17 +0000 Subject: [PATCH 4/7] build(deps): bump i18next from 24.1.2 to 24.2.0 (#3310) Bumps [i18next](https://github.com/i18next/i18next) from 24.1.2 to 24.2.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v24.1.2...v24.2.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8e68dfac1..67f6131a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "gatsby-transformer-remark": "^6.14.0", "gatsby-transformer-sharp": "^5.14.0", "html-to-text": "^9.0.5", - "i18next": "^24.1.2", + "i18next": "^24.2.0", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0", @@ -17387,9 +17387,9 @@ } }, "node_modules/i18next": { - "version": "24.1.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", - "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", + "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index d1d4451f0..b00b51840 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gatsby-transformer-remark": "^6.14.0", "gatsby-transformer-sharp": "^5.14.0", "html-to-text": "^9.0.5", - "i18next": "^24.1.2", + "i18next": "^24.2.0", "iso-639-1": "^3.1.3", "moment": "^2.30.1", "prismjs": "^1.29.0", From 586e4b549aa17eb5d53960be0720809bf40ce8ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:48:17 +0000 Subject: [PATCH 5/7] build(deps): bump github/codeql-action from 3.27.9 to 3.28.0 (#3311) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.9 to 3.28.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/df409f7d9260372bd5f19e5b04e83cb3c43714ae...48ab28a6f5dbc2a99bf1e0131198dd8f1df78169) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/ossf-scorecard.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c4e6055f4..d07727668 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -56,7 +56,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -70,4 +70,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 5b3bdf0eb..747bbb522 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -35,6 +35,6 @@ jobs: name: SARIF file path: results.sarif retention-days: 5 - - uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + - uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: sarif_file: results.sarif From eac3d5f2d5f95f5dedb3b4246d835e11ec691379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:49:35 +0000 Subject: [PATCH 6/7] build(deps): bump gatsby from 5.14.0 to 5.14.1 (#3312) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@5.14.0...gatsby@5.14.1) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 67f6131a6..243184ecf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "bootstrap": "^5.3.3", "date-fns": "^4.1.0", "flexsearch": "^0.7.43", - "gatsby": "^5.14.0", + "gatsby": "^5.14.1", "gatsby-adapter-netlify": "^1.2.0", "gatsby-plugin-feed": "^5.14.0", "gatsby-plugin-google-gtag": "^5.14.0", @@ -14139,9 +14139,9 @@ } }, "node_modules/gatsby": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.14.0.tgz", - "integrity": "sha512-VZZAN80FrcGLz0uOPK7Eww/tfGUQ26UuZOxiXFhcJgeO29lt8IPwSdNhAimyhbRDkvMNZu7Dz1+tO9PyvPZN4Q==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.14.1.tgz", + "integrity": "sha512-xumIbDl0bk/Het+9wDQETNSHtkobXaeUQTciwzbT42RW/zIoPkKTjNzdDrWOBzzpmR0RU/qEnLa0udDhzS01Ww==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", @@ -14229,7 +14229,7 @@ "gatsby-core-utils": "^4.14.0", "gatsby-graphiql-explorer": "^3.14.0", "gatsby-legacy-polyfills": "^3.14.0", - "gatsby-link": "^5.14.0", + "gatsby-link": "^5.14.1", "gatsby-page-utils": "^3.14.0", "gatsby-parcel-config": "1.14.0", "gatsby-plugin-page-creator": "^5.14.0", @@ -14547,9 +14547,9 @@ } }, "node_modules/gatsby-link": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.14.0.tgz", - "integrity": "sha512-BJYTdZ23pObzan1BG/XlqsnlQgiQS54Ztm1CuYj9OPtORT4i9kBrNSaRrQZdsLHM9s2Ox+oBullzZSi6CU/CbQ==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.14.1.tgz", + "integrity": "sha512-yhQOu6qv5tIZrzyOyKGI14xO0u6p9hBJCd1mOOaGqoWzUKeFqVK1CwHBBdfiSOiGtkB6mwVixA/8XXkZU9Iaqw==", "dependencies": { "@types/reach__router": "^1.3.10", "gatsby-page-utils": "^3.14.0", diff --git a/package.json b/package.json index b00b51840..65756bba4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bootstrap": "^5.3.3", "date-fns": "^4.1.0", "flexsearch": "^0.7.43", - "gatsby": "^5.14.0", + "gatsby": "^5.14.1", "gatsby-adapter-netlify": "^1.2.0", "gatsby-plugin-feed": "^5.14.0", "gatsby-plugin-google-gtag": "^5.14.0", From b656719aab11e7c9727a4db1452c667f81de9da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:47:29 +0000 Subject: [PATCH 7/7] build(deps): bump @mui/x-data-grid from 7.23.2 to 7.23.3 (#3308) * build(deps): bump @mui/x-data-grid from 7.23.2 to 7.23.3 Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 7.23.2 to 7.23.3. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v7.23.3/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v7.23.3/packages/x-data-grid) --- updated-dependencies: - dependency-name: "@mui/x-data-grid" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * update snapshots --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier FACQ Co-authored-by: Xavier FACQ --- package-lock.json | 8 ++--- package.json | 2 +- .../ReleaseNotesRender.test.tsx.snap | 36 +++++++++---------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 243184ecf..bee732880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^6.0.0-beta.20", "@mui/material": "^6.2.1", - "@mui/x-data-grid": "^7.23.2", + "@mui/x-data-grid": "^7.23.3", "@mui/x-date-pickers": "^7.23.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", @@ -4189,9 +4189,9 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.23.2.tgz", - "integrity": "sha512-Xhm4Bh+WiU5MSLFIZ8mE1egHoS0xPEVlwvjYvairPIkxNPubB7f+gtLkuAJ2+m+BYbgO7yDte+Pp7dfjkU+vOA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.23.3.tgz", + "integrity": "sha512-EiM5kut6N/0o0iEYx8A7M3fJqknAa1kcPvGhlX3hH50ERLDeuJaqoKzvRYLBbYKWydHIc+0hHIFcK5oQTXLenw==", "dependencies": { "@babel/runtime": "^7.25.7", "@mui/utils": "^5.16.6 || ^6.0.0", diff --git a/package.json b/package.json index 65756bba4..f609494db 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mdx-js/react": "^2.3.0", "@mui/lab": "^6.0.0-beta.20", "@mui/material": "^6.2.1", - "@mui/x-data-grid": "^7.23.2", + "@mui/x-data-grid": "^7.23.3", "@mui/x-date-pickers": "^7.23.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", diff --git a/src/components/ReleaseNotesRender/__tests__/__snapshots__/ReleaseNotesRender.test.tsx.snap b/src/components/ReleaseNotesRender/__tests__/__snapshots__/ReleaseNotesRender.test.tsx.snap index 8e48eb01b..53d968b89 100644 --- a/src/components/ReleaseNotesRender/__tests__/__snapshots__/ReleaseNotesRender.test.tsx.snap +++ b/src/components/ReleaseNotesRender/__tests__/__snapshots__/ReleaseNotesRender.test.tsx.snap @@ -207,7 +207,7 @@ exports[`ReleaseNotesRender component > should render correctly - version not de aria-label="Menu" class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall MuiDataGrid-menuIconButton css-r363y4-MuiButtonBase-root-MuiIconButton-root" data-mui-internal-clone-element="true" - id=":r18:" + id=":r1b:" tabindex="-1" type="button" > @@ -283,7 +283,7 @@ exports[`ReleaseNotesRender component > should render correctly - version not de aria-label="Menu" class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall MuiDataGrid-menuIconButton css-r363y4-MuiButtonBase-root-MuiIconButton-root" data-mui-internal-clone-element="true" - id=":r1e:" + id=":r1h:" tabindex="-1" type="button" > @@ -359,7 +359,7 @@ exports[`ReleaseNotesRender component > should render correctly - version not de aria-label="Menu" class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall MuiDataGrid-menuIconButton css-r363y4-MuiButtonBase-root-MuiIconButton-root" data-mui-internal-clone-element="true" - id=":r1k:" + id=":r1n:" tabindex="-1" type="button" > @@ -435,7 +435,7 @@ exports[`ReleaseNotesRender component > should render correctly - version not de aria-label="Menu" class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall MuiDataGrid-menuIconButton css-r363y4-MuiButtonBase-root-MuiIconButton-root" data-mui-internal-clone-element="true" - id=":r1q:" + id=":r1t:" tabindex="-1" type="button" > @@ -511,7 +511,7 @@ exports[`ReleaseNotesRender component > should render correctly - version not de aria-label="Menu" class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall MuiDataGrid-menuIconButton css-r363y4-MuiButtonBase-root-MuiIconButton-root" data-mui-internal-clone-element="true" - id=":r20:" + id=":r23:" tabindex="-1" type="button" > @@ -790,7 +790,7 @@ exports[`ReleaseNotesRender component > should render correctly - version not de />

Rows per page:

@@ -798,12 +798,12 @@ exports[`ReleaseNotesRender component > should render correctly - version not de class="MuiInputBase-root MuiInputBase-colorPrimary MuiTablePagination-input css-oegngy-MuiInputBase-root-MuiTablePagination-select" >