Skip to content

Commit

Permalink
Merge pull request #1435 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2025-02-07
  • Loading branch information
tackley authored Feb 7, 2025
2 parents 558de17 + 605ccfc commit 24c7a62
Show file tree
Hide file tree
Showing 9 changed files with 793 additions and 992 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

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

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3
- name: Use Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: ".node-version"
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3
- name: Use Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: ".node-version"
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3
- name: Use Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: ".node-version"
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
with:
days-before-issue-stale: 365
days-before-issue-close: 7
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.1
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "3.12.4",
"@apollo/client": "3.12.8",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/inter": "5.1.0",
"@fontsource/mulish": "5.1.0",
"@fontsource/poppins": "5.1.0",
"@fontsource/inter": "5.1.1",
"@fontsource/mulish": "5.1.1",
"@fontsource/poppins": "5.1.1",
"@graphql-typed-document-node/core": "3.2.0",
"@jonkoops/matomo-tracker-react": "0.7.0",
"@lingui/conf": "4.14.1",
Expand All @@ -18,11 +18,11 @@
"@lingui/format-po": "4.14.1",
"@lingui/macro": "4.14.1",
"@lingui/react": "4.14.1",
"@mui/icons-material": "6.3.0",
"@mui/lab": "6.0.0-beta.21",
"@mui/material": "6.3.0",
"@mui/x-data-grid": "7.23.3",
"@mui/x-date-pickers": "7.23.3",
"@mui/icons-material": "6.4.1",
"@mui/lab": "6.0.0-beta.24",
"@mui/material": "6.4.1",
"@mui/x-data-grid": "7.24.1",
"@mui/x-date-pickers": "7.24.1",
"bignumber.js": "9.1.2",
"dayjs": "1.11.13",
"formik": "2.4.6",
Expand All @@ -31,7 +31,7 @@
"highcharts-react-official": "3.2.1",
"immer": "10.1.1",
"lodash": "4.17.21",
"papaparse": "5.4.1",
"papaparse": "5.5.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "5.3.4",
Expand Down Expand Up @@ -61,14 +61,14 @@
},
"devDependencies": {
"@eslint/js": "8.57.1",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.1",
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/client-preset": "4.6.0",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-eslint/eslint-plugin": "4.3.0",
"@lingui/cli": "4.14.1",
"@lingui/vite-plugin": "4.14.1",
"@parcel/watcher": "2.5.0",
"@types/lodash": "4.17.13",
"@parcel/watcher": "2.5.1",
"@types/lodash": "4.17.15",
"@types/papaparse": "5.3.15",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
Expand All @@ -78,20 +78,20 @@
"@vitejs/plugin-react": "4.3.4",
"babel-plugin-macros": "3.1.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-lingui": "0.9.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"husky": "9.1.7",
"knip": "5.41.1",
"lint-staged": "15.2.11",
"knip": "5.43.6",
"lint-staged": "15.4.3",
"prettier": "3.4.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.2",
"vite": "6.0.5",
"typescript": "5.7.3",
"typescript-eslint": "8.22.0",
"vite": "6.0.11",
"vite-plugin-checker": "0.8.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
"vitest": "3.0.5"
},
"engines": {
"node": ">=20",
Expand All @@ -113,14 +113,14 @@
},
"pnpm": {
"overrides": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8",
"dset@<3.1.4": ">=3.1.4",
"path-to-regexp@>=0.2.0 <1.9.0": "^1.9.0",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": "^3.3.8"
"ws@>=8.0.0 <8.17.1": "8.18.0",
"micromatch@<4.0.8": "4.0.8",
"dset@<3.1.4": "3.1.4",
"path-to-regexp@>=0.2.0 <1.9.0": "1.9.0",
"rollup@>=4.0.0 <4.22.4": "4.34.2",
"cross-spawn@>=7.0.0 <7.0.5": "7.0.6",
"nanoid@<3.3.8": "3.3.8"
}
},
"packageManager": "[email protected].1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
"packageManager": "[email protected].4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}
Loading

0 comments on commit 24c7a62

Please sign in to comment.