Skip to content

Update Minor updates (minor) #872

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

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 Mar 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anolilab/semantic-release-preset (source) 8.0.3 -> 8.1.2 age adoption passing confidence
@arthurgeron/eslint-plugin-react-usememo ^2.0.1 -> ^2.5.0 age adoption passing confidence
@arthurgeron/eslint-plugin-react-usememo ^2.2.1 -> ^2.5.0 age adoption passing confidence
@jsenv/eslint-import-resolver (source) >=8.0.4 -> >=8.4.0 age adoption passing confidence
@rushstack/eslint-patch (source) ^1.5.1 -> ^1.11.0 age adoption passing confidence
@rushstack/eslint-plugin-security (source) ^0.7.1 -> ^0.10.0 age adoption passing confidence
@textlint/ast-node-types ^14.4.2 -> ^14.6.0 age adoption passing confidence
@textlint/types (source) ^14.4.2 -> ^14.6.0 age adoption passing confidence
@total-typescript/ts-reset (source) ^0.5.1 -> ^0.6.1 age adoption passing confidence
chrono-node@<2.2.4 >=2.2.4 -> >=2.8.0 age adoption passing confidence
esbuild ^0.24.2 -> ^0.25.2 age adoption passing confidence
globals ^13.23.0 -> ^13.24.0 age adoption passing confidence
lint-staged ^15.3.0 -> ^15.5.1 age adoption passing confidence
semver ^7.5.4 -> ^7.7.1 age adoption passing confidence
sort-package-json ^2.12.0 -> ^2.15.1 age adoption passing confidence
taze ^18.1.0 -> ^18.7.1 age adoption passing confidence
toml-eslint-parser ^0.6.0 -> ^0.10.0 age adoption passing confidence
tsup (source) ^8.0.1 -> ^8.4.0 age adoption passing confidence
yaml-eslint-parser ^1.2.2 -> ^1.3.0 age adoption passing confidence

Release Notes

anolilab/semantic-release (@​anolilab/semantic-release-preset)

v8.1.2

Compare Source

Bug Fixes
Dependencies

v8.1.1

Compare Source

Dependencies

v8.1.0

Compare Source

