Skip to content

Comments

fix(plugin/vite-resolve): importing an optional peer dep should throw an runtime error#4980

Merged
sapphi-red merged 2 commits intomainfrom
06-17-fix_plugin_vite-resolve_importing_an_optional_peer_dep_should_throw_an_runtime_error
Jun 17, 2025
Merged

fix(plugin/vite-resolve): importing an optional peer dep should throw an runtime error#4980
sapphi-red merged 2 commits intomainfrom
06-17-fix_plugin_vite-resolve_importing_an_optional_peer_dep_should_throw_an_runtime_error

Conversation

@sapphi-red
Copy link
Member

@sapphi-red sapphi-red commented Jun 17, 2025

Copy link
Member Author

sapphi-red commented Jun 17, 2025

@github-actions
Copy link
Contributor

Benchmarks Rust

  • target: 06-17-test_place_empty_package.json_to_prevent_all_files_to_be_treated_as_node_mode(afd6077)
  • pr: 06-17-fix_plugin_vite-resolve_importing_an_optional_peer_dep_should_throw_an_runtime_error(5a9bda1)
group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     72.9±1.82ms        ? ?/sec    1.03     75.3±2.51ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     84.2±2.37ms        ? ?/sec    1.00     84.1±2.08ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    111.7±1.62ms        ? ?/sec    1.01    112.5±2.54ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    125.8±1.52ms        ? ?/sec    1.01    127.2±2.04ms        ? ?/sec
bundle/bundle@threejs                                        1.02     40.6±2.79ms        ? ?/sec    1.00     39.8±0.52ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.01     47.2±0.76ms        ? ?/sec    1.00     46.8±0.77ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    428.7±5.28ms        ? ?/sec    1.01    431.0±5.45ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    500.4±2.96ms        ? ?/sec    1.01    503.8±4.50ms        ? ?/sec
scan/scan@rome_ts                                            1.00     87.0±1.63ms        ? ?/sec    1.01     87.8±1.45ms        ? ?/sec
scan/scan@threejs                                            1.00     30.6±1.71ms        ? ?/sec    1.00     30.7±0.55ms        ? ?/sec
scan/scan@threejs10x                                         1.00    317.2±4.01ms        ? ?/sec    1.02    323.6±6.85ms        ? ?/sec

Base automatically changed from 06-17-test_place_empty_package.json_to_prevent_all_files_to_be_treated_as_node_mode to main June 17, 2025 04:19
@sapphi-red sapphi-red added this pull request to the merge queue Jun 17, 2025
Merged via the queue into main with commit a167a85 Jun 17, 2025
23 checks passed
@sapphi-red sapphi-red deleted the 06-17-fix_plugin_vite-resolve_importing_an_optional_peer_dep_should_throw_an_runtime_error branch June 17, 2025 04:32
github-actions bot pushed a commit that referenced this pull request Jun 17, 2025
## [1.0.0-beta.17] - 2025-06-17

### 🚀 Features

