Skip to content

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

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#45
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@discordjs/core (source) 1.1.11.2.0 age confidence
@discordjs/rest (source) 2.2.02.6.0 age confidence
@sapphire/bitfield (source) 1.2.11.2.4 age confidence
@sapphire/eslint-config (source) 5.0.35.0.6 age confidence
@sapphire/ts-config (source) 5.0.05.0.3 age confidence
@swc-jotai/react-refresh (source) ^0.1.0^0.5.0 age confidence
@types/node (source) 20.11.020.19.33 age confidence
@typescript-eslint/eslint-plugin (source) 6.18.16.21.0 age confidence
autoprefixer 10.4.1610.4.24 age confidence
daisyui (source) 4.6.04.12.24 age confidence
dayjs (source) 1.11.101.11.19 age confidence
discord-api-types (source) ^0.37.48^0.38.0 age confidence
discord-oauth2 2.12.02.12.1 age confidence
eslint (source) 8.56.08.57.1 age confidence
jotai 2.6.12.17.1 age confidence
postcss (source) 8.4.338.5.6 age confidence
postcss-import 16.0.016.1.1 age confidence
sass 1.69.71.97.3 age confidence
tailwindcss (source) 3.4.13.4.19 age confidence
typescript (source) 5.3.35.9.3 age confidence
typescript-plugin-css-modules 5.0.25.2.0 age confidence
yarn (source) 4.0.24.12.0 age confidence

Release Notes

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

v1.2.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

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

v2.6.0

Compare Source

Documentation

Features

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)
pmndrs/swc-jotai (@​swc-jotai/react-refresh)

v0.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/swc-jotai@v0.4...v0.5.0

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

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

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:

npm i -D daisyui@4.12.24

💚 Thank you for using daisyUI!

v4.12.23

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.23

💚 Thank you for using daisyUI!

v4.12.22

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.22

💚 Thank you for using daisyUI!

v4.12.21

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.21

💚 Thank you for using daisyUI!

v4.12.20

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.20

💚 Thank you for using daisyUI!

v4.12.19

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.19

💚 Thank you for using daisyUI!

v4.12.18

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.18

💚 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:

npm i -D daisyui@4.12.16

💚 Thank you for using daisyUI!

v4.12.15

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.15

💚 Thank you for using daisyUI!

v4.12.14

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.14

💚 Thank you for using daisyUI!

v4.12.13

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.13

💚 Thank you for using daisyUI!

v4.12.12

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.12

💚 Thank you for using daisyUI!

v4.12.11

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.11

💚 Thank you for using daisyUI!

v4.12.10

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.10

💚 Thank you for using daisyUI!

v4.12.9

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.9

💚 Thank you for using daisyUI!

v4.12.8

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.8

💚 Thank you for using daisyUI!

v4.12.7

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.7

💚 Thank you for using daisyUI!

v4.12.6

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.6

💚 Thank you for using daisyUI!

v4.12.5

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.5

💚 Thank you for using daisyUI!

v4.12.4

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.4

💚 Thank you for using daisyUI!

v4.12.3

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.3

💚 Thank you for using daisyUI!

v4.12.2

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.12.2

💚 Thank you for using daisyUI!

v4.11.1

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.11.1

💚 Thank you for using daisyUI!

v4.11.0

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.11.0

💚 Thank you for using daisyUI!

v4.10.5

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.10.5

💚 Thank you for using daisyUI!

v4.10.4

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.10.4

💚 Thank you for using daisyUI!

v4.10.3

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.10.3

💚 Thank you for using daisyUI!

v4.10.2

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.10.2

💚 Thank you for using daisyUI!

v4.10.1

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.10.1

💚 Thank you for using daisyUI!

v4.10.0

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.10.0

💚 Thank you for using daisyUI!

v4.9.0

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.9.0

💚 Thank you for using daisyUI!

v4.8.0

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.8.0

💚 Thank you for using daisyUI!

v4.7.3

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.7.3

💚 Thank you for using daisyUI!

v4.7.2

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.7.2

💚 Thank you for using daisyUI!

v4.7.1

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.7.1

💚 Thank you for using daisyUI!

v4.7.0

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.7.0

💚 Thank you for using daisyUI!

v4.6.3

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.6.3

💚 Thank you for using daisyUI!

v4.6.2

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.6.2

💚 Thank you for using daisyUI!

v4.6.1

Compare Source

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

📦 Install this update:

npm i -D daisyui@4.6.1

💚 Thank you for using daisyUI!

iamkun/dayjs (dayjs)

v1.11.19

Compare Source

Bug Fixes
  • added usage warnings for diff + updated unit tests (#​2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#​2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#​2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#​2656) (1d8746c)

v1.11.18

Compare Source

Bug Fixes
  • error semantic-release dependency (8cfb313)

v1.11.17

Compare Source

Bug Fixes

v1.11.16

Compare Source

Bug Fixes
  • test release workflow (no code changes) (c38c428)

v1.11.15

Compare Source

Bug Fixes

v1.11.14

Compare Source

Bug Fixes
  • .utcOffset(0, true) result and its clone are different bug (#​2505) (fefdcd4)

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

Compare Source

Bug Fixes

v0.38.38

Compare Source

Features

v0.38.37

Compare Source

v0.38.36

Compare Source

v0.38.35

Compare Source

Bug Fixes

v0.38.34

Compare Source

Features

v0.38.33

Compare Source

Features

v0.38.32

Compare Source

Features

v0.38.31

Compare Source

Bug Fixes

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.

@vercel
Copy link

vercel bot commented Feb 3, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
birthdayy-dashboard Error Error Feb 16, 2026 2:43pm

@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 856cce1 to fd156a6 Compare January 13, 2026 00:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd156a6 to e8d0c82 Compare January 16, 2026 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e8d0c82 to 6236776 Compare January 16, 2026 18:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6236776 to 99107b0 Compare January 18, 2026 21:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99107b0 to af1e10c Compare January 23, 2026 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af1e10c to eb56949 Compare January 25, 2026 00:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb56949 to 13b9b08 Compare January 31, 2026 04:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13b9b08 to 50bc435 Compare January 31, 2026 09:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50bc435 to 77f3b3f Compare February 2, 2026 19:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 77f3b3f to dc9cbcd Compare February 4, 2026 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc9cbcd to 31878e6 Compare February 6, 2026 09:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 31878e6 to 90e56dd Compare February 8, 2026 16:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90e56dd to 2120efc Compare February 11, 2026 01:45
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