Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 16, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@actions/core (source) 1.10.11.11.1 age confidence
@actions/github (source) 6.0.06.0.1 age confidence
@eslint/js (source) 8.57.08.57.1 age confidence
@types/jest (source) 29.5.1229.5.14 age confidence
@typescript-eslint/eslint-plugin (source) 7.16.07.18.0 age confidence
@typescript-eslint/parser (source) 7.16.07.18.0 age confidence
eslint (source) 8.57.08.57.1 age confidence
eslint-config-prettier 9.1.09.1.2 age confidence
eslint-plugin-import 2.29.12.32.0 age confidence
eslint-plugin-jest 28.6.028.14.0 age confidence
firebase-admin (source) 12.2.012.7.0 age confidence
fs-extra 11.2.011.3.3 age confidence
husky 9.0.119.1.7 age confidence
lint-staged 15.2.715.5.2 age confidence
my-gadgetry (source) 1.2.401.3.11 age confidence
npm-run-all2 6.2.26.2.6 age confidence
prettier (source) 3.3.33.7.4 age confidence
strip-ansi 7.1.07.1.2 age confidence
ts-jest (source) 29.2.229.4.6 age confidence
tsx (source) 4.16.24.21.0 age confidence
typescript (source) 5.5.35.9.3 age confidence
typescript-eslint (source) 7.16.07.18.0 age confidence
winston 3.13.13.19.0 age confidence
zx (source) 8.1.48.8.5 age confidence

Release Notes

actions/toolkit (@​actions/core)

v1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #​1842

v1.11.0

  • Add platform info utilities #​1551
  • Remove dependency on uuid package #​1824
actions/toolkit (@​actions/github)

v6.0.1

eslint/eslint (@​eslint/js)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

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

v7.18.0

Compare Source

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.

v7.17.0

Compare Source

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.

v7.16.1

Compare Source

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.

prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.14.0

Compare Source

Features
  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#​1762) (30440ef)

28.13.5 (2025-06-13)

