Skip to content

Commit

Permalink
chore: Bump wagmi viem and pnpm (#10810)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating various package dependencies, specifically
`viem`, `wagmi`, and `pnpm`, to newer versions, along with adjustments
to the configuration files.

### Detailed summary
- Updated `viem` from `^2.21.9` to `^2.21.22` in `pnpm-workspace.yaml`,
`pnpm-lock.yaml`, and other files.
- Updated `wagmi` from `^2.12.12` to `^2.12.17` in
`pnpm-workspace.yaml`, `pnpm-lock.yaml`, and other files.
- Updated `pnpm` version from `9.11.0` to `9.12.1` in
`.github/actions/install-deps/action.yml` and `package.json`.
- Maintained `next` version as `14.2.14` across all relevant files.

> The following files were skipped due to too many changes:
`pnpm-lock.yaml`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
chefjackson authored Oct 11, 2024
1 parent cab4e84 commit 7fc888a
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: pnpm/action-setup@v4
with:
version: 9.11.0
version: 9.12.1

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"apis/*",
"scripts"
],
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "turbo run dev --filter=web... --concurrency=50",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"volta": {
"node": "20.17.0",
"pnpm": "9.11.0"
"pnpm": "9.12.1"
},
"dependencies": {
"ws": "^8.17.1",
Expand Down
Loading

0 comments on commit 7fc888a

Please sign in to comment.