Skip to content

Commit

Permalink
Merge branch 'main' into fix/well_display_checksum_and_buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq committed Nov 27, 2024
2 parents 5307de3 + c7d7998 commit 79ed12a
Show file tree
Hide file tree
Showing 8 changed files with 356 additions and 317 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- run: npm run coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -70,4 +70,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
name: SARIF file
path: results.sarif
retention-days: 5
- uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
- uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with:
sarif_file: results.sarif
629 changes: 334 additions & 295 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"author": "George Adams <[email protected]>",
"dependencies": {
"@asciidoctor/core": "^3.0.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-free": "^6.7.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fortawesome/fontawesome-free": "^6.7.1",
"@gatsbyjs/reach-router": "^2.0.1",
"@mdx-js/react": "^2.3.0",
"@mui/lab": "^6.0.0-beta.15",
"@mui/lab": "^6.0.0-beta.16",
"@mui/material": "^6.1.7",
"@mui/x-data-grid": "^7.22.2",
"@mui/x-date-pickers": "^7.22.2",
"@mui/x-data-grid": "^7.22.3",
"@mui/x-date-pickers": "^7.22.3",
"@popperjs/core": "^2.11.8",
"@react-icons/all-files": "^4.1.0",
"axios": "^1.7.7",
"axios": "^1.7.8",
"bootstrap": "^5.3.3",
"date-fns": "^4.1.0",
"flexsearch": "^0.7.43",
Expand Down Expand Up @@ -47,17 +47,17 @@
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"html-to-text": "^9.0.5",
"i18next": "^23.16.5",
"i18next": "^24.0.2",
"iso-639-1": "^3.1.3",
"moment": "^2.30.1",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-bootstrap": "^2.10.6",
"react-dom": "^18.3.1",
"react-hubspot-form": "^1.3.7",
"react-i18next": "^15.1.1",
"react-i18next": "^15.1.2",
"react-icons": "^5.3.0",
"react-share": "^5.1.1",
"react-switch": "^7.0.0",
Expand All @@ -77,15 +77,15 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-world-flags": "^1.6.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.6",
"ajv": "^8.17.1",
"axios-mock-adapter": "^2.1.0",
"babel-preset-gatsby": "^3.14.0",
"gatsby-cli": "^5.14.0",
"jest-canvas-mock": "^2.5.2",
"jsdom": "^25.0.1",
"prettier": "3.3.3",
"prettier": "3.4.1",
"vitest": "^2.0.2",
"vitest-axe": "^0.1.0",
"vitest-canvas-mock": "^0.3.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ describe('MarketplaceDownloadTable component', () => {

expect(container).toMatchSnapshot();
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ exports[`ReleaseNotesRender component > should render correctly - version not de
<div
class="MuiDataGrid-virtualScrollerContent css-aymtem-MuiDataGrid-virtualScrollerContent"
role="presentation"
style="width: auto; flex-basis: 104px; flex-shrink: 0;"
style="width: auto; flex-shrink: 0; flex-basis: 104px;"
>
<div
class="MuiDataGrid-virtualScrollerRenderZone css-11dqcl8-MuiDataGrid-virtualScrollerRenderZone"
Expand Down Expand Up @@ -1420,7 +1420,7 @@ exports[`ReleaseNotesRender component > should render correctly 1`] = `
<div
class="MuiDataGrid-virtualScrollerContent css-aymtem-MuiDataGrid-virtualScrollerContent"
role="presentation"
style="width: auto; flex-basis: 104px; flex-shrink: 0;"
style="width: auto; flex-shrink: 0; flex-basis: 104px;"
>
<div
class="MuiDataGrid-virtualScrollerRenderZone css-11dqcl8-MuiDataGrid-virtualScrollerRenderZone"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ exports[`Temurin Release Notes page > renders correctly 1`] = `
<div
class="MuiDataGrid-virtualScrollerContent css-aymtem-MuiDataGrid-virtualScrollerContent"
role="presentation"
style="width: auto; flex-basis: 52px; flex-shrink: 0;"
style="width: auto; flex-shrink: 0; flex-basis: 52px;"
>
<div
class="MuiDataGrid-virtualScrollerRenderZone css-11dqcl8-MuiDataGrid-virtualScrollerRenderZone"
Expand Down

0 comments on commit 79ed12a

Please sign in to comment.