Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined PR #545

Merged
merged 30 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e96ba8b
Bump jest-environment-jsdom from 29.6.4 to 29.7.0
dependabot[bot] Sep 18, 2023
cfca2b0
Bump @testing-library/user-event from 14.4.3 to 14.5.1
dependabot[bot] Sep 18, 2023
d169310
Bump contributor-assistant/github-action from 2.3.0 to 2.3.1
dependabot[bot] Sep 18, 2023
68fe100
Bump react-redux from 8.1.2 to 8.1.3
dependabot[bot] Oct 2, 2023
683b27d
Bump react-hook-form from 7.46.0 to 7.47.0
dependabot[bot] Oct 2, 2023
941f228
Bump postcss and next
dependabot[bot] Oct 6, 2023
37ff7e4
Bump wagmi from 1.4.1 to 1.4.3
dependabot[bot] Oct 9, 2023
ac48db1
Bump @typescript-eslint/parser from 6.6.0 to 6.7.5
dependabot[bot] Oct 9, 2023
5a230b3
Bump @reduxjs/toolkit from 1.9.5 to 1.9.7
dependabot[bot] Oct 9, 2023
ec26bcc
Bump next from 13.4.19 to 13.5.4
dependabot[bot] Oct 9, 2023
4155ec9
Bump canvas-confetti from 1.6.0 to 1.9.0
dependabot[bot] Oct 9, 2023
f32100a
Bump @mui/icons-material from 5.14.8 to 5.14.12
dependabot[bot] Oct 9, 2023
03652f7
Bump eslint-config-next from 13.4.19 to 13.5.4
dependabot[bot] Oct 9, 2023
eddc921
Bump @types/react-dom from 18.2.7 to 18.2.12
dependabot[bot] Oct 9, 2023
6393b0b
Bump @types/node from 18.17.14 to 18.18.4
dependabot[bot] Oct 9, 2023
d057e29
Merge dependabot/npm_and_yarn/types/node-18.18.4 into combine-prs-branch
github-actions[bot] Oct 12, 2023
b8073e5
Merge dependabot/npm_and_yarn/types/react-dom-18.2.12 into combine-pr…
github-actions[bot] Oct 12, 2023
f680113
Merge dependabot/npm_and_yarn/eslint-config-next-13.5.4 into combine-…
github-actions[bot] Oct 12, 2023
6b36b22
Merge dependabot/npm_and_yarn/mui/icons-material-5.14.12 into combine…
github-actions[bot] Oct 12, 2023
52686f5
Merge dependabot/npm_and_yarn/canvas-confetti-1.9.0 into combine-prs-…
github-actions[bot] Oct 12, 2023
90f9ae2
Merge dependabot/npm_and_yarn/next-13.5.4 into combine-prs-branch
github-actions[bot] Oct 12, 2023
2753919
Merge dependabot/npm_and_yarn/reduxjs/toolkit-1.9.7 into combine-prs-…
github-actions[bot] Oct 12, 2023
4b838ad
Merge dependabot/npm_and_yarn/typescript-eslint/parser-6.7.5 into com…
github-actions[bot] Oct 12, 2023
39676e8
Merge dependabot/npm_and_yarn/wagmi-1.4.3 into combine-prs-branch
github-actions[bot] Oct 12, 2023
04eb803
Merge dependabot/npm_and_yarn/postcss-and-next-8.4.31 into combine-pr…
github-actions[bot] Oct 12, 2023
8744eeb
Merge dependabot/npm_and_yarn/react-hook-form-7.47.0 into combine-prs…
github-actions[bot] Oct 12, 2023
5cac96f
Merge dependabot/npm_and_yarn/react-redux-8.1.3 into combine-prs-branch
github-actions[bot] Oct 12, 2023
c03363f
Merge dependabot/github_actions/contributor-assistant/github-action-2…
github-actions[bot] Oct 12, 2023
17dce64
Merge dependabot/npm_and_yarn/testing-library/user-event-14.5.1 into …
github-actions[bot] Oct 12, 2023
b36f62e
Merge dependabot/npm_and_yarn/jest-environment-jsdom-29.7.0 into comb…
github-actions[bot] Oct 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
uses: contributor-assistant/[email protected].0
uses: contributor-assistant/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
Expand Down
Loading