Skip to content

Commit

Permalink
chore: fix issues with achrinza/node-ipc not yet having node 18 engin…
Browse files Browse the repository at this point in the history
…e support (only up to 17 by patching from 9.2.2 to 9.2.5 as seen in achrinza/node-ipc#38. vue/cli-service is not maintained and we should migrate these over to vue create at some point in the near future to get rid of these resolutions
  • Loading branch information
AtofStryker committed Sep 1, 2023
1 parent 5c9f260 commit b37d7b8
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 41 deletions.
3 changes: 3 additions & 0 deletions system-tests/projects/vuecli4-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"@vue/cli-service": "~4.5.17",
"vue-template-compiler": "^2.6.11"
},
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
},
"projectFixtureDirectory": "vue2-cli"
}
8 changes: 4 additions & 4 deletions system-tests/projects/vuecli4-vue2/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==
"@achrinza/node-ipc@9.2.2", "@achrinza/node-ipc@9.2.5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down
3 changes: 3 additions & 0 deletions system-tests/projects/vuecli4-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"@vue/cli-service": "~4.5.17",
"@vue/compiler-sfc": "^3.0.0"
},
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
},
"projectFixtureDirectory": "vue-cli"
}
8 changes: 4 additions & 4 deletions system-tests/projects/vuecli4-vue3/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==
"@achrinza/node-ipc@9.2.2", "@achrinza/node-ipc@9.2.5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down
3 changes: 3 additions & 0 deletions system-tests/projects/vuecli5-vue3-type-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"@vue/cli-service": "~5.0.0"
},
"type": "module",
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
},
"projectFixtureDirectory": "vue-cli"
}
13 changes: 4 additions & 9 deletions system-tests/projects/vuecli5-vue3-type-module/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==
"@achrinza/node-ipc@9.2.2", "@achrinza/node-ipc@9.2.5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down Expand Up @@ -3856,11 +3856,6 @@ type-is@~1.6.18:
media-typer "0.3.0"
mime-types "~2.1.24"

typescript@~4.1.5:
version "4.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138"
integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==

universalify@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
Expand Down
3 changes: 3 additions & 0 deletions system-tests/projects/vuecli5-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"devDependencies": {
"@vue/cli-service": "~5.0.0"
},
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
},
"projectFixtureDirectory": "vue-cli"
}
8 changes: 4 additions & 4 deletions system-tests/projects/vuecli5-vue3/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==
"@achrinza/node-ipc@9.2.2", "@achrinza/node-ipc@9.2.5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down
5 changes: 4 additions & 1 deletion system-tests/projects/vuecli5vue3-unconfigured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"last 2 versions",
"not dead",
"not ie 11"
]
],
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
}
}
8 changes: 4 additions & 4 deletions system-tests/projects/vuecli5vue3-unconfigured/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
integrity "sha1-rhtdPWqTYgNO6mDI2Ua5OJPC5Ow= sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw=="
"@achrinza/node-ipc@9.2.2", "@achrinza/node-ipc@9.2.5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down
5 changes: 4 additions & 1 deletion system-tests/projects/vueclivue2-configured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"> 1%",
"last 2 versions",
"not dead"
]
],
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
}
}
8 changes: 4 additions & 4 deletions system-tests/projects/vueclivue2-configured/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==
"@achrinza/node-ipc@9.2.2", "@achrinza/node-ipc@9.2.5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down
5 changes: 4 additions & 1 deletion system-tests/projects/vueclivue2-unconfigured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"> 1%",
"last 2 versions",
"not dead"
]
],
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
}
}
8 changes: 4 additions & 4 deletions system-tests/projects/vueclivue2-unconfigured/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
integrity "sha1-rhtdPWqTYgNO6mDI2Ua5OJPC5Ow= sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw=="
"@achrinza/node-ipc@9.2.2", "@achrinza/node-ipc@9.2.5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down
5 changes: 4 additions & 1 deletion system-tests/projects/vueclivue3-unconfigured/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"> 1%",
"last 2 versions",
"not dead"
]
],
"resolutions": {
"@achrinza/node-ipc": "9.2.5"
}
}
8 changes: 4 additions & 4 deletions system-tests/projects/vueclivue3-unconfigured/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@achrinza/node-ipc@9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
integrity "sha1-rhtdPWqTYgNO6mDI2Ua5OJPC5Ow= sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw=="
"@achrinza/node-ipc@9.2.2", "@achrinza/node-ipc@9.2.5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.5.tgz#29788e608ff41121f0543491da723b243266ac28"
integrity sha512-kBX7Ay911iXZ3VZ1pYltj3Rfu7Ow9H7sK4H4RSfWIfWR2JKNB40K808wppoRIEzE2j2hXLU+r6TJgCAliCGhyQ==
dependencies:
"@node-ipc/js-queue" "2.0.3"
event-pubsub "4.3.0"
Expand Down

0 comments on commit b37d7b8

Please sign in to comment.