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

fix(deps): update all non-major dependencies #24

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discordjs/core (source) 1.0.1 -> 1.1.1 age adoption passing confidence
@discordjs/rest (source) 2.0.1 -> 2.2.0 age adoption passing confidence
@sapphire/bitfield (source) 1.2.0 -> 1.2.1 age adoption passing confidence
@sapphire/eslint-config (source) 5.0.2 -> 5.0.3 age adoption passing confidence
@types/cookie (source) ^0.5.1 -> ^0.6.0 age adoption passing confidence
@types/node (source) 20.7.1 -> 20.11.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.7.3 -> 6.18.1 age adoption passing confidence
daisyui (source) 4.4.0 -> 4.6.0 age adoption passing confidence
discord-api-types (source) 0.37.58 -> 0.37.67 age adoption passing confidence
discord-oauth2 2.11.0 -> 2.12.0 age adoption passing confidence
eslint (source) 8.50.0 -> 8.56.0 age adoption passing confidence
jotai 2.4.3 -> 2.6.1 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.33 age adoption passing confidence
sass 1.68.0 -> 1.69.7 age adoption passing confidence
tailwindcss (source) 3.3.3 -> 3.4.1 age adoption passing confidence
typescript (source) 5.2.2 -> 5.3.3 age adoption passing confidence
typescript-plugin-css-modules 5.0.1 -> 5.0.2 age adoption passing confidence
yarn (source) 3.6.3 -> 3.7.0 age adoption passing confidence

Release Notes

discordjs/discord.js (@​discordjs/core)

v1.1.1

Compare Source

Bug Fixes

v1.1.0

Compare Source

Documentation

Features

Refactor

discordjs/discord.js (@​discordjs/rest)

v2.2.0

Compare Source

Bug Fixes

Features

Typings

v2.1.0

Compare Source

Bug Fixes

Documentation

Features

sapphiredev/utilities (@​sapphire/bitfield)

v1.2.1

Compare Source

