Skip to content

fix(create): preserve shorthand fmt/lint config keys #7228

fix(create): preserve shorthand fmt/lint config keys

fix(create): preserve shorthand fmt/lint config keys #7228

Triggered via pull request June 17, 2026 01:44
Status Success
Total duration 40m 14s
Artifacts 3

e2e-test.yml

on: pull_request
detect-changes
4s
detect-changes
download-previous-rolldown-binaries
10s
download-previous-rolldown-binaries
Matrix: build
Matrix: e2e-test
Notify on failure
Notify on failure
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 63 warnings
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/composables/use-colors.spec.ts#L6
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/compare/PackageSelector.spec.ts#L6
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/compare/FacetSelector.spec.ts#L66
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/compare/FacetSelector.spec.ts#L65
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/compare/FacetSelector.spec.ts#L64
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/compare/FacetSelector.spec.ts#L63
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/compare/FacetSelector.spec.ts#L62
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/compare/FacetSelector.spec.ts#L61
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/VersionSelector.spec.ts#L12
Missing type parameters on mock function call
vitest(require-mock-type-parameters): test/nuxt/components/VersionSelector.spec.ts#L6
Missing type parameters on mock function call
rollipop E2E test (ubuntu-latest)
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?
typescript(TS2304): packages/core/src/runtime/hmr-client.ts#L300
Cannot find name 'CloseEvent'.
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.
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#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/utils.ts#L57
Unsafe type assertion: type 'Record<string, unknown>' 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/cognitive/patterns.ts#L8
Unsafe type assertion: type 'IfStatement | undefined' is more narrow than the original type.
typescript(no-redundant-type-constituents): plugins/importer-insomnia/src/v5.ts#L249
'PartialImportResources' is an 'error' type that acts as 'any' and overrides all other types in this union type.
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/importer-postman/src/index.ts#L38
'ImportPluginResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
typescript(no-redundant-type-constituents): plugins/auth-oauth2/src/index.ts#L618
'JsonPrimitive' is an 'error' type that acts as 'any' and overrides all other types in this union type.
typescript(no-redundant-type-constituents): plugins/auth-oauth2/src/index.ts#L612
'JsonPrimitive' is an 'error' type that acts as 'any' and overrides all other types in this union type.
typescript(no-redundant-type-constituents): plugins/auth-oauth2/src/index.ts#L604
'JsonPrimitive' 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.
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
unicorn(no-unnecessary-await): packages/pinia/__tests__/subscriptions.spec.ts#L171
Unexpected `await` on a non-Promise value
eslint(no-underscore-dangle): modules/lunaria.ts#L24
Unexpected dangling '_' in '`_prepare`'.
eslint(no-underscore-dangle): app/components/OgImage/BlogPost.d.vue.ts#L6
Unexpected dangling '_' in '`_default`'.
eslint(no-underscore-dangle): app/components/OgImage/Package.d.vue.ts#L10
Unexpected dangling '_' in '`_default`'.
eslint(no-underscore-dangle): server/utils/docs/client.ts#L107
Unexpected dangling '_' in '`_data`'.
eslint(no-underscore-dangle): app/utils/colors.ts#L77
Unexpected dangling '_' in '`s_`'.
eslint(no-underscore-dangle): app/utils/colors.ts#L76
Unexpected dangling '_' in '`m_`'.
eslint(no-underscore-dangle): app/utils/colors.ts#L75
Unexpected dangling '_' in '`l_`'.
eslint(no-underscore-dangle): app/utils/charts.ts#L213
Unexpected dangling '_' in '`_sum`'.
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/jobs/providers/jsearch.test.ts#L7
Missing type parameters on mock function call
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
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/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.
typescript(no-unsafe-type-assertion): src/visitor.ts#L52
Unsafe type assertion: type 'FunctionNode' is more narrow than the original type.

Artifacts

Produced during runtime
Name Size Digest
rolldown-binaries
10.8 MB
sha256:2f1e99bd95d0a42d5b699c40d02eb47010c023ffc51063b41a34cccd2055fb3d
vite-plus-packages-ubuntu-latest Expired
45.9 MB
sha256:e22fccad8e934297d3ebeb1886b3a9b30576f9655e327b7b836909d91983159e
vite-plus-packages-windows-latest Expired
66 MB
sha256:f2dc9e7df7c6cee447a80f65f7a77a52564c5afa964d8cd3df2ebf940ee2954d