Skip to content

Commit a04da57

Browse files
committed
increment everything but the ide
1 parent 4ad0ce7 commit a04da57

File tree

20 files changed

+84
-50
lines changed

20 files changed

+84
-50
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"clean:deps": "rimraf packages/*/node_modules node_modules",
1313
"clean": "rimraf packages/*/build packages/*/dist packages/*/node_modules packages/*/tsconfig.tsbuildinfo node_modules",
1414
"clean:nuke": "git clean -fdx",
15+
"dev": "cd packages/selenium-ide && npm run dev",
1516
"pretest": "cd packages/webdriver-testkit && npm run download-drivers",
1617
"start": "cd packages/selenium-ide && npm start",
1718
"test:jest:core": "jest",
@@ -23,13 +24,14 @@
2324
"test:side-runner": "npm-run-bg -s 'http-server -p 8080 ./packages/side-testkit/fixtures/static::Available on::8080' 'node ./packages/side-runner/dist/bin.js -t 15000 ./tests/examples/*.side'",
2425
"test:side-runner:ci": "npm-run-bg -s 'http-server -p 8080 ./packages/side-testkit/fixtures/static::Available on::8080' 'node ./packages/side-runner/dist/bin.js -c \"goog:chromeOptions.args=[headless,no-sandbox] browserName=chrome\" -t 15000 ./tests/examples/*.side'",
2526
"typecheck": "tsc --noEmit --composite false",
27+
"serve": "pnpm run --stream --filter selenium-ide serve",
2628
"watch": "run-p watch:ts watch:webpack",
2729
"watch:webpack": "pnpm run --stream --filter selenium-ide watch",
2830
"watch:js": "pnpm run --stream --filter @seleniumhq/code-export-* --loglevel verbose watch",
2931
"watch:ts": "tsc --build --verbose --watch"
3032
},
3133
"engines": {
32-
"node": ">=16"
34+
"node": ">=18"
3335
},
3436
"workspaces": [
3537
"packages/*"

packages/code-export-csharp-commons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seleniumhq/code-export-csharp-commons",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": false,
55
"description": "Commons for exporting Selenium IDE project contents to C#",
66
"repository": "https://github.com/SeleniumHQ/selenium-ide",
@@ -18,7 +18,7 @@
1818
"watch": "tsc --watch"
1919
},
2020
"dependencies": {
21-
"side-code-export": "^4.0.0"
21+
"side-code-export": "^4.0.2"
2222
},
2323
"devDependencies": {
2424
"@seleniumhq/side-model": "^4.0.1"

packages/code-export-csharp-nunit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seleniumhq/code-export-csharp-nunit",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": false,
55
"description": "Export Selenium IDE project contents to C# NUnit",
66
"repository": "https://github.com/SeleniumHQ/selenium-ide",
@@ -19,7 +19,7 @@
1919
"types": "dist/index.d.ts",
2020
"dependencies": {
2121
"@seleniumhq/code-export-csharp-commons": "^4.0.1",
22-
"side-code-export": "^4.0.0"
22+
"side-code-export": "^4.0.2"
2323
},
2424
"gitHead": "f58e327e7616e23a3e926e4b80cf9952164e5744"
2525
}

