Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^17.4.4 -> ^17.6.1 age adoption passing confidence
@commitlint/config-angular (source) ^17.4.4 -> ^17.6.1 age adoption passing confidence
@sapphire/eslint-config (source) ^4.3.8 -> ^4.4.1 age adoption passing confidence
@types/lodash (source) ^4.14.191 -> ^4.14.194 age adoption passing confidence
@types/node (source) ^18.15.3 -> ^18.15.11 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.55.0 -> ^5.58.0 age adoption passing confidence
@typescript-eslint/parser ^5.55.0 -> ^5.58.0 age adoption passing confidence
colorette ^2.0.19 -> ^2.0.20 age adoption passing confidence
discord.js (source) ^14.7.1 -> ^14.9.0 age adoption passing confidence
eslint (source) ^8.36.0 -> ^8.38.0 age adoption passing confidence
eslint-config-prettier ^8.7.0 -> ^8.8.0 age adoption passing confidence
lint-staged ^13.2.0 -> ^13.2.1 age adoption passing confidence
nodemon (source) ^2.0.21 -> ^2.0.22 age adoption passing confidence
prettier (source) ^2.8.4 -> ^2.8.7 age adoption passing confidence
vitest ^0.29.3 -> ^0.30.1 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.5.1 (2023-03-28)

Note: Version bump only for package @​commitlint/cli

v17.5.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.5.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.4.4 (2023-02-17)

Note: Version bump only for package @​commitlint/cli

17.4.3 (2023-02-13)

Note: Version bump only for package @​commitlint/cli

17.4.2 (2023-01-12)

Note: Version bump only for package @​commitlint/cli

17.4.1 (2023-01-09)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-angular)

v17.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-angular

v17.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-angular

17.4.4 (2023-02-17)

Note: Version bump only for package @​commitlint/config-angular

17.4.3 (2023-02-13)

Note: Version bump only for package @​commitlint/config-angular

17.4.2 (2023-01-12)

Note: Version bump only for package @​commitlint/config-angular

sapphiredev/utilities

v4.4.1

Compare Source

🏃 Performance

🐛 Bug Fixes

  • eslint-config: Bump eslint dependencies (65aa3ae)

v4.4.0

Compare Source

🏠 Refactor

  • Split @sapphire/time-utilities into 4 sub-packages (#​462) (574299a)

🐛 Bug Fixes

  • eslint-config: Update typescript to 5.0.3 and eslint to 8.37.0 (619b8e5)
  • deps: Update all non-major dependencies (#​577) (291dd67)
  • eslint-config: Bump dependencies (8e25c99)
  • eslint-config: Bump dependencies (71de6b0)
  • deps: Update all non-major dependencies (#​545) (40ca040)
  • deps: Update all non-major dependencies (#​544) (cc78f17)
  • deps: Update all non-major dependencies (#​532) (8033d1f)
  • deps: Update all non-major dependencies (#​514) (21b07d5)
  • deps: Update all non-major dependencies (#​505) (6178296)
  • eslint-config: Update dependencies (dfe32a0)
  • deps: Update all non-major dependencies (#​466) (dc08606)
  • deps: Update all non-major dependencies (e20f299)
  • deps: Update all non-major dependencies to ^5.36.1 (#​438) (58dc66a)
  • Update eslint dependencies (2bd8ad6)

📝 Documentation

🚀 Features

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

v5.58.0

Compare Source

Bug Fixes
  • eslint-plugin: [unified-signatures] allow overloads with different named and different number of parameters (#​6877) (939d665)
Features

5.57.1 (2023-04-03)

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)

v5.57.1

Compare Source

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)

v5.57.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] simplify fixer and add support for double negation (#​6620) (81c8519)
  • eslint-plugin: correct crashes with getTypeArguments for ts < 3.7 (#​6767) (59eab58)
Features
  • eslint-plugin: [consistent-type-assertions] add suggestions for objectLiteralTypeAssertions (#​6642) (720e811)
  • eslint-plugin: [consistent-type-assertions] autofix angle bracket assertions to as (#​6641) (ad8ea64)
  • eslint-plugin: add no-duplicate-type-constituents rule (#​5728) (bc31078)

v5.56.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] check order when optionalityOrder is present with no optional members (#​6619) (6aff431)
  • eslint-plugin: [no-misused-promises] avoid unnecessary calls to getContextualType (#​6193) (745cfe4)
  • eslint-plugin: [no-misused-promises] fix incorrect detection of void functions in JSX attributes (#​6638) (9e41cee)
  • eslint-plugin: [strict-boolean-expression] support falsy and truthy literals simultaneously (#​6672) (62ef487)
  • eslint-plugin: [strict-boolean-expressions] handle truthy enums (#​6618) (0d0639f)
  • eslint-plugin: add TSPropertySignature with TSFunctionType annotation to typeMethod selector (#​6645) (3fc5c63)
Features
  • eslint-plugin: add allowNever support to restrict-template-expressions (#​6554) (423f164)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.58.0

Compare Source

Bug Fixes
  • update getLib for new TypeScript targets ES2021, ES2022 (#​6782) (1c04664)

5.57.1 (2023-04-03)

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

v5.57.1

Compare Source

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

v5.57.0

Compare Source

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

v5.56.0

Compare Source

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

jorgebucaran/colorette

v2.0.20

Compare Source

  • Enhance package.json by including type definitions in exports (#​96). Thanks, @​ahnpnl.
discordjs/discord.js

v14.9.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

v14.8.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

Styling

Typings

eslint/eslint

v8.38.0

Compare Source

Features

  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)

Bug Fixes

  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)

Documentation

  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)

Chores

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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.

@ijsblokjeee ijsblokjeee bot added Dependencies 🚀 PRs and Issues related to dependencies Chore 🧹 labels Mar 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from cbfaa5b to 292ff93 Compare April 3, 2023 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 30cee6c to 4c7e5e3 Compare April 14, 2023 11:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from cf82e47 to 070237d Compare April 23, 2023 08:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e8c74f7 to b3ecf8c Compare April 25, 2023 23:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3ecf8c to 358adce Compare April 26, 2023 13:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Chore 🧹 Dependencies 🚀 PRs and Issues related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants