-
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 GitHub.
|
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
4eb234c to
a631f0b
Compare
a631f0b to
e84ab0e
Compare
e84ab0e to
5671a06
Compare
5671a06 to
2993212
Compare
2993212 to
6800a59
Compare
6800a59 to
ff529d1
Compare
ff529d1 to
2772f99
Compare
2772f99 to
64cbd5c
Compare
64cbd5c to
9d2f119
Compare
9d2f119 to
c2926ec
Compare
c2926ec to
ab77b0c
Compare
ab77b0c to
3715a21
Compare
3715a21 to
cf1470f
Compare
cf1470f to
f1f0306
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.02.2.0→2.6.01.2.1→1.2.45.0.3→5.0.65.0.0→5.0.3^0.1.0→^0.5.020.11.0→20.19.276.18.1→6.21.010.4.16→10.4.234.6.0→4.12.241.11.10→1.11.19^0.37.48→^0.38.02.12.0→2.12.18.56.0→8.57.12.6.1→2.16.18.4.33→8.5.616.0.0→16.1.11.69.7→1.97.13.4.1→3.4.195.3.3→5.9.35.0.2→5.2.04.0.2→4.12.0Release Notes
discordjs/discord.js (@discordjs/core)
v1.2.0Compare Source
Bug Fixes
Documentation
Features
with_countsto getting guilds (#10143) (8c2abab)Refactor
discordjs/discord.js (@discordjs/rest)
v2.6.0Compare Source
Documentation
Features
v2.5.1Compare Source
v2.5.0Compare Source
Features
v2.4.3Compare Source
v2.4.2Compare Source
Bug Fixes
v2.4.1Compare Source
v2.4.0Compare Source
Bug Fixes
Features
avatarDecorationData(#9888) (3b5c600)v2.3.0Compare Source
Bug Fixes
Documentation
@returns(#9989) (e9ff991)Features
Refactor
Styling
Testing
sapphiredev/utilities (@sapphire/bitfield)
v1.2.4Compare Source
Changelog
All notable changes to this project will be documented in this file.
v1.2.3Compare Source
🐛 Bug Fixes
📝 Documentation
v1.2.2Compare Source
🐛 Bug Fixes
sapphiredev/utilities (@sapphire/eslint-config)
v5.0.6Compare Source
🐛 Bug Fixes
📝 Documentation
v5.0.5Compare Source
🐛 Bug Fixes
📝 Documentation
v5.0.4Compare Source
🐛 Bug Fixes
pmndrs/swc-jotai (@swc-jotai/react-refresh)
v0.5.0Compare 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.0Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: falseeslint-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
askeyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare 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.1Compare 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.0Compare 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.23Compare Source
v10.4.22Compare Source
stretchprefixes on new Can I Use database.fraction.js.v10.4.21Compare Source
-moz-prefix for:placeholder-shown(by @Marukome0743).v10.4.20Compare Source
fit-contentprefix for Firefox.v10.4.19Compare Source
end value has mixed support, consider using flex-endwarningsince
end/startnow have good support.v10.4.18Compare Source
-webkit-box-orienton-webkit-line-clamp(@Goodwine).v10.4.17Compare Source
user-select: containprefixes.saadeghi/daisyui (daisyui)
v4.12.24Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.23Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.22Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.21Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.20Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.19Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.18Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.17Compare Source
v4.12.16Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.15Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.14Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.13Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.12Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.11Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.10Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.9Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.8Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.7Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.6Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.5Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.4Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.3Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.12.2Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.11.1Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.11.0Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.10.5Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.10.4Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.10.3Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.10.2Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.10.1Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.10.0Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.9.0Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.8.0Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.7.3Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.7.2Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.7.1Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.7.0Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.6.3Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.6.2Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v4.6.1Compare Source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
iamkun/dayjs (dayjs)
v1.11.19Compare Source
Bug Fixes
v1.11.18Compare Source
Bug Fixes
v1.11.17Compare Source
Bug Fixes
v1.11.16Compare Source
Bug Fixes
v1.11.15Compare Source
Bug Fixes
v1.11.14Compare Source
Bug Fixes
v1.11.13Compare Source
Bug Fixes
v1.11.12Compare Source
Bug Fixes
v1.11.11Compare Source
Bug Fixes
discordjs/discord-api-types (discord-api-types)
v0.38.37Compare Source
v0.38.36Compare Source
v0.38.35Compare Source
Bug Fixes
StyledTimestamp(#1439) (a8c28ab)v0.38.34Compare Source
Features
isModalSubmitInteraction()type guard (#1428) (f883770)v0.38.33Compare Source
Features
BypassSlowmode(#1427) (2736687)v0.38.32Compare Source
Features
v0.38.31Compare Source
Bug Fixes
APIFileUploadComponent(#1406) (e37f802)Features
PinPermissionMigrationComplete(#1407) (c5c0312)[
v0.38.30](htConfiguration
📅 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.