Skip to content
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-jsdoc": "^35.5.1",
"eslint-plugin-prettier": "^5.2.1",
"glob": "7.1.7",
"import-meta-resolve": "^2.2.2",
"import-meta-resolve": "^4.1.0",
"prettier": "^3.3.3",
"ses": "^1.11.0",
"stylus": "^0.62.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ __metadata:
eslint-plugin-jsdoc: "npm:^35.5.1"
eslint-plugin-prettier: "npm:^5.2.1"
glob: "npm:7.1.7"
import-meta-resolve: "npm:^2.2.2"
import-meta-resolve: "npm:^4.1.0"
prettier: "npm:^3.3.3"
ses: "npm:^1.11.0"
stylus: "npm:^0.62.0"
Expand Down Expand Up @@ -5455,13 +5455,20 @@ __metadata:
languageName: node
linkType: hard

"import-meta-resolve@npm:^2.2.1, import-meta-resolve@npm:^2.2.2":
"import-meta-resolve@npm:^2.2.1":
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it a problem that something is still getting 2.2.1?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good question. yarn why reports it's the deps from agoric-sdk u17, which I think are used for the snippet building. Since that passes CI it's working.

❯ yarn why import-meta-resolve
├─ @agoric/builders@npm:0.2.0-upgrade-17-dev-ec448b0.0
│  └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)
│
├─ @agoric/cosmic-swingset@npm:0.42.0-u17.1
│  └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)
│
├─ @agoric/cosmic-swingset@npm:0.42.0-upgrade-17-dev-ec448b0.0
│  └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)
│
├─ @agoric/documentation@workspace:.
│  └─ import-meta-resolve@npm:4.1.0 (via npm:^4.1.0)
│
├─ @agoric/governance@npm:0.10.4-upgrade-17-dev-ec448b0.0
│  └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)
│
├─ @agoric/solo@npm:0.11.0-u17.1
│  └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)
│
├─ @agoric/swingset-vat@npm:0.33.0-upgrade-17-dev-ec448b0.0
│  └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)
│
├─ @agoric/swingset-vat@npm:0.33.0-upgrade-17-dev-ec448b0.0 [646b4]
│  └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)
│
├─ @agoric/vats@npm:0.16.0-u17.1
│  └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)
│
├─ @agoric/vats@npm:0.16.0-upgrade-17-dev-ec448b0.0
│  └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)
│
└─ @agoric/wallet@npm:0.19.0-upgrade-17-dev-ec448b0.0
   └─ import-meta-resolve@npm:2.2.2 (via npm:^2.2.1)

version: 2.2.2
resolution: "import-meta-resolve@npm:2.2.2"
checksum: 10c0/80873aebf0d2a66e824e278fb6cbb16a6660f86df49b367404e5de80928720ecb44f643243b46dc5c5fae506abb666ef54d6f281b45ee0f1034951acb2261eb5
languageName: node
linkType: hard

"import-meta-resolve@npm:^4.1.0":
version: 4.1.0
resolution: "import-meta-resolve@npm:4.1.0"
checksum: 10c0/42f3284b0460635ddf105c4ad99c6716099c3ce76702602290ad5cbbcd295700cbc04e4bdf47bacf9e3f1a4cec2e1ff887dabc20458bef398f9de22ddff45ef5
languageName: node
linkType: hard

"imurmurhash@npm:^0.1.4":
version: 0.1.4
resolution: "imurmurhash@npm:0.1.4"
Expand Down