Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@anolilab/commitlint-config (source) ^6.0.2 -> ^6.0.7 age confidence
@anolilab/eslint-config (source) 16.2.23 -> 16.2.26 age confidence
@anolilab/eslint-config (source) ^16.2.23 -> ^16.2.26 age confidence
@anolilab/lint-staged-config (source) ^3.0.27 -> ^3.0.39 age confidence
@anolilab/multi-semantic-release (source) ^2.0.3 -> ^2.0.9 age confidence
@anolilab/prettier-config (source) 6.0.3 -> 6.0.8 age confidence
@anolilab/prettier-config (source) ^6.0.3 -> ^6.0.8 age confidence
@anolilab/semantic-release-clean-package-json (source) 3.0.3 -> 3.0.5 age confidence
@anolilab/semantic-release-pnpm (source) ^2.0.3 -> ^2.0.5 age confidence
@hookform/resolvers (source) ^5.2.1 -> ^5.2.2 age confidence
lint-staged ^16.1.5 -> ^16.1.6 age confidence
motion ^12.23.12 -> ^12.23.24 age confidence
nanoid ^5.1.5 -> ^5.1.6 age confidence
pkg-pr-new (source) ^0.0.54 -> ^0.0.60 age confidence
posthog-js (source) ^1.260.1 -> ^1.260.3 age confidence
tsx (source) ^4.20.4 -> ^4.20.6 age confidence
tw-animate-css ^1.3.6 -> ^1.3.8 age confidence

Release Notes

anolilab/javascript-style-guide (@​anolilab/commitlint-config)

v6.0.7

Compare Source

Bug Fixes
  • deps: update node engine compatibility and upgrade dependencies (1a0d0e1)
Miscellaneous Chores

v6.0.6

Compare Source

Bug Fixes
  • update package versions and configurations (55338c4)

v6.0.5

Compare Source

Bug Fixes
  • update commitlint-config to use pnpm preset and add sideEffects flag (b07ec8d)

v6.0.4

Compare Source

Bug Fixes
  • add Prettier configuration and ignore files for commitlint-config (3ee035c)
Miscellaneous Chores
  • deps: update package dependencies to latest versions (028b723)
  • update @​visulima/packem to version 2.0.0-alpha.19 and add eslint-plugin-erasable-syntax-only@​0.3.1\n\n- Updated all instances of @​visulima/packem to the latest alpha version.\n- Added new dependency eslint-plugin-erasable-syntax-only for enhanced linting capabilities.\n- Updated devDependencies in various package.json files to ensure consistency across configurations. (0d62091)

v6.0.3

Compare Source

Bug Fixes
  • update commitlint-config package.json and packem.config.ts (f755ccc)
Miscellaneous Chores
  • update dependencies across packages (db14c14)
  • update dependencies and versions across packages (edf84af)
  • update dependencies and versions across packages (48812ea)
anolilab/javascript-style-guide (@​anolilab/eslint-config)

v16.2.26

Compare Source

Bug Fixes
  • eslint: update eslint-config dependencies and enhance Tailwind CSS support (283579f)

v16.2.25

Compare Source

Bug Fixes
  • update eslint configuration and dependencies (207d52e)

v16.2.24

Compare Source

Bug Fixes
  • update dependencies in eslint-config and refactor configuration files (8ccef8d)
anolilab/javascript-style-guide (@​anolilab/lint-staged-config)

v3.0.39

Compare Source

Dependencies

v3.0.38

Compare Source

Bug Fixes
  • deps: update node engine compatibility and upgrade dependencies (1a0d0e1)
  • deps: update package versions and configurations (e5b9cb5)
Miscellaneous Chores
Dependencies

v3.0.37

Compare Source

Miscellaneous Chores
Dependencies

v3.0.36

Compare Source

Dependencies

v3.0.35

Compare Source

Bug Fixes
  • update package versions and configurations (55338c4)
Miscellaneous Chores
  • update ESLint configuration and dependencies (52058a1)
  • update package versions and ESLint command (5e9bc41)
Code Refactoring
  • improve ESLint and Prettier configurations (db30fca)
Dependencies

v3.0.34

Compare Source

Bug Fixes
Dependencies

v3.0.33

Compare Source

Bug Fixes
  • update lint-staged-config for improved ESLint and Prettier integration (58e603d)
Dependencies

v3.0.32

Compare Source

Bug Fixes
  • enhance lint-staged-config with Prettier and ESLint updates (0018245)
Dependencies

v3.0.31

Compare Source

Bug Fixes
  • update lint-staged-config to exclude additional unused dependency (24e7611)
  • update lint-staged-config with new dependencies and ESLint rules (37c51b6)
Miscellaneous Chores
  • update ESLint configuration to disable specific rules (e9fbe12)
Dependencies

v3.0.30

Compare Source

Bug Fixes
  • deps: update dependencies in lint-staged-config package (c73642a)
Dependencies

