Exported constants no longer render the type and default value if they are the same, #2717.
The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #2723.
Bug Fixes
Correctly handle external link resolver link text when referencing an external symbol, #2700.
Big integer literals are now supported as default values, #2721.
Corrected handling of @link tags present in comments at the start of source files.
The index will now display when a module only contains documents, #2722.
ReflectionSymbolId.pos no longer references the position before any doc comments for a symbol.
This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.
Exported constants no longer render the type and default value if they are the same, #2717.
The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #2723.
Bug Fixes
Correctly handle external link resolver link text when referencing an external symbol, #2700.
Big integer literals are now supported as default values, #2721.
Corrected handling of @link tags present in comments at the start of source files.
The index will now display when a module only contains documents, #2722.
ReflectionSymbolId.pos no longer references the position before any doc comments for a symbol.
This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the npm-development-minor-patch group with 5 updates:
9.11.1
9.12.0
9.11.1
9.12.0
15.9.0
15.10.0
4.22.5
4.24.0
0.26.7
0.26.8
Updates
@eslint/js
from 9.11.1 to 9.12.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
873ae60
chore: package.json update for@eslint/js
releaseUpdates
eslint
from 9.11.1 to 9.12.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
17cfb68
9.12.0826e69d
Build: changelog update for 9.12.0555aafd
chore: upgrade to@eslint/js@9.12.0
(#18987)873ae60
chore: package.json update for@eslint/js
releaseea380ca
fix: Upgrade retry to avoid EMFILE errors (#18986)d0a5414
refactor: replace strip-ansi with native module (#18982)b827029
chore: Enable JSON5 linting (#18979)ecbd522
docs: Mention code explorer (#18978)7ea4ecc
docs: Clarifying the Use of Meta Objects (#18697)d3e4b2e
docs: Clarify how to exclude.js
files (#18976)Updates
globals
from 15.9.0 to 15.10.0Release notes
Sourced from globals's releases.
Commits
7560717
15.10.03cbce2d
Update globals (#264)bd201b5
Addpermissions
for automated job (#263)53f872a
Collect globals on all platforms (#261)560cf2f
Update dependencies (#262)Updates
rollup
from 4.22.5 to 4.24.0Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
Commits
d3c000f
4.24.0ca186ee
Introduce JSX support (#5668)ed98e08
4.23.0d0eee9c
Add names and originalFileNames to assets (#5686)Updates
typedoc
from 0.26.7 to 0.26.8Release notes
Sourced from typedoc's releases.
Changelog
Sourced from typedoc's changelog.
Commits
59ec968
Update changelog for releasea65766d
Bump version to 0.26.877cf917
Fix missing index with only document childrend349280
ReflectionSymbolId.pos uses getStart for position40d1cec
Merge pull request #2724 from lriggle-strib/master2445045
Add div wrapper around tags in comment partial.81fec38
Update changelog for fixing #2717bdd610c
Add handling for bigint literals in default values1dbfe3a
Merge pull request #2721 from Corso02/masterb9f56e0
simplified checking if type should be renderedDependabot 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