Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions actions/run-lighthouse-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Run Lighthouse tests
# Run Lighthouse Tests Action

### TODO

- [ ] Need to define baseline for all pages
- [ ] Need to allow pages to define their own baseline and override the default
- [ ] Need to define how to calculate the score
> [!WARNING]
> This action should be used only in the context of the elementor plugin.
74 changes: 37 additions & 37 deletions actions/run-lighthouse-tests/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion actions/run-lighthouse-tests/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
getMapInput,
getNumberInput,
setOutput,
} from '@elementor-editor-github-actions/utils';
} from '@elementor/editor-github-actions-utils';

const LHCI_VERSION = '0.14.x';
const OUTPUT_DIR = path.resolve(process.cwd(), './lhci');
Expand Down
8 changes: 4 additions & 4 deletions actions/run-lighthouse-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@elementor-editor-github-actions/run-lighthouse-tests",
"name": "@elementor/run-lighthouse-tests",
"author": "Elementor Team",
"license": "GPL-3.0-or-later",
"private": true,
Expand All @@ -8,14 +8,14 @@
"dev": "npm run build -- --watch"
},
"dependencies": {
"@elementor-editor-github-actions/utils": "*",
"@elementor/editor-github-actions-utils": "1.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"fs-extra": "^11.3.0",
"zod": "^3.24.2"
"zod": "^3.25.56"
},
"devDependencies": {
"tsup": "^8.4.0",
"tsup": "^8.5.0",
"@types/fs-extra": "^11.0.4"
}
}
4 changes: 4 additions & 0 deletions actions/setup-elementor-env/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# # Setup Elementor Environment Action

> [!WARNING]
> This action should be used only in the context of the elementor plugin.
66 changes: 33 additions & 33 deletions actions/setup-elementor-env/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion actions/setup-elementor-env/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
getMapInput,
getStringInput,
getBooleanInput,
} from '@elementor-editor-github-actions/utils';
} from '@elementor/editor-github-actions-utils';

export async function run() {
try {
Expand Down
8 changes: 4 additions & 4 deletions actions/setup-elementor-env/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@elementor-editor-github-actions/setup-elementor-env",
"name": "@elementor/setup-elementor-env",
"author": "Elementor Team",
"license": "GPL-3.0-or-later",
"private": true,
Expand All @@ -8,12 +8,12 @@
"dev": "npm run build -- --watch"
},
"dependencies": {
"@elementor-editor-github-actions/utils": "*",
"@elementor/editor-github-actions-utils": "1.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"zod": "^3.24.2"
"zod": "^3.25.56"
},
"devDependencies": {
"tsup": "^8.4.0"
"tsup": "^8.5.0"
}
}
4 changes: 4 additions & 0 deletions actions/setup-wp-env/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# # Setup WordPress Environment Action

> [!WARNING]
> This action should be used only in the context of the elementor plugin.
76 changes: 38 additions & 38 deletions actions/setup-wp-env/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion actions/setup-wp-env/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
getBooleanInput,
getMapInput,
getStringInput,
} from '@elementor-editor-github-actions/utils';
} from '@elementor/editor-github-actions-utils';

const WP_ENV_VERSION = '10.4.0';

Expand Down
8 changes: 4 additions & 4 deletions actions/setup-wp-env/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@elementor-editor-github-actions/setup-wp-env",
"name": "@elementor/setup-wp-env",
"author": "Elementor Team",
"license": "GPL-3.0-or-later",
"private": true,
Expand All @@ -8,12 +8,12 @@
"dev": "npm run build -- --watch"
},
"dependencies": {
"@elementor-editor-github-actions/utils": "*",
"@elementor/editor-github-actions-utils": "1.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"zod": "^3.24.2"
"zod": "^3.25.56"
},
"devDependencies": {
"tsup": "^8.4.0"
"tsup": "^8.5.0"
}
}
3 changes: 3 additions & 0 deletions actions/trickle-down-changelog/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Trickle Down Changelog GH Action

> [!WARNING]
> This action should be used only in the context of the elementor plugin.

This action will open PRs in downstream release branches with changes from the changelog.
For example:

Expand Down
50 changes: 25 additions & 25 deletions actions/trickle-down-changelog/dist/index.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions actions/trickle-down-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@elementor-editor-github-actions/trickle-down-changelog",
"name": "@elementor/trickle-down-changelog",
"version": "1.0.0",
"main": "index.js",
"author": "Elementor Team",
Expand All @@ -12,11 +12,11 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"semver": "^7.7.1"
"@actions/github": "^6.0.1",
"semver": "^7.7.2"
},
"devDependencies": {
"@types/semver": "^7.5.8",
"tsup": "^8.4.0"
"@types/semver": "^7.7.0",
"tsup": "^8.5.0"
}
}
Loading