chore(deps): update all non-major dependencies#11
Merged
chenjiahan merged 1 commit intomainfrom Dec 1, 2024
Merged
Conversation
chenjiahan
approved these changes
Dec 1, 2024
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.0.14->1.1.4^22.8.6->^22.10.19.12.3->9.14.45.6.3->5.7.2Release Notes
web-infra-dev/rspack (@rspack/core)
v1.1.4Compare Source
What's Changed
Exciting New Features 🎉
asattr by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/8521Bug Fixes 🐞
WebWorkerTemplatePluginshould generate import-scripts chunk loading runtime by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8523Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.1.3...v1.1.4
v1.1.3Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspack@v1.1.2...v1.1.3
v1.1.2Compare Source
What's Changed
💡 Highlights
DefinePlugin destructuring optimization
Rspack v1.1.2 improved the output of
DefinePluginby eliminating unused object properties from the final bundle, resulting in a smaller output size:Exciting New Features 🎉
Bug Fixes 🐞
cacheable::from_byteby @jerrykingxhttps://github.com/web-infra-dev/rspack/pull/8450l/8450autoby @inothttps://github.com/web-infra-dev/rspack/pull/8415l/8415Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.1.1...v1.1.2
v1.1.1Compare Source
💡 Highlights
Support for DllPlugin
This release introduced rspack.DllPlugin and rspack.DllReferencePlugin in #8296 to be compatible with webpack's DLLPlugin and DllReferencePlugin.
DLL plugins help you improve build performance by separating rarely-changed code (like vendor dependencies) into separate bundles. The term "DLL" stands for Dynamic-link library. See here for more information.
What's Changed
Exciting New Features 🎉
Bug Fixes 🐞
--config-nameby @andersk in https://github.com/web-infra-dev/rspack/pull/8363__webpack_layer__by @inottn in https://github.com/web-infra-dev/rspack/pull/8381Compilernot getting freed after use by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8268Document Updates 📖
Other Changes
Utf8PathandFileMetadataby @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/8366Full Changelog: web-infra-dev/rspack@v1.1.0...v1.1.1
v1.1.0Compare Source
See Announcing Rspack 1.1 for more details.
What's Changed
Performance Improvements ⚡
xxhash64hash function by default by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8249disableAllLintsby default to reduce overhead by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8275neo-asyncwith a minimal helper by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8282Exciting New Features 🎉
@rspack/clidual package and bundle with Rslib by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8187[name]in filename by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/7753output.compareBeforeEmitby @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/8245Bug Fixes 🐞
lightingcss_rsto fix CSS property order by @GiveMe-A-Name in https://github.com/web-infra-dev/rspack/pull/8182rspackfunction type in cjs require by @SoonIter in https://github.com/web-infra-dev/rspack/pull/8169pkg-previewwhen the needs are skipped by @shulaoda in https://github.com/web-infra-dev/rspack/pull/8216rspack serveby @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/8244--target ESNextby @andersk in https://github.com/web-infra-dev/rspack/pull/8279pnpm --filterin package scripts by @shulaoda in https://github.com/web-infra-dev/rspack/pull/8319exports.typesfield by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8355Document Updates 📖
keepImportAttributesconfiguration when useRule.withby @9aoy in https://github.com/web-infra-dev/rspack/pull/8239optimizationby @chenjiahan in https://github.com/web-infra-dev/rspack/pull/8339Other Changes
rspack.defaultshould not exist test by @SoonIter in https://github.com/web-infra-dev/rspack/pull/8207lightningCssMiminizerPlugin.tsfile by @SoonIter in https://github.com/web-infra-dev/rspack/pull/8214JsRegExpby @shulaoda in https://github.com/web-infra-dev/rspack/pull/8254RawRegexandJsRegExpby @shulaoda in https://github.com/web-infra-dev/rspack/pull/8298New Contributors
Full Changelog: web-infra-dev/rspack@v1.0.14...v1.1.0
pnpm/pnpm (pnpm)
v9.14.4Compare Source
v9.14.3Compare Source
v9.14.2Compare Source
Patch Changes
pnpm publish --jsonshould work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1Compare Source
Minor Changes
pnpm pack --jsonto print packed tarball and contents in JSON format #8765.Patch Changes
pnpm execshould print a meaningful error message when no command is provided [#8752](https://redirect.gConfiguration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.