-
Notifications
You must be signed in to change notification settings - Fork 1
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
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/all-minor-patch
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9089f41
to
30105ac
Compare
30105ac
to
976b9c3
Compare
976b9c3
to
65b9d89
Compare
65b9d89
to
08d494e
Compare
08d494e
to
908057f
Compare
908057f
to
a3e373a
Compare
a3e373a
to
33d0a8f
Compare
33d0a8f
to
487397e
Compare
487397e
to
c37ef5f
Compare
c37ef5f
to
2402e77
Compare
2402e77
to
775f71b
Compare
775f71b
to
c27c6ab
Compare
c27c6ab
to
bba7fb9
Compare
bba7fb9
to
fb40e71
Compare
1026494
to
b858d08
Compare
b858d08
to
2ccec3f
Compare
2ccec3f
to
890b9d0
Compare
890b9d0
to
deb3170
Compare
deb3170
to
f83a646
Compare
f83a646
to
f5ada5e
Compare
f5ada5e
to
0a432d3
Compare
0a432d3
to
c0f7b10
Compare
c0f7b10
to
a6f2698
Compare
a6f2698
to
ebbcebc
Compare
ebbcebc
to
2dff350
Compare
2dff350
to
763ccfe
Compare
763ccfe
to
2bf6984
Compare
2bf6984
to
8dc1f9f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.1
->1.2.0
2.2.0
->2.5.1
1.2.1
->1.2.4
5.0.3
->5.0.6
5.0.0
->5.0.1
^0.1.0
->^0.3.0
20.11.0
->20.19.1
6.18.1
->6.21.0
10.4.16
->10.4.21
4.6.0
->4.12.24
1.11.10
->1.11.13
^0.37.48
->^0.38.0
2.12.0
->2.12.1
8.56.0
->8.57.1
2.6.1
->2.12.5
4.24.5
->4.24.11
8.4.33
->8.5.6
16.0.0
->16.1.1
1.69.7
->1.89.2
3.4.1
->3.4.17
5.3.3
->5.8.3
5.0.2
->5.1.0
4.0.2
->4.9.2
Release Notes
discordjs/discord.js (@discordjs/core)
v1.2.0
Compare Source
Bug Fixes
Documentation
Features
with_counts
to getting guilds (#10143) (8c2abab)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
v2.4.1
Compare Source
v2.4.0
Compare Source
Bug Fixes
Features
avatarDecorationData
(#9888) (3b5c600)v2.3.0
Compare Source
Bug Fixes
Documentation
@returns
(#9989) (e9ff991)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
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
📝 Documentation
v5.0.4
Compare Source
🐛 Bug Fixes
sapphiredev/utilities (@sapphire/ts-config)
v5.0.1
Compare Source
🐛 Bug Fixes
📝 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
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
🚀 Features
🩹 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
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
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
You can read about our versioning strategy and releases on our website.
postcss/autoprefixer (autoprefixer)
v10.4.21
Compare Source
-moz-
prefix for:placeholder-shown
(by @Marukome0743).v10.4.20
Compare Source
fit-content
prefix for Firefox.v10.4.19
Compare Source
end value has mixed support, consider using flex-end
warningsince
end
/start
now have good support.v10.4.18
Compare Source
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine).v10.4.17
Compare Source
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
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
approximate_user_authorization_count
(#1272) (91d8516)attachment_id
(#1273) (b2da18c)v0.38.11
Compare Source
Bug Fixes
max_dave_protocol_version
to identify (#1260) (83d34ef)Features
[
v0.38.10
](https://redirect.github.com/discordjs/discord-api-typConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.