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

Update major deps #10823

Merged
merged 1 commit into from Apr 19, 2024
Merged

Update major deps #10823

merged 1 commit into from Apr 19, 2024

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented Apr 19, 2024

Changes

This PR updates the major dependencies in this repo so that Renovate won't bomb us with major deps upgrade PRs soon. The dependencies upgraded are currently listed in #10820. For future reference, I handled these:

  • chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0
  • chore(deps): update actions/labeler action to v5
  • chore(deps): update dependency @types/markdown-it to v14
  • chore(deps): update dependency chai to v5
  • chore(deps): update dependency node to v20
  • chore(deps): update dependency rehype-mathjax to v6
  • chore(deps): update npm to v10
  • chore(deps): update pnpm to v9
  • fix(deps): update dependency lit to v3
  • fix(deps): update dependency mime to v4 (mime, @types/mime)
  • fix(deps): update dependency mrmime to v2
  • fix(deps): update dependency ora to v8
  • fix(deps): update dependency remark-smartypants to v3
  • fix(deps): update dependency tar to v7

Some dependencies are migrated to the latest major, while others are simply ignored in renovate.json5)


NOTES:

  1. I upgrade mrmime in @astrojs/partytown. The main difference is that JS mime type are text/javascript from application/javascript, which is more spec-accurate. Browsers should handle these like usual.
  2. I migrated mime/lite.js to mrmime. There's no difference to the mime types list. Stackblitz proof

Testing

I ran all tests locally and they pass.

Docs

No significant changes from the user perspective, so no changesets.

Copy link

changeset-bot bot commented Apr 19, 2024

⚠️ No Changeset found

Latest commit: a5e7f08

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added feat: markdown Related to Markdown (scope) pkg: vue Related to Vue (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Apr 19, 2024
Copy link
Member Author

Choose a reason for hiding this comment

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

This file is unused.

@bluwy bluwy merged commit 237e17c into main Apr 19, 2024
14 checks passed
@bluwy bluwy deleted the update-major-deps branch April 19, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: markdown Related to Markdown (scope) pkg: astro Related to the core `astro` package (scope) pkg: integration Related to any renderer integration (scope) pkg: vue Related to Vue (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants