Skip to content

fix(deps): update update all minor or less dependencies #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/core (source) 1.10.1 -> 1.11.1 age adoption passing confidence
@actions/github (source) 6.0.0 -> 6.0.1 age adoption passing confidence
@eslint/js (source) 8.57.0 -> 8.57.1 age adoption passing confidence
@types/jest (source) 29.5.12 -> 29.5.14 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.16.0 -> 7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.16.0 -> 7.18.0 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence
eslint-plugin-jest 28.6.0 -> 28.14.0 age adoption passing confidence
firebase-admin (source) 12.2.0 -> 12.7.0 age adoption passing confidence
fs-extra 11.2.0 -> 11.3.0 age adoption passing confidence
husky 9.0.11 -> 9.1.7 age adoption passing confidence
lint-staged 15.2.7 -> 15.5.2 age adoption passing confidence
my-gadgetry (source) 1.2.40 -> 1.3.8 age adoption passing confidence
npm-run-all2 6.2.2 -> 6.2.6 age adoption passing confidence
prettier (source) 3.3.3 -> 3.5.3 age adoption passing confidence
ts-jest (source) 29.2.2 -> 29.4.0 age adoption passing confidence
tsx (source) 4.16.2 -> 4.20.3 age adoption passing confidence
typescript (source) 5.5.3 -> 5.8.3 age adoption passing confidence
typescript-eslint (source) 7.16.0 -> 7.18.0 age adoption passing confidence
winston 3.13.1 -> 3.17.0 age adoption passing confidence
zx (source) 8.1.4 -> 8.5.5 age adoption passing 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.

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

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

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

v28.13.4

Compare Source

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

v28.13.3

Compare Source

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

v28.13.2

Compare Source

Bug Fixes

v28.13.1

Compare Source

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

v28.13.0

Compare Source

Features

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

Bug Fixes

v28.11.1

Compare Source

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
  • valid-expect: allow calling expect with no arguments (#​1688) (ff0349e)

28.10.1 (2025-01-15)

Bug Fixes

v28.10.1

Compare Source

Bug Fixes

v28.10.0

Compare Source

Features
  • unbound-method: ignore functions passed to jest.mocked (#​1681) (d868636)

v28.9.0

Compare Source

Features

28.8.3 (2024-09-04)

Bug Fixes
  • prefer-importing-jest-globals: don't add imports in the middle of statements (#​1645) (9c4197c)

28.8.2 (2024-09-02)

Performance Improvements
  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#​1646) (0660242)

28.8.1 (2024-08-29)

Bug Fixes
  • prefer-importing-jest-globals: support typescript-eslint parser (#​1639) (307f6a7)

v28.8.3

Compare Source

Bug Fixes
  • prefer-importing-jest-globals: don't add imports in the middle of statements (#​1645) (9c4197c)

v28.8.2

Compare Source

Performance Improvements
  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#​1646) (0660242)

v28.8.1

Compare Source

Bug Fixes
  • prefer-importing-jest-globals: support typescript-eslint parser (#​1639) (307f6a7)

v28.8.0

Compare Source

Features
  • import formatting rules from eslint-plugin-jest-formatting (#​1563) (74078ee)

v28.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://redirect.github.com/typescript-eslint) v8 (#​1636) (fb43171)
firebase/firebase-admin-node (firebase-admin)

v12.7.0: Firebase Admin Node.js SDK v12.7.0

Compare Source

New Features
  • feat(auth): Add recaptcha and sms toll fraud support for phone auth (#​2625)
Bug Fixes
  • fix: Pin @firebase/database-compat to v1.0.8 (#​2739)
Miscellaneous

v12.6.0: Firebase Admin Node.js SDK v12.6.0

Compare Source

New Features
Bug Fixes
  • fix(auth): Add missing Math.floor() when setting validDuration in createSessionCookie() (#​2712)
Miscellaneous

v12.5.0: Firebase Admin Node.js SDK v12.5.0

Compare Source

New Features
Bug Fixes
  • fix: updating comments with VibrateTimingsMillis and defaultVibrateTimings instead of vibrate_timings and default_vibrate_timings (#​2598)
  • fix: support httpAgent in JwksFetcher (#​2689)
Miscellaneous
  • [chore] Release 12.5.0 Take 2 (#​2703)
  • [chore] Release 12.5.0 (#​2702)
  • chore: Upgrade actions/upload-artifact@v4 (#​2700)
  • build(deps): bump actions/download-artifact in /.github/workflows (#​2694)
  • Create CHANGELOG.md (#​2626)

v12.4.0: Firebase Admin Node.js SDK v12.4.0

Compare Source

Miscellaneous

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 2 times, most recently from e062982 to 30d7dcb Compare February 18, 2025 07:41
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 3 times, most recently from 6fe723a to 544afde Compare February 27, 2025 03:54
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 0c51d36 to 2330be6 Compare March 7, 2025 19:57
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 916193b to ebb0cb7 Compare March 15, 2025 15:40
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 80110f7 to 4b964c8 Compare April 1, 2025 20:07
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 2d957f6 to 8886c9e Compare April 8, 2025 03:48
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 3 times, most recently from 8792ff2 to 7a81efd Compare April 16, 2025 20:11
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 13664ce to 0572139 Compare April 27, 2025 03:42
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 1487e16 to 2f34705 Compare May 9, 2025 20:13
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 3b830db to 599d6c2 Compare May 18, 2025 03:33
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 2 times, most recently from 971a077 to 181af86 Compare May 31, 2025 11:47
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch 3 times, most recently from 8c60fee to d93522f Compare June 8, 2025 10:02
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch from d93522f to 9ba8117 Compare June 14, 2025 03:57
@renovate renovate bot force-pushed the renovate/update-all-minor-or-less-dependencies branch from 9ba8117 to 59dec1c Compare June 22, 2025 03:55
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.

0 participants