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 #45

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.4.3 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.5 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.17.19 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.20 age adoption passing confidence
daisyui (source) 4.6.0 -> 4.12.23 age adoption passing confidence
dayjs (source) 1.11.10 -> 1.11.13 age adoption passing confidence
discord-api-types (source) 0.37.67 -> 0.37.119 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.0 age adoption passing confidence
next-auth (source) 4.24.5 -> 4.24.11 age adoption passing confidence
postcss (source) 8.4.33 -> 8.5.2 age adoption passing confidence
postcss-import 16.0.0 -> 16.1.0 age adoption passing confidence
sass 1.69.7 -> 1.85.0 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.17 age adoption passing confidence
typescript (source) 5.3.3 -> 5.7.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.6.0 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.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.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.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.23

Compare Source

v4.12.22

Compare Source

v4.12.21

Compare Source

v4.12.20

Compare Source

v4.12.19

Compare Source

v4.12.18

Compare Source

v4.12.17

Compare Source

v4.12.16

Compare Source

Bug Fixes

v4.12.15

Compare Source

Bug Fixes

v4.12.14

Compare Source

Bug Fixes

v4.12.13

Compare Source

Bug Fixes

v4.12.12

Compare Source

Bug Fixes
  • selector performance for RTL stat (ad6f291)

v4.12.11

Compare Source

Bug Fixes

v4.12.10

Compare Source

Bug Fixes

v4.12.9

Compare Source

Bug Fixes

v4.12.8

Compare Source

Bug Fixes
  • decrease default scrollbar color contrast using color-mix (92d98ed)

v4.12.7

Compare Source

Bug Fixes

v4.12.6

Compare Source

v4.12.5

Compare Source

Bug Fixes

v4.12.4

Compare Source

Bug Fixes

v4.12.3

Compare Source

v4.12.2

Compare Source

v4.11.1

Compare Source

Bug Fixes
  • disable initial button animation for prefers-reduced-motion (57d470e)

v4.11.0

Compare Source

Features
  • add tab-active style for tabs with aria-selected="true" attribute (213ee58)

v4.10.5

Compare Source

Bug Fixes
  • add missing outline-* color utility classes to CDN file (b3e4800), closes #​2944

v4.10.4

Compare Source

Bug Fixes
  • show the parent element of disabled input as disabled (50d26b5), closes #​3004

v4.10.3

Compare Source

v4.10.2

Compare Source

Bug Fixes

v4.10.1

Compare Source

Bug Fixes

v4.10.0

Compare Source

Features

v4.9.0

Compare Source

Features

v4.8.0

Compare Source

Features
  • checkbox/toggle with checked="true" won't force to show a checked value visually anymore (17585a6), closes #​2911

v4.7.3

Compare Source

Features
  • add carousel-start utility class

v4.7.2

Compare Source

Bug Fixes
  • input element inside wrapper with input class background color. closes #​2846 (938829d)

v4.7.1

Compare Source

Bug Fixes
  • don't apply menu item styles to btn is inside menu (ac60762)

v4.7.0

Compare Source

Features

v4.6.3

Compare Source

Bug Fixes
  • incompatibility of Astro Islands injected style and script tags. closes: #​2835 (8b1cfed)

v4.6.2

Compare Source

Bug Fixes

v4.6.1

Compare Source

Bug Fixes
iamkun/dayjs (dayjs)

v1.11.13

Compare Source

v1.11.12

Compare Source

Bug Fixes

v1.11.11

Compare Source

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

v0.37.119

Compare Source

Bug Fixes
  • route escaping round three (d5cdb37)

v0.37.118

Compare Source

Features

v0.37.117

Compare Source

v0.37.116

Compare Source

Features

v0.37.115

Compare Source

v0.37.114

Compare Source

Bug Fixes

v0.37.113

Compare Source

Bug Fixes
  • skip encoded url parts from re-encoding (fc4e7be)
Features

v0.37.112

Compare Source

Features

v0.37.111

Compare Source

v0.37.110

Compare Source

Features

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


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) Feb 17, 2025 3:36am

@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 80b7781 to 720c3c8 Compare January 26, 2025 10:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 720c3c8 to 8694c8f Compare January 30, 2025 12:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8694c8f to e55cfa2 Compare January 30, 2025 17:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e55cfa2 to 7580d68 Compare February 3, 2025 01:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7580d68 to 48df8ad Compare February 4, 2025 08:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48df8ad to f976010 Compare February 5, 2025 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f976010 to 1917fef Compare February 7, 2025 00:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1917fef to b21264d Compare February 9, 2025 01:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b21264d to dc19806 Compare February 9, 2025 13:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc19806 to 5029fbd Compare February 13, 2025 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5029fbd to 4d495c4 Compare February 14, 2025 06:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d495c4 to 0319590 Compare February 16, 2025 06:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0319590 to 8ff8ccd Compare February 16, 2025 22:57
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