chore(deps-dev): bump the development-dependencies group - #309
Merged
Conversation
Update parcel to 2.16.4, @rollup/plugin-terser to 1.0.0, rollup to 4.62.4, serve to 14.2.6 and @rsbuild/core to 2.1.10, and regenerate package-lock.json accordingly. Add "type": "module" to the rsbuild-ts project: the rsbuild config uses ES module syntax, so without it Node reparses the file as an ES module and emits a MODULE_TYPELESS_PACKAGE_JSON warning on every build. Make dependabot ignore typescript: v6 and v7 require configuration changes and more testing, so stay on v5 until that work is done. Also let dependabot label the pull requests it opens, so they are categorized without manual triage.
|
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
Manual replacement for #308, which could not be merged as is because it also bumped TypeScript from 5.9.3 to 7.0.2.
parcel2.16.3 -> 2.16.4,@rollup/plugin-terser0.4.4 -> 1.0.0,rollup4.55.1 -> 4.62.4,serve14.2.5 -> 14.2.6 and@rsbuild/core1.7.2 -> 2.1.10.package-lock.jsonis regenerated accordingly.typescript. v6 and v7 require configuration changes and more testing, so the projects stay on v5 until that work is done."type": "module"to thersbuild-tsproject. Its rsbuild config uses ES module syntax, so without it Node reparses the file as an ES module and prints aMODULE_TYPELESS_PACKAGE_JSONwarning on every build.dependencies,skip-changelog, plusjavascriptorgithub_actions), so they no longer need manual triage.Test plan
npm run buildsucceeds for every project, in particularrollup-ts(major bump of@rollup/plugin-terser) andrsbuild-ts(major bump of@rsbuild/core)rsbuild-tsbuild no longer prints theMODULE_TYPELESS_PACKAGE_JSONwarningCloses #308