Skip to content

fix(migrate): preserve comments in existing editor JSONC configs (#1956) #7704

fix(migrate): preserve comments in existing editor JSONC configs (#1956)

fix(migrate): preserve comments in existing editor JSONC configs (#1956) #7704

Triggered via push June 26, 2026 15:29
Status Success
Total duration 33m 9s
Artifacts 3

e2e-test.yml

on: push
detect-changes
6s
detect-changes
download-previous-rolldown-binaries
11s
download-previous-rolldown-binaries
Matrix: build
Matrix: e2e-test
Notify on failure
0s
Notify on failure
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 63 warnings
rollipop E2E test (ubuntu-latest)
Cannot find name 'CloseEvent'.
typescript(TS2304): packages/core/src/runtime/hmr-client.ts#L300
Cannot find name 'CloseEvent'.
typescript(TS2613): example/__tests__/App.test.tsx#L8
Module '"/home/runner/work/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' has no default export. Did you mean to use 'import { App } from "/home/runner/work/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' instead?
TS(1038): packages/varlet-cli/src/module.d.ts#L6
A 'declare' modifier cannot be used in an already ambient context.
vitest(require-mock-type-parameters): test/nuxt/components/HeaderConnectorModal.spec.ts#L81
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/HeaderConnectorModal.spec.ts#L80
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/HeaderConnectorModal.spec.ts#L79
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/HeaderConnectorModal.spec.ts#L78
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/HeaderConnectorModal.spec.ts#L77
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/HeaderConnectorModal.spec.ts#L76
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/HeaderConnectorModal.spec.ts#L75
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/HeaderConnectorModal.spec.ts#L74
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/HeaderConnectorModal.spec.ts#L73
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/unit/shared/utils/async.spec.ts#L52
Missing type parameters on mock function call
rollipop E2E test (windows-latest)
Cannot find name 'CloseEvent'.
typescript(TS2304): packages/core/src/runtime/hmr-client.ts#L300
Cannot find name 'CloseEvent'.
typescript(TS2613): example/__tests__/App.test.tsx#L8
Module '"D:/a/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' has no default export. Did you mean to use 'import { App } from "D:/a/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' instead?
Build vite-plus packages (ubuntu-latest)
Cache save failed.
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L230
Unsafe type assertion: type 'IfStatement' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L227
Unsafe type assertion: type 'IfStatement' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L215
Unsafe type assertion: type 'VisitorObject' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L204
Unsafe type assertion: type '{ body: Node$1; }' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L201
Unsafe type assertion: type '{ body: Node$1; }' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L186
Unsafe type assertion: type 'LabeledJumpStatementNode' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L176
Unsafe type assertion: type 'LogicalExpression | undefined' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/visitor.ts#L52
Unsafe type assertion: type 'FunctionNode' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/utils.ts#L57
Unsafe type assertion: type 'Record<string, unknown>' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/cognitive/patterns.ts#L8
Unsafe type assertion: type 'IfStatement | undefined' is more narrow than the original type.
unicorn(no-unnecessary-await): packages/pinia/__tests__/subscriptions.spec.ts#L171
Unexpected `await` on a non-Promise value
typescript(no-redundant-type-constituents): plugins/importer-insomnia/src/v5.ts#L242
'PartialImportResources' is an 'error' type that acts as 'any' and overrides all other types in this union type.
typescript(no-redundant-type-constituents): plugins/action-send-folder/src/index.ts#L31
'any' overrides all other types in this union type.
typescript(no-redundant-type-constituents): plugins/action-send-folder/src/index.ts#L31
'any' overrides all other types in this union type.
typescript(no-duplicate-type-constituents): plugins/action-send-folder/src/index.ts#L31
Union type constituent is duplicated with (typeof allFolders)[number].
typescript(no-redundant-type-constituents): plugins/importer-openapi/src/index.ts#L16
'ImportPluginResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
typescript(no-redundant-type-constituents): plugins/importer-postman-environment/src/index.ts#L28
'ImportPluginResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
typescript(no-redundant-type-constituents): plugins/template-function-response/src/index.ts#L329
'HttpResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
typescript(no-redundant-type-constituents): plugins/template-function-response/src/index.ts#L308
'HttpResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
typescript(no-redundant-type-constituents): plugins/template-function-response/src/index.ts#L294
'HttpResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
typescript(await-thenable): src-web/components/Sidebar.tsx#L313
Unexpected iterable of non-Promise (non-"Thenable") values passed to promise aggregator.
vitest(require-to-throw-message): src/schema/jobs.test.ts#L73
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L72
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L68
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L67
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L63
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L59
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L55
Require a message for "toThrow".
vitest(require-mock-type-parameters): src/integrations/orpc/services/jobs.test.ts#L9
Missing type parameters on mock function call
vitest(require-mock-type-parameters): src/integrations/orpc/services/jobs.test.ts#L8
Missing type parameters on mock function call
vitest(require-mock-type-parameters): src/integrations/jobs/providers/jsearch.test.ts#L7
Missing type parameters on mock function call
eslint(no-underscore-dangle): server/utils/docs/client.ts#L107
Unexpected dangling '_' in '`_data`'.
eslint(no-underscore-dangle): app/plugins/payload-cache.server.ts#L45
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
eslint(no-underscore-dangle): cli/src/server.ts#L15
Unexpected dangling '_' in '`_endpointCheck`'.
eslint(no-underscore-dangle): cli/src/mock-app.ts#L19
Unexpected dangling '_' in '`_endpointCheck`'.
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L141
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L135
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
eslint(no-underscore-dangle): modules/image-proxy.ts#L21
Unexpected dangling '_' in '`_prepare`'.
eslint(no-underscore-dangle): modules/oauth.ts#L24
Unexpected dangling '_' in '`_prepare`'.
eslint(no-underscore-dangle): modules/standard-site-sync.ts#L47
Unexpected dangling '_' in '`_prepare`'.
eslint(no-underscore-dangle): modules/lunaria.ts#L24
Unexpected dangling '_' in '`_prepare`'.
unicorn(no-unnecessary-await): packages/pinia/__tests__/subscriptions.spec.ts#L171
Unexpected `await` on a non-Promise value
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L201
Unsafe type assertion: type '{ body: Node$1; }' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L186
Unsafe type assertion: type 'LabeledJumpStatementNode' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/combined-visitor.ts#L176
Unsafe type assertion: type 'LogicalExpression | undefined' is more narrow than the original type.
typescript(no-unnecessary-type-assertion): src/cognitive/patterns.ts#L43
This assertion is unnecessary since it does not change the type of the expression.
typescript(no-unsafe-type-assertion): src/utils.ts#L57
Unsafe type assertion: type 'Record<string, unknown>' is more narrow than the original type.
typescript(no-unnecessary-type-assertion): src/cognitive/patterns.ts#L41
This assertion is unnecessary since it does not change the type of the expression.
typescript(no-unnecessary-type-assertion): src/cognitive/patterns.ts#L29
This assertion is unnecessary since it does not change the type of the expression.
typescript(no-unnecessary-type-assertion): src/cognitive/patterns.ts#L27
This assertion is unnecessary since it does not change the type of the expression.
typescript(no-unsafe-type-assertion): src/visitor.ts#L52
Unsafe type assertion: type 'FunctionNode' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/cognitive/patterns.ts#L8
Unsafe type assertion: type 'IfStatement | undefined' is more narrow than the original type.
vitest(require-to-throw-message): src/schema/jobs.test.ts#L73
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L72
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L68
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L67
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L63
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L59
Require a message for "toThrow".
vitest(require-to-throw-message): src/schema/jobs.test.ts#L55
Require a message for "toThrow".
vitest(require-mock-type-parameters): src/integrations/orpc/services/jobs.test.ts#L9
Missing type parameters on mock function call
vitest(require-mock-type-parameters): src/integrations/orpc/services/jobs.test.ts#L8
Missing type parameters on mock function call
vitest(require-mock-type-parameters): src/integrations/jobs/providers/jsearch.test.ts#L7
Missing type parameters on mock function call

Artifacts

Produced during runtime
Name Size Digest
rolldown-binaries
7.88 MB
sha256:33055cbfc59b1b682cae7c0f051f6e6ead615d8235a9b7d62b1b08067a4dff04
vite-plus-packages-ubuntu-latest Expired
39.5 MB
sha256:d6df32200b5bef49445478fe18d08bea0d3d2867236d05a661eaa7539caec616
vite-plus-packages-windows-latest Expired
53.4 MB
sha256:23b7dfb23fa23c2ba3d962389737bf045ffc2726493b2f42347caf212b66bc7b