animafps / fpsmath

🤖 A Discord bot designed to convert video game sensitivities, FOV values, mouse feel across themselves, and preset games. Over 300,000 users.
https://fpsmath.xyz
GNU Affero General Public License v3.0
4 stars 2 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/discord.js-utilities ^4.1.4 -> ^4.1.5 age adoption passing confidence
@sapphire/framework (source) ^2.2.0 -> ^2.2.1 age adoption passing confidence
@sapphire/plugin-logger ^2.1.0 -> ^2.1.1 age adoption passing confidence
@sentry/node ^6.15.0 -> ^6.16.1 age adoption passing confidence
@types/node ^16.11.11 -> ^16.11.12 age adoption passing confidence
@types/ws ^8.2.1 -> ^8.2.2 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.5.0 -> ^5.6.0 age adoption passing confidence
@typescript-eslint/parser ^5.5.0 -> ^5.6.0 age adoption passing confidence
eslint (source) ^8.4.0 -> ^8.4.1 age adoption passing confidence
mkdocs-material ==8.0.4 -> ==8.1.0 age adoption passing confidence
typescript (source) ^4.5.2 -> ^4.5.3 age adoption passing confidence

Release Notes

sapphiredev/utilities ### [`v4.1.5`](https://togithub.com/sapphiredev/utilities/blob/master/packages/discord.js-utilities/CHANGELOG.md#​415-httpsgithubcomsapphiredevutilitiescomparesapphirediscordjs-utilities414sapphirediscordjs-utilities415-2021-12-08) [Compare Source](https://togithub.com/sapphiredev/utilities/compare/@sapphire/discord.js-utilities@4.1.4...@sapphire/discord.js-utilities@4.1.5) **Note:** Version bump only for package [@​sapphire/discord](https://togithub.com/sapphire/discord).js-utilities
sapphiredev/framework ### [`v2.2.1`](https://togithub.com/sapphiredev/framework/blob/master/CHANGELOG.md#​221-httpsgithubcomsapphiredevframeworkcomparev220v221-2021-12-06) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v2.2.0...v2.2.1)
sapphiredev/plugins ### [`v2.1.1`](https://togithub.com/sapphiredev/plugins/blob/master/packages/logger/CHANGELOG.md#​211-httpsgithubcomsapphiredevpluginscomparesapphireplugin-logger210sapphireplugin-logger211-2021-12-06) [Compare Source](https://togithub.com/sapphiredev/plugins/compare/@sapphire/plugin-logger@2.1.0...@sapphire/plugin-logger@2.1.1) ##### Bug Fixes - **deps:** update dependency [@​sapphire/time-utilities](https://togithub.com/sapphire/time-utilities) to ^1.5.0 ([d4cf912](https://togithub.com/sapphiredev/plugins/commit/d4cf912f1e77ad4ce74e9caa4ed427e60ad4b889))
getsentry/sentry-javascript ### [`v6.16.1`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#​6161) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.16.0...6.16.1) - feat(nextjs): Support Next.js v12 ([#​4093](https://togithub.com/getsentry/sentry-javascript/issues/4093)) - fix(nextjs): Disable server instrumentation on Vercel ([#​4255](https://togithub.com/getsentry/sentry-javascript/issues/4255)) - feat(tracing): Add metadata around idleTimeout ([#​4251](https://togithub.com/getsentry/sentry-javascript/issues/4251)) Work in this release contributed by [@​KATT](https://togithub.com/KATT). Thank you for your contribution! ### [`v6.16.0`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#​6160) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.15.0...6.16.0) - feat(angular): Add Angular 13 to peer dep ([#​4183](https://togithub.com/getsentry/sentry-javascript/issues/4183)) - fix(angular): Finish routing span before starting another one ([#​4191](https://togithub.com/getsentry/sentry-javascript/issues/4191)) - fix(angular): Use ui category for span operations ([#​4222](https://togithub.com/getsentry/sentry-javascript/issues/4222)) - feat(ember): Use @​types/ember\_\_debug ([#​4173](https://togithub.com/getsentry/sentry-javascript/issues/4173)) - fix(ember): Use ui category for span operations ([#​4221](https://togithub.com/getsentry/sentry-javascript/issues/4221)) - feat(eslint-config): Enable array-callback-return rule ([#​4229](https://togithub.com/getsentry/sentry-javascript/issues/4229)) - ref(eslint-config): Update spaced-comment rule ([#​4235](https://togithub.com/getsentry/sentry-javascript/issues/4235)) - fix(integrations): Use ui category for vue span operations ([#​4219](https://togithub.com/getsentry/sentry-javascript/issues/4219)) - fix(nextjs): Add sideEffects flag to NextJS SDK ([#​4216](https://togithub.com/getsentry/sentry-javascript/issues/4216)) - fix(node): Make http integration spans have http span operation ([#​4224](https://togithub.com/getsentry/sentry-javascript/issues/4224)) - fix(react): Mark react package as having no side effects ([#​4213](https://togithub.com/getsentry/sentry-javascript/issues/4213)) - fix(react): Use ui category for operations ([#​4218](https://togithub.com/getsentry/sentry-javascript/issues/4218)) - fix(tracing): Add express category to express middleware spans ([#​4223](https://togithub.com/getsentry/sentry-javascript/issues/4223)) - fix(tracing): Treat HTTP status code below 100 as UnknownError ([#​4131](https://togithub.com/getsentry/sentry-javascript/issues/4131)) - fix(types): Make Options type method params contravariant ([#​4234](https://togithub.com/getsentry/sentry-javascript/issues/4234)) - fix(vue): Mark Vue as having no side effects. ([#​4217](https://togithub.com/getsentry/sentry-javascript/issues/4217)) - fix(vue): Use ui category for span operations ([#​4220](https://togithub.com/getsentry/sentry-javascript/issues/4220)) Work in this release contributed by [@​jherdman](https://togithub.com/jherdman) and [@​travigd](https://togithub.com/travigd). Thank you for your contribution!
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md#​560-httpsgithubcomtypescript-eslinttypescript-eslintcomparev550v560-2021-12-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.5.0...v5.6.0) ##### Features - **scope-manager:** support TS4.5 import/export specifier kind ([#​4234](https://togithub.com/typescript-eslint/typescript-eslint/issues/4234)) ([833f822](https://togithub.com/typescript-eslint/typescript-eslint/commit/833f8221ce00aecb7d08c519bab9568353850f48))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​560-httpsgithubcomtypescript-eslinttypescript-eslintcomparev550v560-2021-12-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.5.0...v5.6.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
eslint/eslint ### [`v8.4.1`](https://togithub.com/eslint/eslint/releases/v8.4.1) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.4.0...v8.4.1) #### Bug Fixes - [`234e3d9`](https://togithub.com/eslint/eslint/commit/234e3d98eeab8956cefb14c982b9c348c21bb2d9) fix: revert changes to reported locations in max-lines-per-function ([#​15397](https://togithub.com/eslint/eslint/issues/15397)) (Milos Djermanovic) #### Documentation - [`fa4d483`](https://togithub.com/eslint/eslint/commit/fa4d4830a0e77f92154079ada17ffb893ce64232) docs: fix typo in example for `sort-keys` rule ([#​15393](https://togithub.com/eslint/eslint/issues/15393)) (Nitin Kumar)
Microsoft/TypeScript ### [`v4.5.3`](https://togithub.com/Microsoft/TypeScript/releases/v4.5.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.5.2...v4.5.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.5.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+). - [fixed issues query for Typescript 4.5.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+). - [fixed issues query for Typescript 4.5.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+). - [fixed issues query for Typescript 4.5.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Configuration

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

🚦 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.



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