packages/code-export-csharp-xunit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seleniumhq/code-export-csharp-xunit",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": false,
55
"description": "Export Selenium IDE project contents to C# XUnit",
66
"repository": "https://github.com/SeleniumHQ/selenium-ide",
@@ -19,7 +19,7 @@
1919
"types": "dist/index.d.ts",
2020
"dependencies": {
2121
"@seleniumhq/code-export-csharp-commons": "^4.0.1",
22-
"side-code-export": "^4.0.0"
22+
"side-code-export": "^4.0.2"
2323
},
2424
"devDependencies": {
2525
"@seleniumhq/side-model": "^4.0.1"

packages/code-export-java-junit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seleniumhq/code-export-java-junit",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": false,
55
"description": "Export Selenium IDE project contents to Java JUnit",
66
"repository": "https://github.com/SeleniumHQ/selenium-ide",
@@ -17,7 +17,7 @@
1717
},
1818
"main": "dist/index.js",
1919
"dependencies": {
20-
"side-code-export": "^4.0.0"
20+
"side-code-export": "^4.0.2"
2121
},
2222
"devDependencies": {
2323
"@seleniumhq/side-model": "^4.0.1"

packages/code-export-javascript-mocha/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seleniumhq/code-export-javascript-mocha",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": false,
55
"description": "Export Selenium IDE project contents to JavaScript Mocha",
66
"repository": "https://github.com/SeleniumHQ/selenium-ide",
@@ -17,7 +17,7 @@
1717
},
1818
"main": "dist/index.js",
1919
"dependencies": {
20-
"side-code-export": "^4.0.0"
20+
"side-code-export": "^4.0.2"
2121
},
2222
"devDependencies": {
2323
"@seleniumhq/side-model": "^4.0.1"

packages/code-export-python-pytest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seleniumhq/code-export-python-pytest",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": false,
55
"description": "Export Selenium IDE project contents to Python pytest",
66
"repository": "https://github.com/SeleniumHQ/selenium-ide",
@@ -17,7 +17,7 @@
1717
},
1818
"main": "dist/index.js",
1919
"dependencies": {
20-
"side-code-export": "^4.0.0"
20+
"side-code-export": "^4.0.2"
2121
},
2222
"devDependencies": {
2323
"@seleniumhq/side-model": "^4.0.1"

packages/code-export-ruby-rspec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seleniumhq/code-export-ruby-rspec",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": false,
55
"description": "Export Selenium IDE project contents to Ruby RSpec",
66
"repository": "https://github.com/SeleniumHQ/selenium-ide",
@@ -17,7 +17,7 @@
1717
},
1818
"main": "dist/index.js",
1919
"dependencies": {
20-
"side-code-export": "^4.0.0"
20+
"side-code-export": "^4.0.2"
2121
},
2222
"devDependencies": {
2323
"@seleniumhq/side-model": "^4.0.1"

packages/side-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seleniumhq/side-api",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"private": false,
55
"description": "Selenium IDE API command shapes and such",
66
"author": "Todd Tarsi <[email protected]>",
@@ -23,7 +23,7 @@
2323
"@seleniumhq/browser-info": "^4.0.1",
2424
"@seleniumhq/get-driver": "^4.0.1",
2525
"@seleniumhq/side-model": "^4.0.1",
26-
"@seleniumhq/side-runtime": "^4.0.2",
26+
"@seleniumhq/side-runtime": "^4.0.3",
2727
"lodash": "^4.17.21"
2828
},
2929
"devDependencies": {

packages/side-api/src/commands/state/index.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import type { Shape as Get } from './get'
22
import type { Shape as GetUserPrefs } from './getUserPrefs'
33
import type { Shape as OnMutate } from './onMutate'
4+
import type { Shape as Redo } from './redo'
45
import type { Shape as Set } from './set'
56
import type { Shape as SetActiveCommand } from './setActiveCommand'
67
import type { Shape as SetActiveSuite } from './setActiveSuite'
78
import type { Shape as SetActiveTest } from './setActiveTest'
9+
import type { Shape as SetAll } from './setAll'
810
import type { Shape as SetCopiedCommands } from './setCopiedCommands'
911
import type { Shape as ToggleBreakpoint } from './toggleBreakpoint'
1012
import type { Shape as ToggleSuiteMode } from './toggleSuiteMode'
@@ -13,16 +15,19 @@ import type { Shape as ToggleUserPrefDisableCodeExportCompat } from './toggleUse
1315
import type { Shape as ToggleUserPrefIgnoreCertificateErrors } from './toggleUserPrefIgnoreCertificateErrors'
1416
import type { Shape as ToggleUserPrefInsert } from './toggleUserPrefInsert'
1517
import type { Shape as ToggleUserPrefTheme } from './toggleUserPrefTheme'
18+
import type { Shape as Undo } from './undo'
1619
import type { Shape as UpdateStepSelection } from './updateStepSelection'
1720
import type { Shape as UpdateTestSelection } from './updateTestSelection'
1821

1922
import * as get from './get'
2023
import * as getUserPrefs from './getUserPrefs'
2124
import * as onMutate from './onMutate'
25+
import * as redo from './redo'
2226
import * as set from './set'
2327
import * as setActiveCommand from './setActiveCommand'
2428
import * as setActiveSuite from './setActiveSuite'
2529
import * as setActiveTest from './setActiveTest'
30+
import * as setAll from './setAll'
2631
import * as setCopiedCommands from './setCopiedCommands'
2732
import * as toggleBreakpoint from './toggleBreakpoint'
2833
import * as toggleSuiteMode from './toggleSuiteMode'
@@ -31,17 +36,20 @@ import * as toggleUserPrefDisableCodeExportCompat from './toggleUserPrefDisableC
3136
import * as toggleUserPrefIgnoreCertificateErrors from './toggleUserPrefIgnoreCertificateErrors'
3237
import * as toggleUserPrefInsert from './toggleUserPrefInsert'
3338
import * as toggleUserPrefTheme from './toggleUserPrefTheme'
39+
import * as undo from './undo'
3440
import * as updateStepSelection from './updateStepSelection'
3541
import * as updateTestSelection from './updateTestSelection'
3642

3743
export const commands = {
3844
get,
3945
getUserPrefs,
4046
onMutate,
47+
redo,
4148
set,
4249
setActiveCommand,
4350
setActiveSuite,
4451
setActiveTest,
52+
setAll,
4553
setCopiedCommands,
4654
toggleBreakpoint,
4755
toggleSuiteMode,
@@ -50,6 +58,7 @@ export const commands = {
5058
toggleUserPrefIgnoreCertificateErrors,
5159
toggleUserPrefInsert,
5260
toggleUserPrefTheme,
61+
undo,
5362
updateStepSelection,
5463
updateTestSelection,
5564
}
@@ -61,10 +70,12 @@ export type Shape = {
6170
get: Get
6271
getUserPrefs: GetUserPrefs
6372
onMutate: OnMutate
73+
redo: Redo
6474
set: Set
6575
setActiveCommand: SetActiveCommand
6676
setActiveSuite: SetActiveSuite
6777
setActiveTest: SetActiveTest
78+
setAll: SetAll
6879
setCopiedCommands: SetCopiedCommands
6980
toggleBreakpoint: ToggleBreakpoint
7081
toggleSuiteMode: ToggleSuiteMode
@@ -73,6 +84,7 @@ export type Shape = {
7384
toggleUserPrefIgnoreCertificateErrors: ToggleUserPrefIgnoreCertificateErrors
7485
toggleUserPrefInsert: ToggleUserPrefInsert
7586
toggleUserPrefTheme: ToggleUserPrefTheme
87+
undo: Undo
7688
updateStepSelection: UpdateStepSelection
7789
updateTestSelection: UpdateTestSelection
7890
}

0 commit comments

Comments
 (0)