Skip to content

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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discordjs/core (source) 1.1.1 -> 1.2.0 age adoption passing confidence
@discordjs/rest (source) 2.2.0 -> 2.5.1 age adoption passing confidence
@sapphire/bitfield (source) 1.2.1 -> 1.2.4 age adoption passing confidence
@sapphire/eslint-config (source) 5.0.3 -> 5.0.6 age adoption passing confidence
@sapphire/ts-config (source) 5.0.0 -> 5.0.1 age adoption passing confidence
@swc-jotai/react-refresh (source) ^0.1.0 -> ^0.3.0 age adoption passing confidence
@types/node (source) 20.11.0 -> 20.19.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.18.1 -> 6.21.0 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.21 age adoption passing confidence
daisyui (source) 4.6.0 -> 4.12.24 age adoption passing confidence
dayjs (source) 1.11.10 -> 1.11.13 age adoption passing confidence
discord-api-types (source) ^0.37.48 -> ^0.38.0 age adoption passing confidence
discord-oauth2 2.12.0 -> 2.12.1 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.1 age adoption passing confidence
jotai 2.6.1 -> 2.12.5 age adoption passing confidence
next-auth (source) 4.24.5 -> 4.24.11 age adoption passing confidence
postcss (source) 8.4.33 -> 8.5.6 age adoption passing confidence
postcss-import 16.0.0 -> 16.1.1 age adoption passing confidence
sass 1.69.7 -> 1.89.2 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.17 age adoption passing confidence
typescript (source) 5.3.3 -> 5.8.3 age adoption passing confidence
typescript-plugin-css-modules 5.0.2 -> 5.1.0 age adoption passing confidence
yarn (source) 4.0.2 -> 4.9.2 age adoption passing confidence

Release Notes

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

v1.2.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

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

v2.5.1

Compare Source

v2.5.0

Compare Source

Features

v2.4.3

Compare Source

v2.4.2

Compare Source

Bug Fixes

  • Correct guild member banner URL (8d69b24)

v2.4.1

Compare Source

v2.4.0

Compare Source

Bug Fixes

Features

v2.3.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

Styling

Testing

sapphiredev/utilities (@​sapphire/bitfield)

v1.2.4

Compare Source

Changelog

All notable changes to this project will be documented in this file.

v1.2.3

Compare Source

🐛 Bug Fixes

📝 Documentation

  • readme: Fix readme table of contents (c60e8bd)

v1.2.2

Compare Source

🐛 Bug Fixes

sapphiredev/utilities (@​sapphire/eslint-config)

v5.0.6

Compare Source

🐛 Bug Fixes

📝 Documentation

v5.0.5

Compare Source

🐛 Bug Fixes

  • eslint-config: Bump transient dependencies (f83936d)
  • deps: Update all non-major dependencies (7dc491a)

📝 Documentation

  • eslint-config: Add note on how to use with flat config (875402c)

v5.0.4

Compare Source

🐛 Bug Fixes

  • eslint-config: Bump transitive dependencies (f2600b3)
  • deps: Update typescript-eslint monorepo to v7 (major) (#​717) (f929edc)
  • Update transitive dependencies (4c28962)
  • deps: Update dependency prettier to ^3.2.2 (61630cc)
  • eslint-config: Bump transitive dependencies (632805d)
  • deps: Update dependency eslint-plugin-prettier to ^5.1.2 (e1c7c75)
  • deps: Update all non-major dependencies (fef82a8)
  • deps: Update all non-major dependencies (#​681) (a593be0)
  • Bump transitive prettier dependency (13ec7e9)
sapphiredev/utilities (@​sapphire/ts-config)

v5.0.1

Compare Source

🐛 Bug Fixes

  • ts-config: Bump transitive typescript dependency (321df01)

📝 Documentation

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

postcss/autoprefixer (autoprefixer)

v10.4.21

Compare Source

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.
saadeghi/daisyui (daisyui)

v4.12.24

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.23

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.22

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.21

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.20

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.19

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.18

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.17

Compare Source

v4.12.16

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.15

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.14

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.13

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.12

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.11

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.10

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.9

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.8

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.7

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.6

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.5

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.4

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.3

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.2

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.11.1

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.11.0

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.10.5

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.10.4

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.10.3

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.10.2

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.10.1

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.10.0

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.9.0

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.8.0

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.7.3

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.7.2

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.7.1

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.7.0

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.6.3

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.6.2

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.6.1

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

iamkun/dayjs (dayjs)

v1.11.13

Compare Source

Bug Fixes
  • customParseFormat supports Q quter / w ww weekOfYear (#​2705) (8ca74f1)

v1.11.12

Compare Source

Bug Fixes

v1.11.11

Compare Source

Bug Fixes
discordjs/discord-api-types (discord-api-types)

v0.38.12

Compare Source

Features

v0.38.11

Compare Source

Bug Fixes
Features

[v0.38.10](https://redirect.github.com/discordjs/discord-api-typ


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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Feb 3, 2024

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

Name Status Preview Comments Updated (UTC)
birthdayy-dashboard ❌ Failed (Inspect) Jun 22, 2025 2:49pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9089f41 to 30105ac Compare February 4, 2024 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30105ac to 976b9c3 Compare February 8, 2024 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 976b9c3 to 65b9d89 Compare February 8, 2024 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 65b9d89 to 08d494e Compare February 10, 2024 06:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08d494e to 908057f Compare February 11, 2024 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 908057f to a3e373a Compare February 12, 2024 22:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a3e373a to 33d0a8f Compare February 14, 2024 12:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33d0a8f to 487397e Compare February 15, 2024 13:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 487397e to c37ef5f Compare February 15, 2024 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c37ef5f to 2402e77 Compare February 16, 2024 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2402e77 to 775f71b Compare February 17, 2024 00:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 775f71b to c27c6ab Compare February 17, 2024 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c27c6ab to bba7fb9 Compare February 18, 2024 04:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bba7fb9 to fb40e71 Compare February 19, 2024 04:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1026494 to b858d08 Compare May 31, 2025 21:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b858d08 to 2ccec3f Compare June 1, 2025 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ccec3f to 890b9d0 Compare June 2, 2025 01:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 890b9d0 to deb3170 Compare June 2, 2025 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from deb3170 to f83a646 Compare June 3, 2025 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f83a646 to f5ada5e Compare June 3, 2025 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5ada5e to 0a432d3 Compare June 4, 2025 06:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a432d3 to c0f7b10 Compare June 5, 2025 16:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c0f7b10 to a6f2698 Compare June 6, 2025 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a6f2698 to ebbcebc Compare June 9, 2025 06:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ebbcebc to 2dff350 Compare June 15, 2025 11:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2dff350 to 763ccfe Compare June 19, 2025 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 763ccfe to 2bf6984 Compare June 20, 2025 07:09
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.

0 participants