Sourced from cspell's releases.
v8.16.0
Changes
Features
feat: Change default cache strategy to
content
(#6477)Closes #6473
I’ve pretty much swapped
content
andmetadata
in code and have also added.default('content')
for better docs.
Fixes
fix: cspell-tools - compounds (#6506)
This PR changes a single rule when merging compound forms:
When a word is allowed to be stand alone and a midfix compound, then allow it to be a prefix as well as a suffix.
The logic: If we allow
code
andstrongcodetype
, thencodetype
orstrongcode
should also be allowed.
fix: plugin ignore exports (#6500)
fixes #6378
Dictionary Updates
... (truncated)
Sourced from cspell's changelog.
8.16.0 (2024-11-07)
8.15.7 (2024-11-03)
8.15.6 (2024-11-02)
Sourced from markdownlint-cli's releases.
v0.43.0
- Update
markdownlint
dependency to0.36.1
- Improve
MD051
- Make
micromark
parser available to custom rules- Improve performance
- Update all dependencies via
Dependabot
0d9fcb5
Bump version 0.43.05ea894c
Bump smol-toml from 1.3.0 to 1.3.1d6addd9
Replace get-stdin package dependency with node:stream/consumers.e08f9cd
Update code for new markdownlint library version.1fff3f2
Bump markdownlint from 0.35.0 to 0.36.19377bc0
Bump ava from 6.1.3 to 6.2.043a24cc
Bump nano-spawn from 0.1.0 to 0.2.07999e10
Release 3.4.02262d1e
chore(config): migrate renovate config (#16884)12e3cac
chore(deps): update dependency flow-parser to v0.255.0 (#16882)489a1ba
chore(deps): update typescript-eslint to v8.16.0 (#16883)1005668
chore(deps): update dependency magic-string to v0.30.13 (#16877)96cff76
chore(deps): update eslint related dependencies (#16880)11e948a
chore(deps): update dependency cspell to v8.16.0 (#16879)3ae8e1a
chore(deps): update dependency esbuild-plugins-node-modules-polyfill to
v1.6....6fe195b
docs: fix angular link (#16822)b836ecd
chore(deps): update dependency codemirror to v5.65.18 (#16875)Sourced from typescript's releases.
TypeScript 5.7
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
Downloads are available on:
TypeScript 5.7 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.7 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
d701d90
Bump version to 5.7.2 and LKG0503a63
🤖 Pick PR #60450
(Move to file: fix detection of refe...) into release-5.7 (#...3140dbb
🤖 Pick PR #60488
(Stub out copilotRelated command) into release-5.7 (#60495)c1216de
Update LKG3ee2b95
🤖 Pick PR #60415
(Fix false positive rewriteRelativeI...) into release-5.7 (#...44bd3f2
Bump version to 5.7.1-rc and LKG5925c81
Update LKG84d58cf
Merge remote-tracking branch 'origin/main' into release-5.70ec4d30
Fixing exception on unsaved file (#60362)11b2930
Add compatible overloads that accept ArrayBuffer to
BigInt64Array/BigUint64Ar...