Update dependencies and switch to Bun package manager#136
Merged
sifex merged 2 commits intoSigmaHQ:mainfrom May 3, 2025
Merged
Update dependencies and switch to Bun package manager#136sifex merged 2 commits intoSigmaHQ:mainfrom
sifex merged 2 commits intoSigmaHQ:mainfrom
Conversation
- bump autoprefixer from 10.4.20 to 10.4.21 - bump fuse.js from 7.0.0 to 7.1.0 - bump markdown-it-footnote from 4 to 4.0.0 - bump open-graph-scraper from 6.8.3 to 6.10.0 - bump vitepress from 1.5.0 to 1.6.3 - bump vue from 3.4.13 to 3.5.13 - bump @vue/eslint-config-typescript from 14.0 to 14.5.0 - bump markdown-it from 14 to 14.1.0 - bump markdownlint from 0.37 to 0.38.0 - bump prettier from 3.4.2 to 3.5.3 - bump prettier-plugin-tailwindcss from 0.6.9 to 0.6.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update various dependencies in
package.jsonand transition the project to use Bun instead of npm for package management and scripts. This change includes updates to build and lint commands in the CI configuration and documentation.