Skip to content

Comments

chore(deps): update npm packages (major)#4963

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/major-npm-packages
Jun 16, 2025
Merged

chore(deps): update npm packages (major)#4963
renovate[bot] merged 1 commit intomainfrom
renovate/major-npm-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.15.31 -> 24.0.1 age adoption passing confidence
oxlint (source) ^0.18.0 -> ^1.0.0 age adoption passing confidence

Release Notes

oxc-project/oxc (oxlint)

v1.1.0: oxlint v1.1.0

Compare Source

[1.1.0] - 2025-06-12

🚀 Features
  • 1181018 linter: Add eslint/no-extra-bind rule (#​11588) (yefan)
  • 3b03fd3 parser: Produce correct syntax error for interface I extends (typeof T) (#​11610) (Boshen)
  • 844a8a8 parser: Produce syntax error for declare function foo() {} (#​11606) (Boshen)
🐛 Bug Fixes
  • 0f24366 linter: Correct labels for redundant comparisons (#​11620) (Wei Zhu)
  • dd87f93 linter: Stack overflow in react/exhaustive-deps (#​11613) (camc314)
  • 4af58e0 linter: Add missing additional_hooks option to exhaustive-deps (#​11602) (camc314)
  • a6adc0c linter/exhaustive-deps: Handle destructuring inside hooks (#​11598) (Don Isaac)
  • 779727f linter: Improve span diagnostic loc within react/rules-of-hooks (#​11589) (camc314)
🚜 Refactor
  • b7b0dc3 parser: Improve TSModuleDeclaration parsing (#​11605) (Boshen)
  • d29bbb2 linter: Simplify implementation of eslint/no-lonely-if (#​11550) (Ulrich Stark)
  • d41fb13 ast: Get jsx types out of AstKind exceptions (#​11535) (Ulrich Stark)

v1.0.0: oxlint v1.0.0

Compare Source

Announcing Oxlint 1.0

There no notable changes from v0.18.1.


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 June 15, 2025 17:49
@socket-security
Copy link

socket-security bot commented Jun 15, 2025

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedoxlint@​0.18.1 ⏵ 1.1.0100 +910084 +196 +1100

View full report

@netlify
Copy link

netlify bot commented Jun 15, 2025

Deploy Preview for rolldown-rs ready!

Name Link
🔨 Latest commit a3765f6
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/684f89cd60e3770008550b2f
😎 Deploy Preview https://deploy-preview-4963--rolldown-rs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot added this pull request to the merge queue Jun 15, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jun 15, 2025
@renovate renovate bot force-pushed the renovate/major-npm-packages branch from 6139619 to d7f430c Compare June 15, 2025 18:11
@renovate renovate bot enabled auto-merge June 15, 2025 18:11
@renovate renovate bot force-pushed the renovate/major-npm-packages branch from d7f430c to 55356db Compare June 15, 2025 22:31
@renovate renovate bot added this pull request to the merge queue Jun 15, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 15, 2025
@Boshen Boshen added this pull request to the merge queue Jun 16, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 16, 2025
@shulaoda shulaoda added this pull request to the merge queue Jun 16, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 16, 2025
@renovate renovate bot force-pushed the renovate/major-npm-packages branch from 55356db to a3765f6 Compare June 16, 2025 03:04
@renovate renovate bot added this pull request to the merge queue Jun 16, 2025
Merged via the queue into main with commit dcc6b71 Jun 16, 2025
19 checks passed
@renovate renovate bot deleted the renovate/major-npm-packages branch June 16, 2025 03:14
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)
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.

0 participants