Skip to content

Commit

Permalink
Merge pull request #1124 from thewtex/pnpm-9
Browse files Browse the repository at this point in the history
build(pnpm): bump to version 9.1.0
  • Loading branch information
thewtex authored May 13, 2024
2 parents fba95f4 + d3bc116 commit 7d3ba31
Show file tree
Hide file tree
Showing 32 changed files with 8,125 additions and 6,188 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
node-version: '20'

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Build itk-wasm
Expand Down Expand Up @@ -107,9 +106,8 @@ jobs:
node-version: '20'

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Build itk-wasm
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ jobs:
node-version: '20'

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Build itk-wasm
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
node-version: '20'

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Build dependencies
Expand Down Expand Up @@ -158,9 +157,8 @@ jobs:
node-version: '20'

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Build dependencies
Expand Down Expand Up @@ -258,9 +256,8 @@ jobs:
tool-cache: true

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- uses: actions/setup-node@v4
Expand Down Expand Up @@ -332,9 +329,8 @@ jobs:
node-version: '20'

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Build dependencies
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/javascript-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
node-version: '20'

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Build itk-wasm
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ jobs:
runs-on: ubuntu-22.04
name: Check and lint PR
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup node
uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- run: |
npm i -g pnpm
pnpm i
- name: Install
uses: pnpm/action-setup@v4
with:
run_install: true

- name: Lint commits
run: npx commitlint --from=${{ github.event.pull_request.base.sha }}
run: pnpm test:commitlint --from=${{ github.event.pull_request.base.sha }}
3 changes: 1 addition & 2 deletions .github/workflows/python-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
node-version: '20'

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Build build:gen:python
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
node-version: '20'

- name: Install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion examples/inputs-outputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "inputs-outputs-example-build",
"version": "2.0.0",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "An itk-wasm pipeline example for inputs/outputs",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion examples/inputs-outputs/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/inputs-outputs-example",
"version": "0.1.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "An example that has non-trivial inputs and outputs.",
"type": "module",
"bin": "src/cli.mjs",
Expand Down
2 changes: 1 addition & 1 deletion examples/mean-squares-versor-registration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mean-squares-versor-registration-build",
"version": "2.0.0",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Illustrate the use of the VersorRigid3DTransform for 3D image registration.",
"type": "module",
"itk-wasm": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mean-squares-versor-registration",
"version": "0.1.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Example 3D versor transform registration with a mean-squares similarity metric",
"type": "module",
"module": "./dist/index.js",
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "itk-wasm-workspace",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
"type": "module",
"directories": {
Expand All @@ -20,6 +20,7 @@
"publish:python": "pnpm -r --sequential publish:python",
"test:wasi": "pnpm -r test:wasi",
"test:lint": "pnpm -r test:lint",
"test:commitlint": "commitlint",
"test:node": "pnpm -r test:node",
"test:browser:chrome": "pnpm -r test:browser:chrome",
"test:browser:firefox": "pnpm -r test:browser:firefox",
Expand All @@ -32,7 +33,8 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/config-conventional": "^18.4.3"
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compare-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/compare-images-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compare-images/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/compare-images",
"version": "5.0.2",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Compare images with a tolerance for regression testing.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/compare-meshes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/compare-meshes-build",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@9.1.0",
"description": "Scripts to generate compare-meshes itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compare-meshes/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/compare-meshes",
"version": "0.2.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Compare meshes and polydata for regression testing.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/compress-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/compress-stringify-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compress-stringify/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/compress-stringify",
"version": "3.1.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.",
"type": "module",
"module": "./dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function generatePackageJson(project: ProjectSpec) {
// @ts-ignore
itkWasm.repository = project.repositoryUrl
}
const packageManager = 'pnpm@8.15.1'
const packageManager = 'pnpm@9.1.0'
let packageJson = {
name: `${project.name}-build`,
version: '0.1.0',
Expand Down
2 changes: 1 addition & 1 deletion packages/core/typescript/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/demo-app",
"version": "0.1.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Try itk-wasm pipelines in a browser",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/typescript/itk-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "itk-wasm",
"version": "1.0.0-b.173",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
"type": "module",
"module": "./dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "package-name",
"version": "0.1.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "",
"type": "module",
"module": "./dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-pipelines",
"version": "1.0.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Exercise interface types for bindgen",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dicom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/dicom-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "scripts to generate @itk-wasm/dicom itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dicom/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/dicom",
"version": "6.0.1",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Read files and images related to DICOM file format.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/downsample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/downsample-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "scripts to generate @itk-wasm/downsample itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/downsample/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/downsample",
"version": "1.2.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Pipelines for downsampling images.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/image-io-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/image-io/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/image-io",
"version": "1.1.1",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mesh-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/mesh-io-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mesh-io/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/mesh-io",
"version": "1.1.1",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.0",
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
"module": "./dist/index.js",
Expand Down
Loading

0 comments on commit 7d3ba31

Please sign in to comment.