Skip to content
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 Minor updates (minor) #149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chrono-node@<2.2.4 >=2.2.7 -> >=2.7.8 age adoption passing confidence
taze ^18.4.0 -> ^18.5.0 age adoption passing confidence

Release Notes

wanasit/chrono (chrono-node@<2.2.4)

v2.7.8

Compare Source

  • Fix: (en) The second could be an ordinal number or time-unit 6d8d672
  • Fix: (en) Recognize "of" between month name and year 257722f
  • Fix: (en) The "may" could be verb or month name a857d3f
  • New: add debug tags for result/relativeDate 80c126b
  • New: add debug tags for parser/SlashDateFormatParser and parser/ENTimeExpressionParser 6646c75
  • New: (en) Add support for weekend/weekday mentioning 3a15d3d

v2.7.7

Compare Source

  • Fix: (en) incorrect timeunit words extraction 08e4dc4
  • Fix: Forward dates option affect relative timeago results 31bcae3
  • Fix: ISO format default to local timezone instead of UTC 696d247
  • Fix: Hyphanated (or slash) dates started by year intepretation d61f933
  • Fix: (en) support new separator for date/time 23abdda
  • New: (en) Add year suffix extraction refiner be6e995

v2.7.6

Compare Source

  • Fix: Time expression parsing after date with number-ending (#​547) 3ae3144
  • New [ZH]: Replace default chrono.zh configuration from combined zh.hans and zh.hant c5261b7

v2.7.5

Compare Source

  • New: Accept multiple time units connected by "and" d1a71c9
  • Fix: Month-year is incorrect parsed as month-date-year 9aeb1c3
  • Fix: TS type for parse() and parseDate() reference input (in locale modules) fa472f2
  • Fix: TS type for parseDate() return 3126f44

v2.7.4

Compare Source

  • Fix: little-endian month and year case c201115
  • Fix: incorrect reference "for the ..." 2cbe422
  • New: Support reference following a date (e.g. "today + 4day") fed9f9d
  • Fix [NL]: Various NL improvement by Dutch from @​HendrikJan #​539

v2.7.3

Compare Source

  • Fix: Apply lazy loading to UK patterns (related to errors in Hermes engine) 4c4d6d1
  • Fix: Apply lazy loading to RU patterns (related to errors in Hermes engine) 5db3a1f

v2.7.2

Compare Source

  • Fix: More lazy loading to RU patterns (related to errors in Hermes engine) cb0bdd4

v2.7.1

Compare Source

  • Fix: Apply lazy loading to RU patterns (related to errors in Hermes engine) 5db3a1f

v2.7.0

Compare Source

v2.6.6

Compare Source

Full Changelog: wanasit/chrono@v2.6.5...v2.6.6

v2.6.5

Compare Source

  • Export ReferenceWithTimezone and ParsingComponents to public interface 99b2e9f
  • Fix: Improve timezone abbr keyword between date and time 1b6994b

v2.6.4

Compare Source

v2.6.3

Compare Source

  • Improved Timezone handling (by @​JoakimNil, #​450)
    • Handle DST on major timezones
    • Support timezones override configuration
  • Fixed forwardDate calculation for the month/year (665bda6)
  • RU: Added more RU abbreviation (by @​mikemikhaylov, #​510)
  • EN: Timeunit abbreviations disabled in strict mode (787c41b)

v2.6.2

Compare Source

v2.6.1

Compare Source

  • Fix: Remove unused lookbehind pattern causing error on Safari (#​503) 8b64dcb

v2.6.0

Compare Source

v2.5.1

Compare Source

  • Fix: Support "the x after ..." pattern 6760ca0
  • Fix: recognize time ending that shift to another month dc1b244
  • New (nl): Dutch shortened month (by @​skoppers)
  • New (ru): Parsing for Russian "day before yesterday/after tomorrow" (by @​mikemikhaylov)
  • New (de/es): Time within pattern support (by Toby Rothe)

v2.5.0

Compare Source

  • New Added basic support for Spanish (by @​S4M3R)

Others:

  • New: Support timeunit abbriviation (English)
  • Support "midday" casual time in English (by @​kieranm)

v2.4.2

Compare Source

  • Fix: slash date format accept invalid dates
  • Fix: forward date to correctly increment day by one #​456 (by @​Swivelgames)
  • Fix: Midnight follow by date
  • Fix: Incorrect date(day) value in Chinese Local time expression parsers when date by @​maxwellyue
  • Other refactoring/fixes by @​mikemikhaylov @​7qt

v2.4.1

Compare Source

Minor version v2.3 -> v2.4

  • New weekday calculation (e.g. "This Friday", "Next Saturday")
  • Fixed inconsistent behaviors (#​464)
  • New: Introduced weekday enum

Other:

v2.3.9

Compare Source

v2.3.8

Compare Source

  • (new) Added parsing for quarter f4964a6 (by @​PriyankaSand)
  • (new, DE) Improve German casual relative expression parsing 668b5fe (by @​georgd)
  • (new, DE) Other German improvement (month name, era, time parsing)

v2.3.7

Compare Source

  • New: Recognize relative time from an absolute date (e.g. "2 weeks before 2020-02-13") from @​liamcain (PR #​430)
  • Fix: MSK (Moscow Time) from UTC+4:00 to UTC+3:00 from @​DylanFrese (PR #​421)
  • Fix: "after" and "after this" reference 0d1c9bd

v2.3.6

Compare Source

  • New: Chinese Hans support (chrono.zh.hans) support from @​QingWei-Li (PR #​427)
  • Fix: Ambiguous timezone names when time is not mentioned afbba58

v2.3.5

Compare Source

  • New: Chinese Hant support (chrono.zh.hant) support from @​DingWeizhe (MR #​417)
  • Improvement: also assign meridium on relative time parsing c4cd375

v2.3.4

Compare Source

  • Fix: improve timezone adjustment (dayligth-saving related) 543c3bc
  • Fix: incorrect date when ref timezone is unknown 801ca4e

v2.3.3

Compare Source

  • New: Allow null reference timezone; result timezone will not be implied or assigned unless one is read from a parsed date d337a53
  • Fix: Require a word boundary after short tokens that can be interpreted as numbers 8efe94c

v2.3.2

Compare Source

  • Fix: ForwardRefiner to activate on the same weekday 699c871

v2.3.1

Compare Source

  • Fix: (performance) Regex backtracking in consecutive space patterns #​399
  • New: Enhance Dutch (NL) Support 0cfef4e

v2.3.0

Compare Source

  • New: Date/Timezone Reference API (see. Parsing Reference (Date / Timezone) in Readme)
antfu/taze (taze)

v18.5.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from prisis as a code owner February 13, 2025 16:39
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Feb 13, 2025
@renovate renovate bot enabled auto-merge February 13, 2025 16:39
Copy link

coderabbitai bot commented Feb 13, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/minor-updates branch from abb0e96 to 5456ca2 Compare February 14, 2025 09:31
@renovate renovate bot changed the title Update dependency chrono-node@&lt;2.2.4 to >=2.7.8 Update Minor updates (minor) Feb 14, 2025
@renovate renovate bot force-pushed the renovate/minor-updates branch from 5456ca2 to 9897863 Compare February 14, 2025 09:33
Signed-off-by: Renovate Bot <[email protected]>
@renovate renovate bot force-pushed the renovate/minor-updates branch from 9897863 to decd4b1 Compare February 14, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants