Skip to content

Commit

Permalink
Merge pull request #1337 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2024-09-04
  • Loading branch information
IanKrieger authored Sep 4, 2024
2 parents ec784d5 + 536afcd commit 073e734
Show file tree
Hide file tree
Showing 16 changed files with 404 additions and 1,864 deletions.
3 changes: 0 additions & 3 deletions .dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.generated.tsx linguist-generated
src/graphql/types.ts linguist-generated
src/graphql-client/*.ts linguist-generated
src/graphql/ads-serve.graphql.schema.json linguist-generated
*.po linguist-generated
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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
uses: github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
4 changes: 1 addition & 3 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
url: https://ads.brave.com

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3
with:
version: 9
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Use Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
url: https://ads.bravesoftware.com

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3
with:
version: 9
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Use Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3
with:
version: 9
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Use Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.17.0
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
.node-version @tackley @IanKrieger

package*.json @tackley @IanKrieger
pnpm-lock.yaml @tackley @IanKrieger


37 changes: 17 additions & 20 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.11.4",
"@emotion/react": "11.13.0",
"@apollo/client": "3.11.5",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@fontsource/inter": "5.0.20",
"@fontsource/mulish": "5.0.18",
"@fontsource/poppins": "5.0.14",
"@fontsource/mulish": "5.0.19",
"@fontsource/poppins": "5.0.15",
"@graphql-typed-document-node/core": "3.2.0",
"@jonkoops/matomo-tracker-react": "0.7.0",
"@lingui/conf": "4.11.3",
Expand All @@ -21,13 +21,13 @@
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@mui/x-data-grid": "7.13.0",
"@mui/x-date-pickers": "7.13.0",
"@mui/x-data-grid": "7.15.0",
"@mui/x-date-pickers": "7.15.0",
"bignumber.js": "9.1.2",
"dayjs": "1.11.12",
"dayjs": "1.11.13",
"formik": "2.4.6",
"graphql": "16.9.0",
"highcharts": "11.4.7",
"highcharts": "11.4.8",
"highcharts-react-official": "3.2.1",
"immer": "10.1.1",
"lodash": "4.17.21",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@parcel/watcher": "2.4.1",
"@types/lodash": "4.17.7",
"@types/papaparse": "5.3.14",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/react-window": "1.8.8",
Expand All @@ -82,14 +82,14 @@
"eslint-plugin-lingui": "0.3.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.1.4",
"knip": "5.27.2",
"husky": "9.1.5",
"knip": "5.27.5",
"lint-staged": "15.2.9",
"npm-run-all2": "6.2.2",
"prettier": "3.3.3",
"typescript": "5.5.4",
"typescript-eslint": "8.1.0",
"vite": "5.4.1",
"typescript-eslint": "8.3.0",
"vite": "5.4.2",
"vite-plugin-checker": "0.7.2",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
Expand All @@ -114,12 +114,9 @@
},
"pnpm": {
"overrides": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1"
},
"auditConfig": {
"ignoreCves": [
"CVE-2024-4067"
]
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8"
}
}
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
Loading

0 comments on commit 073e734

Please sign in to comment.