Skip to content
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

chore(deps): update 3rd party dependencies (patch/minor) #79

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@monoweave/cli (source) ^1.5.0 -> ^1.9.0 age adoption passing confidence
@monoweave/plugin-github (source) ^2.3.0 -> ^2.6.0 age adoption passing confidence
@monoweave/types (source) ^1.5.0 -> ^1.9.0 age adoption passing confidence
@types/eslint (source) ^8.56.10 -> ^8.56.12 age adoption passing confidence
@types/jest (source) ^29.5.12 -> ^29.5.13 age adoption passing confidence
@types/node (source) ^20.14.6 -> ^20.16.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) >=7.13.1 -> >=7.18.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.13.1 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) >=7.13.1 -> >=7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.13.1 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/typescript-estree (source) ^7.13.1 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/utils (source) ^7.13.1 -> ^7.18.0 age adoption passing confidence
clipanion (source) 4.0.0-rc.3 -> 4.0.0-rc.4 age adoption passing confidence
commitizen ^4.3.0 -> ^4.3.1 age adoption passing confidence
debug ^4.3.5 -> ^4.3.7 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
eslint (source) >=8.57.0 -> >=9.11.1 age adoption passing confidence
eslint-import-resolver-typescript >=3.6.1 -> >=3.6.3 age adoption passing confidence
eslint-import-resolver-typescript ^3.6.1 -> ^3.6.3 age adoption passing confidence
eslint-plugin-import >= 2.29.1 -> >= 2.30.0 age adoption passing confidence
eslint-plugin-import ^2.29.1 -> ^2.30.0 age adoption passing confidence
eslint-plugin-jest >=28.6.0 -> >=28.8.3 age adoption passing confidence
eslint-plugin-jest ^28.6.0 -> ^28.8.3 age adoption passing confidence
eslint-plugin-jsx-a11y ^6.9.0 -> ^6.10.0 age adoption passing confidence
eslint-plugin-prettier >=5.1.3 -> >=5.2.1 age adoption passing confidence
eslint-plugin-prettier ^5.1.3 -> ^5.2.1 age adoption passing confidence
husky ^9.0.11 -> ^9.1.6 age adoption passing confidence
lint-staged ^15.2.7 -> ^15.2.10 age adoption passing confidence
prettier (source) >=3.3.2 -> >=3.3.3 age adoption passing confidence
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence
ts-jest (source) ^29.1.5 -> ^29.2.5 age adoption passing confidence
typescript (source) >=5.4.5 -> >=5.6.2 age adoption passing confidence
typescript (source) 5.4.5 -> 5.6.2 age adoption passing confidence

Release Notes

monoweave/monoweave (@​monoweave/cli)

v1.9.0

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

monoweave/monoweave (@​monoweave/plugin-github)

v2.6.0

Compare Source

Changes

v2.5.1

Compare Source

v2.5.0

Compare Source

Bug Fixes
Features
monoweave/monoweave (@​monoweave/types)

v1.9.0

Compare Source

v1.7.0

Compare Source

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.

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

v7.14.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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.

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.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.14.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.

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

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

v7.18.0

Compare Source

This was a version bump only for typescript-estree 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

🩹 Fixes
  • typescript-estree: don't infer single-run when --fix is in proces.argv

  • typescript-estree: disable single-run inference with extraFileExtensions

❤️ 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

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

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

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

v7.18.0

Compare Source

This was a version bump only for utils 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 utils 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 utils to align it with other projects, there were no code changes.

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

arcanis/clipanion (clipanion)

v4.0.0-rc.4

Compare Source

commitizen/cz-cli (commitizen)

v4.3.1

Compare Source

4.3.1 (2024-09-27)
Bug Fixes
debug-js/debug (debug)

v4.3.7

Compare Source

What's Changed

Full Changelog: debug-js/debug@4.3.6...4.3.7

v4.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.5...4.3.6

eslint/eslint (eslint)

v8.57.1

Compare Source

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.6.3

Compare Source

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

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.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)
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.0

Compare Source

Fixed
  • [New] label-has-associated-control: add additional error message #1005
  • [Fix] label-has-associated-control: ignore undetermined label text #966
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link
Contributor

Package Release Preview

This pull request does not introduce any package version changes. If this is incorrect, please ensure that you are using conventional commit prefixes, or have provided a version file.

@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch from c851a08 to 05c3998 Compare July 12, 2024 00:12
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.5.2 chore(deps): update 3rd party dependencies (patch/minor) Jul 12, 2024
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 2 times, most recently from 61fc278 to aea3d99 Compare July 15, 2024 13:22
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 3 times, most recently from 0f4c3da to 56e8922 Compare July 16, 2024 22:47
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 5 times, most recently from 50ad837 to 471a73f Compare July 29, 2024 19:29
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 5 times, most recently from 1909112 to 52c3ab4 Compare August 6, 2024 23:33
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 6 times, most recently from dc71a43 to 9da3875 Compare August 13, 2024 19:41
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 3 times, most recently from 6f05258 to bd1e68d Compare August 17, 2024 09:55
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 8 times, most recently from 17d4d79 to 47c576f Compare September 22, 2024 16:29
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 8 times, most recently from 3eaf848 to 1a52a79 Compare September 27, 2024 11:01
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 5 times, most recently from 50662f1 to 6053eae Compare October 7, 2024 19:30
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 6 times, most recently from 5380db0 to 7767c74 Compare October 17, 2024 01:12
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch from 7767c74 to 00b59fb Compare October 18, 2024 04:30
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch from 00b59fb to a7d3e15 Compare October 18, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant