build: update all non-major dependencies (main)#32838
Open
angular-robot wants to merge 1 commit intoangular:mainfrom
Open
build: update all non-major dependencies (main)#32838angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several JavaScript/TypeScript dependencies across various package.json files and their corresponding pnpm-lock.yaml file. Key updates include @vitest/* packages from 4.1.0 to 4.1.1, @typescript-eslint/* packages from 8.57.1 to 8.57.2, algoliasearch from 5.49.2 to 5.50.0, @vitejs/plugin-basic-ssl from 2.2.0 to 2.3.0, picomatch from 4.0.3 to 4.0.4, and rolldown from 1.0.0-rc.10 to 1.0.0-rc.11. These are generally minor or patch version updates. There is no feedback to provide.
See associated pull request for more information.
28aa1f9 to
c4ce988
Compare
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.
This PR contains the following updates:
1.27.1→1.28.08.57.1→8.57.28.57.1→8.57.22.2.0→2.3.04.1.0→4.1.15.49.2→5.50.04.0.3→4.0.41.0.0-rc.10→1.0.0-rc.114.1.0→4.1.1Release Notes
modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.28.0Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@v1.27.1...v1.28.0
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.57.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.57.2Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-basic-ssl (@vitejs/plugin-basic-ssl)
v2.3.0Compare Source
Features
ttlDaysparameter (#98) (eb373f0)Miscellaneous Chores
Build System
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.1Compare Source
🚀 Features
matchesTagsto test if the current filter matches tags - by @sheremet-va in #9913 (eec53)experimental.vcsProvider- by @sheremet-va in #9928 (56115)🐞 Bug Fixes
TestProject.testFilesListinternal properly - by @sapphi-red in #9867 (54f26)use- by @oilater in #9831 and #9861 (633ae)vi.advanceTimersto the preview provider - by @sheremet-va in #9891 (1bc3e)--standalonemode without running tests - by @sheremet-va in #9911 (e78ad)body- by @sheremet-va in #9912 (6fdb2)retry.conditionRegExp serialization issue - by @nstepien and @hi-ogawa in #9942 (7b605)testreturn as tests - by @sheremet-va in #9871 (141e7)View changes on GitHub
algolia/algoliasearch-client-javascript (algoliasearch)
v5.50.0Compare Source
micromatch/picomatch (picomatch)
v4.0.4Compare Source
This is a security release fixing several security relevant issues.
What's Changed
Full Changelog: micromatch/picomatch@4.0.3...4.0.4
rolldown/rolldown (rolldown)
v1.0.0-rc.11Compare Source
🚀 Features
output.sourcemapExcludeSourcesoption (#8828) by @sapphi-redgetIndentStringin MagicString (#8775) by @IWANABETHATGUY🐛 Bug Fixes
pluginNamefromMinimalPluginContext(#8864) by @sapphi-redvpxinstead ofvp execforpkg-pr-new(#8827) by @Boshenorderfor callable plugins (#8815) by @sapphi-red🚜 Refactor
📚 Documentation
⚡ Performance
dervie_entries_aware_chunk_name(#8847) by @AliceLannistecollapse_sourcemaps(#8821) by @Boshen🧪 Testing
⚙️ Miscellaneous Tasks
just setup(#8846) by @AliceLannisteexamples/lazytoexamples/lazy-compilation(#8789) by @shulaoda❤️ New Contributors