Skip to content

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

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

Merged
merged 1 commit into from
Dec 19, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node ^16.11.12 -> ^16.11.14 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.6.0 -> ^5.7.0 age adoption passing confidence
@typescript-eslint/parser ^5.6.0 -> ^5.7.0 age adoption passing confidence
eslint (source) ^8.4.1 -> ^8.5.0 age adoption passing confidence
jest (source) ^27.4.4 -> ^27.4.5 age adoption passing confidence
jest-circus ^27.4.4 -> ^27.4.5 age adoption passing confidence
lint-staged ^12.1.2 -> ^12.1.3 age adoption passing confidence
ts-jest (source) ^27.1.1 -> ^27.1.2 age adoption passing confidence
typescript (source) ^4.5.3 -> ^4.5.4 age adoption passing confidence

Release Notes

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

v5.7.0

Compare Source

Features
  • eslint-plugin: [consistent-type-exports] support TS4.5 inline export specifiers (#​4236) (be4d976)
  • eslint-plugin: [consistent-type-imports] support TS4.5 inline import specifiers (#​4237) (f61af7c)
  • eslint-plugin: [no-shadow] support TS4.5 inline import specifiers (#​4239) (96b7e8e)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.7.0

Compare Source

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

eslint/eslint

v8.5.0

Compare Source

Features

Bug Fixes

  • 7d832d4 fix: improve prefer-template fixer (#​15230) (Nitin Kumar)
  • 981fb48 fix: do not report global references in id-match rule (#​15420) (Nitin Kumar)
  • f13d4a6 fix: improve autofix of prefer-object-has-own (#​15419) (Nitin Kumar)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#​15425) (Bryan Mishkin)

Documentation

  • 314c84c docs: add an incorrect code example in for-direction (#​15434) (Holger Jeromin)
  • 3928175 docs: add destructuring examples for computed-property-spacing (#​15423) (Nitin Kumar)
  • a53e59e docs: add more examples for array-element-newline rule (#​15427) (Nitin Kumar)
  • 74cf0a0 docs: update CLA info (#​15370) (Nitin Kumar)
  • e84195e docs: fix heading level for an option in class-methods-use-this rule (#​15399) (Takuya Fukuju)

Chores

  • 225f211 test: add destructuring test cases for computed-property-spacing (#​15424) (Nitin Kumar)
  • f2c7ba6 ci: use node v16 for macOS and windows jobs (#​15418) (Nitin Kumar)
facebook/jest

v27.4.5

Compare Source

Fixes
  • [jest-worker] Stop explicitly passing process.env (#​12141)
okonet/lint-staged

v12.1.3

Compare Source

Bug Fixes
  • deps: remove enquirer because it's now optional by listr2 (96a1a29)
kulshekhar/ts-jest

v27.1.2

Compare Source

Bug Fixes
  • stimulate esbuild type to avoid importing esbuild directly (#​3147) (9ace0a9)
Microsoft/TypeScript

v4.5.4

Compare Source

This patch release includes a fix for incorrectly offering up JSX attribute snippet completions at the beginning of a tag name.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: "before 12pm on Sunday" (UTC).

🚦 Automerge: Enabled.

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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 19, 2021
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 19, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f5adb6 to a30914e Compare December 19, 2021 01:07
@favna favna merged commit 0647e96 into main Dec 19, 2021
@favna favna deleted the renovate/all-minor-patch branch December 19, 2021 11:29
vladfrangu added a commit that referenced this pull request Dec 27, 2021
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <[email protected]>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <[email protected]>

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

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <[email protected]>

chore: remove redundant destructure

Co-authored-by: Antonio Román <[email protected]>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

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

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <[email protected]>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <[email protected]>

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

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions
vladfrangu added a commit that referenced this pull request Dec 27, 2021
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <[email protected]>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <[email protected]>

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

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <[email protected]>

chore: remove redundant destructure

Co-authored-by: Antonio Román <[email protected]>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

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

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <[email protected]>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <[email protected]>

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

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase
vladfrangu added a commit that referenced this pull request Dec 27, 2021
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <[email protected]>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <[email protected]>

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

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <[email protected]>

chore: remove redundant destructure

Co-authored-by: Antonio Román <[email protected]>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

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

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <[email protected]>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <[email protected]>

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

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase
vladfrangu added a commit that referenced this pull request Jan 2, 2022
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <[email protected]>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <[email protected]>

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

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <[email protected]>

chore: remove redundant destructure

Co-authored-by: Antonio Román <[email protected]>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

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

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <[email protected]>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <[email protected]>

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

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase

chore: update to d.js 13.4

chore: handle 90% of requested changes
vladfrangu added a commit that referenced this pull request Jan 2, 2022
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <[email protected]>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <[email protected]>

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

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <[email protected]>

chore: remove redundant destructure

Co-authored-by: Antonio Román <[email protected]>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

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

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <[email protected]>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <[email protected]>

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

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase

chore: update to d.js 13.4

chore: handle 90% of requested changes
favna pushed a commit that referenced this pull request Jan 2, 2022
chore: move to try-catch

chore: commit code before rebase

chore: requested changes

feat: interaction handles done? 👀

chore: export the new classes in the index file

fix: woops I did it again

feat: wip consistent parse return types

fix: make types be stricter and re-usable

fix: temporary fix for a type till we get TS 4.5.0

fix: correct handler for interaction handler errors

chore: the commit before the rebase

chore: inside we both know what's been going on

permalink: http://whatthecommit.com/6bda5f6eeb7347a96e07b6dea1d21afa

fix: correct event types

chore: remove deprecation warnings that aren't valid anymore

fix: revert change but break something else intentionally :D

chore: 🧹

chore: this really should not take 19 minutes to build

(It doesn't actually take 19 minutes to build)

chore: i was told to leave it alone, but i have this thing called ocd, you see

permalink: http://whatthecommit.com/bf057fb0e2e7a4450250ebf7d6e1d084

chore: progress before merge with master

chore: the merge of 17.11

chore: diff computing is implemented
Next up: logging the diff, then testing everything?? woah??

chore: styling ree

chore: revert the revert

chore: perf logging

chore: who's ready for the next battle?

chore: small bug fixes

chore: small logging refactors

chore: more cleanups

chore: bugs are everywhere ;w;

fix: compute context menu differences too

chore: forward thinking code refactor

chore: woopsy daisy

feat: add the registries to the container

chore: relocate error listeners

chore: optimize application command registries by fetching data once

chore: rename the method to be cleare

chore: move optional listeners around

feat: interaction listeners 👀

chore: update todo comment

feat: make message command listeners optional

feat: add lots of events

chore: remove invalid todos

feat: handle registry results, chat input register shortcut

chore: yet another rebase

fix: last minute bugs

ci: specify registry for actions/setup-node

chore: gotcha

chore: correct type for command in Argument contexts

fix(regression): accidentally removed Command options generic

chore: correct types for precondition run and their command

chore: my man really called these middlewares

chore: fix bad rebase

chore: small missed things and cleanup

chore: make event name clearer

fix: handle forgotten cases

fix: correct context types

chore: make default logger a smidgen more useful

chore(deps): update actions/setup-node commit hash to 04c56d2 (#335)

Co-authored-by: Renovate Bot <[email protected]>

fix(deps): update sapphire dependencies (#337)

Co-authored-by: Renovate Bot <[email protected]>

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

* chore(deps): update all non-major dependencies

* chore: nothing to see here, move along

permalink: http://whatthecommit.com/9837f0b1d62e8f74ff6ef9865bba9003

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

fix: prevent hard errors for unauthorized guild app commands

chore: someone dropped a comma

fix(command): TS Only - Fixed type of re-export of `*Command.Context`

fix(command): TS Only - Fixed type of re-export of `Command.Context`

chore: fixed the previous commit

chore(release): 2.2.1

fix: i did an oopsie

fix: propagate errors

chore: log the stack if possible

chore: bruh moment

chore: unit test crashes?

chore: love debug info? me too!

chore: colons help

chore: support extra types

chore: these types are gonna get me 2 meters underground

chore: add alll the default error listeners

fix: make `BooleanArgument`/`resolveBoolean`'s contexts immutable (#338)

feat: add default register behavior and fix reloading support

chore: hah

chore: like it or not, you get logsfor errors

chore: expose registries

chore: check names too

fix: allow `null` in setDefaultBehaviorWhenNotIdentical

Co-authored-by: Antonio Román <[email protected]>

chore: remove redundant destructure

Co-authored-by: Antonio Román <[email protected]>

chore: fix tests

fix(deps): update sapphire dependencies (#342)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jeroen Claassens <[email protected]>

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

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/upload-artifact commit hash to da838ae (#340)

Co-authored-by: Renovate Bot <[email protected]>

chore(deps): update actions/download-artifact commit hash to f023be2 (#339)

Co-authored-by: Renovate Bot <[email protected]>

chore: remove old issue templates

chore: remove dupe files from framework

chore(deps): update actions/upload-artifact commit hash to 82c141c (#343)

Co-authored-by: Renovate Bot <[email protected]>

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

build: update `@types/node`

chore: use enums for internal api call type

chore: get stores only once

chore: undo rename of core preconditions

chore: fix rebase

chore: update to d.js 13.4

chore: handle 90% of requested changes
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.

2 participants