v3.0.29

Compare Source

Dependencies

v3.0.28

Compare Source

Bug Fixes
  • update eslint configuration and dependencies (37da962)
Dependencies
anolilab/semantic-release (@​anolilab/multi-semantic-release)

v2.0.9

Compare Source

Bug Fixes

v2.0.8

Compare Source

Bug Fixes
  • update package dependencies and configurations (d94ebd8)
Dependencies

v2.0.7

Compare Source

Bug Fixes
  • deps: update dependencies and package manager version (732159f)

v2.0.6

Compare Source

⚠ BREAKING CHANGES
    • node-versions: the minimum node version for the v24 range is now v24.10.0
  • deps: a minimum of node v22.14 is now required
Features
  • add debug logging for branch and release channel information in create-inline-plugin-creator.ts (c67aa85)
  • add yargs types and update multi-semantic-release configurations (cc1ca7c)
  • Implemented catalog change detection in create-inline-plugin-creator.ts to trigger releases based on catalog version changes. (b8716f5)
Bug Fixes
  • #​232: await getTagHead in createInlinePluginCreator for proper async handling (2b813cf), closes #​232
  • dryRun flag support in multiSemanticRelease (110e370)
  • Ensure context.cwd is set to package directory for all plugin hooks (877d314)
  • update dependencies and node version across multiple packages (cbfde4b)
  • update Node.js version and dependencies across workflows and lock files (8a9c4cd)
  • update package manager and dependencies across multiple configurations (8b30f19)
Miscellaneous Chores
Code Refactoring
  • clean up comments in multi-semantic-release files (9672b6e)
  • clean up whitespace and comments in get-config.ts and verify-auth.ts (26dc037)
  • enhance inline plugin creator with consistent git root handling (4ebaea4)
  • enhance type handling and improve test clarity in multi-semantic-release (6243828)
  • enhance type handling and logging in multi-semantic-release (b6b34c2)
  • Ensure consistent cwd handling across all plugin hooks (3028b71)
  • improve test clarity and type handling in update-deps and CLI tests (eb43625)
  • improve type handling in create-inline-plugin-creator.ts (fe8f579)
  • Simplify plugin configuration and enhance cwd handling (7f15f47)
  • update test cases and improve type handling (328c392)
Dependencies

v2.0.5

Compare Source

