This repository was archived by the owner on Mar 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency babel to v2.17.0 #157
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/babel-2.x
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.
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
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Reviewer's Guide by SourceryThis pull request updates the babel dependency from version 2.16.0 to 2.17.0. This is a minor version update that includes several bug fixes, new features, and deprecation and compatibility changes. Class diagram showing updated Babel package versionclassDiagram
class BabelPackage {
version: string
}
note for BabelPackage "Updated from v2.16.0 to v2.17.0"
class Features {
+CLDR_46_support()
+explicit_format_in_parse_date_time()
+enhanced_format_skeleton()
+short_narrow_timedelta_formats()
+improved_po_file_handling()
+python_brace_format_support()
+LC_MONETARY_currency_formatting()
}
class Bugfixes {
+optional_seconds_in_parse_time()
+improved_localtime_handling()
+fixed_week_numbering()
+better_none_locale_handling()
+fixed_message_extraction()
}
BabelPackage --> Features
BabelPackage --> Bugfixes
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
==2.16.0->==2.17.0Release Notes
python-babel/babel (Babel)
v2.17.0Compare Source
Happy 2025! This release is being made from FOSDEM 2025, in Brussels, Belgium.
Thank you to all contributors, new and old,
and here's to another great year of internationalization and localization!
Features
parse_timetime formats by @tomasr8 in :gh:1141str.indexwithstr.findby @tomasr8 in :gh:1130/etc/localtimeby @akx in :gh:11651179locale=Noneby @akx in :gh:1164Catalog.__setitem__by @tomasr8 in :gh:1167112611351132read_mologic regardingcatalog.charsetby @tomasr8 in :gh:11481121Deprecation and compatibility
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.