Features
  • moved semantic-release preset, added new presets for yarn and pnpm (#​26) (7c057c4)
arthurgeron/eslint-plugin-react-usememo (@​arthurgeron/eslint-plugin-react-usememo)

v2.5.0

Compare Source

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.4.4...v2.5.0

v2.4.4

Compare Source

What's Changed

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.4.3...v2.4.4

v2.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.4.1...v2.4.2

v2.4.1

Compare Source

What's Changed

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

Release/2.4.0 by @​arthurgeron in https://github.com/arthurgeron/eslint-plugin-react-usememo/pull/44

  • Fixes #​43 ;

  • Optimized isComplexComponent expression by replacing regular expression with a simple character comparison.

  • When the usememo rule rejects a JSX Attribute content in an invalid context (e.g. wrapping expressions) it won't try fixing it, instead, it'll report the issue with a new error message.

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.3.1...v2.4.0

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

  • Fix #​33 by @​arthurgeron in https://github.com/arthurgeron/eslint-plugin-react-usememo/pull/36
  • Require-memo:
    • Now supports ignoring components by name through the ignoredComponentsoption, supports minimatch/glob syntax
    • Now also works for components declared separately from export statements
    • Only checks exported components
  • Fixed issue where rules with a ignore option that uses minimatch'd not work properly if their value is set to false (affects require-usememo rule).

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.2.3...v2.3.0

v2.2.3

Compare Source

What's Changed

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.1.4...v2.2.0

v2.1.4

Compare Source

What's Changed

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.1.3...v2.1.4

v2.1.3

Compare Source

What's Changed

Full Changelog: arthurgeron/eslint-plugin-react-usememo@v2.1.2...v2.1.3

v2.1.2: 2.1.2

Compare Source

Included PRs

What's Changed

  • [Fix] Autofix not creating variable names, when needed, for JSX Elements; #​22
  • [Fix] Name generation for variables resulting in duplicate names when alternatives are exhausted;
  • [Improvement] Root and memo children documentation;
  • [Improvement] Release Github Actions Workflow now automatically generates Git Tags & Release

Full Changelog: arthurgeron/eslint-plugin-react-usememo@2.1.1...v2.1.2

v2.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: arthurgeron/eslint-plugin-react-usememo@2.1.0...2.1.1

v2.1.0

Compare Source

What's Changed

Features Added

  • Rule Require useMemo fix routine now creates/increments import declarations, as demonstrated in the updated docs
  • Added option { fix: { addImports: boolean } }, which disables the rule when set to false, defaults to true.

Other Changes

  • [Fix] Crash on missing variable declaration

Full Changelog: arthurgeron/eslint-plugin-react-usememo@2.0.1...2.1.0

jsenv/core (@​jsenv/eslint-import-resolver)

v8.4.0

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

microsoft/rushstack (@​rushstack/eslint-patch)

v1.11.0

Compare Source

Tue, 11 Mar 2025 02:12:33 GMT

Minor changes
  • Bump the @typescript-eslint/* packages to add support for TypeScript 5.8.

v1.10.5

Compare Source

Tue, 07 Jan 2025 16:11:06 GMT

Patches
  • Fix a performance issue when locating ".eslint-bulk-suppressions.json".
microsoft/rushstack (@​rushstack/eslint-plugin-security)

v0.10.0

Compare Source

Tue, 11 Mar 2025 02:12:33 GMT

Minor changes
  • Bump the @typescript-eslint/* packages to add support for TypeScript 5.8.

v0.9.0

Compare Source

Sat, 01 Mar 2025 07:23:16 GMT

Minor changes
  • Bump the @typescript-eslint/* dependencies to ~8.24.0 to support newer versions of TypeScript.

v0.8.3

Compare Source

Thu, 19 Sep 2024 00:11:08 GMT

Patches
  • Fix ESLint broken links

v0.8.2

Compare Source

Sat, 27 Jul 2024 00:10:27 GMT

Patches
  • Include CHANGELOG.md in published releases again

v0.8.1

Compare Source

Sat, 17 Feb 2024 06:24:34 GMT

Version update only

v0.8.0

Compare Source

Tue, 16 Jan 2024 18:30:10 GMT

Minor changes
textlint/textlint (@​textlint/ast-node-types)

v14.6.0

Compare Source

What's Changed

Features
Bug Fixes
Documentation
Dependency Updates
Other Changes

New Contributors

Full Changelog: textlint/textlint@v14.5.0...v14.6.0

v14.5.0

Compare Source

What's Changed

Features

[!NOTE]
if you use LinkReference, ImageReference and Definition node types from an earlier version of textlint, it will be undefined.

Documentation
Dependency Updates

New Contributors

Full Changelog: textlint/textlint@v14.4.2...v14.5.0

total-typescript/ts-reset (@​total-typescript/ts-reset)

v0.6.1

Patch Changes
  • 757be40: Fixed a bug where creating an empty map would no longer infer types correctly.

v0.6.0

Minor Changes
  • 6574858: Added a rule, /map-constructor, to default Map to Map<unknown, unknown> when no arguments are passed to the constructor.

    Before, you'd get any for both key and value types. Now, the result of Map.get is unknown instead of any:

    const userMap = new Map();
    
    const value = userMap.get("matt"); // value: unknown

    This now is part of the recommended rules.

  • 5bf3a15: Added a rule, /promise-catch, to change the catch method to take unknown instead of any as an argument.

    const promise = Promise.reject("error");
    
    // BEFORE
    
    promise.catch((error) => {
      console.error(error); // error is any!
    });
    
    // AFTER
    
    promise.catch((error) => {
      console.error(error); // error is unknown!
    });
Patch Changes
  • 53cee4f: author: @​none23

    Fixed a bug where running .filter on a union of arrays would not work.

wanasit/chrono (chrono-node@<2.2.4)

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 (https://github.com/wanasit/chrono/pull/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 [`c4cd37

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 March 31, 2025 10:10
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Mar 31, 2025
Copy link

coderabbitai bot commented Mar 31, 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.
    • 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 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.

Copy link
Contributor

github-actions bot commented Mar 31, 2025

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Update Minor updates (minor)". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - build
 - chore
 - ci
 - docs
 - feat
 - fix
 - perf
 - infra
 - refactor
 - revert
 - test

Copy link

socket-security bot commented Mar 31, 2025

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​anolilab/​semantic-release-preset@​8.0.3 ⏵ 8.1.271 +9100100 +185100
Addedeslint-plugin-i@​2.28.19810010076100
Updated@​arthurgeron/​eslint-plugin-react-usememo@​2.4.4 ⏵ 2.5.083 +1100100 +191100
Addedreact@​18.3.11001008397100
Addedtypescript@​5.7.210010089100100
Addedeslint@​8.50.09710010096100

View full report

Copy link

socket-security bot commented Mar 31, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 0acbb4a to dc95d2b Compare April 9, 2025 08:12
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 4565087 to ef0f205 Compare April 17, 2025 16:41
Signed-off-by: Renovate Bot <[email protected]>
@renovate renovate bot force-pushed the renovate/minor-updates branch from ef0f205 to bccbec9 Compare April 21, 2025 13:46
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