From 6d1546ca73ed7dbfc9c9b7b71b5150067a344cd0 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Tue, 26 Dec 2023 21:09:37 +1000 Subject: [PATCH] update deps & ci --- .github/workflows/ci.yml | 6 +++--- .github/workflows/pr.yml | 4 ++-- package.json | 9 ++++++--- pnpm-lock.yaml | 16 ++++++++-------- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a7af1d..3a082b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,12 +10,12 @@ jobs: id-token: write steps: - name: Checkout code & submodules - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2 with: version: latest @@ -26,6 +26,6 @@ jobs: run: pnpm run build - name: "Publish to NPM" - uses: JS-DevTools/npm-publish@v2 + uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e69f00c..208803d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2 with: version: latest diff --git a/package.json b/package.json index b277063..082fffc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,10 @@ "types": "./types/index.d.ts" } }, - "files": ["dist", ".npmrc"], + "files": [ + "dist", + ".npmrc" + ], "types": "dist/index.d.ts", "bugs": { "url": "https://github.com/meshtastic/js/issues" @@ -33,14 +36,14 @@ "url": "https://github.com/meshtastic/js.git" }, "dependencies": { - "@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20231206215336-8002ce9b3c7a.1", + "@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20231217172755-5fd2f2d6c2a0.1", "@bufbuild/protobuf": "^1.6.0", "crc": "^4.3.2", "sub-events": "^1.9.0", "tslog": "^4.9.2" }, "devDependencies": { - "@types/node": "^20.10.4", + "@types/node": "^20.10.5", "@types/w3c-web-serial": "^1.0.6", "@types/web-bluetooth": "^0.0.20", "biome": "^0.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6986ebd..12c7ac6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@buf/meshtastic_protobufs.bufbuild_es': - specifier: 1.6.0-20231206215336-8002ce9b3c7a.1 - version: 1.6.0-20231206215336-8002ce9b3c7a.1(@bufbuild/protobuf@1.6.0) + specifier: 1.6.0-20231217172755-5fd2f2d6c2a0.1 + version: 1.6.0-20231217172755-5fd2f2d6c2a0.1(@bufbuild/protobuf@1.6.0) '@bufbuild/protobuf': specifier: ^1.6.0 version: 1.6.0 @@ -23,8 +23,8 @@ dependencies: devDependencies: '@types/node': - specifier: ^20.10.4 - version: 20.10.4 + specifier: ^20.10.5 + version: 20.10.5 '@types/w3c-web-serial': specifier: ^1.0.6 version: 1.0.6 @@ -46,8 +46,8 @@ devDependencies: packages: - /@buf/meshtastic_protobufs.bufbuild_es@1.6.0-20231206215336-8002ce9b3c7a.1(@bufbuild/protobuf@1.6.0): - resolution: {tarball: https://buf.build/gen/npm/v1/@buf/meshtastic_protobufs.bufbuild_es/-/meshtastic_protobufs.bufbuild_es-1.6.0-20231206215336-8002ce9b3c7a.1.tgz} + /@buf/meshtastic_protobufs.bufbuild_es@1.6.0-20231217172755-5fd2f2d6c2a0.1(@bufbuild/protobuf@1.6.0): + resolution: {tarball: https://buf.build/gen/npm/v1/@buf/meshtastic_protobufs.bufbuild_es/-/meshtastic_protobufs.bufbuild_es-1.6.0-20231217172755-5fd2f2d6c2a0.1.tgz} peerDependencies: '@bufbuild/protobuf': ^1.6.0 dependencies: @@ -58,8 +58,8 @@ packages: resolution: {integrity: sha512-hp19vSFgNw3wBBcVBx5qo5pufCqjaJ0Cfk5H/pfjNOfNWU+4/w0QVOmfAOZNRrNWRrVuaJWxcN8P2vhOkkzbBQ==} dev: false - /@types/node@20.10.4: - resolution: {integrity: sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==} + /@types/node@20.10.5: + resolution: {integrity: sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==} dependencies: undici-types: 5.26.5 dev: true