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

chore: convert to pnpm #970

Merged
merged 13 commits into from
Jan 26, 2024
Merged

chore: convert to pnpm #970

merged 13 commits into from
Jan 26, 2024

Conversation

pauldambra
Copy link
Member

@pauldambra pauldambra commented Jan 26, 2024

we're using pnpm in the main repo...

let's use it here

I've tested all of the GH actions workflows that I can without merging, so will have to see if CD workflows work after merging this

tested I can still publish locally using yalc

@pauldambra pauldambra marked this pull request as ready for review January 26, 2024 13:48
@pauldambra pauldambra requested review from thmsobrmlr and a team January 26, 2024 13:48
@@ -115,12 +116,12 @@ describe('persistence', () => {
const lib = new PostHogPersistence(makePostHogConfig('bla', 'cookie'))
lib.register_once({ distinct_id: 'testy', test_prop: 'test_value' }, undefined, undefined)
expect(document.cookie).toEqual(
'; ph__posthog=%7B%22distinct_id%22%3A%22testy%22%2C%22test_prop%22%3A%22test_value%22%7D'
'ph__posthog=%7B%22distinct_id%22%3A%22testy%22%2C%22test_prop%22%3A%22test_value%22%7D'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checked this locally with yalc and cookies seem correct
i guess this was a test artefact 🤷

Copy link
Collaborator

@benjackwhite benjackwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looked at some bits closer than others but if the CI is happy, I'm happy

@pauldambra pauldambra merged commit 7762f0b into master Jan 26, 2024
13 checks passed
@pauldambra pauldambra deleted the chore/convert-to-pnpm branch January 26, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants