Skip to content

Releases: rstackjs/rspack-resolver

v0.9.2

29 May 03:45
888d0c3

Choose a tag to compare

What's Changed

Performance

Bug Fixes

  • fix(cache): replay missing_dependency tracking in cached_node_modules warm path by @stormslowly in #236

Dependencies

  • chore(deps): update dependency webpack to ^5.104.1 [security] by @renovate[bot] in #242
  • chore(deps): update napi by @renovate[bot] in #214
  • chore(deps): upgrade pnpm to 11.3.0 by @stormslowly in #248
  • chore(deps): update crate-ci/typos action to v1.46.2 by @renovate[bot] in #208

Chore

  • chore: sync renovate config from rspack by @stormslowly in #240
  • chore(bench): remove specifier parse microbenches by @stormslowly in #249
  • chore(bench): split specifier microbenches into a separate bench binary by @stormslowly in #247
  • chore(bench): skip multi-threaded cases in CodSpeed memory mode by @stormslowly in #244
  • chore(ci): upload simulation-mode valgrind tmp files as artifact by @stormslowly in #243

Full Changelog: v0.9.1...v0.9.2

v0.9.1

23 May 08:01

Choose a tag to compare

What's Changed

  • perf(deps): carry precomputed hash via ResolverPath in resolve context by @stormslowly in #232
  • perf(alias): replace strip_prefix loop in load_alias with a byte trie by @stormslowly in #227

Full Changelog: v0.9.0...v0.9.1

v0.9.0

22 May 13:12

Choose a tag to compare

What's Changed

  • perf(cache): skip async state-machine on OnceCell cache hit by @stormslowly in #224
  • perf(cache): hash CachedPath by raw bytes on Unix by @stormslowly in #226
  • refactor: refactor utf8 path conversions by @hardfist in #219
  • fix(tsconfig): support transitive project references for paths resolution by @stormslowly in #213

others

  • chore(deps): update crate-ci/typos action to v1.45.0 by @renovate[bot] in #191

  • chore(deps): update crate-ci/typos action to v1.45.1 by @renovate[bot] in #199

  • chore(deps): update github-actions by @renovate[bot] in #197

  • chore(deps): update pnpm to v10.33.0 by @renovate[bot] in #165

  • chore(deps): update pnpm to v10.33.2 by @renovate[bot] in #203

  • chore(deps): update crate-ci/typos action to v1.46.0 by @renovate[bot] in #202

  • feat: track tsconfig files as dependencies by @stormslowly in #200

  • chore: use mimalloc for codspeed benchmark allocator by @stormslowly in #204

  • chore(deps): update rust crates by @renovate[bot] in #189

  • chore(deps): update napi by @renovate[bot] in #192

  • test: sync enhanced-resolve test cases by @stormslowly in #182

  • chore(deps): update npm packages by @renovate[bot] in #171

  • chore(deps): update npm packages (major) by @renovate[bot] in #207

  • chore(deps): update pnpm/action-setup action to v6 by @renovate[bot] in #198

  • chore(ci): remove stale release-napi.yml.yak workflow by @stormslowly in #209

  • chore(ci): replace to actions-rust-lang/setup-rust-toolchain by @stormslowly in #210

  • chore(ci): harden workflow permissions and gate releases to owner by @stormslowly in #211

  • test: sync enhanced-resolve#579 tsconfig paths fall-through by @stormslowly in #212

  • chore(bench): warm pnp manifest outside the timed loop by @stormslowly in #228

  • perf(alias): short-circuit load_alias with a 1+2 byte prefix index by @stormslowly in #225

  • Revert "perf(alias): short-circuit load_alias with a 1+2 byte prefix index" by @stormslowly in #230

Full Changelog: v0.8.0...v0.9.0

v0.8.0

09 Apr 07:49

Choose a tag to compare

What's Changed


New Contributors

corresponding npm package @rspack/resolver@0.4.0

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Mar 12:17

Choose a tag to compare

Highlight

In this release, we drop the feature that PnP resolves between multi-yarn projects. Because this usage is very rare.
Besides, we support the yarn PnP global cache, which is enabled by default in the Yarn PnP project.

What's Changed

Full Changelog: v0.6.8...v0.7.0

v0.6.8

02 Mar 06:06

Choose a tag to compare

What's Changed

deps update

  • chore(deps): update napi by @renovate[bot] in #144
  • chore(deps): update taiki-e/checkout-action action to v1.4.0 by @renovate[bot] in #153
  • chore(deps): update rust crates by @renovate[bot] in #146
  • chore(deps): update crate-ci/typos action to v1.43.4 by @renovate[bot] in #151
  • chore(deps): update npm packages by @renovate[bot] in #148
  • chore(deps): update github-actions (major) by @renovate[bot] in #149
  • chore(deps): update npm packages (major) by @renovate[bot] in #150
  • chore(deps): update crate-ci/typos action to v1.44.0 - autoclosed by @renovate[bot] in #160
  • chore(deps): update github-actions by @renovate[bot] in #147
  • chore(deps): update napi by @renovate[bot] in #156

corresponding npm package @rspack/resolver@0.2.7

Full Changelog: v0.6.7...v0.6.8

v0.6.7

04 Jan 03:44

Choose a tag to compare

What's Changed

New Contributors

Thank you @smeng9 help us to make Yarn PnP feature better.

corresponding npm package @rspack/resolver@0.2.6
Full Changelog: v0.6.6...v0.6.7

v0.6.6

19 Nov 06:38

Choose a tag to compare

What's Changed

corresponding npm package @rspack/resolver@0.2.5

Full Changelog: v0.6.5...v0.6.6

v0.6.5

11 Nov 08:36

Choose a tag to compare

What's Changed

corresponding npm package @rspack/resolver@0.2.4

Full Changelog: v0.6.4...v0.6.5

v0.6.4

27 Oct 07:56

Choose a tag to compare

What's Changed

  • feat: real path of symlink resolved file should be in file dependencies by @stormslowly in #108
  • fix(windows): wrong file dependencies when specifier is posix style abs path by @stormslowly in #112

corresponding npm package @rspack/resolver@0.2.3

Full Changelog: v0.6.3...v0.6.4