🐛 Bug Fixes

  • bitfield: Properly split CJS, ESM and IIFE (1e691b4)
  • Update export mapping for proper ESM/CJS split (dd0cff8)
  • deps: Update all non-major dependencies (#​607) (9cc8bd0)

🧪 Testing

  • Update vitest to coverage v8 (a4bc6e4)
sapphiredev/utilities (@​sapphire/eslint-config)

v5.0.3

Compare Source

🐛 Bug Fixes

  • eslint-config: Properly split CJS and ESM (ccc6514)
  • eslint-config: Update transitive dependencies (8656062)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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

v6.15.0

Compare Source

Features

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

v6.14.0

Compare Source

Bug Fixes
  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#​8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#​7998) (705370a)
Features
  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#​8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#​8003) (4c3e704)

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

6.13.2 (2023-12-04)

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

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

6.13.1 (2023-11-28)

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

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

v6.13.2

Compare Source

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

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

v6.13.1

Compare Source

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

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

v6.13.0

Compare Source

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

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

v6.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#​7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#​7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#​7806) (a034d0a), closes #​7768
Features
  • [member-ordering] add accessor support for member-ordering (#​7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#​7880) (4cfcd45)

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

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

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

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

v6.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#​7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#​7708) (c6124b2)
Features
  • eslint-plugin: [max-params] don't count this: void parameter (#​7696) (6398d3f), closes #​7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#​7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#​7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#​7691) (53d5263), closes #​7643
  • eslint-plugin: [prefer-readonly] private fields support (#​7686) (0e875bf)

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

v6.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-imports] import assertion checks added (#​7722) (afdae37)
  • eslint-plugin: [no-shadow] fix static class generics for class expressions (#​7724) (e5ea1d0)
  • eslint-plugin: [no-unsafe-member-access] report on only the accessed property (#​7717) (f81a2da)
  • eslint-plugin: [no-useless-empty-export] exempt .d.ts (#​7718) (ac397f1)
Features
  • eslint-plugin: add new extended rule prefer-destructuring (#​7117) (3c6379b)

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

6.7.5 (2023-10-09)

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

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

6.7.4 (2023-10-02)

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

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

6.7.3 (2023-09-25)

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

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

6.7.2 (2023-09-18)

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

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

6.7.1 (2023-09-18)

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

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

v6.7.5

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

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

v6.7.4

Compare Source

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

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

saadeghi/daisyui (daisyui)

v4.6.0

Compare Source

Bug Fixes

v4.5.0

Compare Source

Features
Bug Fixes

v4.4.24

Compare Source

Bug Fixes
  • unwanted background color in .prose pre>code (5d6daf3)

v4.4.23

Compare Source

Bug Fixes

v4.4.22

Compare Source

Bug Fixes

v4.4.21

Compare Source

Bug Fixes

v4.4.20

Compare Source

Bug Fixes

v4.4.19

Compare Source

Bug Fixes
  • input type=date text-align issue in iOS (acf5377)

v4.4.18

Compare Source

v4.4.17

Compare Source

Bug Fixes

v4.4.16

Compare Source

Bug Fixes
  • drawer and modal backdrop color (0f994e3)

v4.4.15

Compare Source

Bug Fixes

v4.4.14

Compare Source

Bug Fixes

v4.4.13

Compare Source

Bug Fixes

v4.4.12

Compare Source

Bug Fixes

v4.4.11

Compare Source

Bug Fixes

v4.4.10

Compare Source

Bug Fixes

v4.4.9

Compare Source

Bug Fixes

v4.4.8

Compare Source

Bug Fixes
  • Fix: button-active color fallback for old browser
  • Fix: link hover color fallback for old browser
  • Fix: menu line color fallback for old browser

v4.4.7

Compare Source

Bug Fixes

v4.4.6

Compare Source

Bug Fixes

v4.4.5

Compare Source

Bug Fixes
  • missing menu hover bg color (87c5ad7)

v4.4.4

Compare Source

Bug Fixes

v4.4.3

Compare Source

Bug Fixes

v4.4.2

Compare Source

Bug Fixes
  • improve default success color contrast vs base color (ef9f542)

v4.4.1

Compare Source

Bug Fixes
  • improve neutral color in dim theme (953534c)
discordjs/discord-api-types (discord-api-types)

v0.37.67

Compare Source

Bug Fixes
  • GatewayThreadDispatch: properly type thread create/update/delete dispatches (#​861) (819d852)

v0.37.66

Compare Source

Features
  • RESTPostAPIWebhookWithTokenJSONBody: add applied_tags (#​855) (b4226bb)

[`v0.37.65


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "before 4am" (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.


  • If you want to rebase/retry this PR, check this box

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

@vercel
Copy link

vercel bot commented Sep 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
birthdayy-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 14, 2024 6:45am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78ddaea to 6052ce4 Compare November 20, 2023 22:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 20, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6052ce4 to 04571c2 Compare November 21, 2023 01:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04571c2 to 90e1df9 Compare November 21, 2023 03:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90e1df9 to a57fa03 Compare November 23, 2023 12:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a57fa03 to b0f044d Compare November 23, 2023 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0f044d to 52f25a9 Compare November 24, 2023 01:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52f25a9 to 692585f Compare November 25, 2023 04:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 692585f to f006caf Compare November 26, 2023 01:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f006caf to 8191dfc Compare November 26, 2023 06:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8191dfc to c6b0343 Compare November 26, 2023 14:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6b0343 to d6f80d5 Compare November 27, 2023 11:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6f80d5 to a60f76f Compare November 28, 2023 03:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a60f76f to f6341ad Compare November 28, 2023 11:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6341ad to d4f8ca7 Compare November 29, 2023 12:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d5eec5 to a946e71 Compare December 22, 2023 04:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a946e71 to 1125540 Compare December 23, 2023 19:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1125540 to 5d60ad7 Compare December 27, 2023 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d60ad7 to dbbbacc Compare December 28, 2023 18:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dbbbacc to a97c74f Compare December 31, 2023 13:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a97c74f to b5a54eb Compare January 2, 2024 04:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5a54eb to a831063 Compare January 4, 2024 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a831063 to 3ef9094 Compare January 6, 2024 00:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ef9094 to 9aad952 Compare January 7, 2024 20:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9aad952 to 4447b1e Compare January 10, 2024 20:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4447b1e to 10b669e Compare January 11, 2024 22:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 10b669e to b0a4194 Compare January 12, 2024 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0a4194 to cba410b Compare January 14, 2024 06:43
@nikolaischunk nikolaischunk merged commit 4d54a65 into develop Jan 15, 2024
5 checks passed
@nikolaischunk nikolaischunk deleted the renovate/all-minor-patch branch January 15, 2024 10:00
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.

1 participant