Skip to content

chore(deps): update npm packages to v6 (major)#8954

Merged
shulaoda merged 2 commits intomainfrom
renovate/major-npm-packages
Mar 30, 2026
Merged

chore(deps): update npm packages to v6 (major)#8954
shulaoda merged 2 commits intomainfrom
renovate/major-npm-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 29, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knip (source) ^5.61.3^6.0.0 age adoption passing confidence
typescript (source) ^5.8.3^6.0.0 age adoption passing confidence

Release Notes

webpro-nl/knip (knip)

v6.0.6: Release 6.0.6

Compare Source

  • Suppress issues initially to not overwhelm agent in mcp server (7793962)
  • Auto-format (346247a)
  • Fix false positive unused deps when run from workspace dir (resolve #​1642) (95f4431)
  • Move from convertPathsToAliascompilePathMappings (resolve #​1641) (ccc62d6)

v6.0.5: Release 6.0.5

Compare Source

v6.0.4: Release 6.0.4

Compare Source

  • Defer ns member ref resolution to post-walk batch pass (resolve #​1633) (304504f)
  • Show namespace member statuses in trace output (47ddf43)
  • Add shadow detection for function params, arrow params, and catch bindings (70ebb76)
  • Strip trailing slashes from tsconfig outDir and rootDir (resolve #​1635) (1dcdb02)

v6.0.3: Release 6.0.3

Compare Source

  • Handle symlinks → real paths from tsconfig files (#​1630) (529810a)
  • Filter empty strings from Qwik routesDir values (resolve #​1632) (beb8ae3)

v6.0.2: Release 6.0.2

Compare Source

  • Add scope-aware shadow detection to fix false negatives from name-based matching (9ec38b3)
  • Fix false negatives from overly broad collectRefsInType (261bd06)
  • Add doc re. exports (f82d3ad)
  • Bump get-tsconfig to 4.13.7, remove patch (resolve #​1630) (09bbce5)
  • Pass on rootDirs to work around oxc-resolver feature gap (resolve #​1628) (4dc16cc)
  • Update patches (836c2cf)

v6.0.1: Release 6.0.1

Compare Source

  • Update sponsors (0659240)
  • Handle computed access in local refs visitor (b998bab)

v6.0.0: Release 6.0.0

Compare Source

Blog post: Announcing Knip v6

See the pre-releases for details:

Breaking changes:

  • Dropped support for Node.js v18 → Knip v6 requires Node.js v20.19.0 or newer
  • Dropped issue type classMembers
  • Dropped --include-libs → this is now the default and only behavior
  • Dropped --isolate-workspaces → this is now the default and only behavior
  • Dropped --experimental-tags → use --tags
  • In reporter functions, issues.files is consistent with other issue shapes. Removed issues._files.
  • In the JSON reporter, issues are consistently arrays for any issue type. Removed root files.
microsoft/TypeScript (typescript)

v6.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot enabled auto-merge (squash) March 29, 2026 21:11
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 29, 2026

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 2bc30e4
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/69c9db1a1dfd9400089e19fd

@socket-security
Copy link
Copy Markdown

socket-security bot commented Mar 29, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedknip@​5.88.1 ⏵ 6.1.09910095 +196 +1100

View full report

@renovate renovate bot force-pushed the renovate/major-npm-packages branch from e3baf4d to cd32649 Compare March 30, 2026 01:13
@shulaoda shulaoda disabled auto-merge March 30, 2026 01:59
@shulaoda shulaoda self-assigned this Mar 30, 2026
@shulaoda shulaoda merged commit 1884213 into main Mar 30, 2026
51 checks passed
@shulaoda shulaoda deleted the renovate/major-npm-packages branch March 30, 2026 02:14
This was referenced Apr 1, 2026
shulaoda added a commit that referenced this pull request Apr 1, 2026
## [1.0.0-rc.13] - 2026-04-01

### 🚀 Features

- add friendly error for unloadable virtual modules (#8955) by @sapphi-red
- better error message for unsupported CSS error (#8911) by @sapphi-red

### 🐛 Bug Fixes

- prevent chunk merging from leaking entry side effects (#8979) by @IWANABETHATGUY
- correct inlining based on module's def format and esModule flag (#8975) by @h-a-n-a
- generate init calls for excluded re-exports in strict execution order (#8858) by @IWANABETHATGUY
- consistent order for `meta.chunks` in `renderChunk` hook (#8956) by @sapphi-red
- subpath imports in glob imports failing to find files (#8885) by @kalvenschraut
- browser: bundle binding types in dts output (#8930) by @nyan-left
- ci: guard artifact download step in `vite-test-ubuntu` when build is skipped (#8934) by @Copilot
- track CJS re-export import records to fix inline const and tree-shaking (#8925) by @h-a-n-a
- use ImportKind::Import for common-chunk root computation (#8899) by @IWANABETHATGUY
- watch: clear emitted_filenames between rebuilds (#8914) by @IWANABETHATGUY
- ci: cache esbuild snapshots to avoid 429 rate limiting (#8921) by @IWANABETHATGUY
- always check circular deps in chunk optimizer (#8915) by @IWANABETHATGUY
- don't mark calls to reassigned bindings as pure (#8917) by @IWANABETHATGUY
- magic-string: throw TypeError for non-string content args (#8905) by @IWANABETHATGUY
- magic-string: add split-point validation and overwrite/update options (#8904) by @IWANABETHATGUY

### 🚜 Refactor

- pre-compute has_side_effects on ChunkCandidate (#8981) by @IWANABETHATGUY
- cleanup and simplify in dynamic_import.rs (#8927) by @ulrichstark
- rename came_from_cjs to came_from_commonjs for consistency (#8938) by @IWANABETHATGUY
- inline `create_ecma_view` return destructuring and remove redundant binding (#8932) by @shulaoda

### 📚 Documentation

- document ensure_lazy_module_initialization_order in code-splitting design doc (#8931) by @IWANABETHATGUY

### 🧪 Testing

- add regression test for runtime helper circular dependency (#8958) by @h-a-n-a
- enable 8 previously-skipped MagicString remove tests (#8945) by @IWANABETHATGUY
- add test for why PureAnnotation is needed in execution order check (#8933) by @IWANABETHATGUY

### ⚙️ Miscellaneous Tasks

- add `@emnapi/runtime` and `@emnapi/core` as direct deps of `@rolldown/browser` (#8978) by @Copilot
- deps: update dependency vite-plus to v0.1.15 (#8970) by @renovate[bot]
- deps: update dependency oxfmt to ^0.43.0 (#8969) by @renovate[bot]
- deps: upgrade oxc to 0.123.0 (#8967) by @shulaoda
- justfile: deduplicate update-submodule as alias of setup-submodule (#8968) by @shulaoda
- deps: update rollup submodule for tests to v4.60.1 (#8965) by @sapphi-red
- deps: update test262 submodule for tests (#8966) by @sapphi-red
- remove unused `type-check` scripts (#8957) by @sapphi-red
- deps: update actions/cache action to v5 (#8953) by @renovate[bot]
- deps: update npm packages to v6 (major) (#8954) by @renovate[bot]
- deps: update npm packages (#8948) by @renovate[bot]
- deps: update rust crates (#8949) by @renovate[bot]
- deps: update github-actions (#8947) by @renovate[bot]
- deps: update napi (#8943) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to ^0.23.0 (#8944) by @renovate[bot]
- regenerate testing snapshots (#8928) by @ulrichstark
- deps: update dependency rust to v1.94.1 (#8923) by @renovate[bot]

### ❤️ New Contributors

* @kalvenschraut made their first contribution in [#8885](#8885)
* @nyan-left made their first contribution in [#8930](#8930)

Co-authored-by: shulaoda <[email protected]>
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.

1 participant