Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@commitlint/cli (source) ^19.0.0 -> ^20.0.0 age adoption passing confidence devDependencies major
@commitlint/config-angular (source) ^19.0.0 -> ^20.0.0 age adoption passing confidence devDependencies major
@commitlint/config-conventional (source) ^19.0.0 -> ^20.0.0 age adoption passing confidence devDependencies major
@eslint/eslintrc ^2.1.1 -> ^3.0.0 age adoption passing confidence devDependencies major
@evilmartians/lefthook ^1.8.0 -> ^2.0.0 age adoption passing confidence devDependencies major 2.0.1
@hookform/resolvers (source) ^4.1.3 -> ^5.0.0 age adoption passing confidence dependencies major
@infisical/sdk ^3.0.4 -> ^4.0.0 age adoption passing confidence dependencies major
@ngneat/falso ^7.3.0 -> ^8.0.0 age adoption passing confidence dependencies major
@octokit/core 6.1.6 -> 7.0.5 age adoption passing confidence devDependencies major
@octokit/plugin-rest-endpoint-methods ^13.2.6 -> ^16.0.0 age adoption passing confidence devDependencies major
@octokit/types ^13.6.1 -> ^15.0.0 age adoption passing confidence devDependencies major
@types/nodemailer (source) ^6.4.17 -> ^7.0.0 age adoption passing confidence devDependencies major 7.0.3
actions/checkout v4 -> v5 age adoption passing confidence action major
actions/create-github-app-token v1 -> v2 age adoption passing confidence action major
actions/download-artifact v4 -> v5 age adoption passing confidence action major v6
actions/setup-node v4 -> v6 age adoption passing confidence action major
eslint-plugin-react-hooks (source) 5.2.0 -> 7.0.0 age adoption passing confidence devDependencies major 7.0.1
isbot (source) ^4.4.0 -> ^5.0.0 age adoption passing confidence dependencies major
jsdom ~26.1.0 -> ~27.0.0 age adoption passing confidence devDependencies major
node 20 -> 22 age adoption passing confidence uses-with major
node 20-alpine -> 22-alpine age adoption passing confidence final major
pnpm (source) 9.15.9 -> 10.19.0 age adoption passing confidence packageManager major
tailwind-merge ^2.3.0 -> ^3.0.0 age adoption passing confidence dependencies major
type-fest ^4.26.1 -> ^5.0.0 age adoption passing confidence devDependencies major
yargs (source) ^17.7.2 -> ^18.0.0 age adoption passing confidence dependencies major
yargs (source) ^17.7.2 -> ^18.0.0 age adoption passing confidence devDependencies major
zod (source) ^3.23.8 -> ^4.0.0 age adoption passing confidence dependencies major
zod (source) ^3.24.2 -> ^4.0.0 age adoption passing confidence dependencies major

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.8.1 (2025-05-08)

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-angular)

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-angular

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-angular

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

eslint/eslintrc (@​eslint/eslintrc)

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features

v3.2.0

Compare Source

