diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 324b7c0e..4895239f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,6 @@ about: Report an issue with WXT title: '' labels: triage assignees: '' - --- ### Describe the bug @@ -13,7 +12,7 @@ A clear and concise description of what the bug is. ### To Reproduce -Upload a ZIP or share a link to a repo representing the minimal reproduction. ***If you don't upload a minimal reproduction, you bug report will be closed.*** +Upload a ZIP or share a link to a repo representing the minimal reproduction. **_If you don't upload a minimal reproduction, you bug report will be closed._** Steps to reproduce the behavior: @@ -26,7 +25,11 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. -### Operating System +### Screenshots + +If applicable, add screenshots to help explain your problem. + +### Environment @@ -34,21 +37,6 @@ A clear and concise description of what you expected to happen. Paste output here ``` -### Screenshots - -If applicable, add screenshots to help explain your problem. - -Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - ### Additional context Add any other context about the problem here, otherwise you can delete this section. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ca7f5a89..dab31d68 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,7 +4,6 @@ about: Suggest an idea for WXT title: '' labels: feature assignees: '' - --- ### Feature Request diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c956918..42cb56ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,10 +67,10 @@ importers: version: 3.1.0 vite: specifier: ^4.4.7 - version: 4.4.7(@types/node@20.5.0) + version: 4.4.9(@types/node@20.5.0) vite-tsconfig-paths: specifier: ^4.2.0 - version: 4.2.0(typescript@5.1.6)(vite@4.4.7) + version: 4.2.0(typescript@5.1.6)(vite@4.4.9) web-ext: specifier: ^7.6.2 version: 7.6.2 @@ -1200,7 +1200,7 @@ packages: '@vue/shared': 3.3.4 estree-walker: 2.0.2 magic-string: 0.30.2 - postcss: 8.4.24 + postcss: 8.4.27 source-map-js: 1.0.2 dev: true @@ -4578,15 +4578,6 @@ packages: source-map-js: 1.0.2 dev: false - /postcss@8.4.24: - resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.6 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - /postcss@8.4.27: resolution: {integrity: sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==} engines: {node: ^10 || ^12 || >=14} @@ -4919,6 +4910,14 @@ packages: hasBin: true optionalDependencies: fsevents: 2.3.2 + dev: true + + /rollup@3.28.0: + resolution: {integrity: sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==} + engines: {node: '>=14.18.0', npm: '>=8.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 /run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} @@ -5783,7 +5782,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.7(@types/node@20.5.0) + vite: 4.4.9(@types/node@20.5.0) transitivePeerDependencies: - '@types/node' - less @@ -5795,7 +5794,7 @@ packages: - terser dev: true - /vite-tsconfig-paths@4.2.0(typescript@5.1.6)(vite@4.4.7): + /vite-tsconfig-paths@4.2.0(typescript@5.1.6)(vite@4.4.9): resolution: {integrity: sha512-jGpus0eUy5qbbMVGiTxCL1iB9ZGN6Bd37VGLJU39kTDD6ZfULTTb1bcc5IeTWqWJKiWV5YihCaibeASPiGi8kw==} peerDependencies: vite: '*' @@ -5806,7 +5805,7 @@ packages: debug: 4.3.4 globrex: 0.1.2 tsconfck: 2.1.1(typescript@5.1.6) - vite: 4.4.7(@types/node@20.5.0) + vite: 4.4.9(@types/node@20.5.0) transitivePeerDependencies: - supports-color - typescript @@ -5842,14 +5841,14 @@ packages: dependencies: '@types/node': 20.5.0 esbuild: 0.18.11 - postcss: 8.4.24 - rollup: 3.26.2 + postcss: 8.4.27 + rollup: 3.28.0 optionalDependencies: fsevents: 2.3.2 dev: true - /vite@4.4.7(@types/node@20.5.0): - resolution: {integrity: sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==} + /vite@4.4.9(@types/node@20.5.0): + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -5879,7 +5878,7 @@ packages: '@types/node': 20.5.0 esbuild: 0.18.11 postcss: 8.4.27 - rollup: 3.26.2 + rollup: 3.28.0 optionalDependencies: fsevents: 2.3.2 @@ -5990,7 +5989,7 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.7.0 - vite: 4.4.7(@types/node@20.5.0) + vite: 4.4.9(@types/node@20.5.0) vite-node: 0.34.1(@types/node@20.5.0) why-is-node-running: 2.2.2 transitivePeerDependencies: diff --git a/src/testing/fake-objects.ts b/src/testing/fake-objects.ts index ae57b4d0..0f578dc8 100644 --- a/src/testing/fake-objects.ts +++ b/src/testing/fake-objects.ts @@ -159,6 +159,7 @@ export const fakeRollupOutputChunk = fakeObjectCreator( importedAssets: new Set(), importedCss: new Set(), }, + preliminaryFileName: faker.string.alphanumeric(), }), );