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

Update all non-major dependencies #9

Merged
merged 1 commit into from Mar 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@sapphire/framework (source) 4.2.0 -> 4.2.2 age adoption passing confidence devDependencies patch
@types/node (source) 18.14.1 -> 18.15.11 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin 5.53.0 -> 5.57.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.53.0 -> 5.57.0 age adoption passing confidence devDependencies minor
@vitest/coverage-c8 ^0.28.5 -> ^0.29.0 age adoption passing confidence devDependencies minor
discord-api-types (source) 0.37.28 -> 0.37.37 age adoption passing confidence devDependencies patch
discord.js (source) 14.7.1 -> 14.8.0 age adoption passing confidence devDependencies minor
eslint (source) 8.34.0 -> 8.37.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.6.0 -> 8.8.0 age adoption passing confidence devDependencies minor
lint-staged 13.1.2 -> 13.2.0 age adoption passing confidence devDependencies minor
prettier (source) 2.8.4 -> 2.8.7 age adoption passing confidence devDependencies patch
thedoctor0/zip-release 0.6.2 -> 0.7.1 age adoption passing confidence action minor
turbo (source) 1.8.2 -> 1.8.8 age adoption passing confidence devDependencies patch
typedoc (source) 0.23.25 -> 0.23.28 age adoption passing confidence devDependencies patch
vitest ^0.28.5 -> ^0.29.0 age adoption passing confidence devDependencies minor
yarn 3.3.1 -> 3.5.0 age adoption passing confidence packageManager minor

Release Notes

sapphiredev/framework

v4.2.2

Compare Source

🐛 Bug Fixes

v4.2.1

Compare Source

🐛 Bug Fixes

  • ClientPermissions: Fixed permission checking for old applications (#​616) (725a7d3)
  • events: Add missing discordjs events (#​612) (f9606c3)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

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)

v5.55.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#​6597) (d73d7d3)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#​6569) (2d8c196)
Features

5.54.1 (2023-03-06)

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

v5.54.1

Compare Source

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

v5.54.0

Compare Source

Features
  • eslint-plugin: [promise-function-async] check for promises in implicit return types (#​6330) (de1e5ce), closes #​6329
typescript-eslint/typescript-eslint (@​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

v5.55.0

Compare Source

Features

5.54.1 (2023-03-06)

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

v5.54.1

Compare Source

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

v5.54.0

Compare Source

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

vitest-dev/vitest

v0.29.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.29.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.29.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.29.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.0

Compare Source

This release makes some significant changes to how tests are running. If you were using --no-threads before, you might consider enabling --single-thread instead (because your tests are now running in child_process instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (like process.chdir(), you can now use this option.

One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with --no-isolate, --no-threads or --single-thread - you might need to update your setup files if you were relying on a global variable before.

If you had performance issues on large code bases before, try the new deps.experimentalOptimizer option instead of disabling threads. Feedback is welcome!

One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
discordjs/discord-api-types

v0.37.37

Compare Source

Bug Fixes
Features

v0.37.36

Compare Source

Features
  • AutoModeration: add custom_message field support (#​727) (0d47c69)

v0.37.35

Compare Source

Bug Fixes

v0.37.34

Compare Source

Bug Fixes
Features

v0.37.33

Compare Source

Bug Fixes
  • GatewayDispatchPayload: add missing GuildAuditLogEntry (#​715) (602c16e)

v0.37.32

Compare Source

Features

v0.37.31

Compare Source

v0.37.30

Compare Source

Features
  • APIGuildMember: add support for guild member flags (#​700) (e902671)
  • GatewayDispatchEvents: add GuildAuditLogEntryCreate (#​692) (31ca234)

v0.37.29

Compare Source

discordjs/discord.js

v14.8.0

Compare Source

Bug Fixes

Documentation

Features

  • Collector: Add lastCollectedTimestamp (#​9044)

Configuration

📅 Schedule: Branch creation - "before 10am on Saturday" (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 renovate bot added the dependencies label Jan 7, 2023
@renovate renovate bot changed the title Update dependency discord-api-types to ^0.37.0 Update dependency discord-api-types to ^0.37.0 - autoclosed Jan 8, 2023
@renovate renovate bot closed this Jan 8, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch January 8, 2023 21:16
@renovate renovate bot changed the title Update dependency discord-api-types to ^0.37.0 - autoclosed Update dependency discord-api-types to ^0.37.0 Jan 9, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch January 9, 2023 14:05
@renovate renovate bot reopened this Jan 9, 2023
@renovate renovate bot changed the title Update dependency discord-api-types to ^0.37.0 Update all non-major dependencies to ^0.27.0 Jan 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c4e3ef to b2d7f22 Compare January 9, 2023 18:15
@renovate renovate bot changed the title Update all non-major dependencies to ^0.27.0 Update all non-major dependencies to ^0.27.0 - autoclosed Jan 9, 2023
@renovate renovate bot closed this Jan 9, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch January 9, 2023 20:49
@renovate renovate bot changed the title Update all non-major dependencies to ^0.27.0 - autoclosed Update all non-major dependencies to ^0.27.0 Jan 12, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch January 12, 2023 16:04
@renovate renovate bot reopened this Jan 12, 2023
@renovate renovate bot changed the title Update all non-major dependencies to ^0.27.0 Update thedoctor0/zip-release action to v0.7.0 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4821aa6 to 0819938 Compare January 15, 2023 20:01
@renovate renovate bot changed the title Update thedoctor0/zip-release action to v0.7.0 Update all non-major dependencies Jan 23, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b01970d to 8439d6d Compare February 1, 2023 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5947161 to 25156a1 Compare February 25, 2023 12:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bda6c0d to 7557e2e Compare March 2, 2023 09:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from c689b62 to d77f982 Compare March 21, 2023 10:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from ee0219d to acc5fef Compare March 30, 2023 04:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from acc5fef to 719c66f Compare March 30, 2023 19:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 719c66f to 90072b5 Compare March 30, 2023 22:51
@killbasa killbasa merged commit cccd612 into main Mar 31, 2023
4 checks passed
@killbasa killbasa deleted the renovate/all-minor-patch branch March 31, 2023 13:16
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.

None yet

1 participant