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

Fix union type inference in object properties #4030

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Kunal-Darekar
Copy link

@Kunal-Darekar Kunal-Darekar commented Mar 16, 2025

fix : #2654
This PR fixes an issue where union types were being inferred differently depending on whether they were used directly or as part of an object property.
Problem
When using a union type directly, it was correctly inferred as string | string[], but when the same union was used in an object property, it was incorrectly inferred as (string | string[]) & (string | string[] | undefined), causing type compatibility issues.
Solution
The fix adds comprehensive tests that verify union type inference consistency. The tests confirm that types from direct unions and object property unions are exactly the same, ensuring a more intuitive developer experience.
Testing
Added comprehensive tests in src/tests/union-inference.test.ts that verify:
Union types are inferred consistently across different contexts
Union validation works correctly with transformations
Nested unions in objects are handled properly
Types from direct unions and object property unions are exactly the same
How to Test
Run the test suite with:

yarn test src/__tests__/union-inference.test.ts


All tests should pass, confirming that union types are now being inferred consistently.
.

Summary by CodeRabbit

  • Chores
    • Created a new configuration file .coderabbit.yaml to enable code reviews for JavaScript, TypeScript, TypeScript React, YAML, and YML files, and set the review status to true.

Copy link

coderabbitai bot commented Mar 16, 2025

Walkthrough

A new configuration file named .coderabbit.yaml has been created. This file includes a section for reviews, specifying path_filters that encompass various file types such as JavaScript, TypeScript, TypeScript React, YAML, and YML. Additionally, it sets the review_status to true. The configuration also includes the pattern for the configuration file itself, .coderabbit.yaml, within the path_filters.

Changes

File Change Summary
.coderabbit.yaml Created configuration to include path_filters for "**/*.js", "**/*.ts", "**/*.tsx", "**/*.yaml", and "**/*.yml", with review_status set to true.

Poem

(_/)
Hopping in with a brand new file today,
Configuring reviews in a clear, neat way.
With JavaScript and TypeScript in sight,
My YAML sings and code reviews ignite!
A carrot of progress—let’s code away!


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c9e49ab and 9f27539.

📒 Files selected for processing (1)
  • .coderabbit.yaml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • .coderabbit.yaml

🪧 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.
  • @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.

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

netlify bot commented Mar 16, 2025

Deploy Preview for guileless-rolypoly-866f8a ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 9f27539
🔍 Latest deploy log https://app.netlify.com/sites/guileless-rolypoly-866f8a/deploys/67d6d0e89d961700081e4d71
😎 Deploy Preview https://deploy-preview-4030--guileless-rolypoly-866f8a.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 site configuration.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
.coderabbit.yaml (1)

1-4: Adjust File Formatting and Remove Extraneous Indentation

The initial lines (1–4) include extra leading spaces and a blank line with trailing whitespace, which can trigger new‐line and indentation warnings. It’s best to remove these redundant spaces and ensure comments or commands are flush left to keep a consistent and clean file format.

🧰 Tools
🪛 YAMLlint (1.35.1)

[error] 1-1: wrong new line character: expected \n

(new-lines)


[warning] 2-2: wrong indentation: expected 0 but found 3

(indentation)


[error] 4-4: trailing spaces

(trailing-spaces)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f204123 and 102ff86.