- feat: add diagnostic for multiple entries with UMD/IIFE formats by @shulaoda in [#4954](#4954)

### 🐛 Bug Fixes

- plugin/vite-resolve: fix(plugin/vite-resolve): importing an optional peer dep should throw an runtime error by @sapphi-red in [#4980](#4980)
- fix: upgrade napi, fix wasm url by @sxzz in [#4958](#4958)
- fix: should rewrite hmr related ast after test if `experimental.hmr` is enabled. by @IWANABETHATGUY in [#4972](#4972)

### 💼 Other

- build: provide `"type": "module"` in `package.json` by @iiio2 in [#4974](#4974)

### 🚜 Refactor

- rolldown: refactor(rolldown): migrate to ESM package by @sxzz in [#4959](#4959)

### 📚 Documentation

- code-splitting: docs(code-splitting): make terms bold instead of wrapped with inline code block by @hyf0 in [#4975](#4975)
- docs: improve advanced chunks by @hyf0 in [#4966](#4966)
- docs: refine code splitting guide by @sapphi-red in [#4969](#4969)

### 🧪 Testing

- test: place empty `package.json` to prevent all files to be treated as node mode by @sapphi-red in [#4979](#4979)

### ⚙️ Miscellaneous Tasks

- deps: chore(deps): update dependency tsdown to v0.12.8 by @renovate[bot] in [#4977](#4977)
- deps: chore(deps): update npm packages (major) by @renovate[bot] in [#4963](#4963)
- deps: chore(deps): lock file maintenance npm packages by @renovate[bot] in [#4967](#4967)
- deps: chore(deps): lock file maintenance rust crates by @renovate[bot] in [#4965](#4965)
- deps: chore(deps): lock file maintenance npm packages by @renovate[bot] in [#4964](#4964)
- deps: chore(deps): update github-actions by @renovate[bot] in [#4962](#4962)

### ❤️ New Contributors

* @iiio2 made their first contribution in [#4974](#4974)
github-actions bot pushed a commit that referenced this pull request Jun 17, 2025
## [1.0.0-beta.17] - 2025-06-17

### 🚀 Features

- binding: feat(binding): always use the same `BindingBundler` to create `BindingBundlerImpl` for the same `RolldownBuild` by @hyf0 in [#4985](#4985)
- debug: feat(debug): cache large string by @hyf0 in [#4882](#4882)
- feat: make require('./foo.json') work as expected even if the json is transformed to JS by a custom plugin by @IWANABETHATGUY in [#4984](#4984)
- feat: add diagnostic for multiple entries with UMD/IIFE formats by @shulaoda in [#4954](#4954)

### 🐛 Bug Fixes

- plugin/vite-resolve: fix(plugin/vite-resolve): importing an optional peer dep should throw an runtime error by @sapphi-red in [#4980](#4980)
- fix: upgrade napi, fix wasm url by @sxzz in [#4958](#4958)
- fix: should rewrite hmr related ast after test if `experimental.hmr` is enabled. by @IWANABETHATGUY in [#4972](#4972)

### 💼 Other

- build: provide `"type": "module"` in `package.json` by @iiio2 in [#4974](#4974)

### 🚜 Refactor

- binding: refactor(binding): rename `Bundler` to `BindingBundleImpl` by @hyf0 in [#4983](#4983)
- rolldown: refactor(rolldown): migrate to ESM package by @sxzz in [#4959](#4959)

### 📚 Documentation

- docs: explain how to transpile legacy decorators by @hyf0 in [#4989](#4989)
- code-splitting: docs(code-splitting): make terms bold instead of wrapped with inline code block by @hyf0 in [#4975](#4975)
- docs: improve advanced chunks by @hyf0 in [#4966](#4966)
- docs: refine code splitting guide by @sapphi-red in [#4969](#4969)

### 🧪 Testing

- test: place empty `package.json` to prevent all files to be treated as node mode by @sapphi-red in [#4979](#4979)

### ⚙️ Miscellaneous Tasks

- infra: chore(infra): ensure `pnpm install` for common commands by @hyf0 in [#4987](#4987)
- browser: chore(browser): add `@oxc-project/runtime` by @shulaoda in [#4988](#4988)
- deps: chore(deps): update dependency tsdown to v0.12.8 by @renovate[bot] in [#4977](#4977)
- deps: chore(deps): update npm packages (major) by @renovate[bot] in [#4963](#4963)
- deps: chore(deps): lock file maintenance npm packages by @renovate[bot] in [#4967](#4967)
- deps: chore(deps): lock file maintenance rust crates by @renovate[bot] in [#4965](#4965)
- deps: chore(deps): lock file maintenance npm packages by @renovate[bot] in [#4964](#4964)
- deps: chore(deps): update github-actions by @renovate[bot] in [#4962](#4962)

### ❤️ New Contributors

* @iiio2 made their first contribution in [#4974](#4974)
github-merge-queue bot pushed a commit that referenced this pull request Jun 18, 2025
Follow-up to #4980.
It seems the new tests in Vite repo caught a bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants