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
604 stars 45 forks source link

chore(deps): update rspack to v1.0.10 #2041

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

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

Release Notes

web-infra-dev/rspack (@​rspack/cli) ### [`v1.0.10`](https://redirect.github.com/web-infra-dev/rspack/releases/tag/v1.0.10) [Compare Source](https://redirect.github.com/web-infra-dev/rspack/compare/v1.0.9...v1.0.10) #### What's Changed ##### Highlights The `swc_core` crate has been upgraded from version `0.106.1` to `0.109.1`. Fixed the source map error in SWC minifier when used with Sentry. For a detailed comparison between swc versions, see the https://github.com/swc-project/swc/compare/swc_core@v0.106.1...swc_core@v0.109.1. ##### Exciting New Features 🎉 - feat: support dependencies in resolve hook callback by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/7949](https://redirect.github.com/web-infra-dev/rspack/pull/7949) - feat(rspack_plugin_schemas): http import schema plugin by [@​ScriptedAlchemy](https://redirect.github.com/ScriptedAlchemy) in [https://github.com/web-infra-dev/rspack/pull/7008](https://redirect.github.com/web-infra-dev/rspack/pull/7008) ##### Bug Fixes 🐞 - fix: the value of this.sourceMap in LoaderContext is incorrect when using SourceMapDevToolPlugin by [@​inottn](https://redirect.github.com/inottn) in [https://github.com/web-infra-dev/rspack/pull/7968](https://redirect.github.com/web-infra-dev/rspack/pull/7968) - fix: source map is not works with Sentry by [@​SyMind](https://redirect.github.com/SyMind) in [https://github.com/web-infra-dev/rspack/pull/8080](https://redirect.github.com/web-infra-dev/rspack/pull/8080) - fix: should support `chunk.contentHash` in PathData of `compilation.getPath` by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/8074](https://redirect.github.com/web-infra-dev/rspack/pull/8074) - fix: allow file names and directory names to contain brackets by [@​inottn](https://redirect.github.com/inottn) in [https://github.com/web-infra-dev/rspack/pull/8069](https://redirect.github.com/web-infra-dev/rspack/pull/8069) ##### Other Changes - refactor: add JSDoc to improve Rspack configuration.optimization types. by [@​GiveMe-A-Name](https://redirect.github.com/GiveMe-A-Name) in [https://github.com/web-infra-dev/rspack/pull/8081](https://redirect.github.com/web-infra-dev/rspack/pull/8081) - chore(deps): update pnpm to v9.12.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/8065](https://redirect.github.com/web-infra-dev/rspack/pull/8065) **Full Changelog**: https://github.com/web-infra-dev/rspack/compare/v1.0.9...v1.0.10 ### [`v1.0.9`](https://redirect.github.com/web-infra-dev/rspack/releases/tag/v1.0.9) [Compare Source](https://redirect.github.com/web-infra-dev/rspack/compare/v1.0.8...v1.0.9) #### What's Changed ##### Exciting New Features 🎉 - feat(parser): add new javascript parser options by [@​fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rspack/pull/7939](https://redirect.github.com/web-infra-dev/rspack/pull/7939) ##### Bug Fixes 🐞 - fix(externals): distinguish "module" and "import" in "module-import" by [@​fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rspack/pull/7999](https://redirect.github.com/web-infra-dev/rspack/pull/7999) - fix: should set code generation hash to concatenated module by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/8062](https://redirect.github.com/web-infra-dev/rspack/pull/8062) - fix: should use chunk in path data of `compilation.getPath` by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/8032](https://redirect.github.com/web-infra-dev/rspack/pull/8032) - fix(type): be compitable to ts5.6 by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rspack/pull/8071](https://redirect.github.com/web-infra-dev/rspack/pull/8071) ##### Document Updates 📖 - docs: upgrade breaking change description by [@​hardfist](https://redirect.github.com/hardfist) in [https://github.com/web-infra-dev/rspack/pull/8012](https://redirect.github.com/web-infra-dev/rspack/pull/8012) - docs(progress-plugin): support custom handler by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rspack/pull/8014](https://redirect.github.com/web-infra-dev/rspack/pull/8014) ##### Other Changes - chore: drop npm-run-all, make command npm client agnostic by [@​fi3ework](https://redirect.github.com/fi3ework) in [https://github.com/web-infra-dev/rspack/pull/8005](https://redirect.github.com/web-infra-dev/rspack/pull/8005) - chore: update teams.yml by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspack/pull/8020](https://redirect.github.com/web-infra-dev/rspack/pull/8020) - chore(ci): support pkg.pr.new by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/7757](https://redirect.github.com/web-infra-dev/rspack/pull/7757) - chore(deps): update dependency style-loader to v4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/8025](https://redirect.github.com/web-infra-dev/rspack/pull/8025) - chore(ci): skip preview if no relevant code changes by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/web-infra-dev/rspack/pull/8023](https://redirect.github.com/web-infra-dev/rspack/pull/8023) - refactor: add JSDoc & types to improve configuration.resolve types. by [@​GiveMe-A-Name](https://redirect.github.com/GiveMe-A-Name) in [https://github.com/web-infra-dev/rspack/pull/8029](https://redirect.github.com/web-infra-dev/rspack/pull/8029) - test: try to fix the randomly failed of [@​rspack/cli](https://redirect.github.com/rspack/cli) test cases by [@​LingyuCoder](https://redirect.github.com/LingyuCoder) in [https://github.com/web-infra-dev/rspack/pull/8030](https://redirect.github.com/web-infra-dev/rspack/pull/8030) - refactor: add JSDoc to improve configuration.externals types by [@​GiveMe-A-Name](https://redirect.github.com/GiveMe-A-Name) in [https://github.com/web-infra-dev/rspack/pull/8013](https://redirect.github.com/web-infra-dev/rspack/pull/8013) - chore(deps): update crate-ci/typos action to v1.25.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/8036](https://redirect.github.com/web-infra-dev/rspack/pull/8036) - chore(deps): update dependency coffee-loader to v5 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/8047](https://redirect.github.com/web-infra-dev/rspack/pull/8047) - chore(website): remove unused dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/8048](https://redirect.github.com/web-infra-dev/rspack/pull/8048) - chore(deps): update cargo-bins/cargo-binstall action to v1.10.7 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/8052](https://redirect.github.com/web-infra-dev/rspack/pull/8052) - chore(deps): update dependency jsdom to v25 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/8053](https://redirect.github.com/web-infra-dev/rspack/pull/8053) - chore(deps): update pnpm to v9.12.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/8054](https://redirect.github.com/web-infra-dev/rspack/pull/8054) - refactor: add JSDoc to improve Rspack configuration.entry|context|mode types by [@​GiveMe-A-Name](https://redirect.github.com/GiveMe-A-Name) in [https://github.com/web-infra-dev/rspack/pull/8016](https://redirect.github.com/web-infra-dev/rspack/pull/8016) - chore(deps): update playwright to 1.47.0 by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rspack/pull/8063](https://redirect.github.com/web-infra-dev/rspack/pull/8063) - chore(deps): update crate-ci/typos action to v1.26.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspack/pull/8066](https://redirect.github.com/web-infra-dev/rspack/pull/8066) **Full Changelog**: https://github.com/web-infra-dev/rspack/compare/v1.0.8...v1.0.9

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.