Skip to content

Commit 091d6a7

Browse files
authored
chore: Bump pnpm (#11373)
<!-- 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 dependencies, including version upgrades and the removal of missing peer dependencies in various configuration files. It also addresses the addition of new dependencies and adjustments in package versions to ensure compatibility. ### Detailed summary - Updated `@pancakeswap/gauges` to remove missing peer dependency. - Changed `version` of `pnpm` from `9.15.3` to `10.6.5` in `.github/actions/install-deps/action.yml`. - Updated `devDependencies` in `packages/gauges/package.json` for `@pancakeswap/utils`. - Changed `packageManager` version in `package.json` to `[email protected]`. - Upgraded `turbo` from `2.0.6` to `2.4.4` in `package.json`. - Adjusted `eslint` version to `^8.32.0` in `package.json`. - Updated `turbo` versions in `pnpm-lock.yaml` for multiple platforms (darwin, linux, windows). - Patched `@ledgerhq/connect-kit-loader` with a new hash in `pnpm-lock.yaml`. - Updated `typescript` and `@typechain/hardhat` versions to `4.9.5` in `pnpm-lock.yaml`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 181074c commit 091d6a7

File tree

7 files changed

+113
-150
lines changed

7 files changed

+113
-150
lines changed

.changeset/small-melons-shave.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@pancakeswap/gauges': patch
3+
---
4+
5+
Remove missing peer dependency

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @Chef-Yogi @chefjackson @ChefJerry @thechefpenguin @chef-eric @chef-ryan
1+
* @Chef-Yogi @chefjackson @ChefJerry @thechefpenguin @chef-eric @chef-ryan @chefphilip

.github/actions/install-deps/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- uses: pnpm/action-setup@v4
88
with:
9-
version: 9.15.3
9+
version: 10.6.5
1010

1111
- name: Install Node.js
1212
uses: actions/setup-node@v4

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"apis/*",
1010
"scripts"
1111
],
12-
"packageManager": "pnpm@9.15.3",
12+
"packageManager": "pnpm@10.6.5",
1313
"scripts": {
1414
"preinstall": "npx only-allow pnpm",
1515
"dev": "turbo run dev --filter=web... --concurrency=50",
@@ -54,6 +54,7 @@
5454
"@pancakeswap/tsconfig": "workspace:*",
5555
"@stylelint/postcss-css-in-js": "^0.37.2",
5656
"@types/node": "^18.16.2",
57+
"eslint": "^8.32.0",
5758
"eslint-plugin-address": "^0.0.2",
5859
"eslint-plugin-lodash": "^7.4.0",
5960
"husky": "^7.0.0",
@@ -68,14 +69,14 @@
6869
"stylelint-config-styled-components": "^0.1.1",
6970
"tilg": "^0.1.1",
7071
"tsx": "^4.6.1",
71-
"turbo": "2.0.6",
72+
"turbo": "2.4.4",
7273
"typescript": "5.7.3",
7374
"vitest": "^1.5.0",
7475
"wrangler": "catalog:"
7576
},
7677
"volta": {
7778
"node": "20.17.0",
78-
"pnpm": "9.15.3"
79+
"pnpm": "10.6.5"
7980
},
8081
"dependencies": {
8182
"ws": "^8.17.1",

packages/gauges/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
},
2323
"./package.json": "./package.json"
2424
},
25-
"peerDependencies": {
26-
"@pancakeswap/utils": "workspace:*"
27-
},
2825
"devDependencies": {
2926
"@pancakeswap/position-managers": "workspace:^",
3027
"@pancakeswap/sdk": "workspace:^",
28+
"@pancakeswap/utils": "workspace:*",
3129
"@types/lodash": "^4.14.202",
3230
"lodash": "^4.17.21",
3331
"tsup": "^6.7.0"

packages/gauges/tsup.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineConfig((options) => ({
66
index: './src/index.ts',
77
},
88
format: ['esm', 'cjs'],
9+
noExternal: ['@pancakeswap/utils'],
910
dts: false,
1011
clean: !options.watch,
1112
treeshake: true,

pnpm-lock.yaml

+100-142
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)