Skip to content

Commit

Permalink
fix(pnpm): update to pnpm 9 and remove default props
Browse files Browse the repository at this point in the history
  • Loading branch information
moshie committed May 3, 2024
1 parent 71cbd5a commit 623f24e
Show file tree
Hide file tree
Showing 11 changed files with 10,273 additions and 8,501 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-points-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@zopauk/react-components': minor
---

update to pnpm 9 and remove default props
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.10.5
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7.17.1
version: 9
run_install: false

- name: Get pnpm store directory
Expand All @@ -36,11 +36,11 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Generate release notes preview
id: build-release-notes
uses: guilhermetod/semantic-release-notes-preview@v1.0.0

- name: Comment release notes preview
if: steps.build-release-notes.outputs.releaseNotes
uses: peter-evans/create-or-update-comment@v3
Expand All @@ -57,7 +57,7 @@ jobs:
${{ steps.build-release-notes.outputs.releaseNotes }}
reactions: 'rocket'

- name: Comment empty release notes preview
if: ${{ !steps.build-release-notes.outputs.releaseNotes }}
uses: peter-evans/create-or-update-comment@v3
Expand All @@ -66,9 +66,9 @@ jobs:
body: |
## 👋 Hey there!
Thank you for you contribution.
⚠️ Be aware that this PR is not going to trigger a release. ⚠️
Releases and its notes are automatically generated from the commit messages.
If you are expecting a release you will need to modify your commits as stated in the [contribution section](https://github.com/zopaUK/react-components/blob/master/CONTRIBUTING.md#commit-messages).
reactions: 'confused'
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@
"@types/react": "^17",
"@types/react-dom": "^17"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@9.0.6"
}

0 comments on commit 623f24e

Please sign in to comment.