Closed dependabot[bot] closed 4 months ago
Bumps the dev-dependencies group with 9 updates in the / directory:
20.11.20
20.14.9
7.0.2
7.15.0
8.57.0
9.6.0
6.1.1
6.4.0
13.5.3
13.5.4
29.1.2
29.1.5
5.3.3
5.5.3
2.4.0
2.4.5
Updates @types/node from 20.11.20 to 20.14.9
@types/node
Updates @typescript-eslint/eslint-plugin from 7.0.2 to 7.15.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.15.0 7.15.0 (2024-07-01) 🚀 Features eslint-plugin: [array-type] detect Readonly<string[]> case (#8752) eslint-plugin: back-port new rules around empty object types from v8 (#9443) 🩹 Fixes disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config (#9459) eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254) eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304) utils: clean outdated RuleTester export (#9322) ❤️ Thank You auvred @auvred Kim Sang Du @developer-bandi rgehbt @Gehbt Vinccool96 You can read about our versioning strategy and releases on our website. v7.14.1 7.14.1 (2024-06-24) 🚀 Features support TypeScript 5.5 (#9397) ast-spec: tighter types and documentation for declaration/* (#9211) 🩹 Fixes keep warnAbountTSVersion in sync with package.json (#9400) eslint-plugin: [no-extraneous-class] handle abstract members (#9367) eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378) eslint-plugin: [no-invalid-this] support AccessorProperty (#9411) eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376) eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380) ❤️ Thank You Brad Zacher @bradzacher cm-ayf @cm-ayf Jake Bailey @jakebailey James Zhan Joshua Chen yoshi2no @yoshi2no
Readonly<string[]>
EXPERIMENTAL_useProjectService
disabled-type-checked
RuleTester
@auvred
@developer-bandi
@Gehbt
You can read about our versioning strategy and releases on our website.
@bradzacher
@cm-ayf
@jakebailey
@yoshi2no
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.15.0 (2024-07-01) 🚀 Features eslint-plugin: [array-type] detect Readonly<string[]> case eslint-plugin: back-port new rules around empty object types from v8 🩹 Fixes disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any ❤️ Thank You auvred Kim Sang Du rgehbt Vinccool96 You can read about our versioning strategy and releases on our website. 7.14.1 (2024-06-24) 🩹 Fixes eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens ❤️ Thank You Jake Bailey You can read about our versioning strategy and releases on our website. 7.14.0 (2024-06-24) 🚀 Features support TypeScript 5.5
eslint-plugin: [array-type] detect Readonly<string[]> case
eslint-plugin: back-port new rules around empty object types from v8
disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config
eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any
eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any
eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types
eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens
2865d31
2671de5
05142c5
a466e07
3694d8f
9dba021
Readonly\<string[]>
b4fe94f
f29150f
9b7731d
dfc4469
Updates @typescript-eslint/parser from 7.0.2 to 7.15.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.15.0 (2024-07-01) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.14.1 (2024-06-24) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.14.0 (2024-06-24) 🚀 Features support TypeScript 5.5 ❤️ Thank You Brad Zacher cm-ayf Jake Bailey James Zhan Joshua Chen yoshi2no You can read about our versioning strategy and releases on our website. 7.13.1 (2024-06-17) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 7.13.0 (2024-06-10) 🚀 Features parser, typescript-estree: export withoutProjectParserOptions utility ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger
This was a version bump only for parser to align it with other projects, there were no code changes.
1212a8f
8a178ed
c9a6dd9
7e93b28
2bbf656
e360541
c18226e
Updates eslint from 8.57.0 to 9.6.0
eslint
Sourced from eslint's releases.
v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic) Bug Fixes 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger) d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger) f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic) Documentation 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas) 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash) 44915bb docs: Update README (GitHub Actions Bot) d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas) Chores b15ee30 chore: upgrade @eslint/js@9.6.0 (#18632) (Milos Djermanovic) d655503 chore: package.json update for @eslint/js release (Jenkins) 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas) 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas) d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic) 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic) 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas) c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic) 3379164 chore: remove .eslintrc.js (#18011) (唯然) d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert) v9.5.0 Features b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) Bug Fixes 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic) 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic) 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic) 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta) Documentation 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic) 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta) 8127127 docs: Update README (GitHub Actions Bot) 55c2a66 docs: Update README (GitHub Actions Bot) eb76282 docs: Update README (GitHub Actions Bot) ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic) d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas) 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann) b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas) 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)
e2b16e2
8824aa1
ecmaVersion: 2025
1613e2e
21d3766
no-unused-vars
d7a7736
f9e95d2
/* eslint */
13dbecd
375227f
44915bb
d50db7b
b15ee30
@eslint/js
@9
d655503
7c78ad9
69ff64e
d2d06f7
/
ignorePatterns
6421973
0a13539
c7ddee0
3379164
.eslintrc.js
d0c3a32
b2d256c
no-sparse-arrays
6880286
*
7fbe211
469cb36
5cff638
455f7fd
.gitignore
721eafe
files
8127127
55c2a66
eb76282
ff6e96e
baseConfig
overrideConfig
d2d83e0
9ce6832
b8db99c
518a35c
Sourced from eslint's changelog.
v9.6.0 - June 28, 2024 b15ee30 chore: upgrade @eslint/js@9.6.0 (#18632) (Milos Djermanovic) d655503 chore: package.json update for @eslint/js release (Jenkins) 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas) 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas) e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas) 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash) 44915bb docs: Update README (GitHub Actions Bot) d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic) 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger) 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic) d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger) 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas) f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic) c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic) 3379164 chore: remove .eslintrc.js (#18011) (唯然) d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert) d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas) v9.5.0 - June 14, 2024 f588160 chore: upgrade @eslint/js@9.5.0 (#18591) (Milos Djermanovic) 5890841 chore: package.json update for @eslint/js release (Jenkins) 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic) e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic) 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta) 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas) 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic) 8127127 docs: Update README (GitHub Actions Bot) b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann) cea7ede chore: add website donate link instead of opencollective (#18582) (Strek) 55c2a66 docs: Update README (GitHub Actions Bot) eb76282 docs: Update README (GitHub Actions Bot) ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic) 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic) ec94880 chore: package.json update for eslint-config-eslint release (Jenkins) d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas) 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic) 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann) b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas) 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas) 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic) 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta) eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta) 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)
v9.6.0 - June 28, 2024
v9.5.0 - June 14, 2024
f588160
5890841
e9f4ccd
4b23ffd
1495b93
cea7ede
ec94880
6912586
9738f7e
eb440fc
38c159e
473d1bb
f435566
Updates eslint-plugin-promise from 6.1.1 to 6.4.0
eslint-plugin-promise
Sourced from eslint-plugin-promise's releases.
v6.4.0 6.4.0 (2024-07-01) Features add support for flat config (#479) (ecbce9f) v6.3.0 6.3.0 (2024-07-01) Features add support for eslint v9 (#478) (4dfc8a7) v6.2.0 6.2.0 (2024-05-27) Bug Fixes no-callback-in-promise: false positives when the exception is an argument (#446) (5e4546d) Features Resolve getAncestors and getScope calls in eslint v9 (#466) (c0c716b)
getAncestors
getScope
ecbce9f
4dfc8a7
afbda82
5e4546d
c0c716b
7d33c30
ce9ae7f
@babel/traverse
62af490
19b21b4
8c74b9b
Updates nock from 13.5.3 to 13.5.4
nock
Sourced from nock's releases.
v13.5.4 13.5.4 (2024-02-26) Bug Fixes call fs.createReadStream lazily (#2357) (ba9fc42)
fs.createReadStream
ba9fc42
81c20dd
08b2b09
1005698
Updates ts-jest from 29.1.2 to 29.1.5
ts-jest
Sourced from ts-jest's releases.
v29.1.5 Please refer to CHANGELOG.md for details. v29.1.4 Please refer to CHANGELOG.md for details. v29.1.3 Please refer to CHANGELOG.md for details.
Please refer to CHANGELOG.md for details.
Sourced from ts-jest's changelog.
29.1.5 (2024-06-16) Bug Fixes build(deps-dev): bump braces (5560334), (59026b4), (0d9e359) 29.1.4 (2024-05-28) Bug Fixes fix(transformer): allow transforming of .cts/.mts extensions. (b8f6eaa), closes #3996 Features feat: make cli generate esm config based on type: "module" (81a5f64), closes #4210 #4012 29.1.3 (2024-05-21) Bug Fixes add @jest/transform as an optional peer dependency (0ba7f86) bring back Node 14 support (eda56a7) Performance Improvements remove ts resolved module cache file (4c88da5)
type: "module"
@jest/transform
a5f3c8a
78d61b3
59026b4
32cc6bb
487172c
5560334
0d9e359
9803934
543182a
b59777e
@types
Updates typescript from 5.3.3 to 5.5.3
typescript
Sourced from typescript's releases.
TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for TypeScript v5.5.3 (Stable). fixed issues query for TypeScript v5.5.2 (Stable). fixed issues query for TypeScript v5.5.1 (RC). fixed issues query for TypeScript v5.5.0 (Beta). Downloads are available on: npm NuGet package TypeScript 5.5 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for TypeScript v5.5.2 (Stable). fixed issues query for TypeScript v5.5.1 (RC). fixed issues query for TypeScript v5.5.0 (Beta). Downloads are available on: npm TypeScript 5.5 RC For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.5.0 (Beta). fixed issues query for Typescript 5.5.1 (RC). Downloads are available on: NuGet package TypeScript 5.5 Beta For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.5.0 (Beta). Downloads are available on: npm
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
f0e9921
738bd60
ce2e60e
f3b21a2
7b1620b
5367ae1
02132e5
45b1e3c
17933ee
552b07e
Updates yaml from 2.4.0 to 2.4.5
yaml
Sourced from yaml's releases.
v2.4.5 Improve tab handling (#553, yaml-test-suite tests DK95 & Y79Y) v2.4.4 With special thanks to @RedCMD for finding and reporting all of the following: Allow comment after top-level block scalar with explicit indent indicator (#547) Allow tab as indent for line comments before nodes (#548) Do not allow tab before block collection (#549) In flow collections, allow []{} immediately after : with plain key (#550) Require indentation for ? explicit-key contents (#551) Require indentation from block scalar header & flow collections in mapping values (#553) v2.4.3 Improve error when parsing a non-string value (#459) Do not parse -.NaN or +.nan as NaN (#546) Support # within %TAG prefixes with trailing #comments Check for non-node complex keys when stringifying with simpleKeys (#541) v2.4.2 Restrict YAML 1.1 boolean strings to their explicit capitalization (#530) Add sponsorship by Scipress (#536) v2.4.1 cst: Do not drop trailing newline after line comment in block-map if followed by unindented block-seq value (#525) Stringify flow collection comments in parent (#528) Do not skip folding lines after the first in indented block scalars (#529)
With special thanks to @RedCMD for finding and reporting all of the following:
@RedCMD
[]{}
:
?
-.NaN
+.nan
#
%TAG
#comments
1b8fde6
f3c7d03
4e66d72
d06f386
39053e8
8baee44
280a861
767bc47
Superseded by #538.
Bumps the dev-dependencies group with 9 updates in the / directory:
20.11.20
20.14.9
7.0.2
7.15.0
7.0.2
7.15.0
8.57.0
9.6.0
6.1.1
6.4.0
13.5.3
13.5.4
29.1.2
29.1.5
5.3.3
5.5.3
2.4.0
2.4.5
Updates
@types/node
from 20.11.20 to 20.14.9Commits
Updates
@typescript-eslint/eslint-plugin
from 7.0.2 to 7.15.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
2865d31
chore(release): publish 7.15.02671de5
feat(eslint-plugin): back-port new rules around empty object types from v8 (#...05142c5
fix(eslint-plugin): [no-unsafe-call] differentiate a types-error any from a t...a466e07
fix: disableEXPERIMENTAL_useProjectService
indisabled-type-checked
shar...3694d8f
fix(eslint-plugin): [no-unsafe-return] differentiate a types-error any from a...9dba021
feat(eslint-plugin): [array-type] detectReadonly\<string[]>
case (#8752)b4fe94f
chore(release): publish 7.14.1f29150f
fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...9b7731d
fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...dfc4469
chore(release): publish 7.14.0Updates
@typescript-eslint/parser
from 7.0.2 to 7.15.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
2865d31
chore(release): publish 7.15.0b4fe94f
chore(release): publish 7.14.1dfc4469
chore(release): publish 7.14.01212a8f
chore(release): publish 7.13.18a178ed
chore(release): publish 7.13.0c9a6dd9
feat(parser, typescript-estree): export withoutProjectParserOptions utility (...7e93b28
chore(release): publish 7.12.02bbf656
fix(types): correct typing ParserOptions (#9202)e360541
chore(release): publish 7.11.0c18226e
chore(release): publish 7.10.0Updates
eslint
from 8.57.0 to 9.6.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
473d1bb
9.6.0f435566
Build: changelog update for 9.6.0b15ee30
chore: upgrade@eslint/js
@9
.6.0 (#18632)d655503
chore: package.json update for@eslint/js
release1613e2e
fix: Allow escaping characters in config patterns on Windows (#18628)13dbecd
docs: Limit search to just docs (#18627)7c78ad9
refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625)e2b16e2
feat: Implement feature flags (#18516)69ff64e
refactor: Return value of applyInlineConfig() (#18623)375227f
docs: Update getting-started.md - add pnpm to init eslint config (#18599)Updates
eslint-plugin-promise
from 6.1.1 to 6.4.0Release notes
Sourced from eslint-plugin-promise's releases.
Commits
ecbce9f
feat: add support for flat config (#479)4dfc8a7
feat: add support for eslint v9 (#478)afbda82
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#477)5e4546d
fix(no-callback-in-promise): false positives when the exception is an argumen...c0c716b
feat: ResolvegetAncestors
andgetScope
calls in eslint v9 (#466)7d33c30
chore: add pkg.funding (#468)ce9ae7f
chore(deps-dev): bump@babel/traverse
from 7.19.1 to 7.24.1 (#453)62af490
chore(deps): bump actions/checkout from 3 to 4 (#461)19b21b4
chore(deps): bump codecov/codecov-action from 3 to 4 (#459)8c74b9b
chore(deps): bump actions/setup-node from 3 to 4 (#460)Updates
nock
from 13.5.3 to 13.5.4Release notes
Sourced from nock's releases.
Commits
ba9fc42
fix: callfs.createReadStream
lazily (#2357)81c20dd
chore(deps-dev): bump chai from 4.3.10 to 4.4.1 (#2576)08b2b09
chore(deps-dev): bump prettier from 3.1.0 to 3.2.4 (#2578)1005698
chore(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 (#2577)Updates
ts-jest
from 29.1.2 to 29.1.5Release notes
Sourced from ts-jest's releases.
Changelog
Sourced from ts-jest's changelog.
Commits
a5f3c8a
chore(release): 29.1.578d61b3
build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.1259026b4
build(deps-dev): bump braces in /examples/type-module32cc6bb
build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.11487172c
build(deps): Update actions/checkout digest to 692973e5560334
build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /examples/js-with-ts0d9e359
build(deps): bump braces from 3.0.2 to 3.0.3 in /website9803934
build(deps): Update dependency prettier to ^3.3.2543182a
build(deps): Update dependency esbuild to ~0.21.5b59777e
build(deps): Update@types
packages to ^7.13.0Updates
typescript
from 5.3.3 to 5.5.3Release notes
Sourced from typescript's releases.
... (truncated)
Commits
f0e9921
Bump version to 5.5.3 and LKG738bd60
Cherry-pick #58966 to release-5.5 (#59002)ce2e60e
Update LKGf3b21a2
🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...7b1620b
🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...5367ae1
Bump version to 5.5.2 and LKG02132e5
🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...45b1e3c
🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)17933ee
🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...552b07e
🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...Updates
yaml
from 2.4.0 to 2.4.5Release notes
Sourced from yaml's releases.
Commits
1b8fde6
2.4.5f3c7d03
test: Obey yaml-test-suite skip instructions4e66d72
fix: Improve tab handling (tests DK95 & Y79Y, #553)d06f386
2.4.439053e8
chore: Satisfy strict TS8baee44
test: Use source files for yaml-test-suite tests280a861
fix: Allow comment after top-level block scalar with explicit indent indicato...767bc47
fix: Require indentation from block scalar header & flow collections in mappi...Superseded by #538.