-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update weekly patch updates #185
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/weekly-patch-updates
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.
Open
Conversation
This file contains 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
renovate
bot
added
dependencies
Pull requests that update a dependency file
deps: patches
labels
Jun 3, 2024
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
June 5, 2024 07:18
b9520e3
to
1dc9289
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
6 times, most recently
from
June 21, 2024 11:16
dfc42d5
to
27a3b8f
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
4 times, most recently
from
June 28, 2024 13:58
b341a9a
to
90ba557
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
2 times, most recently
from
July 9, 2024 18:17
fe5131b
to
28037a7
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
from
July 11, 2024 17:22
28037a7
to
64e5a04
Compare
renovate
bot
changed the title
fix(deps): update weekly patch updates
chore(deps): update weekly patch updates
Jul 11, 2024
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
4 times, most recently
from
July 14, 2024 12:13
72acce7
to
5fa2ee5
Compare
renovate
bot
changed the title
chore(deps): update weekly patch updates
Update weekly patch updates
Jul 14, 2024
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
4 times, most recently
from
July 21, 2024 12:50
d7a63dc
to
33d5560
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
from
July 22, 2024 13:44
33d5560
to
0a03232
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
November 16, 2024 06:40
740062a
to
3a9f4c2
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
6 times, most recently
from
November 26, 2024 22:56
3a7cffd
to
efb38aa
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
5 times, most recently
from
December 4, 2024 08:03
1888187
to
37336b2
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
December 13, 2024 14:02
b992668
to
6b0719c
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
December 23, 2024 08:42
a457e79
to
114c2ea
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
from
January 2, 2025 14:15
114c2ea
to
d35fad5
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
2 times, most recently
from
January 16, 2025 12:54
03f8ca8
to
4e6f17f
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
January 23, 2025 18:14
4fd1911
to
ebc62c8
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
2 times, most recently
from
January 30, 2025 17:11
8e29445
to
e0a1e61
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
from
February 2, 2025 00:44
e0a1e61
to
c7130e5
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.7.4
->1.7.9
1.0.0-rc.12
->1.0.0
0.37.90
->0.37.119
16.4.5
->16.4.7
3.1.4
->3.1.9
Release Notes
axios/axios (axios)
v1.7.9
Compare Source
Reverts
Contributors to this release
v1.7.8
Compare Source
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Contributors to this release
v1.7.7
Compare Source
Bug Fixes
Contributors to this release
v1.7.6
Compare Source
Bug Fixes
Contributors to this release
v1.7.5
Compare Source
Bug Fixes
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b)Contributors to this release
cheeriojs/cheerio (cheerio)
v1.0.0
Compare Source
Cheerio 1.0 is here! 🎉
Announcement Blog Post
Breaking Changes
The minimum NodeJS version is now 18.17 or higher https://github.com/cheeriojs/cheerio/pull/3959
Import paths were simplified. For example, use
cheerio/slim
instead ofcheerio/lib/slim
. https://github.com/cheeriojs/cheerio/pull/3970The deprecated default Cheerio instance and static methods were removed. https://github.com/cheeriojs/cheerio/pull/3974
Before, it was possible to write code like this:
Make sure to always load documents first:
Node types previously re-exported by Cheerio must now be imported directly
from (
domhandler
)(https://github.com/fb55/domhandler). https://github.com/cheeriojs/cheerio/pull/3969htmlparser2 options now reside exclusively under the
xml
key (https://github.com/cheeriojs/cheerio/pull/2916):New Features
Fixes
cheerio/utils
by @blixt in https://github.com/cheeriojs/cheerio/pull/2601data
, and simplify by @fb55 in https://github.com/cheeriojs/cheerio/pull/2818closest
be able to start from text nodes by @Qualtagh in https://github.com/cheeriojs/cheerio/pull/2811Other
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0
discordjs/discord-api-types (discord-api-types)
v0.37.119
Compare Source
Bug Fixes
v0.37.118
Compare Source
Features
incidents_data
(#822) (8fe9c07)v0.37.117
Compare Source
v0.37.116
Compare Source
Features
BadRequest
(#1191) (d9b6935)v0.37.115
Compare Source
v0.37.114
Compare Source
Bug Fixes
v0.37.113
Compare Source
Bug Fixes
Features
Bluesky
andMastodon
(#1174) (61592d6)v0.37.112
Compare Source
Features
renewal_sku_ids
(#1172) (fb7c6b8)v0.37.111
Compare Source
v0.37.110
Compare Source
Features
v0.37.109
Compare Source
Features
v0.37.108
Compare Source
Features
v0.37.107
Compare Source
Bug Fixes
v0.37.106
Compare Source
v0.37.105
Compare Source
Features
v0.37.104
Compare Source
Bug Fixes
ButtonStyle.Premium
(#1135) (736479c)v0.37.103
Compare Source
Features
v0.37.102
Compare Source
Features
v0.37.101
Compare Source
Bug Fixes
Features
VoiceChannelEffectSend
event (#739) (240226f)v0.37.100
Compare Source
Bug Fixes
guild_id
as deprecated (#1084) (3f3fe21)unavailable
optional (#1092) (258fb72)RESTAPIPollCreate
withRESTAPIPoll
(#1091) (d3b5187)Features
GuildNavigation
andLinkedRole
(#1089) (0938b66)PurchaseNotification
andPollResult
(#1040) (344274b)40018
,40019
, and40094
(#1056) (93e649a)poll
(#1067) (f770290)v0.37.99
Compare Source
Features
IsGuest
andDmSettingsUpsellAcknowledged
(#1079) (2803e8d)v0.37.98
Compare Source
Features
v0.37.97
Compare Source
v0.37.96
Compare Source
Bug Fixes
recurrence_rule
on patch (#1063) (19d2aeb)v0.37.95
Compare Source
Bug Fixes
Features
UnknownStickerPack
(#1055) (906dd8e)v0.37.94
Compare Source
Features
approximate_user_install_count
(#1052) (d504763)v0.37.93
Compare Source
Bug Fixes
Features
Roblox
(#1032) (4f66b4d)banner
(#1028) (da9496f)v0.37.92
Compare Source
Bug Fixes
v0.37.91
Compare Source
Features
title
(#1015) (897fd90)motdotla/dotenv (dotenv)
v16.4.7
Compare Source
Changed
.tap
folder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6
Compare Source
Changed
remy/nodemon (nodemon)
v3.1.9
Compare Source
Bug Fixes
exitcrash
(9c9de6e)v3.1.8
Compare Source
Bug Fixes
v3.1.7
Compare Source
v3.1.6
Compare Source
Bug Fixes
v3.1.5
Compare Source
Configuration
📅 Schedule: Branch creation - "before 5am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.