-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
4,878 additions
and
5,645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,4 +60,5 @@ testem.log | |
|
||
# System Files | ||
.DS_Store | ||
Thumbs.db | ||
Thumbs.db | ||
.nx/cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
*. | ||
dist | ||
node_modules | ||
coverage | ||
coverage | ||
/.nx/cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,133 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "1.0.0", | ||
"description": "In your entry.cloudflare-pages.ts, export fetch instead of onRequest. This is required in order to use the advanced mode of Cloudflare! it will allow future perf improvements and new features.", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/migrate-cloudflare-integration/migrate-cloudflare-integration", | ||
"package": "qwik-nx", | ||
"name": "migrate-cloudflare-integration" | ||
"version": "16.6.0-beta.6", | ||
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed", | ||
"implementation": "./src/migrations/update-15-0-0/prefix-outputs", | ||
"package": "nx", | ||
"name": "16.6.0-prefix-outputs" | ||
}, | ||
{ | ||
"version": "1.0.0", | ||
"description": "Enabled type checking can be breaking. Adding a verbose option so that it is clear how to disable it", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/add-verbose-skip-type-check-option-for-the-build-executor/add-verbose-skip-type-check-option-for-the-build-executor", | ||
"package": "qwik-nx", | ||
"name": "add-verbose-skip-type-check-option-for-the-build-executor" | ||
"version": "16.8.0-beta.3", | ||
"description": "Escape $ in env variables", | ||
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables", | ||
"package": "nx", | ||
"name": "16.8.0-escape-dollar-sign-env" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.0-beta.1", | ||
"description": "Updates the default cache directory to .nx/cache", | ||
"implementation": "./src/migrations/update-17-0-0/move-cache-directory", | ||
"package": "nx", | ||
"name": "17.0.0-move-cache-directory" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.0-beta.3", | ||
"description": "Use minimal config for tasksRunnerOptions", | ||
"implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options", | ||
"package": "nx", | ||
"name": "17.0.0-use-minimal-config-for-tasks-runner-options" | ||
}, | ||
{ | ||
"version": "17.0.0-rc.1", | ||
"description": "Migration for v17.0.0-rc.1", | ||
"implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope", | ||
"package": "nx", | ||
"name": "rm-default-collection-npm-scope" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.6.0-beta.0", | ||
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.", | ||
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps", | ||
"package": "@nx/js", | ||
"name": "explicitly-set-projects-to-update-buildable-deps" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.8.2-beta.0", | ||
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.", | ||
"factory": "./src/migrations/update-16-8-2/update-swcrc", | ||
"package": "@nx/js", | ||
"name": "16-8-2-update-swcrc" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.2", | ||
"description": "Remove deprecated build options", | ||
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options", | ||
"package": "@nx/js", | ||
"name": "update-17-0-0-remove-deprecated-build-options" | ||
}, | ||
{ | ||
"version": "16.8.0", | ||
"description": "update-16-8-0-add-ignored-files", | ||
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files", | ||
"package": "@nx/eslint", | ||
"name": "update-16-8-0-add-ignored-files" | ||
}, | ||
{ | ||
"version": "17.0.0-beta.7", | ||
"description": "update-17-0-0-rename-to-eslint", | ||
"implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint", | ||
"package": "@nx/eslint", | ||
"name": "update-17-0-0-rename-to-eslint" | ||
}, | ||
{ | ||
"version": "17.1.0-beta.1", | ||
"description": "Updates for @typescript-utils/utils v6.9.1+", | ||
"implementation": "./src/migrations/update-17-1-0/update-typescript-eslint", | ||
"package": "@nx/eslint", | ||
"name": "update-typescript-eslint" | ||
}, | ||
{ | ||
"version": "17.2.0-beta.0", | ||
"description": "Simplify eslintFilePatterns", | ||
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", | ||
"package": "@nx/eslint", | ||
"name": "simplify-eslint-patterns" | ||
}, | ||
{ | ||
"version": "16.4.1-beta.0", | ||
"description": "Changes the testFile config in the vite:test exectutor from a string to an array of strings", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-16-4-1-update-test-file-config/update-16-4-1-test-file-config", | ||
"package": "@nx/vite", | ||
"name": "update-16-4-1-test-file-config" | ||
}, | ||
{ | ||
"version": "16.6.0-beta.4", | ||
"description": "Change vite-tsconfig-paths plugin for first party nx-vite-tsconfig-paths plugin", | ||
"cli": "nx", | ||
"implementation": "./src/migrations/update-16-6-0-change-ts-paths-plugin/change-ts-paths-plugin", | ||
"package": "@nx/vite", | ||
"name": "16-6-0-change-ts-paths-plugin" | ||
}, | ||
{ | ||
"version": "17.1.0-beta.2", | ||
"description": "Move target defaults", | ||
"implementation": "./src/migrations/update-17-1-0/move-target-defaults", | ||
"package": "@nx/vite", | ||
"name": "move-target-defaults" | ||
}, | ||
{ | ||
"version": "17.2.0-beta.10", | ||
"description": "Update vite config.", | ||
"implementation": "./src/migrations/update-17-2-0/update-vite-config", | ||
"package": "@nx/vite", | ||
"name": "update-vite-config" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17-2-6-beta.1", | ||
"description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name", | ||
"implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules", | ||
"package": "@nx/eslint-plugin", | ||
"name": "update-17-2-6-rename-workspace-rules" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/usr/bin/env node | ||
/** | ||
* Copyright (c) Microsoft Corporation. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
const { program } = require('@playwright/experimental-ct-core/lib/program'); | ||
program.parse(process.argv); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/** | ||
* Copyright (c) Microsoft Corporation. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
import type { JsonObject } from '@playwright/experimental-ct-core/types/component'; | ||
import { JSXElement } from 'solid-js'; | ||
|
||
export declare function beforeMount<HooksConfig extends JsonObject>( | ||
callback: (params: { | ||
hooksConfig?: HooksConfig; | ||
App: () => JSXElement; | ||
}) => Promise<void | JSXElement> | ||
): void; | ||
export declare function afterMount<HooksConfig extends JsonObject>( | ||
callback: (params: { hooksConfig?: HooksConfig }) => Promise<void> | ||
): void; |
Oops, something went wrong.