Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies to community-dev #933

Merged
merged 3 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,26 @@
},
"homepage": "https://github.com/Agoric/documentation#readme",
"dependencies": {
"@agoric/zoe": "beta",
"@agoric/ertp": "beta",
"@agoric/zoe": "community-dev",
"@agoric/ertp": "community-dev",
"@endo/far": "^0.2.19",
"@endo/marshal": "^0.8.6",
"@endo/patterns": "^0.2.3",
"@endo/pass-style": "^0.1.6",
"typescript": "^4.0.3"
},
"devDependencies": {
"@agoric/assert": "beta",
"@agoric/cosmic-swingset": "beta",
"@agoric/ertp": "beta",
"@agoric/notifier": "beta",
"@agoric/solo": "beta",
"@agoric/vats": "beta",
"@endo/bundle-source": "^2.1.1",
"@endo/eventual-send": "^0.14.8",
"@endo/init": "^0.5.43",
"@endo/promise-kit": "^0.2.37",
"@endo/ses-ava": "^0.2.27",
"@agoric/assert": "community-dev",
"@agoric/cosmic-swingset": "community-dev",
"@agoric/ertp": "community-dev",
"@agoric/notifier": "community-dev",
"@agoric/solo": "community-dev",
"@agoric/vats": "community-dev",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/eventual-send": "^0.17.2",
"@endo/init": "^0.5.56",
"@endo/promise-kit": "^0.2.56",
"@endo/ses-ava": "^0.2.40",
Comment on lines +54 to +58
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not obvious how these are related to community-dev.

Are they from package.json files from u13? Got a pointer?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"@typescript-eslint/parser": "^4.26.0",
"ava": "^4.3.1",
"eslint": "^7.27.0",
Expand All @@ -67,7 +67,7 @@
"eslint-plugin-prettier": "^3.4.0",
"import-meta-resolve": "^1.1.1",
"prettier": "^1.19.1",
"ses": "^0.16.1",
"ses": "^0.18.8",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem related to community-dev. hm.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

community-dev / upgrade 13 uses 0.18.4: https://github.com/Agoric/agoric-sdk/blob/5a6cdeb0c18ae9700d706445acf402f8d1e873c3/yarn.lock#L12045.

This particular change is for Node 18.x compat. I can amend cf859c6 and add a separate commit for this to make it clear if you'd like

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A separate commit might have been ideal but is probably not cost-effective now. This will change soon-ish anyway.

Thanks for the details here in the PR comments.

"vuepress": "^1.8.2",
"vuepress-plugin-check-md": "0.0.2"
},
Expand Down
Loading