Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529.
Links generated by TypeDoc will now default to using the non-short git revision.
Moved "Generated by TypeDoc" footer into a <footer> tag, added footer.begin and footer.end
render hooks for use by custom plugins, #2532.
Bug Fixes
Fixed conversion of NoInfer missing type parameter reference, #2539.
Linking to a member on a page no longer incorrectly claims that
"This member is normally hidden due to your filter settings" for every member.
Fixed an issue introduced with 0.25.10 which causes the page index to initially render empty, #2514.
"On This Page" section is now smarter when handling page headings which do not follow the normal h1>h2>h3 process, #2515.
v0.25.10
Bug Fixes
Constructed references to enum types will be properly linked with @interface, #2508.
Comments on property-methods will no longer be duplicated in generated documentation, #2509.
Reduced rendered docs size by writing icons to a referenced SVG asset, #2505.
For TypeDoc's docs, this reduced the rendered documentation size by ~30%.
The HTML docs now attempt to reduce repaints caused by dynamically loading the navigation, #2491.
When navigating to a link that contains an anchor, the page will now be properly highlighted in the page navigation.
Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529.
Links generated by TypeDoc will now default to using the non-short git revision.
Moved "Generated by TypeDoc" footer into a <footer> tag, added footer.begin and footer.end
render hooks for use by custom plugins, #2532.
Bug Fixes
Fixed conversion of NoInfer missing type parameter reference, #2539.
Linking to a member on a page no longer incorrectly claims that
"This member is normally hidden due to your filter settings" for every member.
Fixed an issue introduced with 0.25.10 which causes the page index to initially render empty, #2514.
"On This Page" section is now smarter when handling page headings which do not follow the normal h1>h2>h3 process, #2515.
v0.25.10 (2024-03-03)
Bug Fixes
Constructed references to enum types will be properly linked with @interface, #2508.
Comments on property-methods will no longer be duplicated in generated documentation, #2509.
Reduced rendered docs size by writing icons to a referenced SVG asset, #2505.
For TypeDoc's docs, this reduced the rendered documentation size by ~30%.
The HTML docs now attempt to reduce repaints caused by dynamically loading the navigation, #2491.
When navigating to a link that contains an anchor, the page will now be properly highlighted in the page navigation.
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the minor group with 17 updates in the /vue2 directory:
2.7.14
2.7.16
7.23.0
7.24.0
1.5.1
1.10.2
18.2.2
18.2.4
29.5.6
29.5.12
20.8.7
20.12.7
2.0.3
2.0.6
2.2.0
2.3.1
0.4.0
0.5.1
9.17.0
9.25.0
29.1.1
29.1.2
10.9.1
10.9.2
0.25.2
0.25.13
5.2.2
5.4.5
0.24.3
0.26.2
5.1.4
5.2.10
3.6.0
3.9.0
Updates
vue-template-compiler
from 2.7.14 to 2.7.16Release notes
Sourced from vue-template-compiler's releases.
Changelog
Sourced from vue-template-compiler's changelog.
... (truncated)
Commits
13f4e7d
release: v2.7.1656ce7f8
fix(lifecycle): esnure component effect scopes are disconnected305e4ae
release: v2.7.16-beta.23e1037e
chore: bump vitest to 1.0.4db9c566
fix: account for nested render calls895669f
fix(types): export more types for v3 alignment (jsx / component options)73bdf14
release: v2.7.16-beta.1e0747f4
fix(keep-alive): fix memory leak without breaking transition tests2632249
fix(keep-alive): fix keep-alive memory leak3650c12
fix(types): provide types for built-in componentsUpdates
@babel/types
from 7.23.0 to 7.24.0Release notes
Sourced from
@babel/types
's releases.... (truncated)
Changelog
Sourced from
@babel/types
's changelog.... (truncated)
Commits
ce59160
v7.24.0e44d8d7
Allow import attributes forTSImportType
(#16277)08a057c
UseObject.hasOwn
when available (#16248)a0dd614
v7.23.93d1b18b
Remove@babel/types
props that are not produced by the parser (#16213)d02c1f7
v7.23.6e9a74bc
RemoveTSPropertySignature.initializer
(#16154)f8a98c7
[babel 8] RemoveCodeGenerator
from@babel/generator
(#16126)afcb5a8
ApplytoPropertyKey
on decorator context name (#16139)8479012
v7.23.5Updates
@rushstack/eslint-patch
from 1.5.1 to 1.10.2Changelog
Sourced from
@rushstack/eslint-patch
's changelog.... (truncated)
Commits
dff8133
Bump versions [skip ci]fec5eaa
Update changelogs [skip ci]b5771db
Bump ESLint to ~8.57.0323fddb
Bump versions [skip ci]165cb01
Update changelogs [skip ci]fce27bb
Clean up a logging message.11d0146
Exit with success under normal conditions.d7fb39a
Fix an issue where 'eslint-bulk prune' crashes if there aren't any suppressions.c09b14c
Bump versions [skip ci]e51a2c0
Update changelogs [skip ci]Updates
@tsconfig/node18
from 18.2.2 to 18.2.4Commits
Updates
@types/jest
from 29.5.6 to 29.5.12Commits
Updates
@types/node
from 20.8.7 to 20.12.7Commits
Updates
@types/showdown
from 2.0.3 to 2.0.6Commits
Updates
@vitejs/plugin-vue2
from 2.2.0 to 2.3.1Release notes
Sourced from
@vitejs/plugin-vue2
's releases.Commits
Maintainer changes
This version was pushed to npm by sxzz, a new releaser for
@vitejs/plugin-vue2
since your current version.Updates
@vue/tsconfig
from 0.4.0 to 0.5.1Commits
22e15e3
0.5.19877d73
fix: remove outDir (temporary fix for #27)ba22003
0.5.05b778b2
feat: turn onnoEmit
by default and addtsconfig.lib.json
(#26)Updates
eslint-plugin-vue
from 9.17.0 to 9.25.0Release notes
Sourced from eslint-plugin-vue's releases.
... (truncated)
Commits
cfad3ee
9.25.0e665b7c
Fixed false negatives for props in template invue/no-unused-properties
(#2...a4be0fc
Support Pinia methods invue/no-unused-properties
(#2441)52e0770
fix(no-use-computed-property-like-method): extract LogicalExpression (#2438)45ce14e
9.24.19e063d5
Allow ESLint v9 as peer dependency (#2444)eadf0eb
9.24.0c6c5c46
Change flat config to an array to accept*.vue
(#2436)f0af008
fix(no-restricted-class): error in empty value (#2425)b22bd8b
feat: support flat configs (#2407)Updates
ts-jest
from 29.1.1 to 29.1.2Release notes
Sourced from ts-jest's releases.
Changelog
Sourced from ts-jest's changelog.
Commits
70d48be
chore(release): 29.1.219778bd
build: reference transform options via jestTransformOptions
typea5d6f2d
fix: calculated cache key based on supportsStaticESM2d16f4a
test(e2e): removeonNodeVersions
function0861a66
build(deps): Update dependency node-fetch to ^3.3.2f41cc3e
build(deps): Update babel monorepo41b8460
build(deps): Update dependency docusaurus-remark-plugin-tab-blocks to ^1.3.1e7be4bf
fix: correct error handling inprocessAsync
e31d953
build(deps): Update actions/setup-node digest to 1a4442c622539d
build(deps): Update dependency@formatjs/ts-transformer
to ^3.13.9Updates
ts-node
from 10.9.1 to 10.9.2Release notes
Sourced from ts-node's releases.
Commits
057ac1b
10.9.2c8805d5
Update package lock99862f7
Bump swc dependencycdc4e88
Ignore test files in build schema08cdfb0
Backport swc fixes on main9639daa
Ignore test files in buildcc1a503
Fixtsconfig.json
not found with TS >= 5.3 (#2091)Updates
typedoc
from 0.25.2 to 0.25.13Release notes
Sourced from typedoc's releases.
... (truncated)
Changelog
Sourced from typedoc's changelog.
... (truncated)
Commits
6b8be17
Update changelog for releasef41dee8
Bump version to 0.25.13307da6d
Fix "normally hidden" bannerb533004
Move generator into\<footer>
7ed0e46
I thought Node 22 existed alreadyb76d804
Fix conversion of NoInfer3398e98
Normalize path for Windowscf80261
Add gitRevision:short optione4fe39f
Fix a link to the doc of externalSymbolLinkMappings (#2533)30e614c
Update changelogUpdates
typescript
from 5.2.2 to 5.4.5Release notes
Sourced from typescript's releases.
... (truncated)
Commits
27bcd4c
Update LKG9f33bf1
🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...71b2f84
Bump version to 5.4.5 and LKG892936f
🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...38a7c05
release-5.4: Always set node-version for setup-node (#58117)b754fc3
🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...8eb3367
Bump version to 5.4.4 and LKGde9096b
🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...06aae98
🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...6d8134e
🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...Updates
unplugin-vue-markdown
from 0.24.3 to 0.26.2Release notes
Sourced from unplugin-vue-markdown's releases.