Bug Fixes
  • deps: update dependency semantic-release to >=22.0.12 (#​189) (59a9c1a)

v2.0.4

Compare Source

Bug Fixes
  • deps: update dependencies across multiple packages (150593f)
  • update dependencies and configuration across multiple packages (9c9b4cb)
  • update dependencies and improve configuration (de0cf70)
  • update package dependencies and configurations (8241a76)
Dependencies
anolilab/javascript-style-guide (@​anolilab/prettier-config)

v6.0.8

Compare Source

Bug Fixes
  • deps: update node engine compatibility and upgrade dependencies (1a0d0e1)
  • deps: update package versions and configurations (e5b9cb5)

v6.0.7

Compare Source

Bug Fixes
  • update package versions and configurations (55338c4)
Code Refactoring
  • improve ESLint and Prettier configurations (db30fca)

v6.0.6

Compare Source

Bug Fixes
  • update prettier-config to use pnpm preset (185d89b)

v6.0.5

Compare Source

Bug Fixes
  • add Prettier configuration and update package scripts (9805886)
Miscellaneous Chores
  • deps: update package dependencies to latest versions (028b723)
  • update @​visulima/packem to version 2.0.0-alpha.19 and add eslint-plugin-erasable-syntax-only@​0.3.1\n\n- Updated all instances of @​visulima/packem to the latest alpha version.\n- Added new dependency eslint-plugin-erasable-syntax-only for enhanced linting capabilities.\n- Updated devDependencies in various package.json files to ensure consistency across configurations. (0d62091)

v6.0.4

Compare Source

Bug Fixes
  • update prettier-config package.json and packem.config.ts (9ea3346)
Miscellaneous Chores
  • update dependencies across packages (db14c14)
  • update dependencies and versions across packages (edf84af)
  • update dependencies and versions across packages (48812ea)
anolilab/semantic-release (@​anolilab/semantic-release-clean-package-json)

v3.0.5

Compare Source

Bug Fixes
  • update package dependencies and configurations (d94ebd8)
Dependencies

v3.0.4

Compare Source

⚠ BREAKING CHANGES
    • node-versions: the minimum node version for the v24 range is now v24.10.0
  • deps: a minimum of node v22.14 is now required
Bug Fixes
  • update dependencies and configurations across multiple packages (c37a51f)
  • update dependencies and node version across multiple packages (cbfde4b)
Miscellaneous Chores
Dependencies
anolilab/semantic-release (@​anolilab/semantic-release-pnpm)

v2.0.5

Compare Source

Bug Fixes
  • update package dependencies and configurations (d94ebd8)
Dependencies

v2.0.4

Compare Source

⚠ BREAKING CHANGES
    • node-versions: the minimum node version for the v24 range is now v24.10.0
  • deps: a minimum of node v22.14 is now required
Features
  • enhance npm authentication and trusted publishing support (440d032)
  • update dependencies in pnpm-lock.yaml and pnpm-workspace.yaml (7e73992)
Bug Fixes
  • enhance integration and unit tests for npm authentication (79ae50d)
  • update dependencies and configurations across multiple packages (c37a51f)
  • update dependencies and node version across multiple packages (cbfde4b)
  • update package dependencies and configurations (fed735c)
Miscellaneous Chores
Code Refactoring
  • clean up whitespace and comments in get-config.ts and verify-auth.ts (26dc037)
  • enhance inline plugin creator with consistent git root handling (4ebaea4)
  • enhance type handling and logging in multi-semantic-release (b6b34c2)
  • Ensure consistent cwd handling across all plugin hooks (3028b71)
  • update test cases and improve type handling (328c392)
Dependencies
react-hook-form/resolvers (@​hookform/resolvers)

v5.2.2

Compare Source

Bug Fixes
lint-staged/lint-staged (lint-staged)

v16.1.6

Compare Source

Patch Changes
  • #​1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.
motiondivision/motion (motion)

v12.23.24

Compare Source

Fixed
  • Ensure that when a component remounts, it continues to fire animations even when initial={false}.

v12.23.23

Compare Source

Added
  • Exporting PresenceChild and PopChild type for internal use.

v12.23.22

Compare Source

Added
  • Exporting HTMLElements and useComposedRefs type for internal use.

v12.23.21

Compare Source

Fixed
  • Fixing main-thread scroll with animations that contain delay.

v12.23.20

Compare Source

Fixed
  • Suppress non-animatable value warning for instant animations.

v12.23.19

Compare Source

Fixed
  • Remove support for changing ref prop.

v12.23.18

Compare Source

Fixed
  • <motion /> components now support changing ref prop.

v12.23.16

Compare Source

Fixed
  • Fixing ref when passed to a child of AnimatePresence in "popLayout" mode.

v12.23.15

Compare Source

Fixed
  • Fixing export * error in RSC.

v12.23.14

Compare Source

Fixed
  • Fixing types of Reorder.Item and Reorder.Group so incorrect HTML props are correctly flagged.
  • Reverting rehydration of externalRef when it switches.

v12.23.13

Compare Source

Fixed
  • Fixed issue where motion components don't update refs when externalRef changes. The useMotionRef function now properly includes externalRef in the dependency array to ensure ref callbacks update when the external ref changes.
Changed
  • Stopped tracking yarn cache in the repo.
ai/nanoid (nanoid)

v5.1.6

Compare Source

  • Fixed infinite loop on 0 size for customAlphabet.
stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.60

Compare Source

v0.0.59

Compare Source

[v0.0.58](ht


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 August 14, 2025 14:29
@netlify
Copy link

netlify bot commented Aug 14, 2025

Deploy Preview for ai-models-table ready!

Name Link
🔨 Latest commit 84e2b8e
🔍 Latest deploy log https://app.netlify.com/projects/ai-models-table/deploys/69242e61953ad20008ef08e2
😎 Deploy Preview https://deploy-preview-15--ai-models-table.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link

coderabbitai bot commented Aug 14, 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.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 14, 2025

Thank you for following the naming conventions! 🙏

@renovate renovate bot changed the title fix(deps): update patch updates (patch) fix(deps): update patch updates (patch) - autoclosed Aug 14, 2025
@renovate renovate bot closed this Aug 14, 2025
@renovate renovate bot deleted the renovate/patch-patch-updates branch August 14, 2025 21:43
@renovate renovate bot changed the title fix(deps): update patch updates (patch) - autoclosed fix(deps): update patch updates (patch) Aug 20, 2025
@renovate renovate bot reopened this Aug 20, 2025
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 4 times, most recently from 7150559 to 68657df Compare August 27, 2025 10:05
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 4 times, most recently from d9f036e to 6681cb0 Compare September 8, 2025 14:10
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch from 6681cb0 to 73a8ec4 Compare September 9, 2025 09:57
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 5 times, most recently from 72cb8c0 to 443795c Compare September 22, 2025 12:25
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 4 times, most recently from e1485f2 to b7d43fa Compare September 29, 2025 10:35
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch from b7d43fa to 99c4673 Compare October 6, 2025 08:58
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 3 times, most recently from 0491a91 to d2a968d Compare October 13, 2025 14:37
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 2 times, most recently from 852b15b to 194595a Compare October 21, 2025 10:02
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 2 times, most recently from 382ed05 to d793981 Compare November 11, 2025 11:53
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 3 times, most recently from 9958866 to 2a2f550 Compare November 20, 2025 17:01
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch from 2a2f550 to 84e2b8e Compare November 24, 2025 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant