Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2025

This PR contains the following updates:

Package Change Age Confidence
chrono-node@<2.2.4 >=2.2.4 -> >=2.8.4 age confidence
pnpm (source) 10.13.1 -> 10.15.0 age confidence
taze ^19.1.0 -> ^19.3.0 age confidence

Release Notes

wanasit/chrono (chrono-node@<2.2.4)

v2.8.4

Compare Source


v2.8.3

Compare Source

  • Rewrite duration calculations (without DayJs) abba434
  • Fix: (en) "noon" time assignment confidence (by @​crazyjncsu)
  • Fix: export type ParsingContext (by @​wickedest)

v2.8.2

Compare Source

  • Fix: Correct import error in 2.8.1

v2.8.1

Compare Source


v2.8.0

Compare Source

New/Fix: Reference date calculation on the assigned timezone 4033a27

Previously, the reference date calculation (e.g., "1 day ago", "tomorrow at 9am") was based on the interpretation of the reference instant/timestamp using the system timezone rather than the assigned timezone (e.g., "April 5" in the system timezone may already "April 6" in the assigned timezone).

const refInstant = new Date("2025-02-27T22:00:00.000Z");
// This instant/timestamp
// = Thu Feb 27 2025 15:00:00 GMT-0800 (PST)
// = Fri Feb 28 2025 08:00:00 GMT+0900 (JST)

chrono.parseDate("Tomorrow at 9am", { instant: refInstant, timezone: "PST" })
// In PST, "Tomorrow at 9am" => Fri Feb 28 2025 09:00:00 GMT-0800 (PST)

chrono.parseDate("Tomorrow at 9am", { instant: refInstant, timezone: "JST" })
// In JST, "Tomorrow at 9am" => Sat Mar 1 2025 09:00:00 GMT+0900 (JST)

This changed some current relative date/time output. So, it is published in a minor version, instead of a patch.


v2.7.9

Compare Source

  • New: Italian (IT) support (beta/untested).
  • New: (en) add "Overmorrow" support in casual date e1acb29
  • Fix: (jp) rewrite 当日 to 本日
  • Fix: timezone option for relative dates should affect time 8c415a8

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

  • New: Introduce parsing tags (#​534)
    • The parsed components (and results) have tags (Set<string>).
    • These tags are added by parsers and refiners for additional information about the results.

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)

v2.2.7

Compare Source

  • Improvement: Apply case-sensitive timezone extraction on date expressions f036345
  • Fix: Time parsing ending with "a" or "p" 77fbd83
  • New: BCE/CE year label support dde6103
  • New: "tmrw" as abbr for "tomorrow" b9c02f5

v2.2.6

Compare Source

  • Fix: Improve performance by avoid unnecessary parsing in time exp cdfb6bc
  • Fix: negative time range parsing 053cc8f
  • Fix: handling quote sign around time parsing 6a52cf3

v2.2.5

Compare Source

  • Fix: Performance improvement by reduce the usage of dayjs in results 38cbefb
  • Fix: Small performance improvement through caching fab8f51
  • New: Adding basic benchmark ac08a8c
pnpm/pnpm (pnpm)

v10.15.0

Compare Source

Minor Changes
  • Added the cleanupUnusedCatalogs configuration. When set to true, pnpm will remove unused catalog entries during installation #​9793.
  • Automatically load pnpmfiles from config dependencies that are named @*/pnpm-plugin-* #​9780.
  • pnpm config get now prints an INI string for an object value #​9797.
  • pnpm config get now accepts property paths (e.g. pnpm config get catalog.react, pnpm config get .catalog.react, pnpm config get 'packageExtensions["@&#8203;babel/parser"].peerDependencies["@&#8203;babel/types"]'), and pnpm config set now accepts dot-leading or subscripted keys (e.g. pnpm config set .ignoreScripts true).
  • pnpm config get --json now prints a JSON serialization of config value, and pnpm config set --json now parses the input value as JSON.
Patch Changes
  • Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #​9835.
  • When executing the pnpm create command, must verify whether the node version is supported even if a cache already exists #​9775.
  • When making requests for the non-abbreviated packument, add */* to the Accept header to avoid getting a 406 error on AWS CodeArtifact #​9862.
  • The standalone exe version of pnpm works with glibc 2.26 again #​9734.
  • Fix a regression in which pnpm dlx pkg --help doesn't pass --help to pkg #​9823.

v10.14.0

Compare Source

Minor Changes
  • Added support for JavaScript runtime resolution

    Declare Node.js, Deno, or Bun in devEngines.runtime (inside package.json) and let pnpm download and pin it automatically.

    Usage example:

    {
      "devEngines": {
        "runtime": {
          "name": "node",
          "version": "^24.4.0",
          "onFail": "download" (we only support the "download" value for now)
        }
      }
    }

    How it works:

    1. pnpm install resolves your specified range to the latest matching runtime version.
    2. The exact version (and checksum) is saved in the lockfile.
    3. Scripts use the local runtime, ensuring consistency across environments.

    Why this is better:

    1. This new setting supports also Deno and Bun (vs. our Node-only settings useNodeVersion and executionEnv.nodeVersion)
    2. Supports version ranges (not just a fixed version).
    3. The resolved version is stored in the pnpm lockfile, along with an integrity checksum for future validation of the Node.js content's validity.
    4. It can be used on any workspace project (like executionEnv.nodeVersion). So, different projects in a workspace can use different runtimes.
    5. For now devEngines.runtime setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.

    Related PR: #​9755.

  • Add --cpu, --libc, and --os to pnpm install, pnpm add, and pnpm dlx to customize supportedArchitectures via the CLI #​7510.

Patch Changes
  • Fix a bug in which pnpm add downloads packages whose libc differ from pnpm.supportedArchitectures.libc.
  • The integrities of the downloaded Node.js artifacts are verified #​9750.
  • Allow dlx to parse CLI flags and options between the dlx command and the command to run or between the dlx command and -- #​9719.
  • pnpm install --prod should removing hoisted dev dependencies #​9782.
  • Fix an edge case bug causing local tarballs to not re-link into the virtual store. This bug would happen when changing the contents of the tarball without renaming the file and running a filtered install.
  • Fix a bug causing pnpm install to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.
antfu-collective/taze (taze)

v19.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v19.2.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v19.1.1

Compare Source

No significant changes

    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 June 11, 2025 12:46
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Jun 11, 2025
@renovate renovate bot enabled auto-merge (squash) June 11, 2025 12:46
Copy link
Contributor

coderabbitai bot commented Jun 11, 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.


🪧 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.
    • 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.
  • 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 the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

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

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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.

Copy link
Contributor

github-actions bot commented Jun 11, 2025

Thank you for following the naming conventions! 🙏

@renovate renovate bot force-pushed the renovate/minor-updates branch from 8388760 to 4fac511 Compare June 12, 2025 08:05
@renovate renovate bot changed the title fix(deps): update dependency chrono-node@&lt;2.2.4 to >=2.8.2 fix(deps): update minor updates (minor) Jun 12, 2025
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from a0e1fd4 to 12475aa Compare June 17, 2025 13:29
@renovate renovate bot changed the title fix(deps): update minor updates (minor) fix(deps): update dependency chrono-node@&lt;2.2.4 to >=2.8.3 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from e770275 to 9607f94 Compare June 17, 2025 14:07
Copy link

pkg-pr-new bot commented Jun 17, 2025

Open in StackBlitz

@anolilab/multi-semantic-release

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/multi-semantic-release@163

@anolilab/rc

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/rc@163

@anolilab/semantic-release-pnpm

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/semantic-release-pnpm@163

@anolilab/semantic-release-clean-package-json

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/semantic-release-clean-package-json@163

@anolilab/semantic-release-preset

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/semantic-release-preset@163

commit: b196acb

Copy link

codecov bot commented Jun 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.55%. Comparing base (2381424) to head (b196acb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #163   +/-   ##
=======================================
  Coverage   64.55%   64.55%           
=======================================
  Files          32       32           
  Lines         790      790           
  Branches      114      114           
=======================================
  Hits          510      510           
+ Misses        280      277    -3     
- Partials        0        3    +3     
Flag Coverage Δ
rc 92.10% <ø> (ø)
semantic-release-clean-package-json 85.24% <ø> (ø)
semantic-release-pnpm 50.50% <ø> (ø)
see 1 file with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 3989fd3 to 58e2cb8 Compare June 23, 2025 10:44
@renovate renovate bot changed the title fix(deps): update dependency chrono-node@&lt;2.2.4 to >=2.8.3 fix(deps): update minor updates (minor) Jun 23, 2025
@renovate renovate bot force-pushed the renovate/minor-updates branch 4 times, most recently from ceee56b to 1e3dfdd Compare July 2, 2025 10:27
@renovate renovate bot changed the title fix(deps): update minor updates (minor) fix(deps): update dependency chrono-node@&lt;2.2.4 to >=2.8.3 Jul 2, 2025
@renovate renovate bot force-pushed the renovate/minor-updates branch 6 times, most recently from 2629106 to 33f8013 Compare July 2, 2025 16:00
@renovate renovate bot force-pushed the renovate/minor-updates branch from 33f8013 to ee57214 Compare July 7, 2025 14:04
@renovate renovate bot changed the title fix(deps): update dependency chrono-node@&lt;2.2.4 to >=2.8.3 fix(deps): update minor updates (minor) Jul 7, 2025
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 40fa5ac to dfb7b98 Compare July 14, 2025 13:50
@renovate renovate bot force-pushed the renovate/minor-updates branch from dfb7b98 to 7a892e3 Compare July 31, 2025 09:44
@renovate renovate bot changed the title fix(deps): update minor updates (minor) fix(deps): update dependency chrono-node@&lt;2.2.4 to >=2.8.3 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/minor-updates branch from 7a892e3 to b196acb Compare August 4, 2025 15:13
@renovate renovate bot changed the title fix(deps): update dependency chrono-node@&lt;2.2.4 to >=2.8.3 fix(deps): update minor updates (minor) Aug 4, 2025
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from dab859a to 4cee93b Compare August 11, 2025 09:57
Copy link

socket-security bot commented Aug 11, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License

View full report

@renovate renovate bot force-pushed the renovate/minor-updates branch from 4cee93b to 1fea643 Compare August 25, 2025 08:50
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