Closed dependabot[bot] closed 4 months ago
Bumps the dev-dependencies group with 9 updates in the / directory:
20.11.20
20.14.2
7.0.2
7.13.0
8.57.0
9.5.0
6.1.1
6.2.0
13.5.3
13.5.4
29.1.2
29.1.5
5.3.3
5.4.5
2.4.0
2.4.5
Updates @types/node from 20.11.20 to 20.14.2
@types/node
Updates @typescript-eslint/eslint-plugin from 7.0.2 to 7.13.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.13.0 7.13.0 (2024-06-10) 🚀 Features eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280) parser, typescript-estree: export withoutProjectParserOptions utility (#9233) typescript-estree: require import = require() argument to be a string literal (#9226) typescript-estree: forbid .body, .async, .generator on declare function (#9225) 🩹 Fixes ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231) eslint-plugin: [init-declarations] refine report locations (#8893) eslint-plugin: [no-base-to-string] make error message more nuanced (#9281) eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304) eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167) scope-manager: handle index signature in class (#9054) ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji @tobySolutions Vinccool96 YeonJuan @yeonjuan You can read about our versioning strategy and releases on our website. v7.12.0 7.12.0 (2024-06-03) 🚀 Features eslint-plugin: [no-useless-template-literals] rename to no-unnecessary-template-expression (deprecate no-useless-template-literals) (#8821) eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186) rule-tester: check for parsing errors in suggestion fixes (#9052) rule-tester: port checkDuplicateTestCases from ESLint (#9026) 🩹 Fixes eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820) eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851) eslint-plugin: [explicit-member-accessibility] refine report locations (#8869) eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901) eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114) eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
import = require()
.body
.async
.generator
declare function
ignore
@tobySolutions
@yeonjuan
You can read about our versioning strategy and releases on our website.
no-unnecessary-template-expression
no-useless-template-literals
checkDuplicateTestCases
const
declare
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.13.0 (2024-06-10) 🚀 Features typescript-estree: require import = require() argument to be a string literal typescript-estree: forbid .body, .async, .generator on declare function eslint-plugin: [no-dynamic-delete] allow all string literals as index 🩹 Fixes ast-spec: function-call-like callee should be Expression not LeftHandSideExpression scope-manager: handle index signature in class eslint-plugin: [init-declarations] refine report locations eslint-plugin: [no-base-to-string] make error message more nuanced eslint-plugin: [no-unsafe-assignment] be more specific about error types eslint-plugin: [no-magic-numbers] fix implementation of the ignore option ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji Vinccool96 YeonJuan You can read about our versioning strategy and releases on our website. 7.12.0 (2024-06-03) 🚀 Features eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) rule-tester: check for parsing errors in suggestion fixes rule-tester: port checkDuplicateTestCases from ESLint eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
typescript-estree: require import = require() argument to be a string literal
typescript-estree: forbid .body, .async, .generator on declare function
eslint-plugin: [no-dynamic-delete] allow all string literals as index
ast-spec: function-call-like callee should be Expression not LeftHandSideExpression
scope-manager: handle index signature in class
eslint-plugin: [init-declarations] refine report locations
eslint-plugin: [no-base-to-string] make error message more nuanced
eslint-plugin: [no-unsafe-assignment] be more specific about error types
eslint-plugin: [no-magic-numbers] fix implementation of the ignore option
eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)
no-useless-template-expression
rule-tester: check for parsing errors in suggestion fixes
rule-tester: port checkDuplicateTestCases from ESLint
eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
8a178ed
63e53e2
fb52f78
ab2916c
629035f
bf5394d
60fb643
c6e9719
293fb24
cb1720d
Updates @typescript-eslint/parser from 7.0.2 to 7.13.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.13.0 (2024-06-10) 🚀 Features parser, typescript-estree: export withoutProjectParserOptions utility ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji Vinccool96 YeonJuan You can read about our versioning strategy and releases on our website. 7.12.0 (2024-06-03) 🩹 Fixes types: correct typing ParserOptions ❤️ Thank You Abraham Guo Han Yeong-woo Joshua Chen Kim Sang Du Kirk Waiblinger YeonJuan You can read about our versioning strategy and releases on our website. 7.11.0 (2024-05-27) 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.10.0 (2024-05-20) 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.
This was a version bump only for parser to align it with other projects, there were no code changes.
c9a6dd9
7e93b28
2bbf656
e360541
c18226e
77fc366
f53fece
ee677f6
3e19436
Updates eslint from 8.57.0 to 9.5.0
eslint
Sourced from eslint's releases.
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) 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) d16a659 docs: add link to migration guide for --ext CLI option (#18537) (Milos Djermanovic) 73408de docs: add link to configuration file docs before examples (#18535) (Milos Djermanovic) Chores f588160 chore: upgrade @eslint/js@9.5.0 (#18591) (Milos Djermanovic) 5890841 chore: package.json update for @eslint/js release (Jenkins) e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic) 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas) 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann) cea7ede chore: add website donate link instead of opencollective (#18582) (Strek) ec94880 chore: package.json update for eslint-config-eslint release (Jenkins) 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic) 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta) c6de7bb chore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot]) 2c8fd34 ci: pin @wdio/browser-runner v8.36.0 (#18540) (唯然) v9.4.0 Features 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar) Bug Fixes f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic) 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani) 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然) 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic) Documentation
b2d256c
no-sparse-arrays
6880286
*
7fbe211
469cb36
5cff638
455f7fd
.gitignore
721eafe
files
8127127
55c2a66
eb76282
ff6e96e
baseConfig
overrideConfig
d2d83e0
9ce6832
b8db99c
518a35c
eb440fc
38c159e
d16a659
--ext
73408de
f588160
@eslint/js
@9
5890841
e9f4ccd
4b23ffd
1495b93
cea7ede
ec94880
6912586
9738f7e
c6de7bb
2c8fd34
@wdio/browser-runner
89a4a0a
no-loop-func
f6534d1
7226ebd
no-constructor-return
389744b
@eslint/config-inspector@latest
70118a5
func-style
super
Sourced from eslint's changelog.
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) c6de7bb chore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot]) 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta) d16a659 docs: add link to migration guide for --ext CLI option (#18537) (Milos Djermanovic) 73408de docs: add link to configuration file docs before examples (#18535) (Milos Djermanovic) 2c8fd34 ci: pin @wdio/browser-runner v8.36.0 (#18540) (唯然) v9.4.0 - May 31, 2024 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta) 5e1b5dc chore: package.json update for @eslint/js release (Jenkins) d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar) 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta) 525fdff docs: fix components files (#18519) (Tanuj Kanti) 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar) 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti) f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic) 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani) f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen) 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然) 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic) v9.3.0 - May 17, 2024
v9.5.0 - June 14, 2024
v9.4.0 - May 31, 2024
010dd2e
@eslint/js@9.4.0
5e1b5dc
d7ab6f5
prefers-color-scheme
594145f
@eslint/config-array
525fdff
80747d2
prefer-destructuring
f06e0b5
v9.3.0 - May 17, 2024
5352357
f425600
Updates eslint-plugin-promise from 6.1.1 to 6.2.0
eslint-plugin-promise
Sourced from eslint-plugin-promise's releases.
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
5e4546d
c0c716b
7d33c30
ce9ae7f
@babel/traverse
62af490
19b21b4
8c74b9b
bf75e4d
bbcfcbf
0b50079
styfle/cancel-workflow-action
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.4.5
typescript
Sourced from typescript's releases.
TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.4.0 (Beta). fixed issues query for Typescript 5.4.1 (RC). fixed issues query for Typescript 5.4.2 (Stable). fixed issues query for Typescript 5.4.3 (Stable). fixed issues query for Typescript 5.4.4 (Stable). fixed issues query for Typescript 5.4.5 (Stable). Downloads are available on: NuGet package TypeScript 5.4.4 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.4.0 (Beta). fixed issues query for Typescript 5.4.1 (RC). fixed issues query for Typescript 5.4.2 (Stable). fixed issues query for Typescript 5.4.3 (Stable). fixed issues query for Typescript 5.4.4 (Stable). Downloads are available on: NuGet package TypeScript 5.4.3 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.4.0 (Beta). fixed issues query for Typescript 5.4.1 (RC). fixed issues query for Typescript 5.4.2 (Stable). fixed issues query for Typescript 5.4.3 (Stable). Downloads are available on: NuGet package TypeScript 5.4 For release notes, check out the release announcement. For the complete list of fixed issues, check out the
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
27bcd4c
9f33bf1
71b2f84
892936f
38a7c05
b754fc3
8eb3367
de9096b
06aae98
6d8134e
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 Scipres... _Description has been truncated_
With special thanks to @RedCMD for finding and reporting all of the following:
@RedCMD
[]{}
:
?
-.NaN
+.nan
#
%TAG
#comments
Superseded by #533.
Bumps the dev-dependencies group with 9 updates in the / directory:
20.11.20
20.14.2
7.0.2
7.13.0
7.0.2
7.13.0
8.57.0
9.5.0
6.1.1
6.2.0
13.5.3
13.5.4
29.1.2
29.1.5
5.3.3
5.4.5
2.4.0
2.4.5
Updates
@types/node
from 20.11.20 to 20.14.2Commits
Updates
@typescript-eslint/eslint-plugin
from 7.0.2 to 7.13.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
8a178ed
chore(release): publish 7.13.063e53e2
chore(deps): update dependency prettier to v3.3.1 (#9308)fb52f78
feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...ab2916c
chore: enable eslint-plugin/no-property-in-node internally (#9261)629035f
docs: mention rule scripts under Local Development (#9258)bf5394d
fix(eslint-plugin): [no-magic-numbers] fix implementation of theignore
opt...60fb643
chore(deps): update dependency prettier to v3.3.0 (#9266)c6e9719
docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)293fb24
fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...cb1720d
fix(eslint-plugin): [no-base-to-string] make error message more nuanced (#9281)Updates
@typescript-eslint/parser
from 7.0.2 to 7.13.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
8a178ed
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.077fc366
chore(release): publish 7.9.0f53fece
chore: add knip (#8192)ee677f6
chore(release): publish 7.8.03e19436
chore(release): publish 7.7.1Updates
eslint
from 8.57.0 to 9.5.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
5352357
9.5.0f425600
Build: changelog update for 9.5.0f588160
chore: upgrade@eslint/js
@9
.5.0 (#18591)5890841
chore: package.json update for@eslint/js
release455f7fd
docs: add section about including.gitignore
files (#18590)e9f4ccd
chore: remove unused eslint-disable directive (#18589)721eafe
docs: update info about universalfiles
patterns (#18587)4b23ffd
refactor: Move JS parsing logic into JS language (#18448)6880286
fix: treat*
as a universal pattern (#18586)8127127
docs: Update READMEUpdates
eslint-plugin-promise
from 6.1.1 to 6.2.0Release notes
Sourced from eslint-plugin-promise's releases.
Commits
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)bf75e4d
chore(deps): bump cycjimmy/semantic-release-action from 3 to 4 (#462)bbcfcbf
chore: add tests for Node 20 (#440)0b50079
chore: removestyfle/cancel-workflow-action
usage (#439)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.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
yaml
from 2.4.0 to 2.4.5Release notes
Sourced from yaml's releases.