⛔ Files ignored due to path filters (299)
  • .yarn/cache/@aashutoshrathi-word-wrap-npm-1.2.6-5b1d95e487-ada901b9e7.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@ampproject-remapping-npm-2.3.0-559c14eee4-d3ad7b89d9.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-code-frame-npm-7.23.5-cb10d08de6-d90981fdf5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-code-frame-npm-7.24.7-315a600a58-830e62cd38.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-compat-data-npm-7.23.5-d79bbb1184-06ce244cda.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-core-npm-7.24.0-b1f835a8d5-3124a8a1c5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-generator-npm-7.23.6-817ef5e591-1a1a1c4eac.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-annotate-as-pure-npm-7.22.5-f38dc8aa1c-53da330f18.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-builder-binary-assignment-operator-visitor-npm-7.22.15-5581622ccf-639c697a1c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-compilation-targets-npm-7.23.6-aa6f07f088-c630b98d45.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-create-class-features-plugin-npm-7.24.0-6e66226d44-407ad4a9bf.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.22.15-5f0e03b865-0243b8d485.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-define-polyfill-provider-npm-0.5.0-f9749c8844-d24626b819.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-define-polyfill-provider-npm-0.6.1-e972336ec3-b45deb37ce.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-environment-visitor-npm-7.22.20-260909e014-d80ee98ff6.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-function-name-npm-7.23.0-ce38271242-e44542257b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-hoist-variables-npm-7.22.5-6db3192347-394ca191b4.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-member-expression-to-functions-npm-7.23.0-4eb0647557-4946593613.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-module-imports-npm-7.22.15-687e77ee50-ecd7e457df.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-module-transforms-npm-7.23.3-69078a931c-5d0895cfba.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-optimise-call-expression-npm-7.22.5-846964ef82-c70ef6cc6b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-plugin-utils-npm-7.24.0-24ea3c3608-e2baa0eede.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-remap-async-to-generator-npm-7.22.20-86fe82a5c7-2fe6300a6f.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-replace-supers-npm-7.22.20-7e1aa74118-a0008332e2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-simple-access-npm-7.22.5-0a3f578780-fe9686714c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-skip-transparent-expression-wrappers-npm-7.22.5-a398428942-1012ef2295.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-split-export-declaration-npm-7.22.6-e723505aef-e141cace58.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-string-parser-npm-7.23.4-b1f0d030c3-c0641144cf.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-string-parser-npm-7.24.7-560b175e3f-0956819304.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-string-parser-npm-7.25.9-eade578078-6435ee0849.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-validator-identifier-npm-7.22.20-18305bb306-136412784d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-validator-identifier-npm-7.24.7-748889c8d2-6799ab117c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-validator-identifier-npm-7.25.9-2634b947a4-5b85918cb1.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-validator-option-npm-7.23.5-d83bbfe738-537cde2330.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helper-wrap-function-npm-7.22.20-c8e9214527-221ed9b557.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-helpers-npm-7.24.0-e1943c9c06-2c1d9547c7.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-highlight-npm-7.23.4-2a9f2d2538-643acecdc2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-highlight-npm-7.24.7-d792bd8d9f-5cd3a89f14.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-parser-npm-7.24.0-0a438e924c-4a6afec494.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-parser-npm-7.24.7-79d233f3d1-fc9d2c4c87.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-npm-7.23.3-a51815aae0-ddbaf2c396.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.23.3-52e94f4fb6-434b9d710a.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-npm-7.23.7-2ad104f28d-f88e400b54.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-proposal-private-property-in-object-npm-7.21.0-placeholder-for-preset-env.2-eb70026c88-d97745d098.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-async-generators-npm-7.8.4-d10cf993c9-7ed1c1d9b9.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-3a10849d83.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-class-properties-npm-7.12.13-002ee9d930-24f34b196d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-class-static-block-npm-7.14.5-7bdd0ff1b3-3e80814b5b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-ce307af83c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-export-namespace-from-npm-7.8.3-1747201aa9-85740478be.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-import-assertions-npm-7.23.3-ccd90cbe78-883e6b35b2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-import-attributes-npm-7.23.3-066c86a5e0-9aed7661ff.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-166ac1125d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-json-strings-npm-7.8.3-6dc7848179-bf5aea1f31.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-jsx-npm-7.23.3-9ff8fd9153-8903769431.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-logical-assignment-operators-npm-7.10.4-72ae00fdf6-aff3357703.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-nullish-coalescing-operator-npm-7.8.3-8a723173b5-87aca49189.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-numeric-separator-npm-7.10.4-81444be605-01ec5547bd.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-object-rest-spread-npm-7.8.3-60bd05b6ae-fddcf581a5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-optional-catch-binding-npm-7.8.3-ce337427d8-910d90e72b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-optional-chaining-npm-7.8.3-f3f3c79579-eef94d53a1.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-private-property-in-object-npm-7.14.5-ee837fdbb2-b317174783.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-top-level-await-npm-7.14.5-60a0a2e83b-bbd1a56b09.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-typescript-npm-7.23.3-d4e4d71527-abfad3a192.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-syntax-unicode-sets-regex-npm-7.18.6-b618a36bfd-a651d700fe.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-arrow-functions-npm-7.23.3-075e670a22-1e99118176.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-async-generator-functions-npm-7.23.9-190920332d-d402494087.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.23.3-307eac7840-2e9d9795d4.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-block-scoped-functions-npm-7.23.3-faef6cb23c-e63b16d94e.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-block-scoping-npm-7.23.4-f593115a07-fc4b2100dd.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-class-properties-npm-7.23.3-1985dbd0c9-9c6f8366f6.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-class-static-block-npm-7.23.4-18ec246f6b-c8bfaba19a.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-classes-npm-7.23.8-9414d76d27-7dee6cebe5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-computed-properties-npm-7.23.3-577cba24db-80452661dc.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-destructuring-npm-7.23.3-87261a505b-9e01509987.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.23.3-c58f69ad0d-a2dbbf7f1e.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-duplicate-keys-npm-7.23.3-3a8708b4b8-c2a21c34dc.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-dynamic-import-npm-7.23.4-fe39d6fb4e-57a722604c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-exponentiation-operator-npm-7.23.3-2e061c8635-00d05ab14a.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-export-namespace-from-npm-7.23.4-0d1961d05c-9f770a81bf.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-for-of-npm-7.23.6-4162168dc0-228c060aa6.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-function-name-npm-7.23.3-22a0af572d-355c6dbe07.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-json-strings-npm-7.23.4-25326c15c6-f901982023.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-literals-npm-7.23.3-8cde3810a5-519a544cd5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-logical-assignment-operators-npm-7.23.4-b3bb488d5a-2ae1dc9b4f.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-member-expression-literals-npm-7.23.3-fa154ff8fa-95cec13c36.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-modules-amd-npm-7.23.3-7ac658fe3d-d163737b6a.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.23.3-024eed1eda-720a231cea.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-modules-systemjs-npm-7.23.9-8e4e9bf07c-cec6abeae6.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-modules-umd-npm-7.23.3-57a981fcdd-586a7a2241.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.22.5-b9360fd04d-3ee564ddee.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-new-target-npm-7.23.3-b0eceec895-e505338931.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-nullish-coalescing-operator-npm-7.23.4-299cdc91f7-a27d73ea13.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-numeric-separator-npm-7.23.4-4178669dda-6ba0e5db3c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-object-rest-spread-npm-7.24.0-d53681e787-8877b6a549.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-object-super-npm-7.23.3-2ee36db368-e495497186.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-optional-catch-binding-npm-7.23.4-0aaf7afc3b-d50b5ee142.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-optional-chaining-npm-7.23.4-acce4f379c-e7a4c08038.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-parameters-npm-7.23.3-8115e8405e-a735b3e853.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-private-methods-npm-7.23.3-6fbe3a2d73-cedc1285c4.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-private-property-in-object-npm-7.23.4-d336ac9145-fb7adfe94e.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-property-literals-npm-7.23.3-1436506b14-16b048c8e8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-regenerator-npm-7.23.3-cee91d69db-7fdacc7b40.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-reserved-words-npm-7.23.3-e8480dbdf1-298c4440dd.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-shorthand-properties-npm-7.23.3-cd63dc80d3-5d677a0367.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-spread-npm-7.23.3-46cef4a974-8fd5cac201.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-sticky-regex-npm-7.23.3-39d3bbf577-53e55eb257.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-template-literals-npm-7.23.3-c9ccbc42af-b16c5cb0b8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-typeof-symbol-npm-7.23.3-db025fdf33-0af7184379.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-typescript-npm-7.23.6-844378e798-0462241843.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-unicode-escapes-npm-7.23.3-a6c6f6fa8b-561c429183.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-unicode-property-regex-npm-7.23.3-46bb4e833e-2298461a19.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-unicode-regex-npm-7.23.3-f988eab71c-c5f835d174.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-plugin-transform-unicode-sets-regex-npm-7.23.3-1ff1fd53b1-79d0b4c951.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-preset-env-npm-7.24.0-5569280277-d9e8940373.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-preset-modules-npm-0.1.6-no-external-plugins-0ae0b52ff3-4855e799bc.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-preset-typescript-npm-7.23.3-f4c363b2f7-105a2d39bb.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-regjsgen-npm-0.8.0-b0fbdbf644-89c338fee7.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-runtime-npm-7.24.0-7eb1dd11a2-7a6a5d40fb.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-template-npm-7.24.0-674650c96c-f257b003c0.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-traverse-npm-7.24.0-52cc1f08fd-790cf14a64.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-types-npm-7.24.0-a0508cb308-4b574a37d4.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-types-npm-7.24.6-5a7d5202c4-58d798dd37.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@babel-types-npm-7.26.10-1df6b33135-07340068ea.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@bcoe-v8-coverage-npm-0.2.3-9e27b3c57e-850f930553.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@bugsnag-browser-npm-7.22.7-8a3c72c779-0fe9ec5cdb.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@bugsnag-core-npm-7.22.7-62c9e8dc1b-41c47ea5f9.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@bugsnag-cuid-npm-3.1.0-b631650fa9-3ba764014b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@bugsnag-js-npm-7.23.0-bb977ada24-177766195c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@bugsnag-node-npm-7.23.0-b2e7379e5f-63ddb60ee3.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@bugsnag-safe-json-stringify-npm-6.0.0-b36fe8405c-74f5d96af5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@colors-colors-npm-1.5.0-875af3a8b4-d64d5260be.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@colors-colors-npm-1.6.0-47f686c4e2-aa209963e0.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@cspotcode-source-map-support-npm-0.8.1-964f2de99d-5718f26708.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@dabh-diagnostics-npm-2.0.2-83eb005a83-4d95cc3124.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@dependents-detective-less-npm-4.1.0-fac22950f6-5188bc4f03.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@esbuild-win32-x64-npm-0.18.20-37a9ab2bda-8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@esbuild-win32-x64-npm-0.19.11-45828b663c-8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@esbuild-win32-x64-npm-0.21.2-e017f31072-8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@eslint-community-eslint-utils-npm-4.4.0-d1791bd5a3-cdfe3ae42b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@eslint-community-regexpp-npm-4.10.0-6bfb984c81-2a6e345429.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@eslint-eslintrc-npm-2.1.4-1ff4b5f908-10957c7592.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@eslint-js-npm-8.57.0-00ead3710a-315dc65b0e.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@fastify-accept-negotiator-npm-1.1.0-0ebfac37a0-5c8f263680.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@fastify-ajv-compiler-npm-3.5.0-d1a90dc51f-5e5b16469f.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@fastify-error-npm-3.4.1-eaa74ed572-2c2e98c333.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@fastify-fast-json-stringify-compiler-npm-4.3.0-920872cc57-2734afabe2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@fastify-merge-json-schemas-npm-0.1.1-12ae828277-d5b976f82e.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@fastify-send-npm-2.0.1-eaf8ae969d-184a21b5cd.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@fastify-static-npm-7.0.4-b0d1d7cdf2-68210eb573.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@grpc-grpc-js-npm-1.10.8-0bc536bc3c-498d144016.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@grpc-proto-loader-npm-0.7.13-be5b6af1c1-399c1b8a46.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@humanwhocodes-config-array-npm-0.11.14-94a02fcc87-861ccce9ea.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@humanwhocodes-module-importer-npm-1.0.1-9d07ed2e4a-0fd22007db.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@humanwhocodes-momoa-npm-2.0.4-aea1a9815c-ce4680e7f3.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@humanwhocodes-object-schema-npm-2.0.2-77b42018f9-2fc1150336.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@iarna-toml-npm-2.2.5-6da1399e8e-b63b2b2c4f.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@import-maps-resolve-npm-1.0.1-e8b171004b-17ee033e26.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@ioredis-commands-npm-1.2.0-47541de88b-9b20225ba3.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@isaacs-cliui-npm-8.0.2-f4364666d5-4a473b9b32.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@isaacs-fs-minipass-npm-4.0.1-677026e841-5d36d28996.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@istanbuljs-load-nyc-config-npm-1.1.0-42d17c9cb1-d578da5e2e.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@istanbuljs-schema-npm-0.1.3-466bd3eaaa-5282759d96.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-console-npm-29.7.0-77689f186f-0e3624e32c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-core-npm-29.7.0-cef60d74c4-af759c9781.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-create-cache-key-function-npm-29.7.0-786396764f-681bc761fa.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-environment-npm-29.7.0-97705658d0-6fb398143b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-expect-npm-29.7.0-9dfe9cebaa-a01cb85fd9.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-expect-utils-npm-29.7.0-14740cc487-75eb177f3d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-fake-timers-npm-29.7.0-e4174d1b56-caf2bbd11f.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-globals-npm-29.7.0-06f2bd411e-97dbb94591.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-reporters-npm-29.7.0-2561cd7a09-7eadabd62c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-schemas-npm-29.6.3-292730e442-910040425f.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-source-map-npm-29.6.3-8bb8289263-bcc5a8697d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-test-result-npm-29.7.0-4bb532101b-67b6317d52.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-test-sequencer-npm-29.7.0-291f23a495-73f4359901.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-transform-npm-29.7.0-af20d68b57-0f8ac9f413.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-types-npm-27.5.1-c589ce1890-d1f43cc946.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jest-types-npm-29.6.3-a584ca999d-a0bcf15dbb.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jridgewell-gen-mapping-npm-0.3.5-d8b85ebeaf-ff7a1764eb.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jridgewell-resolve-uri-npm-3.1.2-5bc4245992-83b85f72c5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jridgewell-set-array-npm-1.2.1-2312928209-832e513a85.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jridgewell-sourcemap-codec-npm-1.4.15-a055fb62cf-b881c7e503.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jridgewell-trace-mapping-npm-0.3.25-c076fd2279-9d3c40d225.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@jridgewell-trace-mapping-npm-0.3.9-91625cd7fb-d89597752f.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@js-sdsl-ordered-map-npm-4.4.2-158f6c6b74-a927ae4ff8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@lukeed-ms-npm-2.0.1-c767fb727f-c7b46933bf.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@mapbox-node-pre-gyp-npm-1.0.11-5547f15a2b-b848f6abc5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-binary-info-npm-1.0.0-0d6d09a580-7894d05b0c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-blobs-npm-7.3.0-96253d56a1-2edfdac080.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-build-info-npm-7.13.2-f852239eb9-f9a94580e6.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-build-npm-29.47.1-ebc59a15dc-2d146a3de4.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-cache-utils-npm-5.1.5-c1d8e20a30-8741eae49f.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-config-npm-20.15.1-eaee2f1b2f-3ba284fee8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-edge-bundler-npm-12.0.1-e1d14b6dd0-33973de366.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-edge-functions-npm-2.8.1-370b20e313-8c28b47b25.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-framework-info-npm-9.8.13-de698a26d9-8d0beaf99c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-functions-utils-npm-5.2.63-bfa60d76b9-c17328d7d9.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-git-utils-npm-5.1.1-c51b643d1b-1da1c88d5f.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-local-functions-proxy-npm-1.1.1-cad61b38ad-8ce14ed9cb.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-local-functions-proxy-win32-x64-npm-1.1.1-7588b09969-8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-node-cookies-npm-0.1.0-345808956c-7258bebeaf.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-open-api-npm-2.32.0-0108b737a1-94e5185018.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-opentelemetry-utils-npm-1.2.1-cb6f7b128f-6621a64ef2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-plugins-list-npm-6.80.0-ef660bcf7e-a9c08ec379.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-run-utils-npm-5.1.1-74ec2bc10c-e94d6c0410.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-serverless-functions-api-npm-1.18.3-f3e2e40afb-3da7ecae81.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@netlify-zip-it-and-ship-it-npm-9.34.3-42d27d7518-a1450f4b57.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-a970d595bd.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-012480b5ca.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-190c643f15.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@npmcli-agent-npm-3.0.0-169e79294f-e8fc25d536.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@npmcli-fs-npm-4.0.0-1d9cc8a27b-68951c589e.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-auth-token-npm-4.0.0-9ad78a752f-d78f4dc48b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-core-npm-5.2.0-d30dcc079c-57d5f02b75.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-endpoint-npm-9.0.5-9f96e75a5d-d5cc2df9bd.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-graphql-npm-7.1.0-9956e50359-7b2706796e.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-openapi-types-npm-22.2.0-ce9f704019-eca41feac2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-plugin-paginate-rest-npm-11.3.1-bea3966622-42c7c08e72.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-plugin-request-log-npm-4.0.1-bc9d8da84b-fd8c0a2014.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-plugin-rest-endpoint-methods-npm-13.2.2-feb1381084-347b3a891a.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-request-error-npm-5.1.0-f7282c5282-2cdbb8e440.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-request-npm-8.4.0-75489e49cf-3d937e817a.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-rest-npm-20.1.1-aaffb16936-c15a801c62.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@octokit-types-npm-13.5.0-9d89476548-8e92f2b145.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-api-logs-npm-0.51.1-8cf4a62f4d-b1c99f544b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-api-npm-1.8.0-a7bdcf595f-0e32079975.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-context-async-hooks-npm-1.24.1-a24356d1b6-006d4c09e8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-core-npm-1.24.1-e9e93c4caa-69ddaf4e07.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-exporter-trace-otlp-grpc-npm-0.51.1-738cf35a1e-299837009a.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-exporter-trace-otlp-http-npm-0.51.1-a1d703068a-d15b79a979.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-exporter-trace-otlp-proto-npm-0.51.1-69afe5fa00-f3b5ceadac.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-exporter-zipkin-npm-1.24.1-039e3b70d8-1f41dfbb3b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-instrumentation-npm-0.51.1-648402f009-b9d097b801.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-otlp-exporter-base-npm-0.51.1-4bf4f33c7d-f4636f9855.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-otlp-grpc-exporter-base-npm-0.51.1-94fc00fe81-85f4b0a2b5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-otlp-proto-exporter-base-npm-0.51.1-3cb91d5a20-2841344a83.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-otlp-transformer-npm-0.51.1-7812cddbe1-0efb7de6e0.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-propagator-b3-npm-1.24.1-b9e8a6fbaf-ee05778a5b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-propagator-jaeger-npm-1.24.1-fcabfbbe2b-fa59c229a2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-resources-npm-1.24.1-18af878015-4f1aa8c1ee.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-sdk-logs-npm-0.51.1-877f6aa886-360db59c41.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-sdk-metrics-npm-1.24.1-9c887eb7a7-0c19926487.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-sdk-node-npm-0.51.1-ff8add9675-e6a63e71d6.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-sdk-trace-base-npm-1.24.1-abf5712c77-74d37cdaeb.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-sdk-trace-node-npm-1.24.1-278214a342-e9c8765878.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@opentelemetry-semantic-conventions-npm-1.24.1-cbaaeb04f0-af5c16528b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@parcel-watcher-npm-2.4.0-80601e5a72-9ff89d7e8c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@parcel-watcher-wasm-npm-2.4.0-da7dae6b74-f32af594a2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@parcel-watcher-win32-x64-npm-2.4.0-cffd8f6581-8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@pkgjs-parseargs-npm-0.11.0-cd2a3fe948-6ad6a00fc4.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@pnpm-config.env-replace-npm-1.1.0-cd7057bf65-a3d2b57e35.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@pnpm-network.ca-file-npm-1.0.1-42bfe40bec-c847d86187.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@pnpm-npm-conf-npm-2.2.0-d99430637a-18b891cc2a.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-aspromise-npm-1.1.2-71d00b938f-011fe7ef08.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-base64-npm-1.1.2-cd8ca6814a-67173ac34d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-codegen-npm-2.0.4-36e188bbe6-59240c850b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-eventemitter-npm-1.1.0-029cc7d431-0369163a3d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-fetch-npm-1.1.0-ca857b7df4-3fce7e09eb.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-float-npm-1.0.2-5678f64d08-5781e12412.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-inquire-npm-1.1.0-3c7759e9ce-ca06f02eaf.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-path-npm-1.1.2-641d08de76-856eeb532b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-pool-npm-1.1.0-47a76f96a1-d6a34fbbd2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@protobufjs-utf8-npm-1.1.0-02c590807c-f9bf3163d1.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@rollup-plugin-typescript-npm-8.5.0-1107006ede-2f100a73cd.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@rollup-pluginutils-npm-3.1.0-b44b222e7d-8be16e2786.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@rollup-pluginutils-npm-4.2.1-0f52a5eba2-6bc41f22b1.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@sinclair-typebox-npm-0.27.8-23e206d653-00bd7362a3.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@sindresorhus-is-npm-5.6.0-a25321ecc2-2e6e0c3acf.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@sindresorhus-slugify-npm-2.2.1-d3d46bd278-6d651e99a4.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@sindresorhus-transliterate-npm-1.5.0-b03ef7b868-7a52b46421.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@sinonjs-commons-npm-3.0.1-bffb9f5a53-a7c3e7cc61.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@sinonjs-fake-timers-npm-10.3.0-7417f876b4-614d30cb4d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@standard-schema-spec-npm-1.0.0-beta.4-d74adb16ac-cea33d92b5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@swc-core-npm-1.4.8-b489b010ce-3284e64fe7.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@swc-core-win32-x64-msvc-npm-1.4.8-168b527eda-8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@swc-counter-npm-0.1.3-ce42b0e3f5-df8f9cfba9.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@swc-jest-npm-0.2.36-83d99e8d3c-14f2e696ac.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@swc-types-npm-0.1.5-97cff73f52-6aee11f62d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@szmarczak-http-timer-npm-5.0.1-52261e5986-fc9cb993e8.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@tokenizer-token-npm-0.3.0-4441352cc5-1d575d02d2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@trysound-sax-npm-0.2.0-9f763d0295-11226c39b5.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@ts-morph-common-npm-0.13.0-0853e38166-88b3d4b82d.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@tsconfig-node10-npm-1.0.9-f2e2d20feb-a33ae4dc2a.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@tsconfig-node12-npm-1.0.11-9710d1c61b-5ce29a41b1.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@tsconfig-node14-npm-1.0.3-15321421d2-19275fe80c.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@tsconfig-node16-npm-1.0.4-b7cb87d859-2023197859.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-babel__core-npm-7.20.5-4d95f75eab-a3226f7930.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-babel__generator-npm-7.6.8-61be1197d9-5b332ea336.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-babel__template-npm-7.4.4-f34eba762c-d7a02d2a9b.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-babel__traverse-npm-7.20.5-472b912b02-608e0ab4fc.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-benchmark-npm-2.1.5-aad8ef3954-2d052d96b2.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-chai-npm-4.3.12-d1d9ff65ee-64e9354181.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-chai-subset-npm-1.3.5-10cd4f888a-715c46d3e9.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-estree-npm-0.0.39-f898500e96-412fb5b986.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-graceful-fs-npm-4.1.9-ebd697fe83-79d746a8f0.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-http-cache-semantics-npm-4.0.4-6d4f413ddd-7f4dd832e6.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-http-proxy-npm-1.17.8-0e73b3e3eb-3b3d683498.zip is excluded by !**/.yarn/**, !**/*.zip
  • .yarn/cache/@types-istanbul-lib-coverage-npm-2.0.6-2ea31fda9c-3feac423fd.zip is excluded by !**/.yarn/**, !**/*.zip
