Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: folke/ultra-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d9dcf3962f2d843c4dc06387ec508188ea2afd1b
Choose a base ref
..
head repository: folke/ultra-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a15df1b5ffc0767cfae9df280a4520bbda09e375
Choose a head ref
Showing with 784 additions and 1,934 deletions.
  1. +1 −1 .nvmrc
  2. +23 −23 package.json
  3. +760 −1,910 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.21.3
14.16.0
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -65,52 +65,52 @@
]
},
"devDependencies": {
"0x": "4.11.0",
"0x": "4.10.2",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"@types/chai": "4.3.20",
"@types/chai": "4.2.22",
"@types/cross-spawn": "6.0.2",
"@types/eslint": "7.29.0",
"@types/eslint": "7.2.14",
"@types/eslint-plugin-prettier": "3.1.0",
"@types/jest": "26.0.24",
"@types/node": "14.18.63",
"@types/prettier": "2.7.3",
"@types/node": "14.14.45",
"@types/prettier": "2.2.3",
"@types/rimraf": "3.0.2",
"@types/semantic-release": "17.2.3",
"@types/sinon": "9.0.11",
"@types/sinon-chai": "3.2.6",
"@types/wrap-ansi": "3.0.0",
"@types/yamljs": "0.2.31",
"@types/yargs": "16.0.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"@yarnpkg/pnp": "2.3.2",
"builtin-modules": "3.3.0",
"chai": "4.5.0",
"conventional-changelog-cli": "2.2.2",
"builtin-modules": "3.2.0",
"chai": "4.3.4",
"conventional-changelog-cli": "2.1.1",
"coveralls": "3.1.1",
"devmoji": "2.3.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"devmoji": "2.2.1",
"eslint": "7.20.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-chai-expect": "2.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "24.7.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-unicorn": "28.0.2",
"husky": "5.2.0",
"husky": "5.1.1",
"jest": "26.6.3",
"markdownlint-cli": "0.42.0",
"prettier": "2.8.8",
"markdownlint-cli": "0.26.0",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"semantic-release": "17.4.7",
"sinon": "9.2.4",
"sinon-chai": "3.7.0",
"sinon-chai": "3.5.0",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"typescript": "4.9.5",
"typesync": "0.13.0"
"typescript": "4.2.4",
"typesync": "0.8.0"
},
"dependencies": {
"ansi-split": "^1.0.1",
@@ -126,7 +126,7 @@
"ps-list": "^7.2.0",
"shellwords-ts": "^3.0.0",
"string-width": "^4.2.0",
"tslib": "2.8.0",
"tslib": "2.1.0",
"type-fest": "^0.21.2",
"wrap-ansi": "^7.0.0",
"yamljs": "^0.3.0",
Loading