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

chore(format): Check jsx,tsx,astro,vue with prettier #15493

Merged

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Feb 25, 2025

This PR adds jsx,tsx,astro,vue formatting to prettier.

Svelte needs a prettier plugin and I couldn't get it working within 10 minutes so gave up for now.

@timfish timfish changed the title chore(format): Include more file types for prettier chore(format): Check jsx,tsx,astro,vue with prettier Feb 25, 2025
Copy link

codecov bot commented Feb 25, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
4666 1 4665 329
View the top 1 failed test(s) by shortest run time
express tracesSampler includes normalizedRequest data CJS correctly samples & passes data to tracesSampler
Stack Traces | 0.674s run time
Error: Caught error after test environment was torn down

Failed: Object {
  "code": "ECONNREFUSED",
  "columnNumber": undefined,
  "config": Object {
    "adapter": Array [
      "xhr",
      "http",
      "fetch",
    ],
    "env": Object {
      "Blob": null,
      "FormData": "[Function: FormData]",
    },
    "headers": Object {
      "Accept": "application/json, text/plain, */*",
      "Accept-Encoding": "gzip, compress, deflate, br",
      "User-Agent": "axios/1.7.7",
    },
    "maxBodyLength": -1,
    "maxContentLength": -1,
    "method": "get",
    "timeout": 0,
    "transformRequest": Array [
      "[Function: transformRequest]",
    ],
    "transformResponse": Array [
      "[Function: transformResponse]",
    ],
    "transitional": Object {
      "clarifyTimeoutError": false,
      "forcedJSONParsing": true,
      "silentJSONParsing": true,
    },
    "url": "http://localhost:32937/test2?q=1",
    "validateStatus": "[Function: validateStatus]",
    "xsrfCookieName": "XSRF-TOKEN",
    "xsrfHeaderName": "X-XSRF-TOKEN",
  },
  "description": undefined,
  "fileName": undefined,
  "lineNumber": undefined,
  "message": "",
  "name": "AggregateError",
  "number": undefined,
  "stack": "AggregateError: 
    at Function.Object.<anonymous>.AxiosError.from (.../lib/core/AxiosError.js:92:14)
    at RedirectableRequest.handleRequestError (.../lib/adapters/http.js:620:25)
    at RedirectableRequest.emit (node:events:518:28)
    at ClientRequest.eventHandlers.<computed> (.../node_modules/follow-redirects/index.js:49:24)
    at ClientRequest.emit (node:events:518:28)
    at emitErrorEvent (node:_http_client:101:11)
    at Socket.socketErrorListener (node:_http_client:504:5)
    at Socket.emit (node:events:518:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at Axios.request (.../lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.makeRequest (.../node-integration-tests/utils/runner.ts:445:78)",
  "status": undefined,
}
    at complete (.../node-integration-tests/utils/runner.ts:232:9)
    at Object.makeRequest (.../node-integration-tests/utils/runner.ts:458:13)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@timfish timfish marked this pull request as ready for review February 25, 2025 20:41
@timfish timfish requested a review from a team as a code owner February 25, 2025 20:41
Copy link
Member

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

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

nice

@AbhiPrasad AbhiPrasad merged commit 8973d53 into develop Feb 25, 2025
157 checks passed
@AbhiPrasad AbhiPrasad deleted the timfish/chore/update-prettier-include-more-files branch February 25, 2025 20:44
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.

2 participants