birchill / 10ten-ja-reader

A browser extension to translate Japanese by hovering over words.
https://addons.mozilla.org/firefox/addon/10ten-ja-reader/
GNU General Public License v3.0
595 stars 43 forks source link

chore(deps): update rspack to v1.0.7 #2006

Closed renovate[bot] closed 3 days ago

renovate[bot] commented 3 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rspack/cli (source) 1.0.5 -> 1.0.7 age adoption passing confidence
@rspack/core (source) 1.0.5 -> 1.0.7 age adoption passing confidence

Release Notes

web-infra-dev/rspack (@​rspack/cli) ### [`v1.0.7`](https://redirect.github.com/web-infra-dev/rspack/releases/tag/v1.0.7) [Compare Source](https://redirect.github.com/web-infra-dev/rspack/compare/v1.0.6...v1.0.7) #### What's Changed ##### Performance Improvements ⚡ - perf: lazy require `browserslist` package by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/7963](https://redirect.github.com/web-infra-dev/rspack/pull/7963) ##### Bug Fixes 🐞 - fix(core): ping [@​rspack/dev-server](https://redirect.github.com/rspack/dev-server) to 1.0.5 by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/7969](https://redirect.github.com/web-infra-dev/rspack/pull/7969) - fix(create-rspack): missing vanilla-ts tsconfig.json by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/7970](https://redirect.github.com/web-infra-dev/rspack/pull/7970) ##### Document Updates 📖 - docs: addRuntimeModule and runtimeRequirementInTree by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7938](https://redirect.github.com/web-infra-dev/rspack/pull/7938) ##### Other Changes - refactor: phases level switcher for incremental options by [@​ahabhgk](https://redirect.github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/7954](https://redirect.github.com/web-infra-dev/rspack/pull/7954) - refactor: remove mut options in plugin apply by [@​ahabhgk](https://redirect.github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/7958](https://redirect.github.com/web-infra-dev/rspack/pull/7958) - chore: migrate [@​rspack/dev-server](https://redirect.github.com/rspack/dev-server) to an independent repo by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7959](https://redirect.github.com/web-infra-dev/rspack/pull/7959) - chore: not allow run typecheck when run node bin/rspack for other project by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/7964](https://redirect.github.com/web-infra-dev/rspack/pull/7964) **Full Changelog**: https://github.com/web-infra-dev/rspack/compare/v1.0.6...v1.0.7 ### [`v1.0.6`](https://redirect.github.com/web-infra-dev/rspack/releases/tag/v1.0.6) [Compare Source](https://redirect.github.com/web-infra-dev/rspack/compare/v1.0.5...v1.0.6) #### What's Changed > \[!CAUTION] > This version has a bug which requires install webpack together to work, use v1.0.7 instead ##### Highlights ##### Support ContextReplacementPlugin For more information, please refer to the documentation [ContextReplacementPlugin](https://rspack.dev/plugins/webpack/context-replacement-plugin). ##### Performance Improvements ⚡ - perf(rspack): use `cow-utils` instead by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/7908](https://redirect.github.com/web-infra-dev/rspack/pull/7908) ##### Exciting New Features 🎉 - feat(rspack_plugin_javascript): improve provide dependency by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/7871](https://redirect.github.com/web-infra-dev/rspack/pull/7871) - feat(progress-plugin): support custom handler by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7896](https://redirect.github.com/web-infra-dev/rspack/pull/7896) - feat: allow ModuleFactoryCreateData modify dependencies by [@​jerrykingxyz](https://redirect.github.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/7895](https://redirect.github.com/web-infra-dev/rspack/pull/7895) - feat: support `compilation.hooks.runtimeRequirementInTree` by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7917](https://redirect.github.com/web-infra-dev/rspack/pull/7917) - feat: support experimental loader `emitDiagnostic` by [@​h-a-n-a](https://redirect.github.com/h-a-n-a) in [https://github.com/web-infra-dev/rspack/pull/7879](https://redirect.github.com/web-infra-dev/rspack/pull/7879) - feat: support `compilation.addRuntimeModule` by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7925](https://redirect.github.com/web-infra-dev/rspack/pull/7925) - feat: context repl plugin by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/7853](https://redirect.github.com/web-infra-dev/rspack/pull/7853) - feat(core): integrate rspack_resolver with input_filesystem by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/7858](https://redirect.github.com/web-infra-dev/rspack/pull/7858) - feat(core): support using tokio-console by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/7945](https://redirect.github.com/web-infra-dev/rspack/pull/7945) ##### Bug Fixes 🐞 - fix(rspack-test-tools): corret script `testu` by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/7894](https://redirect.github.com/web-infra-dev/rspack/pull/7894) - fix: should run watch cases test in build assets by [@​ahabhgk](https://redirect.github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/7897](https://redirect.github.com/web-infra-dev/rspack/pull/7897) - fix(core): use resource shouldn't contain query by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/7911](https://redirect.github.com/web-infra-dev/rspack/pull/7911) - fix: preserve variable names declared with `var` by [@​inottn](https://redirect.github.com/inottn) in [https://github.com/web-infra-dev/rspack/pull/7903](https://redirect.github.com/web-infra-dev/rspack/pull/7903) - fix: use SourceMapSource in js side to support map method by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/7828](https://redirect.github.com/web-infra-dev/rspack/pull/7828) - fix: avoid import external module re-assigin in concatenation by [@​fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rspack/pull/7839](https://redirect.github.com/web-infra-dev/rspack/pull/7839) - fix: make stage has_module_graph_change calculate incorrectly by [@​jerrykingxyz](https://redirect.github.com/jerrykingxyz) in [https://github.com/web-infra-dev/rspack/pull/7920](https://redirect.github.com/web-infra-dev/rspack/pull/7920) - fix(core): align assetInfo with webpack by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/7924](https://redirect.github.com/web-infra-dev/rspack/pull/7924) - fix: should create an empty codegen result for module that has failure in codegen by [@​JSerFeng](https://redirect.github.com/JSerFeng) in [https://github.com/web-infra-dev/rspack/pull/7777](https://redirect.github.com/web-infra-dev/rspack/pull/7777) - fix: eco-ci prebundled enhanced-resolve by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rspack/pull/7933](https://redirect.github.com/web-infra-dev/rspack/pull/7933) - fix: attach when add runtime module by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7935](https://redirect.github.com/web-infra-dev/rspack/pull/7935) - fix: infer async modules when incremental enabled by [@​ahabhgk](https://redirect.github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/7927](https://redirect.github.com/web-infra-dev/rspack/pull/7927) - fix: change javascript parser options to properly merge by [@​inottn](https://redirect.github.com/inottn) in [https://github.com/web-infra-dev/rspack/pull/7946](https://redirect.github.com/web-infra-dev/rspack/pull/7946) ##### Document Updates 📖 - docs(landingpage): update [@​rstack-dev/doc-ui](https://redirect.github.com/rstack-dev/doc-ui) to 1.5.1 by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rspack/pull/7899](https://redirect.github.com/web-infra-dev/rspack/pull/7899) - docs: update node version and webpack-dev-server@5 by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rspack/pull/7900](https://redirect.github.com/web-infra-dev/rspack/pull/7900) - docs: update how to use swc plugin in rspack rule by [@​zhangmingyuan666](https://redirect.github.com/zhangmingyuan666) in [https://github.com/web-infra-dev/rspack/pull/7904](https://redirect.github.com/web-infra-dev/rspack/pull/7904) - docs: add Trellis logo at who is using rspack by [@​yharaskrik](https://redirect.github.com/yharaskrik) in [https://github.com/web-infra-dev/rspack/pull/7901](https://redirect.github.com/web-infra-dev/rspack/pull/7901) - docs(landingpage): update [@​rstack-dev/doc-ui](https://redirect.github.com/rstack-dev/doc-ui) by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rspack/pull/7909](https://redirect.github.com/web-infra-dev/rspack/pull/7909) - docs: update who is using by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/7948](https://redirect.github.com/web-infra-dev/rspack/pull/7948) - docs: fix link is 404 in README by [@​lzxb](https://redirect.github.com/lzxb) in [https://github.com/web-infra-dev/rspack/pull/7947](https://redirect.github.com/web-infra-dev/rspack/pull/7947) - docs: add use case for `extensionAlias` by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/7951](https://redirect.github.com/web-infra-dev/rspack/pull/7951) - docs(website): update blog credit by [@​ScriptedAlchemy](https://redirect.github.com/ScriptedAlchemy) in [https://github.com/web-infra-dev/rspack/pull/7931](https://redirect.github.com/web-infra-dev/rspack/pull/7931) - docs: webpack-merge also applies to rspack by [@​wjw99830](https://redirect.github.com/wjw99830) in [https://github.com/web-infra-dev/rspack/pull/7953](https://redirect.github.com/web-infra-dev/rspack/pull/7953) ##### Other Changes - refactor(types): remove [@​ts-expect-error](https://redirect.github.com/ts-expect-error) in loaderRunner and StatsFactory by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rspack/pull/7864](https://redirect.github.com/web-infra-dev/rspack/pull/7864) - refactor: clean dev server code by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7794](https://redirect.github.com/web-infra-dev/rspack/pull/7794) - chore(rspack): remove unnecessary files by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/7910](https://redirect.github.com/web-infra-dev/rspack/pull/7910) - chore(deps): bump mio from 0.8.8 to 0.8.11 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/web-infra-dev/rspack/pull/7928](https://redirect.github.com/web-infra-dev/rspack/pull/7928) - test: disable dev server e2e test by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/7929](https://redirect.github.com/web-infra-dev/rspack/pull/7929) - chore(infra/biome): enable no-errors-on-unmatched by [@​CPunisher](https://redirect.github.com/CPunisher) in [https://github.com/web-infra-dev/rspack/pull/7932](https://redirect.github.com/web-infra-dev/rspack/pull/7932) - refactor: use `realDependencyLocation` instead of `range` in dependency by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/7892](https://redirect.github.com/web-infra-dev/rspack/pull/7892) - chore(workflow): remove rangeStrategy from renovate config by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/7950](https://redirect.github.com/web-infra-dev/rspack/pull/7950) - test: fix css concat stats test by [@​ahabhgk](https://redirect.github.com/ahabhgk) in [https://github.com/web-infra-dev/rspack/pull/7955](https://redirect.github.com/web-infra-dev/rspack/pull/7955) #### New Contributors - [@​zhangmingyuan666](https://redirect.github.com/zhangmingyuan666) made their first contribution in [https://github.com/web-infra-dev/rspack/pull/7904](https://redirect.github.com/web-infra-dev/rspack/pull/7904) - [@​yharaskrik](https://redirect.github.com/yharaskrik) made their first contribution in [https://github.com/web-infra-dev/rspack/pull/7901](https://redirect.github.com/web-infra-dev/rspack/pull/7901) - [@​lzxb](https://redirect.github.com/lzxb) made their first contribution in [https://github.com/web-infra-dev/rspack/pull/7947](https://redirect.github.com/web-infra-dev/rspack/pull/7947) - [@​wjw99830](https://redirect.github.com/wjw99830) made their first contribution in [https://github.com/web-infra-dev/rspack/pull/7953](https://redirect.github.com/web-infra-dev/rspack/pull/7953) **Full Changelog**: https://github.com/web-infra-dev/rspack/compare/v1.0.5...v1.0.6

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.