Bug Fixes
  • handle string-based import names when resolving Jest functions (#​1761) (d8b5e0e)

28.13.4 (2025-06-13)

Bug Fixes
  • prefer-importing-jest-globals: handle string-based import names (#​1756) (547e67b)

28.13.3 (2025-06-10)

Bug Fixes
  • prefer-importing-jest-globals: preserve require property renames (#​1754) (41b9523)

28.13.2 (2025-06-10)

Bug Fixes

28.13.1 (2025-06-10)

Bug Fixes
  • prefer-ending-with-an-expect: don't report on await expect (#​1752) (5e3d687)

v28.13.5

Compare Source

Features
  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#​1762) (30440ef)

28.13.5 (2025-06-13)

Bug Fixes
  • handle string-based import names when resolving Jest functions (#​1761) (d8b5e0e)

28.13.4 (2025-06-13)

Bug Fixes
  • prefer-importing-jest-globals: handle string-based import names (#​1756) (547e67b)

28.13.3 (2025-06-10)

Bug Fixes
  • prefer-importing-jest-globals: preserve require property renames (#​1754) (41b9523)

28.13.2 (2025-06-10)

Bug Fixes

28.13.1 (2025-06-10)

Bug Fixes
  • prefer-ending-with-an-expect: don't report on await expect (#​1752) (5e3d687)

v28.13.4

Compare Source

Features
  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#​1762) (30440ef)

28.13.5 (2025-06-13)

Bug Fixes
  • handle string-based import names when resolving Jest functions (#​1761) (d8b5e0e)

28.13.4 (2025-06-13)

Bug Fixes
  • prefer-importing-jest-globals: handle string-based import names (#​1756) (547e67b)

28.13.3 (2025-06-10)

Bug Fixes
  • prefer-importing-jest-globals: preserve require property renames (#​1754) (41b9523)

28.13.2 (2025-06-10)

Bug Fixes

28.13.1 (2025-06-10)

Bug Fixes
  • prefer-ending-with-an-expect: don't report on await expect (#​1752) (5e3d687)

v28.13.3

Compare Source

Features
  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#​1762) (30440ef)

28.13.5 (2025-06-13)

Bug Fixes
  • handle string-based import names when resolving Jest functions (#​1761) (d8b5e0e)

28.13.4 (2025-06-13)

Bug Fixes
  • prefer-importing-jest-globals: handle string-based import names (#​1756) (547e67b)

28.13.3 (2025-06-10)

Bug Fixes
  • prefer-importing-jest-globals: preserve require property renames (#​1754) (41b9523)

28.13.2 (2025-06-10)

Bug Fixes

28.13.1 (2025-06-10)

Bug Fixes
  • prefer-ending-with-an-expect: don't report on await expect (#​1752) (5e3d687)

v28.13.2

Compare Source

Features
  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#​1762) (30440ef)

28.13.5 (2025-06-13)

Bug Fixes
  • handle string-based import names when resolving Jest functions (#​1761) (d8b5e0e)

28.13.4 (2025-06-13)

Bug Fixes
  • prefer-importing-jest-globals: handle string-based import names (#​1756) (547e67b)

28.13.3 (2025-06-10)

Bug Fixes
  • prefer-importing-jest-globals: preserve require property renames (#​1754) (41b9523)

28.13.2 (2025-06-10)

Bug Fixes

28.13.1 (2025-06-10)

Bug Fixes
  • prefer-ending-with-an-expect: don't report on await expect (#​1752) (5e3d687)

v28.13.1

Compare Source

Features
  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#​1762) (30440ef)

28.13.5 (2025-06-13)

Bug Fixes
  • handle string-based import names when resolving Jest functions (#​1761) (d8b5e0e)

28.13.4 (2025-06-13)

Bug Fixes
  • prefer-importing-jest-globals: handle string-based import names (#​1756) (547e67b)

28.13.3 (2025-06-10)

Bug Fixes
  • prefer-importing-jest-globals: preserve require property renames (#​1754) (41b9523)

28.13.2 (2025-06-10)

Bug Fixes

28.13.1 (2025-06-10)

Bug Fixes
  • prefer-ending-with-an-expect: don't report on await expect (#​1752) (5e3d687)

v28.13.0

Compare Source

Features
  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#​1762) (30440ef)

28.13.5 (2025-06-13)

Bug Fixes
  • handle string-based import names when resolving Jest functions (#​1761) (d8b5e0e)

28.13.4 (2025-06-13)

Bug Fixes
  • prefer-importing-jest-globals: handle string-based import names (#​1756) (547e67b)

28.13.3 (2025-06-10)

Bug Fixes
  • prefer-importing-jest-globals: preserve require property renames (#​1754) (41b9523)

28.13.2 (2025-06-10)

Bug Fixes

28.13.1 (2025-06-10)

Bug Fixes
  • prefer-ending-with-an-expect: don't report on await expect (#​1752) (5e3d687)

v28.12.0

Compare Source

Features
  • no-disabled-tests: improve error message and simplify rule (#​1739) (1fb5a4a)

28.11.2 (2025-05-29)

Bug Fixes

28.11.1 (2025-05-27)

Bug Fixes
  • no-large-snapshots: use a far better message for when an unexpected snapshot is found (#​1736) (0f5b873)

v28.11.2

Compare Source

Features
  • no-disabled-tests: improve error message and simplify rule (#​1739) (1fb5a4a)

28.11.2 (2025-05-29)

Bug Fixes

28.11.1 (2025-05-27)

Bug Fixes
  • no-large-snapshots: use a far better message for when an unexpected snapshot is found (#​1736) (0f5b873)

v28.11.1

Compare Source

Features
  • no-disabled-tests: improve error message and simplify rule (#​1739) (1fb5a4a)

28.11.2 (2025-05-29)

Bug Fixes

28.11.1 (2025-05-27)

Bug Fixes
  • no-large-snapshots: use a far better message for when an unexpected snapshot is found (#​1736) (0f5b873)

v28.11.0

Compare Source

Features
  • no-disabled-tests: improve error message and simplify rule (#​1739) (1fb5a4a)

28.11.2 (2025-05-29)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 10am and before 6pm" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency my-gadgetry to v1.2.20 fix(deps): update update all minor or less dependencies Jun 17, 2024
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from b6ac5bb to 11eeb5f Compare June 19, 2024 05:47
@renovate renovate bot changed the title fix(deps): update update all minor or less dependencies chore(deps): update update all minor or less dependencies Jun 19, 2024
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 317b60e to b1e4fbd Compare June 22, 2024 00:41
@renovate renovate bot changed the title chore(deps): update update all minor or less dependencies chore(deps): update update all minor or less dependencies - autoclosed Jun 22, 2024
@renovate renovate bot closed this Jun 22, 2024
@renovate renovate bot deleted the renovate/update-all-minor-or-less-dependencies branch June 22, 2024 00:43
@renovate renovate bot restored the renovate/update-all-minor-or-less-dependencies branch June 25, 2024 20:45
@renovate renovate bot changed the title chore(deps): update update all minor or less dependencies - autoclosed chore(deps): update update all minor or less dependencies Jun 25, 2024
@renovate renovate bot reopened this Jun 25, 2024
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch from b1e4fbd to b5cd87e Compare June 26, 2024 17:49
@renovate renovate bot changed the title chore(deps): update update all minor or less dependencies chore(deps): update update all minor or less dependencies to v7.14.1 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch from b5cd87e to 5c5bbed Compare June 29, 2024 05:35
@renovate renovate bot changed the title chore(deps): update update all minor or less dependencies to v7.14.1 chore(deps): update update all minor or less dependencies Jun 29, 2024
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 5 times, most recently from 63d014f to 16d52c8 Compare July 6, 2024 20:46
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 3 times, most recently from 1e869b9 to 49a8c44 Compare July 14, 2024 03:36
@renovate renovate bot changed the title chore(deps): update update all minor or less dependencies chore(deps): update update all minor or less dependencies - autoclosed Jul 14, 2024
@renovate renovate bot closed this Jul 14, 2024
@renovate renovate bot deleted the renovate/update-all-minor-or-less-dependencies branch July 14, 2024 03:39
@renovate renovate bot changed the title chore(deps): update update all minor or less dependencies - autoclosed chore(deps): update update all minor or less dependencies Jul 18, 2024
@renovate renovate bot restored the renovate/update-all-minor-or-less-dependencies branch July 18, 2024 05:56
@renovate renovate bot reopened this Jul 18, 2024
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 3 times, most recently from 0f43754 to bb5150d Compare August 9, 2025 07:05
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from ac7bbba to 9a776eb Compare August 17, 2025 00:12
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from bedf426 to 1875a94 Compare August 24, 2025 11:23
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 53553bc to cfb5682 Compare September 5, 2025 22:59
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch from cfb5682 to c1b962b Compare September 8, 2025 16:08
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 4 times, most recently from de7ccd4 to e9279c9 Compare September 24, 2025 23:39
@renovate renovate bot changed the title fix(deps): update update all minor or less dependencies chore(deps): update update all minor or less dependencies Sep 26, 2025
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 3 times, most recently from ebae19b to c3ffc7f Compare October 4, 2025 07:12
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch from c3ffc7f to e9753ee Compare October 13, 2025 16:08
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch from e9753ee to 95ced34 Compare October 25, 2025 03:53
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 40eaf83 to 9236b01 Compare November 19, 2025 03:52
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 5 times, most recently from b45ca5d to a8c65b5 Compare December 6, 2025 11:12
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch from a8c65b5 to 991c182 Compare December 11, 2025 16:05
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch from 991c182 to b9f3090 Compare December 23, 2025 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant