-
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
August 28, 2024 07:17
97a1388
to
f1af391
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
4 times, most recently
from
September 5, 2024 23:11
abc87a5
to
1615fcf
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
4 times, most recently
from
September 23, 2024 14:22
8c00d26
to
9e7be72
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
2 times, most recently
from
October 14, 2024 19:09
9be107b
to
2d334ef
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
2 times, most recently
from
October 28, 2024 12:47
499a269
to
e265e82
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
November 4, 2024 20:31
59d8ae5
to
b714f30
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
November 14, 2024 14:20
0976ac7
to
7dc5d3b
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
4 times, most recently
from
November 21, 2024 23:29
688a6e0
to
49157f8
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
November 26, 2024 06:23
28908c9
to
3a7cffd
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
from
November 26, 2024 22:56
3a7cffd
to
efb38aa
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.8
1.0.0-rc.12
->1.0.0
0.37.90
->0.37.109
v4.44.2
->v4.44.5
6.9.13
->6.9.16
3.1.4
->3.1.7
Release Notes
axios/axios (axios)
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.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)mikefarah/yq (mikefarah/yq)
v4.44.5
Compare Source
Note: 4.44.4 was skipped as it had a release pipeline failure
v4.44.4
Compare Source
v4.44.3
Compare Source
nodemailer/nodemailer (nodemailer)
v6.9.16
Compare Source
Bug Fixes
v6.9.15
Compare Source
Bug Fixes
v6.9.14
Compare Source
Bug Fixes
remy/nodemon (nodemon)
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.