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

[VEL-2319] Convert to pnpm #12

Merged
merged 4 commits into from
Jan 31, 2024
Merged

[VEL-2319] Convert to pnpm #12

merged 4 commits into from
Jan 31, 2024

Conversation

phndiaye
Copy link
Member

What does this PR do?

Migrate package manager from yarn to pnpm.

What are the observable changes?

πŸ§‘β€πŸ’» Developer Heads Up

⚑ Since we are using Ember Octane now:

  • Feel free to migrate existing components to Glimmer Components.
  • Write new ones exclusively in it.

Useful Resource : Ember Octane vs Classic Cheat Sheet

Good PR checklist

  • Title makes sense
  • Is against the correct branch
  • Only addresses one issue
  • Properly assigned
  • Added/updated tests
  • Added/updated documentation
  • Properly labeled

@phndiaye phndiaye requested review from Miexil, JulienVannier66 and a team as code owners January 25, 2024 15:24
@phndiaye phndiaye requested review from aprentout and removed request for a team January 25, 2024 15:24
@phndiaye phndiaye self-assigned this Jan 25, 2024
@phndiaye phndiaye changed the title convert to pnpm Convert to pnpm Jan 29, 2024
@phndiaye phndiaye changed the title Convert to pnpm [VEL-2319] Convert to pnpm Jan 30, 2024
Copy link

linear bot commented Jan 30, 2024

Comment on lines +12 to +21
run(() => {
assert(
'[helper][log-activity] An action is required for this helper to work properly.',
typeof action === 'function'
);
assert(
'[helper][log-activity] An actionDescription needs to be passed for the activity-log to make sense.',
typeof actionDescription === 'string'
);
});
Copy link
Member Author

Choose a reason for hiding this comment

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

Fixes flacky tests

Copy link
Member

Choose a reason for hiding this comment

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

LIAR ! πŸ˜‚
I don't believe in any fix for the param assertions ^^

Copy link
Contributor

@JulienVannier66 JulienVannier66 left a comment

Choose a reason for hiding this comment

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

Otherwise LGTM

package.json Outdated Show resolved Hide resolved
Comment on lines +12 to +21
run(() => {
assert(
'[helper][log-activity] An action is required for this helper to work properly.',
typeof action === 'function'
);
assert(
'[helper][log-activity] An actionDescription needs to be passed for the activity-log to make sense.',
typeof actionDescription === 'string'
);
});
Copy link
Member

Choose a reason for hiding this comment

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

LIAR ! πŸ˜‚
I don't believe in any fix for the param assertions ^^

@phndiaye phndiaye merged commit ad380d8 into main Jan 31, 2024
3 checks passed
@phndiaye phndiaye deleted the convert-to-pnpm branch January 31, 2024 10:07
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.

4 participants