Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update all non-major dependencies#331

Merged
TylerJang27 merged 2 commits intomainfrom
renovate/all-minor-patch
Jul 13, 2023
Merged

chore(deps): update all non-major dependencies#331
TylerJang27 merged 2 commits intomainfrom
renovate/all-minor-patch

Conversation

Copy link
Contributor

renovate bot commented Jun 26, 2023 *
edited
Loading

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@jest/console 29.5.0 -> 29.6.1 devDependencies minor
@jest/reporters (source) 29.5.0 -> 29.6.1 devDependencies minor
@jest/test-result 29.5.0 -> 29.6.1 devDependencies minor
@types/debug (source) 4.1.7 -> 4.1.8 devDependencies patch
@types/jest (source) 29.5.1 -> 29.5.2 devDependencies patch
@types/node (source) 18.16.14 -> 18.16.19 devDependencies patch
@typescript-eslint/eslint-plugin 5.59.7 -> 5.61.0 devDependencies minor
@typescript-eslint/parser 5.59.7 -> 5.61.0 devDependencies minor
actions/checkout v3.5.2 -> v3.5.3 action patch
actions/setup-node v3.6.0 -> v3.7.0 action minor
click (changelog) ==8.1.3 -> ==8.1.4 patch
eslint (source) 8.39.0 -> 8.44.0 devDependencies minor
eslint-plugin-jest 27.2.1 -> 27.2.2 devDependencies patch
github/codeql-action v2.3.3 -> v2.20.3 action minor
jest (source) 29.5.0 -> 29.6.1 devDependencies minor
ossf/scorecard-action v2.1.3 -> v2.2.0 action minor
semver 7.5.1 -> 7.5.4 devDependencies patch
simple-git 3.18.0 -> 3.19.1 devDependencies minor
trunk-io/trunk-action v1.0.8 -> v1.1.3 action minor
ts-jest (source) 29.1.0 -> 29.1.1 devDependencies patch
typescript (source) 5.0.4 -> 5.1.6 devDependencies minor
yaml (source) 2.2.2 -> 2.3.1 devDependencies minor

Release Notes

facebook/jest (@ jest/console)

v29.6.1

Compare Source

Fixes

v29.6.0

