Skip to content

Commit

Permalink
chore(deps): upgrade aptos-ts, node, pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Jan 27, 2024
1 parent d79be9d commit 4e0e9b2
Show file tree
Hide file tree
Showing 8 changed files with 520 additions and 767 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_and_test:
executor:
name: node/default # use the default executor defined within the orb
tag: '18.19'
tag: '20.11'
steps:
- checkout
- restore_cache:
Expand All @@ -21,7 +21,7 @@ jobs:
name: Install pnpm package manager
command: |
sudo corepack enable
sudo corepack prepare pnpm@8.9.2 --activate
sudo corepack prepare pnpm@8 --activate
node --version
pnpm --version
- run:
Expand Down
3 changes: 1 addition & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"packageRules": [
{
"matchPackageNames": [
"node",
"semantic-release"
"node"
],
"enabled": false
}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.9.2
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20.11
cache: 'pnpm'
- name: Install
run: pnpm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
ref: ${{ github.event.inputs.commit }}
- uses: pnpm/action-setup@v2
with:
version: 8.9.2
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18.18
node-version: 20.11
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Set NPM variables
Expand All @@ -41,7 +41,7 @@ jobs:
run: pnpm build:all
- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Release Summary
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none"
"trailingComma": "none",
"plugins": ["prettier-plugin-sh"]
}
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"devDependencies": {
"@jest/globals": "^29.6.4",
"@jest/types": "^29.6.3",
"@ls-lint/ls-lint": "^2.1.0",
"@ls-lint/ls-lint": "^2.2.2",
"@types/chai": "^4.3.6",
"@types/jest": "^29.5.4",
"@types/node": "^18.18.8",
"@types/node": "^20.11.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"chai": "^4.3.8",
Expand All @@ -32,9 +32,8 @@
"lint-staged": "^15.0.0",
"prettier": "^3.0.3",
"prettier-package-json": "^2.8.0",
"prettier-plugin-sh": "^0.13.1",
"semantic-release": "^19.0.5",
"semantic-release-monorepo": "^7.0.5",
"prettier-plugin-sh": "^0.14.0",
"semantic-release": "^23.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"types": "./dist/cjs/index.d.ts",
"dependencies": {
"@aptos-labs/ts-sdk": "~1.4.0",
"@aptos-labs/ts-sdk": "~1.5.0",
"@typemove/move": "workspace:*",
"chalk": "^5.3.0",
"commander": "^11.1.0",
Expand Down
Loading

0 comments on commit 4e0e9b2

Please sign in to comment.