Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update examples to pnpm 9 #1169

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

MikeMcC399
Copy link
Collaborator

This PR updates the version of pnpm used in the workflows:

and in the

from pnpm 8 to pnpm 9 (latest version).

[email protected] was released on Apr 16, 2024.

Additionally the pnpm-lock.yaml lockfiles for

are updated from Lockfile v6 to Lockfile v9.

References

Verification

local

On Ubuntu 22.04.4 LTS
Use Node.js v20.12.2 LTS

npm ci
npm install pnpm@9 -g
cd examples/basic-pnpm
pnpm install --frozen-lockfile
pnpm test
cd ../..
cd examples/start-and-pnpm-workspaces
pnpm install --frozen-lockfile
cd packages/workspace-1
pnpm start

In a separate terminal window set to examples/start-and-pnpm-workspaces/packages/workspace-1

pnpm test

kill server from workspace-1

repeat test for workspace-2

cd ../workspace-2
pnpm start

In a separate terminal window set to examples/start-and-pnpm-workspaces/packages/workspace-2

pnpm test

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review April 16, 2024 11:53
@jennifer-shehane jennifer-shehane merged commit 256f7f2 into cypress-io:master Apr 16, 2024
76 checks passed
@MikeMcC399 MikeMcC399 deleted the update/pnpm-to-9 branch April 16, 2024 13:19
Copy link

🎉 This PR is included in version 6.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 self-assigned this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants