Update devDependencies (non-major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| babel-jest | 29.5.0 -> 29.6.1 |
||||
| eslint (source) | 8.42.0 -> 8.44.0 |
||||
| eslint-plugin-jsdoc | 46.2.6 -> 46.4.3 |
||||
| jest (source) | 29.5.0 -> 29.6.1 |
||||
| jest-environment-jsdom | 29.5.0 -> 29.6.1 |
||||
| lint-staged | 13.2.2 -> 13.2.3 |
Release Notes
facebook/jest (babel-jest)
v29.6.1
Fixes
v29.6.0
Features
-
[jest-circus, jest-snapshot]Add support for snapshot matchers in concurrent tests (#14139) -
[jest-cli]Include type definitions to generated config files (#14078) -
[jest-snapshot]Support arrays as property matchers (#14025) -
[jest-core, jest-circus, jest-reporter, jest-runner]Added support for reporting about start individual test cases using jest-circus (#14174)
Fixes
-
[jest-circus]Prevent false test failures caused by promise rejections handled asynchronously (#14110) -
[jest-config]Handle frozen config object (#14054) -
[jest-config]AllowcoverageDirectoryandcollectCoverageFromin project config (#14180) -
[jest-core]Always use workers in watch mode to avoid crashes (#14059). -
[jest-environment-jsdom, jest-environment-node]Fix assignment ofcustomExportConditionsviatestEnvironmentOptionswhen custom env subclass defines a default value (#13989) -
[jest-matcher-utils]Fix copying value of inherited getters (#14007) -
[jest-mock]Tweak typings to allowjest.replaceProperty()replace methods (#14008) -
[jest-mock]Improve user input validation and error messages ofspyOnandreplacePropertymethods (#14087) -
[jest-runtime]Bindjest.isolateModulesAsynctothis(#14083) -
[jest-runtime]ForwardwrapperLengthto theScriptconstructor ascolumnOffsetfor accurate debugging (#14148) -
[jest-runtime]Guard_isMockFunctionaccess within(#14188) -
[jest-snapshot]Fix a potential bug when not using prettier and improve performance (#14036) -
[@jest/transform]Do not instrument.jsonmodules (#14048) -
[jest-worker]Restart a shut down worker before sending it a task (#14015)
Chore & Maintenance
-
[*]Updatesemverdependency to get vulnerability fix (#14262) -
[docs]Updated documentation for the--runTestsByPathCLI command (#14004) -
[docs]Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056) -
[docs]Update jest statistics of use and downloads in website Index.
eslint/eslint (eslint)
v8.44.0
Features
-
1766771feat: addes2023andes2024environments (#17328) (Milos Djermanovic) -
4c50400feat: addecmaVersion: 2024, regexpvflag parsing (#17324) (Milos Djermanovic) -
4d411e4feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma) -
c8b1f4dfeat: MoveparserServicestoSourceCode(#17311) (Milos Djermanovic) -
ef6e24efeat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher) -
1866e1dfeat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)
Bug Fixes
-
a36bcb6fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan) -
7620b89fix: Removeno-unused-labelsautofix before potential directives (#17314) (Francesco Trotta) -
391ed38fix: Removeno-extra-semiautofix before potential directives (#17297) (Francesco Trotta)
Documentation
-
526e911docs: resubmit pr 17115 doc changes (#17291) (唯然) -
e1314bfdocs: Integration section and tutorial (#17132) (Ben Perlmutter) -
19a8c5ddocs: Update README (GitHub Actions Bot)
Chores
-
49e46edchore: upgrade @eslint/js@8.44.0 (#17329) (Milos Djermanovic) -
a1cb642chore: package.json update for @eslint/js release (ESLint Jenkins) -
840a264test: More test cases for no-case-declarations (#17315) (Elian Cordoba) -
e6e74f9chore: package.json update for eslint-config-eslint release (ESLint Jenkins) -
eb3d794chore: upgrade [email protected] (#17323) (Ziyad El Abid) -
cf88439chore: upgrade [email protected] (#17319) (Milos Djermanovic) -
9718a97refactor: remove unnecessary code inflat-eslint.js(#17308) (Milos Djermanovic) -
f82e56eperf: various performance improvements (#17135) (moonlightaria) -
da81e66chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然) -
b991640chore: switch eslint-config-eslint to the flat format (#17247) (唯然)
v8.43.0
Features
-
14581fffeat: directive prologue detection and autofix condition inquotes(#17284) (Francesco Trotta) -
e50fac3feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic) -
1b7faf0feat: addskipJSXTextoption tono-irregular-whitespacerule (#17182) (Azat S)
Bug Fixes
-
5338b56fix: normalizecwdpassed toESLint/FlatESLintconstructor (#17277) (Milos Djermanovic) -
54383e6fix: Removeno-extra-parensautofix for potential directives (#17022) (Francesco Trotta)
Documentation
-
8b855eadocs: resubmit pr17061 doc changes (#17292) (唯然) -
372722edocs: resubmit pr17012 doc changes (#17293) (唯然) -
67e7af3docs: resubmit custom-rules doc changes (#17294) (唯然) -
9e3d77cdocs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic) -
503647adocs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas) -
e0cf0d8docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter) -
8e51ea9docs: resubmitno-newrule documentation (#17264) (Nitin Kumar) -
1b217f8docs: resubmitCustom Processorsdocumentation (#17265) (Nitin Kumar) -
428fc76docs: resubmitCreate Pluginsdocumentation (#17268) (Nitin Kumar) -
bdca88cdocs: resubmitConfiguration Filesdocumentation (#17267) (Nitin Kumar) -
f5c01f2docs: resubmitManage Issuesdocumentation (#17266) (Nitin Kumar) -
b199295docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter) -
0e9980cdocs: add newomitLastInOneLineClassBodyoption to thesemirule (#17263) (Nitin Kumar) -
cb2560fdocs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas) -
85d2b30docs: explain how to include predefined globals (#17261) (Marcus Wyatt) -
de4d3c1docs: update flat config default ignore patterns (#17258) (Milos Djermanovic) -
3912f3adocs: Improveignoresdocumentation (#17239) (Francesco Trotta) -
35e11d3docs: fix typos and missing info (#17257) (Ed Lucas) -
0bc257cdocs: Clarifyno-div-regexrule docs (#17051) (#17255) (Francesco Trotta) -
788d836docs: add references to MIT License (#17248) (Milos Djermanovic) -
58aab6bdocs: Update README (GitHub Actions Bot) -
3ef5814docs: Revert all changes after the license change (#17227) (Milos Djermanovic) -
03fc4aadocs: Update README (GitHub Actions Bot)
Chores
-
78350f6chore: upgrade @eslint/js@8.43.0 (#17295) (Milos Djermanovic) -
62bf759chore: package.json update for @eslint/js release (ESLint Jenkins) -
e0a2448chore: docs package.license ISC => MIT (#17254) (唯然) -
6a0196cchore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v46.4.3
Bug Fixes
-
match-description: dropthrowsandyieldsfrom being reported for non-empty descriptions bynonemptyTagsdefault; #1126 (03578ca)
v46.4.2
Bug Fixes
v46.4.1
Bug Fixes
-
require-jsdoc: do not reportPropertyDefinition's with non-publicaccessibility; fixes #1122 (1e45ae4)
v46.4.0
Features
v46.3.0
Bug Fixes
- make name required on
[@template](https://togithub.com/template)for non-JSDoc modes (467441b)
Features
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This pull request has merge conflicts that must be resolved before it can be merged.
This pull request has resolved merge conflicts and is ready for review.
This pull request has merge conflicts that must be resolved before it can be merged.
This pull request has resolved merge conflicts and is ready for review.
Do not merge, it updates too many packages due to https://github.com/renovatebot/renovate/issues/23527
This pull request has merge conflicts that must be resolved before it can be merged.
This pull request has resolved merge conflicts and is ready for review.
This seems to be an issue with yarn 1 (which is no longer maintained), see https://github.com/yarnpkg/yarn/issues/8976 :(
This pull request has merge conflicts that must be resolved before it can be merged.
This pull request has resolved merge conflicts and is ready for review.
This pull request has merge conflicts that must be resolved before it can be merged.
This pull request has resolved merge conflicts and is ready for review.
This pull request has merge conflicts that must be resolved before it can be merged.
This pull request has resolved merge conflicts and is ready for review.
This pull request has merge conflicts that must be resolved before it can be merged.
This pull request has resolved merge conflicts and is ready for review.
The new failure is caused by what seems to be a version conflict of the lru-cache package, somehow called by semver but with a different version than expected 🤔