Update packages to latest version#10556
Merged
jasonsaayman merged 10 commits intov1.xfrom Mar 24, 2026
Merged
Conversation
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.
Summary by cubic
Updated build/test toolchain and tidied
package.json. Adds the latestvite/rollup/vitest, updatesselfsigned, and switches test servers to async cert generation; no runtime code changes.Description
rollup4.60.0,vite8.0.2,vitest4.1.1,eslint10.1.0,@rollup/plugin-alias6.0.0,@rollup/plugin-terser1.0.0,cross-env10.1.0,formdata-node6.0.3,gulp5.0.1,selfsigned5.5.0.fs-extra11.3.4,pretty-bytes7.1.0,pacote21.5.0,lint-staged16.4.0.rolldownrc.11 (+@rolldown/*),@emnapi/*1.9.1,@oxc-project/types0.122.0,picomatch4.0.4; Vite peer@vitejs/devtools^0.1.0.vitest4.1.1.package.jsontidy: explicittype,types/typings,jsdelivr/unpkg; ensuredbrowser/react-nativemaps; addedcontributors; setsideEffects: false.startHTTPServerasync and await cert creation to supportselfsignedv5.selfsignedv5).cross-env10, Rollup plugins,gulp5). Scripts unchanged.Docs
jsdelivr/unpkg→dist/axios.min.js,types/typings→index.d.ts. Note Node 20+ for dev tooling.Testing
selfsignedv5; test runner bumped tovitest4.1.1 (incl. ESM module test package).npm run build,npm run test:vitest, andnpm run test:module:esm.Written for commit 2784ca8. Summary will update on new commits.