Compare Source

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] Allow coverageDirectory and collectCoverageFrom in project config (# 14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (# 14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (# 13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (# 14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (# 14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (# 14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (# 14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (# 14148)
  • [jest-runtime] Guard _isMockFunction access with in (# 14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (# 14036)
  • [@jest/transform] Do not instrument .json modules (# 14048)
  • [jest-worker] Restart a shut down worker before sending it a task (# 14015)
Chore & Maintenance
  • [*] Update semver dependency to get vulnerability fix (# 14262)
  • [docs] Updated documentation for the --runTestsByPath CLI 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.
typescript-eslint/typescript-eslint (@ typescript-eslint/eslint-plugin)

v5.61.0

Compare Source

Features
  • eslint-plugin: [ban-types] ban types in extends and implements (# 7129) (997783f)
  • use graphemer instead of grapheme-splitter (# 7069) (faea3ff)

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @ typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Features
  • eslint-plugin: [restrict-plus-operands] add allow* options (# 6161) (def09f8)

5.59.11 (2023-06-12)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.10 (2023-06-12)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.9 (2023-06-05)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.8 (2023-05-29)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.7 (2023-05-22)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.6 (2023-05-15)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.5 (2023-05-08)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.4 (2023-05-08)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.3 (2023-05-08)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.2 (2023-05-01)

Note: Version bump only for package @ typescript-eslint/eslint-plugin

5.59.1 (2023-04-24)

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (# 6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (# 6940) (2970861)

v5.59.11

Compare Source

Note: Version bump only for package @ typescript-eslint/eslint-plugin

v5.59.10

Compare Source

Note: Version bump only for package @ typescript-eslint/eslint-plugin

v5.59.9

Compare Source

Note: Version bump only for package @ typescript-eslint/eslint-plugin

v5.59.8

Compare Source

Note: Version bump only for package @ typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@ typescript-eslint/parser)

v5.61.0

Compare Source

Note: Version bump only for package @ typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @ typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @ typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Note: Version bump only for package @ typescript-eslint/parser

5.59.11 (2023-06-12)

Note: Version bump only for package @ typescript-eslint/parser

5.59.10 (2023-06-12)

Note: Version bump only for package @ typescript-eslint/parser

5.59.9 (2023-06-05)

Note: Version bump only for package @ typescript-eslint/parser

5.59.8 (2023-05-29)

Note: Version bump only for package @ typescript-eslint/parser

5.59.7 (2023-05-22)

Note: Version bump only for package @ typescript-eslint/parser

5.59.6 (2023-05-15)

Note: Version bump only for package @ typescript-eslint/parser

5.59.5 (2023-05-08)

Note: Version bump only for package @ typescript-eslint/parser

5.59.4 (2023-05-08)

Note: Version bump only for package @ typescript-eslint/parser

5.59.3 (2023-05-08)

Note: Version bump only for package @ typescript-eslint/parser

5.59.2 (2023-05-01)

Note: Version bump only for package @ typescript-eslint/parser

5.59.1 (2023-04-24)

Note: Version bump only for package @ typescript-eslint/parser

v5.59.11

Compare Source

Note: Version bump only for package @ typescript-eslint/parser

v5.59.10

Compare Source

Note: Version bump only for package @ typescript-eslint/parser

v5.59.9

Compare Source

Note: Version bump only for package @ typescript-eslint/parser

v5.59.8

Compare Source

Note: Version bump only for package @ typescript-eslint/parser

actions/checkout (actions/checkout)

v3.5.3

Compare Source

actions/setup-node (actions/setup-node)

v3.7.0

Compare Source

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v3.7.0

eslint/eslint (eslint)

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (# 17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (# 17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (# 17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (# 17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (# 17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (# 17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (# 17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (# 17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (# 17297) (Francesco Trotta)

Documentation

  • 526e911 docs: resubmit pr 17115 doc changes (# 17291) (Wei Ran )
  • e1314bf docs: Integration section and tutorial (# 17132) (Ben Perlmutter)
  • 19a8c5d docs: Update README (GitHub Actions Bot)

Chores

  • 49e46ed chore: upgrade @ eslint/js@ 8.44.0 (# 17329) (Milos Djermanovic)
  • a1cb642 chore: package.json update for @ eslint/js release (ESLint Jenkins)
  • 840a264 test: More test cases for no-case-declarations (# 17315) (Elian Cordoba)
  • e6e74f9 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • eb3d794 chore: upgrade semver@7.5.3 (# 17323) (Ziyad El Abid)
  • cf88439 chore: upgrade optionator@0.9.3 (# 17319) (Milos Djermanovic)
  • 9718a97 refactor: remove unnecessary code in flat-eslint.js (# 17308) (Milos Djermanovic)
  • f82e56e perf: various performance improvements (# 17135) (moonlightaria)
  • da81e66 chore: update eslint-plugin-jsdoc to 46.2.5 (# 17245) (Wei Ran )
  • b991640 chore: switch eslint-config-eslint to the flat format (# 17247) (Wei Ran )

v8.43.0

Compare Source

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (# 17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (# 17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (# 17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (# 17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (# 17022) (Francesco Trotta)

Documentation

  • 8b855ea docs: resubmit pr17061 doc changes (# 17292) (Wei Ran )
  • 372722e docs: resubmit pr17012 doc changes (# 17293) (Wei Ran )
  • 67e7af3 docs: resubmit custom-rules doc changes (# 17294) (Wei Ran )
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (# 17281) (Milos Djermanovic)
  • 503647a docs: Resubmit markVariableAsUsed docs (# 17280) (Nicholas C. Zakas)
  • e0cf0d8 docs: Custom rule & plugin tutorial (# 17024) (Ben Perlmutter)
  • 8e51ea9 docs: resubmit no-new rule documentation (# 17264) (Nitin Kumar)
  • 1b217f8 docs: resubmit Custom Processors documentation (# 17265) (Nitin Kumar)
  • 428fc76 docs: resubmit Create Plugins documentation (# 17268) (Nitin Kumar)
  • bdca88c docs: resubmit Configuration Files documentation (# 17267) (Nitin Kumar)
  • f5c01f2 docs: resubmit Manage Issues documentation (# 17266) (Nitin Kumar)
  • b199295 docs: Resubmit custom rules update docs (# 17273) (Ben Perlmutter)
  • 0e9980c docs: add new omitLastInOneLineClassBody option to the semi rule (# 17263) (Nitin Kumar)
  • cb2560f docs: Resubmit getScope/getDeclaredVariables docs (# 17262) (Nicholas C. Zakas)
  • 85d2b30 docs: explain how to include predefined globals (# 17261) (Marcus Wyatt)
  • de4d3c1 docs: update flat config default ignore patterns (# 17258) (Milos Djermanovic)
  • 3912f3a docs: Improve ignores documentation (# 17239) (Francesco Trotta)
  • 35e11d3 docs: fix typos and missing info (# 17257) (Ed Lucas)
  • 0bc257c docs: Clarify no-div-regex rule docs (# 17051) (# 17255) (Francesco Trotta)
  • 788d836 docs: add references to MIT License (# 17248) (Milos Djermanovic)
  • 58aab6b docs: Update README (GitHub Actions Bot)
  • 3ef5814 docs: Revert all changes after the license change (# 17227) (Milos Djermanovic)
  • 03fc4aa docs: Update README (GitHub Actions Bot)

Chores

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (# 16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (# 17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (# 17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores

  • 6ca5b7c chore: upgrade @ eslint/js@ 8.42.0 (# 17236) (Milos Djermanovic)
  • 67fc5e7 chore: package.json update for @ eslint/js release (ESLint Jenkins)
  • 0892412 refactor: remove Identifier listener in no-irregular-whitespace (# 17235) (Milos Djermanovic)
  • f67d298 test: Add FlatESLint tests with missing config files (# 17164) (Milos Djermanovic)
  • 5b68d51 chore: Fix fixedsize attribute in code path analysis DOT debug output (# 17202) (Milos Djermanovic)
  • 37432f2 chore: update descriptions in key-spacing tests (# 17195) (Milos Djermanovic)

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (# 17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (# 17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (# 17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (# 17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (# 17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (# 17160) (fisker Cheung)

Documentation

  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (# 17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (# 17165) (Stefan Bischof)

Chores

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (# 17140) (Josh Goldberg )
  • f5574dc feat: Add findConfigFile() method to FlatESLint (# 17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context ([# 17107](https://togithub.com/e

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.

renovate bot added the renovate label Jun 26, 2023
renovate bot force-pushed the renovate/all-minor-patch branch from 6146e9b to 92f2f56 Compare July 3, 2023 01:05
renovate bot force-pushed the renovate/all-minor-patch branch from 92f2f56 to 1f1a19d Compare July 10, 2023 01:47
TylerJang27 approved these changes Jul 13, 2023
TylerJang27 merged commit dead399 into main Jul 13, 2023
TylerJang27 deleted the renovate/all-minor-patch branch July 13, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

TylerJang27 TylerJang27 approved these changes

Assignees

No one assigned

Labels

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant