-
Notifications
You must be signed in to change notification settings - Fork 200
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 all dependencies (major) #12389
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-all
base: main
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
+29
−61
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
Demo starting at https://ubuntu-com-12389.demos.haus |
renovate
bot
force-pushed
the
renovate/major-all
branch
9 times, most recently
from
January 9, 2023 18:15
96b79e6
to
53b1c11
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
13 times, most recently
from
January 17, 2023 10:26
6b0341a
to
5dc1c56
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
January 18, 2023 01:04
3164e7c
to
7637395
Compare
renovate
bot
changed the title
Update all dependencies (major)
chore(deps): update all dependencies (major)
Jan 18, 2023
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
January 23, 2023 11:29
cae4361
to
4bf55b8
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
August 22, 2024 14:44
dee8770
to
034b6ed
Compare
renovate
bot
changed the title
chore(deps): update all dependencies (major)
Update all dependencies (major)
Aug 23, 2024
renovate
bot
force-pushed
the
renovate/major-all
branch
7 times, most recently
from
August 27, 2024 06:50
d72c3f6
to
ab0ef97
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
August 28, 2024 09:19
ab0ef97
to
7c9579a
Compare
renovate
bot
changed the title
Update all dependencies (major)
chore(deps): update all dependencies (major)
Aug 28, 2024
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 3, 2024 16:41
7c9579a
to
427dae6
Compare
renovate
bot
changed the title
chore(deps): update all dependencies (major)
Update all dependencies (major)
Sep 4, 2024
renovate
bot
changed the title
Update all dependencies (major)
chore(deps): update all dependencies (major)
Sep 5, 2024
renovate
bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
September 12, 2024 03:19
bcf4ccb
to
8f6fe3b
Compare
renovate
bot
changed the title
chore(deps): update all dependencies (major)
Update all dependencies (major)
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
September 17, 2024 05:28
c1abb46
to
cf9764e
Compare
renovate
bot
changed the title
Update all dependencies (major)
chore(deps): update all dependencies (major)
Sep 18, 2024
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 26, 2024 20:02
cf9764e
to
0eb7c99
Compare
renovate
bot
changed the title
chore(deps): update all dependencies (major)
Update all dependencies (major)
Sep 30, 2024
renovate
bot
force-pushed
the
renovate/major-all
branch
from
October 5, 2024 19:55
0eb7c99
to
24ed1e9
Compare
renovate
bot
changed the title
Update all dependencies (major)
chore(deps): update all dependencies (major)
Oct 7, 2024
renovate
bot
force-pushed
the
renovate/major-all
branch
from
October 17, 2024 04:30
24ed1e9
to
734f25c
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
November 7, 2024 08:26
734f25c
to
fc6eb76
Compare
renovate
bot
changed the title
chore(deps): update all dependencies (major)
Update all dependencies (major)
Nov 7, 2024
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:
8.2.0
->9.1.0
3.6.0
->4.1.0
3.1.2
->10.0.1
==0.8.4
->==3.0.2
20
->23
==1.24.4
->==2.1.3
==2022.7.1
->==2024.2
v43
->v45
22.04
->24.04
jammy
->noble
jammy
->noble
Release Notes
open-cli-tools/concurrently (concurrently)
v9.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0
v9.0.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1
v9.0.0
Compare Source
v8.2.2
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2
v8.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v8.2.0...v8.2.1
date-fns/date-fns (date-fns)
v4.1.0
Compare Source
This release adds time zone support to format functions (that I somehow missed when working on the feature) and fixes a few bugs.
Make sure also upgrade
TZDate
to v1.0.2 as it includes a bunch of critical bug fixes.Fixed
constructFrom
throwing an exception onnull
arguments. Whilenull
isn't allowed, the functions should rather returnInvalid Date
orNaN
in such cases. See #3885.Added
format
,formatISO
,formatISO9075
,formatRelative
andformatRFC3339
. See #3886.v4.0.0
Compare Source
I have great news! First, ten years after its release, date-fns finally gets first-class time zone support.
Another great news is that there aren't many breaking changes in this release. All of them are type-related and will affect only those explicitly using internal date-fns types. Finally, it has been less than a year since the last major release, which is an improvement over the previous four years between v2 and v3. I plan on keeping the pace and minimizing breaking changes moving forward.
Read more about the release in the announcement blog post.
- Sasha @kossnocorp
Added
Added time zones support via
@date-fns/tz
'sTZDate
class andtz
helper function. See its README for the details about the API.All relevant functions now accept the context
in
option, which allows to specify the time zone to make the calculations in. If the function also returns a date, it will be in the specified time zone:In the example,
addDays
will get the current date and time in Singapore and add 5 days to it.startOfDay
will inherit the date type and return the start of the day in Singapore.Changed
The function arguments, as well as
Interval
'sstart
andend
, now can be of different types, allowing you to mixUTCDate
,TZDate
,Date
, and other extensions, as well as primitives (strings and numbers).The functions will normalize these values, make calculations, and return the result in the same type, preventing any bugs caused by the discrepancy. If passed, the type will be inferred from the context
in
option or the first encountered argument object type. TheInterval
'sstart
andend
will be considered separately, starting fromstart
.In the given example, the result will be in the
TZDate
as the first argument is a number, and thestart
takes precedence over theend
.BREAKING: This release contains a bunch of types changes that should not affect the library's expected usage. The changes are primarily internal and nuanced, so rather than listing them here, I recommend you running the type checker after the upgrade. If there are unfixable problems, please open an issue.
BREAKING: The package now is ESM-first. The CommonJS is still support and It should not affect most users, but it might break in certains environments. If you encounter any issues, please report them.
Fixed
$
by properly wrapping the code in an IIFE.isaacs/minimatch (minimatch)
v10.0.1
Compare Source
v10.0.0
Compare Source
v9.0.5
Compare Source
v9.0.4
Compare Source
v9.0.3
Compare Source
v9.0.2
Compare Source
v9.0.1
Compare Source
v9.0.0
Compare Source
v8.0.4
Compare Source
v8.0.3
Compare Source
v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
v7.4.6
Compare Source
v7.4.5
Compare Source
v7.4.4
Compare Source
v7.4.3
Compare Source
v7.4.2
Compare Source
v7.4.1
Compare Source
v7.4.0
Compare Source
v7.3.0
Compare Source
v7.2.0
Compare Source
v7.1.4
Compare Source
v7.1.3
Compare Source
v7.1.2
Compare Source
v7.1.1
Compare Source
v7.1.0
Compare Source
v7.0.1
Compare Source
v7.0.0
Compare Source
v6.2.0
Compare Source
v6.1.10
Compare Source
v6.1.9
Compare Source
v6.1.8
Compare Source
v6.1.7
Compare Source
v6.1.6
Compare Source
v6.1.5
Compare Source
v6.1.4
Compare Source
v6.1.3
Compare Source
v6.1.2
Compare Source
v6.1.1
Compare Source
v6.1.0
Compare Source
v6.0.4
Compare Source
v6.0.3
Compare Source
v6.0.2
Compare Source
v6.0.1
Compare Source
v6.0.0
Compare Source
v5.1.6
Compare Source
v5.1.5
Compare Source
v5.1.4
Compare Source
v5.1.3
Compare Source
v5.1.2
Compare Source
v5.1.1
Compare Source
v5.1.0
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
v4.2.3
Compare Source
v4.2.2
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.0
Compare Source
lepture/mistune (mistune)
v3.0.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.0.1
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v3.0.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v2.0.5
: Version 2.0.5Compare Source
Improve on parsing list. Make it possible to customize list regex. ref https://github.com/lepture/mistune/issues/331
v2.0.4
: Version 2.0.4Compare Source
url
plugin in<a>
tag*
formattingv2.0.3
: Version 2.0.3Compare Source
v2.0.2
: Version 2.0.2Compare Source
Fix
escape_url
via https://github.com/lepture/mistune/pull/295v2.0.1
: Version 2.0.1Compare Source
Fix XSS for image link syntax.
v2.0.0
: Version 2.0.0Compare Source
First release of Mistune v2.
nodejs/node (node)
v23
Moved to doc/changelogs/CHANGELOG_V6.md#6.1.0.
v22
Moved to doc/changelogs/CHANGELOG_V4.md#4.4.1.
v21
Moved to doc/changelogs/CHANGELOG_V4.md#4.2.6.
numpy/numpy (numpy)
v2.1.3
Compare Source
v2.1.2
Compare Source
v2.1.1
: 2.1.1 (Sep 3, 2024)Compare Source
NumPy 2.1.1 Release Notes
NumPy 2.1.1 is a maintenance release that fixes bugs and regressions
discovered after the 2.1.0 release.
The Python versions supported by this release are 3.10-3.13.
Contributors
A total of 7 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Pull requests merged
A total of 10 pull requests were merged for this release.
Checksums
MD5
SHA256
v2.1.0
Compare Source
v2.0.2
: NumPy 2.0.2 release (Aug 26, 2024)Compare Source
NumPy 2.0.2 Release Notes
NumPy 2.0.2 is a maintenance release that fixes bugs and regressions
discovered after the 2.0.1 release.
The Python versions supported by this release are 3.9-3.12.
Contributors
A total of 13 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Pull requests merged
A total of 19 pull requests were merged for this release.
alltrue
andsometrue
npyv_loadable_stride_
functions for ldexp and...np.save
Checksums
MD5
SHA256
[
v2.0.1
](https://redirect.githConfiguration
📅 Schedule: Branch creation - "on the first day of january" (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.