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: update dependencies and remove unused ones #3838

Merged
merged 45 commits into from
Feb 24, 2023

Conversation

Walther
Copy link
Contributor

@Walther Walther commented Feb 23, 2023

What this PR does / why we need it:

Did a bit of spring cleaning ✨ 🧹
Used depcheck and ncu to help with cleanup and updates

Which issue(s) this PR fixes:

Special notes for your reviewer:

Squash before merging.

Notes

  • updating platform-api-types skipped, very outdated and causes type errors
  • updating typescript skipped, newer versions are stricter and catch new errors in existing code
  • updating koa and its adjacent packages skipped, causes lots of type errors
  • updating testdouble skipped, results in some type errors
  • updating js-yaml skipped, large changelog and migration guide
  • updating type-fest skipped, medium changelog
  • updating yaml-lint skipped, results in some type errors
  • updating nock skipped, breaks analytics tests
  • a bunch of dependencies have moved to being pure ESM packages, we need to add support for those in order to update them: (Configure support for depending on pure ESM packages #3841)
    • chalk
    • cli-truncate
    • cpy
    • crypto-random-string
    • execa
    • get-port
    • glob
    • got
    • has-ansi
    • humanize-string
    • indent-string
    • inquirer
    • log-symbols
    • mimimc-fn
    • normalize-url
    • p-event
    • p-retry
    • slash
    • string-width
    • strip-ansi
    • tempy
    • titleize
    • wrap-ansi
    • username

@Walther Walther force-pushed the 2023-02-23-springcleaning branch from 740856b to 581f5e8 Compare February 23, 2023 16:32
@Walther Walther force-pushed the 2023-02-23-springcleaning branch from 9ecdf72 to 06dad1c Compare February 23, 2023 18:31
@Walther Walther changed the title 2023-02-23 springcleaning chore: update dependencies and remove unused ones Feb 24, 2023
Copy link
Collaborator

@vvagaytsev vvagaytsev left a comment

Choose a reason for hiding this comment

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

Great work! Thanks! 👍

@Walther Walther merged commit 8faaf34 into 0.13 Feb 24, 2023
@Walther Walther deleted the 2023-02-23-springcleaning branch February 24, 2023 21:18
This was referenced May 11, 2023
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