Results 7 issues of sapenlei

### What is the problem? No matching version found for @blitzjs/[email protected], The highest version is 2.0.7. ### Paste all your error logs here: ``` npm ERR! code ETARGET npm ERR!...

kind/bug
status/triage

fixes #13593 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have...

Closes #18562 **What kind of change does this PR introduce?** This PR introduces a feature enhancement for loader criteria matching. It improves the way modules from npm dependencies can be...

PR: reviewed-approved
PR: conflict

…and renderModernChunk are both true (#18558) closes #18558 When creating a pure legacy build only, the configuration is legacy_plugin instead of assets/[name]-legacy-[hash].js, so the workmap is empty and no files...

### Is there an existing issue that is already proposing this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

### Description When importing `createClient` from `redis`, the TypeScript language server fails to resolve type definitions, causing: 1. **Type information stuck in loading state**: Type hints and IntelliSense for `@redis`...

Bug