Skip to content

Commit d4a7946

Browse files
committed
build: update scope names and deps
1 parent 38eae82 commit d4a7946

File tree

23 files changed

+1130
-551
lines changed

23 files changed

+1130
-551
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Run Lighthouse tests
1+
# Run Lighthouse Tests Action
22

3-
### TODO
4-
5-
- [ ] Need to define baseline for all pages
6-
- [ ] Need to allow pages to define their own baseline and override the default
7-
- [ ] Need to define how to calculate the score
3+
> [!WARNING]
4+
> This action should be used only in the context of the elementor plugin.

actions/run-lighthouse-tests/dist/index.js

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/run-lighthouse-tests/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
getMapInput,
1010
getNumberInput,
1111
setOutput,
12-
} from '@elementor-editor-github-actions/utils';
12+
} from '@elementor/editor-github-actions-utils';
1313

1414
const LHCI_VERSION = '0.14.x';
1515
const OUTPUT_DIR = path.resolve(process.cwd(), './lhci');
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@elementor-editor-github-actions/run-lighthouse-tests",
2+
"name": "@elementor/run-lighthouse-tests",
33
"author": "Elementor Team",
44
"license": "GPL-3.0-or-later",
55
"private": true,
@@ -8,14 +8,14 @@
88
"dev": "npm run build -- --watch"
99
},
1010
"dependencies": {
11-
"@elementor-editor-github-actions/utils": "*",
11+
"@elementor/editor-github-actions-utils": "1.0.0",
1212
"@actions/core": "^1.11.1",
1313
"@actions/exec": "^1.1.1",
1414
"fs-extra": "^11.3.0",
15-
"zod": "^3.24.2"
15+
"zod": "^3.25.56"
1616
},
1717
"devDependencies": {
18-
"tsup": "^8.4.0",
18+
"tsup": "^8.5.0",
1919
"@types/fs-extra": "^11.0.4"
2020
}
2121
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# # Setup Elementor Environment Action
2+
3+
> [!WARNING]
4+
> This action should be used only in the context of the elementor plugin.

actions/setup-elementor-env/dist/index.js

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/setup-elementor-env/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
getMapInput,
77
getStringInput,
88
getBooleanInput,
9-
} from '@elementor-editor-github-actions/utils';
9+
} from '@elementor/editor-github-actions-utils';
1010

1111
export async function run() {
1212
try {
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@elementor-editor-github-actions/setup-elementor-env",
2+
"name": "@elementor/setup-elementor-env",
33
"author": "Elementor Team",
44
"license": "GPL-3.0-or-later",
55
"private": true,
@@ -8,12 +8,12 @@
88
"dev": "npm run build -- --watch"
99
},
1010
"dependencies": {
11-
"@elementor-editor-github-actions/utils": "*",
11+
"@elementor/editor-github-actions-utils": "1.0.0",
1212
"@actions/core": "^1.11.1",
1313
"@actions/exec": "^1.1.1",
14-
"zod": "^3.24.2"
14+
"zod": "^3.25.56"
1515
},
1616
"devDependencies": {
17-
"tsup": "^8.4.0"
17+
"tsup": "^8.5.0"
1818
}
1919
}

actions/setup-wp-env/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# # Setup WordPress Environment Action
2+
3+
> [!WARNING]
4+
> This action should be used only in the context of the elementor plugin.

actions/setup-wp-env/dist/index.js

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)