Skip to content

Commit

Permalink
chore(deps): bump Ava to 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Mar 15, 2024
1 parent c05d16b commit 385cf9b
Show file tree
Hide file tree
Showing 42 changed files with 352 additions and 56 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/express": "^4.17.17",
"@types/node": "^18.19.24",
"typescript-eslint": "^7.2.0",
"ava": "^5.3.0",
"ava": "^6.1.2",
"c8": "^9.1.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.2",
"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.2"
},
"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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2"
},
"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.2"
},
"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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.0",
"express": "^4.17.1",
"ws": "^7.2.0"
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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2",
"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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2",
"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.2"
},
"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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2",
"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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2"
},
"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.6.9",
"ava": "^5.3.0",
"ava": "^6.1.2",
"c8": "^9.1.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.2",
"@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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2"
},
"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.2",
"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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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.2"
},
"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.2"
},
"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.2",
"c8": "^9.1.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.2",
"c8": "^9.1.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 @@ -70,7 +70,7 @@
"devDependencies": {
"@endo/init": "^1.0.4",
"@agoric/kmarshal": "^0.1.0",
"ava": "^5.3.0",
"ava": "^6.1.2",
"c8": "^9.1.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.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 385cf9b

Please sign in to comment.