Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the npm group with 5 updates in the / directory:

Package From To
@napi-rs/cli 3.2.0 3.3.1
@types/node 24.6.0 24.7.2
typedoc 0.28.13 0.28.14
typescript 5.9.2 5.9.3
oxlint 1.19.0 1.22.0

Updates @napi-rs/cli from 3.2.0 to 3.3.1

Commits

Updates @types/node from 24.6.0 to 24.7.2

Commits

Updates typedoc from 0.28.13 to 0.28.14

Release notes

Sourced from typedoc's releases.

v0.28.14

Features

  • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should be copied to the output documentation, #3020. API: Introduced typeAnnotation on CommentTag
  • Added excludePrivateClassFields option to hide #private members while allowing private members, #3017.
  • Added support for TypeScript's @this tag for JS files which describe this parameters, #3026.

Bug Fixes

  • Fixed conversion of auto-accessor types on properties with the accessor keyword, #3019.
  • Improved handling of HTML tags within headers for anchor generation, #3023.
  • Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, #3026.
Changelog

Sourced from typedoc's changelog.

v0.28.14 (2025-10-11)

Features

  • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should be copied to the output documentation, #3020. API: Introduced typeAnnotation on CommentTag
  • Added excludePrivateClassFields option to hide #private members while allowing private members, #3017.
  • Added support for TypeScript's @this tag for JS files which describe this parameters, #3026.

Bug Fixes

  • Fixed conversion of auto-accessor types on properties with the accessor keyword, #3019.
  • Improved handling of HTML tags within headers for anchor generation, #3023.
  • Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, #3026.
Commits
  • 15f0f2a Update changelog for release
  • a79f8d5 Bump version to 0.28.14
  • 4ca04c1 Handle @this tag, improved destructured parameters
  • 1009206 Implement excludePrivateClassFields
  • a85a65b Sort null and undefined last in union types
  • 8ff7d27 Fix lint
  • fdd8369 Improve slugger for headers containing HTML
  • efd06b1 Fix conversion of auto accessor types
  • 54af135 Introduce preservedTypeAnnotationTags option
  • bd7888a Update bug_report.md
  • See full diff in compare view

Updates typescript from 5.9.2 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • See full diff in compare view

Updates oxlint from 1.19.0 to 1.22.0

Release notes

Sourced from oxlint's releases.

oxlint v1.22.0

[1.22.0] - 2025-10-08

🚀 Features

  • 9f9d25f linter/oxc: Implement branches-sharing-code (#14440) (camc314)

🐛 Bug Fixes

  • 5c29bb6 linter: Fix compile error with test target (#14449) (camc314)
  • 0dcdbd1 oxlint: Bundle esquery (#14450) (camc314)

💼 Other

  • b2af43a oxlint: V1.22.0 (#14451) (Boshen)

oxlint v1.21.0

[1.21.0] - 2025-10-08

🚀 Features

  • 576be20 linter/plugins: Support selectors DSL (#14435) (overlookmotel)
  • b2de44f linter/plugins: Support interpolation in normal diagnostic message (#14419) (overlookmotel)
  • 382c5be linter/plugins: Support placeholders in messageIds (#14416) (camc314)
  • 529e88e linter/plugins: Support messageIds (#14415) (camc314)
  • 83e7824 linter: Add vue/require-default-export rule (#14351) (Sysix)
  • ff98536 linter: Add vue/no-import-compiler-macros rule (#14335) (Sysix)
  • 0ec0847 ci: Run napi tests on windows (#14383) (camc314)

🐛 Bug Fixes

  • 11e0440 linter/jsx-handler-name: Improve handler name position in error messages (#14174) (Takuji Shimokawa)
  • 493082c language_server: Use the first Span of the message as the primary Diagnostic range (#14057) (Sysix)
  • 88ec1bd linter/plugins: Fix error messages (#14423) (overlookmotel)
  • 18616c2 oxlint: Ignore fixtures dir for vitest (#14414) (camc314)
  • ec02fe8 oxlint: Normalize path separators in snapshot tests (#14406) (camc314)
  • 6e8d2f6 language_server: Ignore JS plugins (#14379) (overlookmotel)
  • 96663fb linter/plugins: Do not call before hook if empty visitor (#14401) (overlookmotel)
  • 52f04bd linter: Use pathToFileURL for importing plugins to ensure correct URL format (#14394) (camc314)
  • 1ea0d46 oxlint: Resolve tsdown deprecation warning (#14389) (camc314)
  • bb679b5 linter: Promise/prefer-await-to-then strict option not reading from config (#14382) (camc314)

🚜 Refactor

  • 3374b8e linter/language_server: Move all lsp relevant code to oxc_language_server crate (#14430) (Sysix)
  • d24b74e linter/language_server: oxc_linter::TsgoLinter::run_source returns Message (#14429) (Sysix)
  • e5b7fb2 linter/language_server: oxc_linter::Runtime::run_source returns Message (#14428) (Sysix)
  • 3b26bf3 linter/plugins: Split adding visit function to compiler visitor into multiple functions (#14433) (overlookmotel)
  • af3a75e linter/plugins: Track ancestors while walking AST (#14432) (overlookmotel)
  • f279f0b linter/plugins: Do not lazy-load visitor keys (#14431) (overlookmotel)

... (truncated)

Changelog

Sourced from oxlint's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

[1.21.0] - 2025-10-08

🐛 Bug Fixes

  • 6e8d2f6 language_server: Ignore JS plugins (#14379) (overlookmotel)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@napi-rs/cli](https://github.com/napi-rs/napi-rs) | `3.2.0` | `3.3.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.6.0` | `24.7.2` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.13` | `0.28.14` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.19.0` | `1.22.0` |



Updates `@napi-rs/cli` from 3.2.0 to 3.3.1
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.2.0...@napi-rs/cli@3.3.1)

Updates `@types/node` from 24.6.0 to 24.7.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typedoc` from 0.28.13 to 0.28.14
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.13...v0.28.14)

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

Updates `oxlint` from 1.19.0 to 1.22.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.22.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: "@napi-rs/cli"
  dependency-version: 3.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 24.7.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: typedoc
  dependency-version: 0.28.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: oxlint
  dependency-version: 1.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
@2bndy5 2bndy5 merged commit 7fa4b31 into main Oct 13, 2025
20 checks passed
@2bndy5 2bndy5 deleted the dependabot/npm_and_yarn/npm-014dac2ac2 branch October 13, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants