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

Dependencies | February 19 2024 #2578

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Dependencies | February 19 2024 #2578

merged 1 commit into from
Feb 20, 2024

Conversation

raphaelkabo
Copy link
Contributor

What does this change?

Changes from previous #2565

  • Brings our dependencies up to the latest versions where possible.

Holds back the following:

  • sharp - no longer supports yarn 1, will update at the point we move to pnpm/npm (as in previous)
  • react, testing-library/preact, and @testing-library/preact-hooks, because Yarn wants all of these to be upgraded from their current (up-to-date, according to npm) versions to 'exotic', whatever that is.

Screenshot 2024-02-19 at 14 38 49

Tested

  • CODE

@raphaelkabo raphaelkabo requested a review from a team as a code owner February 19, 2024 14:38
Copy link
Member

@kelvin-chappell kelvin-chappell left a comment

Choose a reason for hiding this comment

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

👍

@raphaelkabo raphaelkabo merged commit d05daea into main Feb 20, 2024
27 checks passed
@raphaelkabo raphaelkabo deleted the rk/deps-2024-02-19 branch February 20, 2024 08:49
@coldlink
Copy link
Member

coldlink commented Feb 20, 2024

So the 'exotic' thing is because those dependencies are being mapped to a different npm package than its name. This allows us to use Preact instead of React, but keep everything under the React namespace! #2161

Basically when updating dependencies, we make sure not to touch those, and hence I don't mention them in the weekly updates.

@coldlink coldlink added the dependencies Pull requests that update a dependency file label Feb 26, 2024
@coldlink coldlink mentioned this pull request Feb 26, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants