Skip to content

Commit

Permalink
chore(deps): bump Ava to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Mar 13, 2024
1 parent 5b59e8a commit 0262231
Show file tree
Hide file tree
Showing 45 changed files with 322 additions and 286 deletions.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/a:upgrade-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.7",
"ava": "^5.3.1"
"ava": "^6.1.1"
},
"ava": {
"concurrency": 1,
Expand Down
2 changes: 1 addition & 1 deletion a3p-integration/proposals/b:localchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.7",
"ava": "^5.3.1"
"ava": "^6.1.1"
},
"ava": {
"concurrency": 1,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"conventional-changelog-conventionalcommits": "^4.6.0",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ERTP/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@agoric/swingset-vat": "^0.32.2",
"@endo/bundle-source": "^3.1.0",
"@fast-check/ava": "^1.1.5",
"ava": "^5.3.0",
"ava": "^6.1.1",
"tsd": "^0.30.4"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/SwingSet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"yargs-parser": "^21.1.1"
},
"peerDependencies": {
"ava": "^5.3.0"
"ava": "^6.1.1"
},
"files": [
"bin/vat",
Expand Down
2 changes: 1 addition & 1 deletion packages/access-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/n-readlines": "^1.0.3",
"@types/proper-lockfile": "^4.1.2",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@agoric/cosmic-swingset": "^0.41.3",
"@agoric/deploy-script-support": "^0.10.3",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"dd-trace": "^4.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@endo/init": "^1.0.4",
"ava": "^5.3.0"
"ava": "^6.1.1"
},
"ava": {
"require": [
Expand Down
2 changes: 1 addition & 1 deletion packages/base-zone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@endo/init": "^1.0.4",
"@endo/ses-ava": "^1.1.2",
"ava": "^5.3.0"
"ava": "^6.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@agoric/governance": "^0.10.3",
"@agoric/store": "^0.9.2",
"@agoric/swingset-liveslots": "^0.10.2",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"tsx": "3.12.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@agoric/swing-store": "^0.9.1",
"@agoric/swingset-liveslots": "^0.10.2",
"@agoric/time": "^0.3.2",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@agoric/zoe": "^0.26.2",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/casting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@agoric/cosmic-proto": "^0.4.0",
"@endo/ses-ava": "^1.1.2",
"@types/node-fetch": "^2.6.2",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"express": "^4.17.1",
"ws": "^7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmic-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@agoric/cosmos": "^0.34.1",
"@ava/typescript": "^4.1.0",
"@cosmology/telescope": "^1.0.1",
"ava": "^5.3.1",
"ava": "^6.1.1",
"publish-scripts": "0.1.0",
"rimraf": "^5.0.0",
"tsimp": "^2.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tmp": "^0.2.1"
},
"devDependencies": {
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-script-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@agoric/vats": "^0.15.1",
"@endo/init": "^1.0.4",
"ava": "^5.3.0",
"ava": "^6.1.1",
"import-meta-resolve": "^2.2.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@agoric/swingset-vat": "^0.32.2",
"@endo/bundle-source": "^3.1.0",
"@endo/init": "^1.0.4",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/import-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"devDependencies": {
"@agoric/swingset-vat": "^0.32.2",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/inter-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@endo/init": "^1.0.4",
"@endo/promise-kit": "^1.0.4",
"@fast-check/ava": "^1.1.5",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"deep-object-diff": "^1.1.9",
"import-meta-resolve": "^2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@endo/init": "^1.0.4",
"ava": "^5.3.0",
"ava": "^6.1.1",
"tsd": "^0.30.4"
},
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kmarshal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@agoric/assert": "^0.6.0"
},
"devDependencies": {
"ava": "^5.3.0"
"ava": "^6.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@agoric/swingset-vat": "^0.32.2",
"@agoric/zone": "^0.2.2",
"@endo/bundle-source": "^3.1.0",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@agoric/swingset-vat": "^0.32.2",
"@endo/init": "^1.0.4",
"@endo/ses-ava": "^1.1.2",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pegasus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@endo/promise-kit": "^1.0.4"
},
"devDependencies": {
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"import-meta-resolve": "^2.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@endo/bundle-source": "^3.1.0",
"@endo/captp": "^4.0.4",
"@endo/init": "^1.0.4",
"ava": "^5.3.0",
"ava": "^6.1.1",
"import-meta-resolve": "^2.2.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@agoric/ertp": "^0.16.2",
"@endo/bundle-source": "^3.1.0",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spawner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@agoric/swingset-vat": "^0.32.2",
"@endo/bundle-source": "^3.1.0",
"@endo/init": "^1.0.4",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@endo/init": "^1.0.4",
"@endo/ses-ava": "^1.1.2",
"ava": "^5.3.0"
"ava": "^6.1.1"
},
"files": [
"src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/swing-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@endo/init": "^1.0.4",
"@types/better-sqlite3": "^7.5.0",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"tmp": "^0.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/swingset-liveslots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@endo/promise-kit": "^1.0.4"
},
"devDependencies": {
"ava": "^5.3.0",
"ava": "^6.1.1",
"@agoric/kmarshal": "^0.1.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/swingset-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"yargs": "^16.1.0"
},
"devDependencies": {
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"import-meta-resolve": "^2.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/swingset-xsnap-supervisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@endo/import-bundle": "^1.0.4",
"@endo/init": "^1.0.4",
"@endo/marshal": "^1.3.0",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@endo/lockdown": "^1.0.4",
"@endo/ses-ava": "^1.1.2",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"tmp": "^0.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@endo/far": "^1.0.4",
"@endo/init": "^1.0.4",
"ava": "^5.3.0"
"ava": "^6.1.1"
},
"ava": {
"require": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vat-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@endo/init": "^1.0.4",
"@endo/far": "^1.0.4",
"@endo/ses-ava": "^1.1.2",
"ava": "^5.3.0",
"ava": "^6.1.1",
"tsd": "^0.30.4"
},
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@agoric/swingset-liveslots": "^0.10.2",
"@endo/bundle-source": "^3.1.0",
"@endo/init": "^1.0.4",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vm-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@agoric/internal": "^0.3.2",
"@endo/far": "^1.0.4",
"@endo/init": "^1.0.4",
"ava": "^5.3.0"
"ava": "^6.1.1"
},
"ava": {
"require": [
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@endo/bundle-source": "^3.1.0",
"@endo/far": "^1.0.4",
"@endo/init": "^1.0.4",
"ava": "^5.3.0"
"ava": "^6.1.1"
},
"dependencies": {
"@agoric/assert": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xsnap-lockdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@endo/bundle-source": "^3.1.0",
"@endo/init": "^1.0.4",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"rollup": "^2.58.0",
"rollup-plugin-string": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/xsnap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@endo/base64": "^1.0.2",
"@types/glob": "^8.1.0",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/zoe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@endo/init": "^1.0.4",
"@agoric/kmarshal": "^0.1.0",
"ava": "^5.3.0",
"ava": "^6.1.1",
"c8": "^7.13.0",
"import-meta-resolve": "^2.2.1",
"tsd": "^0.30.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/zone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@agoric/swingset-liveslots": "^0.10.2",
"@endo/patterns": "^1.2.0",
"ava": "^5.3.0"
"ava": "^6.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 0262231

Please sign in to comment.