Skip to content

Commit 359535b

Browse files
committed
yarn.lock update
1 parent 65bd4ec commit 359535b

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

docs/environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Here is a 'simple' guide for solving problems:
392392
- Docker
393393
- `Cannot connect to the Docker daemon` - open `Docker Desktop`
394394
- Kotlin/Js or Kotlin/Wasm
395-
- `kotlinUpgradePackageLock` or `kotlinWasmUpgradePackageLock` (and also `kotlinNpmInstall` or `kotlinWasmNpmInstall`)
395+
- `kotlinUpgradeYarnLock` or `kotlinWasmUpgradeYarnLock` (and also `kotlinNpmInstall` or `kotlinWasmNpmInstall`)
396396
have a funny tendency to fail sometimes, and you don't know why.
397397

398398
I'll tell you!
@@ -403,7 +403,7 @@ Here is a 'simple' guide for solving problems:
403403
If something doesn't work, your steps are:
404404
- Delete `package-lock.json` file
405405
- Delete `<REPO_ROOT>/build/js` / `<REPO_ROOT>/build/wasm`
406-
- Run `kotlinUpgradePackageLock` / `kotlinWasmUpgradePackageLock`
406+
- Run `kotlinUpgradeYarnLock` / `kotlinWasmUpgradeYarnLock`
407407
- If the problem persists:
408408
- Check that `<REPO_ROOT>/build/<target>/.npmrc` AND `<REPO_ROOT>/build/<target>/.yarnrc` are present
409409
- Check that `.yarnrc` contains one line: `registry: "https://packages.jetbrains.team/npm/p/krpc/build-deps/"`
@@ -479,7 +479,7 @@ all included builds (not subprojects) must reflect the change.
479479
- `checkLegacyAbi` / `updateLegacyAbi` - ABI checks.
480480
See https://kotlinlang.org/docs/whatsnew22.html#binary-compatibility-validation-included-in-kotlin-gradle-plugin.
481481
Former BCV: https://github.com/Kotlin/binary-compatibility-validator
482-
- `kotlinUpgradePackageLock` / `kotlinWasmUpgradePackageLock` - update [kotlin-js-store](../kotlin-js-store) contents,
482+
- `kotlinUpgradeYarnLock` / `kotlinWasmUpgradeYarnLock` - update [kotlin-js-store](../kotlin-js-store) contents,
483483
usually after Kotlin version update.
484484
- `updateDocsChangelog` - put modified [CONTRIBUTING.md](../CONTRIBUTING.md) into [topics](pages/kotlinx-rpc/topics)
485485
- `detekt` - run detekt checks.

kotlin-js-store/wasm/yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -620,12 +620,7 @@ wrappy@1:
620620
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
621621
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
622622

623-
624-
version "8.18.0"
625-
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
626-
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
627-
628-
ws@^8.18.2:
623+
[email protected], ws@^8.18.2:
629624
version "8.18.3"
630625
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472"
631626
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==

kotlin-js-store/yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,12 +2572,7 @@ wrappy@1:
25722572
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
25732573
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
25742574

2575-
2576-
version "8.18.0"
2577-
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
2578-
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
2579-
2580-
ws@^8.18.2:
2575+
[email protected], ws@^8.18.2:
25812576
version "8.18.3"
25822577
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472"
25832578
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==

0 commit comments

Comments
 (0)