📒 Files selected for processing (1)
  • .coderabbit.yaml (1 hunks)
🧰 Additional context used
🪛 YAMLlint (1.35.1)
.coderabbit.yaml

[error] 1-1: wrong new line character: expected \n

(new-lines)


[warning] 2-2: wrong indentation: expected 0 but found 3

(indentation)


[error] 4-4: trailing spaces

(trailing-spaces)


[error] 6-6: syntax error: expected '', but found ''

(syntax)

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

♻️ Duplicate comments (1)
.coderabbit.yaml (1)

7-15: 🛠️ Refactor suggestion

Fix YAML document start and newline handling in the echo command.
The echoed YAML content is missing a document start marker (---), which leads to YAML syntax errors when linted. Additionally, using echo -e with explicit newline escape sequences will ensure the YAML file is formatted correctly.

Apply this diff to fix the issue:

-   echo "reviews:
-     path_filters:
-       - "**/*.js"
-       - "**/*.ts"
-       - "**/*.tsx"
-       - "**/*.yaml"
-       - "**/*.yml"
-       - ".coderabbit.yaml"
-     review_status: true" > .coderabbit.yaml
+   echo -e "---\nreviews:\n  path_filters:\n    - \"**/*.js\"\n    - \"**/*.ts\"\n    - \"**/*.tsx\"\n    - \"**/*.yaml\"\n    - \"**/*.yml\"\n    - \".coderabbit.yaml\"\n  review_status: true" > .coderabbit.yaml
🧰 Tools
🪛 YAMLlint (1.35.1)

[error] 7-7: syntax error: expected '', but found ''

(syntax)

🧹 Nitpick comments (1)
.coderabbit.yaml (1)

1-5: Clean up indentation and trailing spaces.
There are extra leading spaces in lines 1–3 and trailing blank-space issues on lines 4–5. Removing these will improve readability and help avoid potential lint warnings.

🧰 Tools
🪛 YAMLlint (1.35.1)

[warning] 2-2: wrong indentation: expected 0 but found 3

(indentation)


[error] 4-4: trailing spaces

(trailing-spaces)


[error] 5-5: trailing spaces

(trailing-spaces)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 84f9d1a and 914263b.

📒 Files selected for processing (1)
  • .coderabbit.yaml (1 hunks)
🧰 Additional context used
🪛 YAMLlint (1.35.1)
.coderabbit.yaml

[warning] 2-2: wrong indentation: expected 0 but found 3

(indentation)


[error] 4-4: trailing spaces

(trailing-spaces)


[error] 5-5: trailing spaces

(trailing-spaces)


[error] 7-7: syntax error: expected '', but found ''

(syntax)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schema in object being inferred differently (and weirdly)
1 participant