chore(deps): update all-dependencies #12
Reference in New Issue
Block a user
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
49.0.1→49.1.029.7.0→30.2.029.5.14→30.0.09.36.0→9.39.250.8.0→62.4.129.7.0→30.2.029.4.5→29.4.65.9.2→5.9.3Release Notes
gjsify/gnome-shell (@girs/gnome-shell)
v49.1.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/gjsify/gnome-shell/compare/49.0.3...49.1.0
v49.0.3Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/gjsify/gnome-shell/compare/49.0.2...49.0.3
v49.0.2Compare Source
What's Changed
Full Changelog: https://github.com/gjsify/gnome-shell/compare/49.0.1...49.0.2
jestjs/jest (@jest/globals)
v30.2.0Compare Source
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto v3 (#15830)v30.1.2Compare Source
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)v30.1.1Compare Source
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)[jest-snapshot-utils]Improve messaging about goo.gl snapshot link change (#15821)v30.1.0Compare Source
v30.0.5Compare Source
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)v30.0.4Compare Source
Features
[expect]TheInversetype is now exported (#15714)[expect]feat: supportasync functionsintoBe(#15704)Fixes
[jest]jest --onlyFailures --listTests now correctly lists only failed tests (#15700)[jest-snapshot]Handle line endings in snapshots (#15708)v30.0.3Compare Source
Fixes
[jest-config]Fix ESM TS config loading in a CJS project (#15694)[jest-core]jest --onlyFailures --listTests now correctly lists only failed tests(#15700)Features
[jest-diff]Show non-printable control characters to diffs (#15696)v30.0.2Compare Source
Fixes
[jest-matcher-utils]Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)[jest-util]Make garbage collection protection property writable (#15689)v30.0.1Compare Source
Features
[jest-resolver]Implement thedefaultAsyncResolver(#15679)Fixes
[jest-resolver]Resolve builtin modules correctly (#15683)[jest-environment-node, jest-util]Avoid setting globals cleanup protection symbol when feature is off (#15684)Chore & Maintenance
[*]Remove and deprecatejest-replpackage (#15673)[jest-resolver]Replace customisBuiltinModulewith node'sisBuiltin(#15685)v30.0.0Compare Source
Features
[*]RenamedglobalsCleanupModetoglobalsCleanupand--waitNextEventLoopTurnForUnhandledRejectionEventsto--waitForUnhandledRejections[expect]AddArrayOfasymmetric matcher for validating array elements. (#15567)[babel-jest]Add optionexcludeJestPresetto allow opting out ofbabel-preset-jest(#15164)[expect]Revert #15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...))when there are multiple calls (#15508)[jest-circus, jest-cli, jest-config]AddwaitNextEventLoopTurnForUnhandledRejectionEventsflag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)[jest-circus]Add awaitBeforeRetryoption tojest.retryTimes(#14738)[jest-circus]Add aretryImmediatelyoption tojest.retryTimes(#14696)[jest-circus, jest-jasmine2]AllowsetupFilesAfterEnvto export an async function (#10962)[jest-circus, jest-test-result]AddstartedAttimestamp inTestCaseResultObjectwithinonTestCaseResult(#15145)[jest-cli]ExportbuildArgv(#15310)[jest-config][BREAKING] Addmtsandctsto defaultmoduleFileExtensionsconfig (#14369)[jest-config][BREAKING] UpdatetestMatchandtestRegexdefault option for supportingmjs,cjs,mts, andcts(#14584)[jest-config]Loads config file from provided path inpackage.json(#14044)[jest-config]Allow loadingjest.config.ctsfiles (#14070)[jest-config]ShowrootDirin error message when apresetfails to load (#15194)[jest-config]Support loading TS config files usingesbuild-registervia docblock loader (#15190)[jest-config]Allow passing TS config loader options via docblock comment (#15234)[jest-config]If Node is running with type stripping enabled, do not require a TS loader (#15480)[@jest/core]Group together open handles with the same stack trace (#13417, & #14789)[@jest/core]AddperfStatsto surface test setup overhead (#14622)[@jest/core][BREAKING] Changed--filterto accept an object with shape{ filtered: Array<string> }to match documentation (#13319)[@jest/core]Support--outputFileoption for--listTests(#14980)[@jest/core]Stringify Errors properly with--jsonflag (#15329)[@jest/core, @​jest/test-sequencer][BREAKING] ExposesglobalConfig&contextstoTestSequencer(#14535, & #14543)[jest-each]Introduce%$option to add number of the test to its title (#14710)[@jest/environment][BREAKING] Remove deprecatedjest.genMockFromModule()(#15042)[@jest/environment][BREAKING] Remove unnecessary defensive code (#15045)[jest-environment-jsdom][BREAKING] Upgrade JSDOM to v22 (#13825)[@jest/environment-jsdom-abstract]Introduce new package which abstracts over thejsdomenvironment, allowing usage of custom versions of JSDOM (#14717)[jest-environment-node]Update jest environment with dispose symbolsSymbol(#14888 & #14909)[expect, @​jest/expect][BREAKING] Add type inference for function parameters inCalledWithassertions (#15129)[@jest/expect-utils]Properly compare all types ofTypedArrays (#15178)[@jest/fake-timers][BREAKING] Upgrade@sinonjs/fake-timersto v13 (#14544 & #15470)[@jest/fake-timers]Exposing new modern timers functionadvanceTimersToFrame()which advances all timers by the needed milliseconds to execute callbacks currently scheduled withrequestAnimationFrame(#14598)[jest-matcher-utils]AddSERIALIZABLE_PROPERTIESto allow custom serialization of objects (#14893)[jest-mock]Add support for the Explicit Resource Management proposal to use theusingkeyword withjest.spyOn(object, methodName)(#14895)[jest-reporters]Add support for DEC mode 2026 (#15008)[jest-resolver]Supportfile://URLs as paths (#15154)[jest-resolve,jest-runtime,jest-resolve-dependencies]Pass the conditions when resolving stub modules (#15489)[jest-runtime]Exposing new modern timers functionjest.advanceTimersToFrame()from@jest/fake-timers(#14598)[jest-runtime]Supportimport.meta.filenameandimport.meta.dirname(available from Node 20.11) (#14854)[jest-runtime]Supportimport.meta.resolve(#14930)[jest-runtime][BREAKING] Make it mandatory to passglobalConfigto theRuntimeconstructor (#15044)[jest-runtime]Addunstable_unmockModule(#15080)[jest-runtime]AddonGenerateMocktransformer callback for auto generated callbacks (#15433 & #15482)[jest-runtime][BREAKING] Usevm.compileFunctionovervm.Script(#15461)[@jest/schemas]Upgrade@sinclair/typeboxto v0.34 (#15450)[@jest/types]test.each(): Accept a readonly (as const) table properly (#14565)[@jest/types]Improve argument type inference passed totestanddescribecallback functions fromeachtables (#14920)[jest-snapshot][BREAKING] Add support for Error causes in snapshots (#13965)[jest-snapshot]Support Prettier 3 (#14566)[@jest/util-snapshot]Extract utils used by tooling fromjest-snapshotinto its own package (#15095)[pretty-format][BREAKING] Do not render empty string children ('') in React plugin (#14470)Fixes
[expect]ShowAggregateErrorto display (#15346)[*]Replaceexitwithexit-x(#15399)[babel-plugin-jest-hoist]Usedenylistinstead of the deprecatedblacklistfor Babel 8 support (#14109)[babel-plugin-jest-hoist]Do not rely on buggy Babel behaviour (#15415)[expect]Check error instance type fortoThrow/toThrowError(#14576)[expect]Improve diff for failingexpect.objectContaining(#15038)[expect]UseArray.isArrayto check if an array is anArray(#15101)[expect]Fix Errorcauseassertion errors (#15339)[jest-changed-files]Print underlying errors when VCS commands fail (#15052)[jest-changed-files]Abortsl rootcall if output resembles a steam locomotive (#15053)[jest-circus][BREAKING] Prevent false test failures caused by promise rejections handled asynchronously (#14315)[jest-circus]Replace recursivemakeTestResultsimplementation with iterative one (#14760)[jest-circus]Omitexpect.hasAssertions()errors if a test already has errors (#14866)[jest-circus, jest-expect, jest-snapshot]Passtest.failingtests when containing failing snapshot matchers (#14313)[jest-circus]Concurrent tests now emit jest circus events at the correct point and in the expected order. (#15381)[jest-cli][BREAKING] Validate CLI flags that require arguments receives them (#14783)[jest-config]Make sure to respectrunInBandoption (#14578)[jest-config]SupporttestTimeoutin project config (#14697)[jest-config]SupportcoverageReportersin project config (#14697)[jest-config]Allowreportersin project config (#14768)[jest-config]Allow Node16/NodeNext/BundlermoduleResolutionin project's tsconfig (#14739)[@jest/create-cache-key-function]Correct the return type ofcreateCacheKey(#15159)[jest-each]Allow$keypathtemplates withnullorundefinedvalues (#14831)[@jest/expect-utils]Fix comparison ofDataView(#14408)[@jest/expect-utils][BREAKING] exclude non-enumerable in object matching (#14670)[@jest/expect-utils]Fix comparison ofURL(#14672)[@jest/expect-utils]CheckSymbolproperties in equality (#14688)[@jest/expect-utils]Catch circular references within arrays when matching objects (#14894)[@jest/expect-utils]Fix not addressing to Sets and Maps as objects without keys (#14873)[jest-haste-map]Fix errors or clobbering with multiplehasteImplModulePaths (#15522)[jest-leak-detector]Make leak-detector more aggressive when running GC (#14526)[jest-runtime]Properly handle re-exported native modules in ESM via CJS (#14589)[jest-runtime]Refactor_importCoreModelso required core module is consistent if modified while loading (#15077)[jest-schemas, jest-types][BREAKING] Fix type oftestFailureExitCodeconfig option(#15232)[jest-util]Make sureisInteractiveworks in a browser (#14552)[pretty-format][BREAKING] PrintArrayBufferandDataViewcorrectly (#14290)[pretty-format]Fixed a bug where "anonymous custom elements" were not being printed as expected. (#15138)[jest-cli]When specifying paths on the command line, only match against the relative paths of the test files (#12519)testPathPatternconfiguration option totestPathPatterns, which now takes a list of patterns instead of the regex.--testPathPatternis now--testPathPatternstestPathPatternswhen programmatically callingwatchmust be specified asnew TestPathPatterns(patterns), whereTestPathPatternscan be imported from@jest/pattern[jest-reporters, jest-runner]Unhandled errors without stack get correctly logged to console (#14619)[jest-util]Always loadmjsfiles withimport(#15447)[jest-worker]Properly handle a circular reference error when worker tries to send an assertion fails where either the expected or actual value is circular (#15191)[jest-worker]Properly handle a BigInt when worker tries to send an assertion fails where either the expected or actual value is BigInt (#15191)[expect]Resolve issue whereObjectContainingmatched non-object values. #15463.conditional/checkto ensure the argument passed toexpectis an object.ObjectContainingbehavior.invalid/wrongtest case assertions forObjectContaining.[jest-worker]Addresses incorrect state on exit (#15610)Performance
[*][BREAKING] Bundle all of Jest's modules intoindex.js(#12348, #14550 & #14661)[jest-haste-map]Only spawn one process to check forwatchmaninstallation (#14826)[jest-runner]Better cleanupsource-map-supportafter test to resolve (minor) memory leak (#15233)[jest-resolver]Migrateresolveandresolve.exportstounrs-resolver(#15619)[jest-circus, jest-environment-node, jest-repl, jest-runner, jest-util]Cleanup global variables on environment teardown to reduce memory leaks (#15215 & #15636 & #15643)Chore & Maintenance
[jest-environment-jsdom, jest-environment-jsdom-abstract]Increased version of jsdom to^26.0.0(#15325CVE-2024-37890)[*]Increase version ofmicromatchto^4.0.7(#15082)[*][BREAKING] Drop support for Node.js versions 14, 16, 19, 21 and 23 (#14460, #15118, #15623, #15640)[*][BREAKING] Drop support fortypescript@4.3, minimum version is now5.4(#14542, #15621)[*]Depend on exact versions of monorepo dependencies instead of^range (#14553)[*][BREAKING] Add ESM wrapper for all of Jest's modules (#14661)[*][BREAKING] Upgrade toglob@10(#14509)[*]UseTypeErroroverErrorwhere appropriate (#14799)[docs]Fix typos inCHANGELOG.mdandpackages/jest-validate/README.md(#14640)[docs]Don't use alias matchers in docs (#14631)[babel-jest, babel-preset-jest][BREAKING] Increase peer dependency of@babel/coreto^7.11(#14109)[babel-jest, @​jest/transform]Updatebabel-plugin-istanbulto v6 (#15156)[babel-plugin-jest-hoist]Move unnecessarydependenciestodevDependencies(#15010)[expect][BREAKING] Remove.toBeCalled(),.toBeCalledTimes(),.toBeCalledWith(),.lastCalledWith(),.nthCalledWith(),.toReturn(),.toReturnTimes(),.toReturnWith(),.lastReturnedWith(),.nthReturnedWith()and.toThrowError()matcher aliases (#14632)[jest-cli, jest-config, @​jest/types][BREAKING] Remove deprecated--initargument (#14490)[jest-config, @​jest/core, jest-util]Upgradeci-info(#14655)[jest-mock][BREAKING] RemoveMockFunctionMetadataType,MockFunctionMetadataandSpyInstancetypes (#14621)[@jest/reporters]Upgradeistanbul-lib-source-maps(#14924)[jest-schemas]Upgrade@sinclair/typebox(#14775)[jest-transform]Upgradewrite-file-atomic(#14274)[jest-util]Upgradepicomatchto v4 (#14653 & #14885)[docs] Append to NODE_OPTIONS, not overwrite ([#​14730](https://github.com/jestjs/jest/pull/14730))[docs]Updated.toHaveBeenCalled()documentation to correctly reflect its functionality (#14842)[docs]Link NestJS documentation on testing with Jest (#14940)[docs]Revised documentation for .toHaveBeenCalled()to accurately depict its functionality. (#14853)[docs]Removed ExpressJS reference link from documentation due to dead link (#15270)[docs]Correct broken links in docs (#15359)eslint/eslint (eslint)
v9.39.2Compare Source
Bug Fixes
5705833fix: warn wheneslint-envconfiguration comments are found (#20381) (sethamus)Build Related
506f154build: add .scss files entry to knip (#20391) (Milos Djermanovic)Chores
7ca0af7chore: upgrade to@eslint/js@9.39.2(#20394) (Francesco Trotta)c43ce24chore: package.json update for @eslint/js release (Jenkins)4c9858eci: addv9.x-devbranch (#20382) (Milos Djermanovic)v9.39.1Compare Source
Bug Fixes
650753efix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)Documentation
51b51f4docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)b44d426docs: Update README (GitHub Actions Bot)Chores
92db329chore: update@eslint/jsversion to 9.39.1 (#20284) (Francesco Trotta)c7ebefcchore: package.json update for @eslint/js release (Jenkins)61778f6chore: update eslint-config-eslint dependency @eslint/js to ^9.39.0 (#20275) (renovate[bot])d9ca2fcci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)009e507test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)v9.39.0Compare Source
Features
cc57d87feat: update error loc to key inno-dupe-class-members(#20259) (Tanuj Kanti)126552ffeat: update error location infor-directionandno-dupe-args(#20258) (Tanuj Kanti)167d097feat: updatecomplexityrule to highlight only static block header (#20245) (jaymarvelz)Bug Fixes
15f5c7cfix: forward traversalstep.argsto visitors (#20253) (jaymarvelz)5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)e86b813fix: Use more types from @eslint/core (#20257) (Nicholas C. Zakas)927272dfix: correctScopetypings (#20198) (jaymarvelz)37f76d9fix: useAST.Programtype for Program node (#20244) (Francesco Trotta)ae07f0bfix: unify timing report for concurrent linting (#20188) (jaymarvelz)b165d47fix: correctRuletypings (#20199) (jaymarvelz)fb97cdafix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)Documentation
d3e81e3docs: Always recommend to include a files property (#20158) (Percy Ma)0f0385fdocs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)a3b1456docs: Update README (GitHub Actions Bot)cf5f2dddocs: fix correct tag ofno-useless-constructor(#20255) (Tanuj Kanti)10b995cdocs: add TS options and examples fornofuncinno-use-before-define(#20249) (Tanuj Kanti)2584187docs: remove repetitive word in comment (#20242) (reddaisyy)637216bdocs: update CLI flags migration instructions (#20238) (jaymarvelz)e7cda3bdocs: Update README (GitHub Actions Bot)7b9446fdocs: handle empty flags sections on the feature flags page (#20222) (sethamus)Chores
dfe3c1bchore: update@eslint/jsversion to 9.39.0 (#20270) (Francesco Trotta)2375a6dchore: package.json update for @eslint/js release (Jenkins)a1f4e52chore: update@eslintdependencies (#20265) (Francesco Trotta)c7d3229chore: update dependency @eslint/core to ^0.17.0 (#20256) (renovate[bot])27549bcchore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)a1370eeci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])9e7fad4chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)v9.38.0Compare Source
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for @eslint/js release (Jenkins)c82b5efrefactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0Compare Source
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for @eslint/js release (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v62.4.1Compare Source
Bug Fixes
v62.4.0Compare Source
Features
type-formatting: supporttrailingPunctuationMultilineOnlyboolean option; fixes #1636 (#1638) (3907822)v62.3.1Compare Source
Bug Fixes
v62.3.0Compare Source
Features
type-formatting: addobjectTypeBracketSpacingoption; fixes #1615 (#1632) (78b6980)v62.2.0Compare Source
Features
no-undefined-types: support strict validation for TS namespaces (#1616) (ed260c5)v62.1.0Compare Source
Features
v62.0.1Compare Source
Bug Fixes
require-template: treat infer statement types as defined; fixes #1628 (e63dc23)v62.0.0Compare Source
Features
skipInvokedExpressionsForCommentFindingsetting; fixes #1624 (9c0e4a3)BREAKING CHANGES
v61.7.1Compare Source
Bug Fixes
github:npmrelease (#1623) (fe29ef9)v61.5.0Compare Source
Features
check-tag-names,require-template,check-template-names: maketypeParama non-preferred alias fortemplate(3cd7cbd)v61.4.2Compare Source
Bug Fixes
require-rejects: reflect proper tag name in error message (44b2631)v61.4.1Compare Source
Bug Fixes
require-rejects: do not treat synchronous throw as rejection; fixes #1603 (f776d63)v61.4.0Compare Source
Features
require-rejectsrule; fixes #755 (99c7fbd)v61.3.0Compare Source
Features
allowIndentedSectionsoption; fixes #541 (edaf615)v61.2.1Compare Source
Bug Fixes
require-param: ensure all structures with interfaces do not trigger withinterfaceExemptsParamsCheck: true(39a5b0a)tag-lines: avoid reformatting post-delimiter spacing; fixes #1593 (702b226)v61.2.0Compare Source
Features
sort-tags: addtagExceptionsto allow additional lines per tag; fixes #1594 (85a1ea1)v61.1.12Compare Source
Bug Fixes
no-undefined-types: treat param names as defined; fixes #1591 (b47779c)v61.1.11Compare Source
Bug Fixes
v61.1.10Compare Source
Bug Fixes
imports-as-dependencies: check for object-basedtypes(ortypings) (c9a22b6)v61.1.9Compare Source
Bug Fixes
v61.1.8Compare Source
Bug Fixes
no-undefined-types: consider module scope variables as defined; fixes #1581 (f938fdc)v61.1.7Compare Source
Bug Fixes
imports-as-dependencies: handle resolve.exports errors (0c4e5b6)v61.1.6Compare Source
Bug Fixes
imports-as-dependencies: check withinexportsfor types; fixes #1114 (c0e4e7c)v61.1.5Compare Source
Bug Fixes
v61.1.4Compare Source
Bug Fixes
to-valid-identifiershould be a dependency; fixes #1574 (89d37d0)v61.1.3Compare Source
Bug Fixes
prefer-import-tag: ensure import is a valid identifier; fixes #1572 (4349209)v61.1.2Compare Source
Bug Fixes
no-undefined-types: allow global prefixes; fixes #1566 (335450a)v61.1.1Compare Source
Bug Fixes
valid-types: reallowconsttype(75c8127)v61.1.0Compare Source
Features
ts-method-signature-style: add new rule (92bf39e)ts-no-empty-object-type: new rule to prevent empty objects (a19af97)ts-no-unnecessary-template-expression: create new rule to catch extra markup within template types (64082aa)ts-prefer-function-type: add new rule (cbda8aa)v61.0.1Compare Source
Bug Fixes
require-yields-*,require-throws-*: ensure alias of throws (exception) and of yields (yield) are checked; fixes #1559 (#1560) (38770c4)v61.0.0Compare Source
Features
type-formatting:keyValuePostColonSpacing,keyValuePostKeySpacing,keyValuePostOptionalSpacing,keyValuePostVariadicSpacingfor key-value pairs (and object fields) (ecf3a4a)type-formatting: addgenericAndTupleElementSpacingoption for tuples and generics (2735b6d)type-formatting: addparameterDefaultValueSpacingfor type parameter spacing (b8eeca8)type-formatting: add spacing for functions/classes and method quotes (a361dc9)type-formatting: changestringQuotesdefault todouble; fixes #1556 (0837647)BREAKING CHANGES
type-formatting: SetstringQuotesoption tosingleto restore old behaviorv60.8.3Compare Source
Bug Fixes
valid-types: ensure safe for class context (this keyword) (87464a6)valid-types: re-allow namepaths in name-definers like typedef in non-typescript mode; fixes #1557 (680cf1d)v60.8.2Compare Source
Bug Fixes
no-undefined-types: do not treat type parameters or their references as undefined; #1215 (#1553) (a5a0a3c)v60.8.1Compare Source
Bug Fixes
valid-types: parse distinctly for names vs. namepaths (#1552) (6efd9e9)v60.8.0Compare Source
Features
name-definingrole for likes oftypedefas distinct from likes ofparam(#1551) (e67e474)v60.7.1Compare Source
Bug Fixes
prefer-import-tag: handle other cases of comments before structures early in the document; fixes #1549 (622b17e)v60.7.0Compare Source
Bug Fixes
prefer-import-tag: handle inserting before early comment nodes; fixes #1549 (9e92718)Features
require-returns-check: addnoNativeTypesoption to assert async functions do not have native types as return types; fixes #1345 (13fe027)v60.6.0Compare Source
Features
escape-inline-tags: add new rule (#1547) (7a6b7db)v60.5.0Compare Source
Bug Fixes
no-undefined-types: avoid param and property tags from being treated as type-defining (f72ac1a)Features
check-tag-names: addinlineTagsoption with default inline tag checking (f0515be)require-template-description: add rule; fixes #1540 (90af18a)v60.4.1Compare Source
Bug Fixes
v60.4.0Compare Source
Bug Fixes
Features
flat/recommended-mixedconfig; fixes #1101 (68fad5b)v60.3.1Compare Source
Bug Fixes
getJsdocProcessPlugin: auto-escape*\/and entities (#1537) (74186a3), closes #710v60.3.0Compare Source
Features
no-undefined-types:checkUsedTypedefsoption; fixes #1165 (#1544) (001c4a9)v60.2.0Compare Source
Features
prefer-import-tags: add new rule; fixes #1314 (#1536) (376d583)v60.1.1Compare Source
Bug Fixes
reject-any-type,reject-function-type: prevent object replacement as withcheck-types; fixes #1538 (#1539) (0c4c654)v60.1.0Compare Source
Features
tag-lines:maxBlockLinesoption; fixes #1346 (#1532) (751428c)v60.0.0Compare Source
Bug Fixes
require-tags: change rule name to be consistent with other rules (#1535) (70c1b2e)BREAKING CHANGES
require-tags: Changesrequired-tagstorequire-tags.v59.1.0Compare Source
Features
required-tags: add new rule; fixes #1235 (47299db)v59.0.2Compare Source
Bug Fixes
v59.0.1Compare Source
Bug Fixes
require-yields-description,require-next-description: handle multiline descriptions; fixes #1528 (2544b12)check-examples(9a2763b)v59.0.0Compare Source
Bug Fixes
require-yields-check: removeexemptedByoption (7209fe0)Features
require-next-description,require-throws-decription,require-yields-description: add rules; fixes #1526 (214a5f2)BREAKING CHANGES
require-yields-check: RemovesexemptedByfromrequire-yields-check. Should not be needed.Also:
v58.1.1Compare Source
Bug Fixes
type-formatting: removepropertyIndentoption; fixes #1524 (#1525) (1cf93b5)v58.1.0Compare Source
Features
require-param: addinterfaceExemptsParamsCheckoption; fixes #1511 (#1521) (a3bb85e)v58.0.0Compare Source
Bug Fixes
Features
reject-any-typeandreject-function-typerules andextraRuleDefinitions.preferTypesoption (ae4e95d)BREAKING CHANGES
recommendedconfigsv57.2.1Compare Source
Bug Fixes
v57.2.0Compare Source
Features
check-types: deprecateunifyParentAndChildTypeChecksoption in favor of newunifyParentAndChildTypeCheckspreferredTypes[preferredType] setting (#1517) (224bbe6)v57.1.1Compare Source
Bug Fixes
v57.1.0Compare Source
Features
type-formatting: newobjectFieldSeparatorOptionalLinebreakoption (#1514) (6b20133)v57.0.10Compare Source
Bug Fixes
type-formatting: allow for $, _, and ZWNJ's without quoting (#1513) (dd0950b)v57.0.9Compare Source
Bug Fixes
type-formatting: do not strip quotes forobjectFieldQuotewhen not an ID; always allow unescaped digits (d53884a)v57.0.8Compare Source
Bug Fixes
v57.0.7Compare Source
Bug Fixes
v57.0.6Compare Source
Bug Fixes
examplesconfigs: disable@typescript-eslint/no-unsed-vars(#1507) (34e5910)v57.0.5Compare Source
Bug Fixes
index.configstype (#1505) (f019adf)v57.0.4Compare Source
Bug Fixes
jsdoc/examples/rulesandjsdoc/default-expressions/rulesconfigs: add @stylistic, @typescript-eslint, and eslint-plulgin-n equivalents to default disabled rules (#1504) (ab14982)v57.0.3Compare Source
Bug Fixes
valid-types: avoid reporting fornext(handled by own rule) (#1503) (76b8406)v57.0.2Compare Source
Bug Fixes
extraRuleDefinitions.forbidjsdoc function option: point default link to advanced page (#1502) (91f1c30)v57.0.1Compare Source
Bug Fixes
require-next-type,require-throws-type,require-yields-type: fix URL; fixes #1500 (#1501) (33a4529)v57.0.0Compare Source
Features
extraRuleDefinitions.forbidoption to jsdoc function (9f50083)require-next-type,require-throws-type,require-yields-type: adds new rules and adds to recommended and required configs; fixes #1461 (0645428)BREAKING CHANGES
require-next-type,require-throws-type,require-yields-type: It is unlikely to affect users but when using the jsdoc constructor with a recommended config , this commit removesthrowsandyieldsfrom the
structuredTagssettings recently added to the config output to require types for these tags in favor of the herein added equivalentrecommended rules. (
nextis still part ofstructuredTagsoutput, however, because this setting ensures the non-standard next tag is treatedas allowable without need for separate configuration.)
Also:
v56.1.2Compare Source
Bug Fixes
iterateJsdocexport: fix export (#1498) (be2b7ae)v56.1.1Compare Source
Bug Fixes
iterateJsdocexport: ensuredefaulthas type (#1497) (d5fb1d1)v56.1.0Compare Source
Features
type-formatting: addproperty,this,throws, andyieldstags (#1496) (8886628)v56.0.2Compare Source
Bug Fixes
getJsdocComment,iterateJsdoc: fix CJS type declarations (#1493) (5f00672)v56.0.1Compare Source
Bug Fixes
v56.0.0Compare Source
Features
BREAKING CHANGES
v55.4.0Compare Source
Features
type-formatting: addobjectFieldSeparatorTrailingPunctuationoption; fixes #1430 (5852fd9)type-formatting: check type and typedef tags and addtypeBracketSpacingoption (77e1691)type-formatting: enhance error detection and addunionSpacingoption; fixes #1143 (cc7f253)v55.3.0Compare Source
Features
type-formattingrule (81cb787)v55.2.0Compare Source
Features
v55.1.2Compare Source
Bug Fixes
v55.1.1Compare Source
Bug Fixes
v55.1.0Compare Source
Features
v55.0.5Compare Source
Bug Fixes
v55.0.4Compare Source
Bug Fixes
v55.0.3Compare Source
Bug Fixes
v55.0.2Compare Source
Bug Fixes
v55.0.1Compare Source
Bug Fixes
v55.0.0Compare Source
Features
BREAKING CHANGES
import {jsdoc} from 'eslint-plugin-jsdoc'; // A named import now is encouraged
export default [
...jsdoc({config: 'flat/recommended'}); // Now invoke the function to build the config
];
v54.7.0Compare Source
Features
v54.6.0Compare Source
Features
v54.5.0Compare Source
Bug Fixes
require-template: checkTSDeclareFunction(including overloads) for templates; fixes #1462 (2693a88)Features
require-jsdoc,require-param: update jsdoccomment to disable overload skipping except conditionally for require-jsdoc with new on-by-defaultskipInterveningOverloadedDeclarationsoption; fixes #1434 (ed11968), closes #1369require-jsdoc: addexemptOverloadedImplementationsoption (b29bc3a)v54.4.1Compare Source
Bug Fixes
getJsdocProcessorPlugin: reenable fixes (but disabling fixers for @example issues); fixes #1431 (#1473) (e45b726)v54.4.0Compare Source
Features
innerIndentinteger option; fixes #1351 (#1471) (784ce62)v54.3.1Compare Source
Bug Fixes
check-template-names,require-template: ensure template name is based on what is within any brackets and preceding equal sign; fixes #1466 (#1468) (5fbab65)v54.3.0Compare Source
Features
require-hyphen-before-param-description: whenalwaysis set, disallow hyphen at end of line; fixes #1435 (#1454) (95f3380)v54.2.1Compare Source
Bug Fixes
valid-types: try parsing whole item before splitting into commas; fixes #1464 (#1465) (8132392)v54.2.0Compare Source
Features
require-template: addexemptedBy; fixes #1460 (#1463) (09ee4ab)v54.1.1Compare Source
Bug Fixes
valid-types: allowextendsfor namepath; fixes #1455 (#1456) (3bf911c)v54.1.0Compare Source
Features
v54.0.0Compare Source
Bug Fixes
BREAKING CHANGES
This reverts commit
b19f6f9.v53.0.1Compare Source
Bug Fixes
no-types,require-example,implements-on-classes: allowanyto match function variable declarations; fixes #1446 (#1448) (0867728)v53.0.0Compare Source
Bug Fixes
BREAKING CHANGES
Changes
exportsand build routine for proper types.refactor: move to tsdown (take 2)
chore: remove unused devDeps. and fix generateRule script
fix bad rebase
v52.0.4Compare Source
Bug Fixes
v52.0.3Compare Source
Bug Fixes
v52.0.2Compare Source
Bug Fixes
v52.0.1Compare Source
Bug Fixes
v52.0.0Compare Source
Bug Fixes
vflag in regexes; match emojis for sentence terminator; fixes #1433 (#1437) (5c2165c)BREAKING CHANGES
vflag instead ofuflag by default for regular expressionsv51.4.1Compare Source
Bug Fixes
v51.4.0Compare Source
Features
check-line-alignment: addtemplateto default tags (#1427) (4c65cbe)v51.3.4Compare Source
Bug Fixes
no-undefined-types: exempt global requires from undefined property checks; fixes #1425 (#1426) (c51ee4f)v51.3.3Compare Source
Bug Fixes
no-undefined-types: addIntlto global types and ensure arbitrary properties of globals can be addressed; fixes #1423 (#1424) (feb65e4)v51.3.2Compare Source
Bug Fixes
multiline-blocks: forrequireSingleLineUnderCount, ensure multi-line types nullify checks (#1422) (9b8efbd)v51.3.1Compare Source
Bug Fixes
no-undefined-types: check class and interface globals; fixes #1420 (#1421) (3748bbe)v51.3.0Compare Source
Features
multiline-blocks: addsrequireSingleLineUnderCountoption; fixes #1158 (#1409) (26276ba)v51.2.3Compare Source
Bug Fixes
require-template,no-undefined-types,valid-types: properly parse template tags with defaults; fixes #1418 (#1419) (35e95a1)v51.2.2Compare Source
Bug Fixes
no-undefined-types: exempt import tags from property checks; fixes #1416 (#1417) (efbcb1c)v51.2.1Compare Source
Bug Fixes
no-undefined-types: also allow globals defined onlanguageOptions(#1415) (e9ff4c7)v51.2.0Compare Source
Features
classtag and the context is set (#1414) (08f7834), closes #1376v51.1.3Compare Source
Bug Fixes
no-undefined-types: liberalize checks to reallow for unknown properties on imports and defined globals; fixes #1412 (#1413) (a083c81)v51.1.2Compare Source
Bug Fixes
jsdoccomment(#1411) (3d2d379)v51.1.1Compare Source
Bug Fixes
require-jsdoc: check interfaces within file for comment blocks; fixes #768 (#1410) (2875c2d)v51.1.0Compare Source
Features
lines-before-block: add default-onignoreSingleLinesoption; fixes #1295 (#1408) (b0faae7)v51.0.7Compare Source
Bug Fixes
check-template-names: checks class body for comments where template names used; fixes #1354 (#1407) (ae2b314)v51.0.6Compare Source
Bug Fixes
require-jsdoc: update jsdoccomment (and espree) to get comment-finding for overloaded functions; fixes #1369 (#1406) (26ae169)v51.0.5Compare Source
Bug Fixes
no-undefined-types: check existence of class methods/properties (#1405) (fcc7b26)v51.0.4Compare Source
Bug Fixes
no-undefined-types: mark sister method and property names as defined; fixes #1403 ; fixes #1119 (#1404) (9bb554a)v51.0.3Compare Source
Bug Fixes
are-docs-informativewhile still using CJS; fixes #1400 (#1401) (ec387d6)v51.0.2Compare Source
Bug Fixes
v51.0.1Compare Source
Bug Fixes
v51.0.0Compare Source
chore
BREAKING CHANGES
Also:
are-docs-informativeimport.meta.dirnamekulshekhar/ts-jest (ts-jest)
v29.4.6Compare Source
Bug Fixes
microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
eb4c2d6e0etob8e861cf9e