Features
  • merge rule.meta.defaultOptions before validation (#​166) (d02f914)

v3.1.0

Compare Source

Features
Chores

v3.0.2

Compare Source

Chores

v3.0.1

Compare Source

Documentation
Chores

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#​142)
  • Set default schema: [], drop support for function-style rules (#​139)
Features
  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#​142) (737eb25)
  • Set default schema: [], drop support for function-style rules (#​139) (a6c240d)
Chores
evilmartians/lefthook (@​evilmartians/lefthook)

v2.0.0

Compare Source

Breaking changes

  • exclude option no longer accepts regexp, only globs.
  • skip_output option is dropped, use output instead.
  • Some CLI arguments have changed their names to make it more consistent. See lefthook run -h for details.
  • for only and skip options with - run: '...' values the command executer was changed to Bourne Shell.

Commits

v1.13.6

Compare Source

v1.13.5

Compare Source

v1.13.4

Compare Source

v1.13.3

Compare Source

v1.13.2

Compare Source

v1.13.1

Compare Source

react-hook-form/resolvers (@​hookform/resolvers)

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#​777) (8d083bd)

v5.0.1

Compare Source

Bug Fixes
  • relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#​758) (6e88393)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • Requires react-hook-form@​7.55.0 or higher

Before
Prior to V5, some projects used manual types like

useForm<FormValues>();

After
With V5, the correct approach is:

useForm<Input, Context, Output>();
useForm<FormInputValues, Context, FormOutputValues>();

This update enables distinct outputs when utilizing features like transform from validation libraries.

ℹ️ The best approach is to let the types be inferred from your schema, rather than manually defining them.

infisical/infisical-node-sdk (@​infisical/sdk)

v4.0.6

Compare Source

What's Changed

Full Changelog: Infisical/node-sdk-v2@4.0.5...4.0.6

v4.0.5

Compare Source

What's Changed

Full Changelog: Infisical/node-sdk-v2@4.0.4...4.0.5

v4.0.4

Compare Source

What's Changed

Full Changelog: Infisical/node-sdk-v2@4.0.3...4.0.4

v4.0.3

Compare Source

What's Changed

Full Changelog: Infisical/node-sdk-v2@4.0.2...4.0.3

v4.0.2

Compare Source

What's Changed

Full Changelog: Infisical/node-sdk-v2@4.0.1...4.0.2

v4.0.1

Compare Source

  • Added support for getting current access token (client.auth().getAccessToken())

v4.0.0

Compare Source

Major version changes
  • Complete Architecture Refactoring: Replaced OpenAPI generator with custom modular Axios-based implementation for improved maintainability and performance
  • Type Safety: Enhanced TypeScript definitions throughout the codebase for better developer experience
New Features
  • Folder Management: Added folder listing functionality with recursive option: folders().listFolders()
  • Password Requirements: Added customizable password requirements schema for SQL database dynamic secrets
API Improvements
  • Consistent Method Signatures: Standardized parameter naming and method patterns across all client modules
  • Consolidated Error Types: Centralized error handling with improved error messages and context
Type Changes
Authentication Types
  • UniversalAuthLoginOptions: Defines the structure for universal authentication login parameters.
  • AwsIamAuthLoginOptions: Specifies parameters for AWS IAM authentication.
Secrets Management Types
  • CreateSecretOptions: Parameters required to create a new secret.
  • UpdateSecretOptions: Parameters for updating an existing secret.
  • DeleteSecretOptions: Parameters for deleting a secret.
  • GetSecretOptions: Parameters to retrieve a specific secret.
  • ListSecretsOptions: Parameters to list all secrets within a project/environment.
Dynamic Secrets Types
  • CreateDynamicSecretOptions: Parameters for creating a dynamic secret.
  • DeleteDynamicSecretOptions: Parameters for deleting a dynamic secret.
  • CreateDynamicSecretLeaseOptions: Parameters for creating a lease on a dynamic secret.
  • DeleteDynamicSecretLeaseOptions: Parameters for deleting a lease on a dynamic secret.
Project and Environment Types
  • ProjectSlug: Represents the slug identifier for a project.
  • EnvironmentSlug: Represents the slug identifier for an environment.
Folder Management Types
  • ListFoldersOptions: Parameters for listing folders within a project/environment.
  • Folder: Represents a folder entity with properties like id, name, and path.
What's Changed
New Contributors

Full Changelog: Infisical/node-sdk-v2@3.0.91...4.0.0

ngneat/falso (@​ngneat/falso)

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

octokit/core.js (@​octokit/core)

v7.0.5

Compare Source

Bug Fixes

v7.0.4

Compare Source

Bug Fixes

v7.0.3

Compare Source

Bug Fixes
  • add createLogger to ensure that pino does not break (#​744) (0896c50)

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

octokit/plugin-rest-endpoint-methods.js (@​octokit/plugin-rest-endpoint-methods)

v16.1.1

Compare Source

Bug Fixes
  • deps: update @octokit/types, regenerate documentation (#​827) (75e649b)

v16.1.0

Compare Source

Features
  • new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (#​814) (0a8fdd9)

v16.0.0

Compare Source

Features
  • remove deprecated projects endpoints, remove deprecated copilot usage metric endpoints, add new billing.getGithubBillingUsageReportUser() and credentials.revoke() endpoint methods, private registry methods no longer in private beta, type update (#​803) (4196f01)
BREAKING CHANGES
  • remove deprecated projects v1 endpoints
  • remove deprecated copilot usage metrics endpoints

v15.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

v14.0.0

Compare Source

Features
  • add new organization campaign endpoints, remove deprecated endpoints (#​797) (4c8a166)
BREAKING CHANGES
  • remove deprecated copilot metrics endpoints
  • remove deprecated legacy projects endpoints
octokit/types.ts (@​octokit/types)

v15.0.1

Compare Source

Bug Fixes

v15.0.0

Compare Source

Features
  • new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (#​683) (56ff680)
BREAKING CHANGES
  • remove project card endpoints for classic projects

v14.1.0

Compare Source

Features
  • new GET /users/{username}/settings/billing/usage, POST /credentials/revoke endpoints, endpoint type updates, type performance fixes (#​675) (a7ec830), closes #​667 #​666

v14.0.0

Compare Source

Features
  • new /orgs/{org}/campaigns and /orgs/{org}/campaigns/{campaign_number} enpoints, remove Copilot usage endpoints (#​672) (42321eb)
BREAKING CHANGES
  • remove Copilot usage endpoints
actions/checkout (actions/checkout)

v5

Compare Source

actions/create-github-app-token (actions/create-github-app-token)

v2

Compare Source

actions/download-artifact (actions/download-artifact)

v5

Compare Source

actions/setup-node (actions/setup-node)

v6

Compare Source

v5

Compare Source

facebook/react (eslint-plugin-react-hooks)


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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
Copy link
Contributor Author

renovate bot commented May 12, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@nx-cloud
Copy link

nx-cloud bot commented May 12, 2025

View your CI Pipeline Execution ↗ for commit 50a6cb1

Command Status Duration Result
nx-cloud record -- nx format:check ✅ Succeeded 9s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-27 01:49:35 UTC

@nx-cloud
Copy link

nx-cloud bot commented May 12, 2025

View your CI Pipeline Execution ↗ for commit 0131d0c.

Command Status Duration Result
nx-cloud record -- nx format:check ❌ Failed 12s View ↗

☁️ Nx Cloud last updated this comment at 2025-05-12 01:51:18 UTC

1 similar comment
@nx-cloud
Copy link

nx-cloud bot commented May 12, 2025

View your CI Pipeline Execution ↗ for commit 0131d0c.

Command Status Duration Result
nx-cloud record -- nx format:check ❌ Failed 12s View ↗

☁️ Nx Cloud last updated this comment at 2025-05-12 01:51:18 UTC

@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch 2 times, most recently from 690e648 to f42e76d Compare May 25, 2025 22:25
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch from f42e76d to befb504 Compare June 2, 2025 01:33
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch from befb504 to 8dec12e Compare June 15, 2025 22:37
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch 2 times, most recently from 3f60174 to c025de1 Compare June 23, 2025 01:47
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch from c025de1 to cb511aa Compare June 30, 2025 01:52
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch 3 times, most recently from 8659beb to 63f8238 Compare July 27, 2025 22:28
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch 2 times, most recently from 7de3d29 to c1f5bc2 Compare August 17, 2025 22:32
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch 2 times, most recently from ed4104d to 6167668 Compare August 25, 2025 01:04
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch 2 times, most recently from 8b6124e to 3d5b2d6 Compare September 22, 2025 00:52
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch from 3d5b2d6 to 29842f0 Compare September 29, 2025 01:09
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch 2 times, most recently from ac6299c to 9a99728 Compare October 13, 2025 01:09
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch from 9a99728 to 31c0773 Compare October 20, 2025 00:30
@renovate renovate bot force-pushed the renovate/major-weekly-dependencies branch from 31c0773 to 50a6cb1 Compare October 27, 2025 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant