Skip to content

Commit

Permalink
Merge pull request #5798 from leather-io/release/psychadelic-walrus
Browse files Browse the repository at this point in the history
release: psychadelic walrus
  • Loading branch information
pete-watters authored Aug 26, 2024
2 parents 499c12a + ea76352 commit c41ece1
Show file tree
Hide file tree
Showing 112 changed files with 3,227 additions and 3,639 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

45 changes: 45 additions & 0 deletions .github/workflows/update-leather-packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Update Leather.io packages

on:
workflow_dispatch:
repository_dispatch:
types: [leather-deps-updated]

jobs:
update-leather-deps:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
ref: dev
token: ${{ secrets.LEATHER_BOT }}

- uses: ./.github/actions/provision

- name: Update @leather.io/* packages
id: update-packages
run: echo output=$(pnpm update "@leather.io/*" --latest | grep -v '^Progress') >> $GITHUB_OUTPUT

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.LEATHER_BOT }}
branch: 'chore-update-leather-packages'
commit-message: 'ci: update leather.io packages'
title: '[bot] ci: update npm packages'
committer: 'leather-bot <[email protected]>'
author: 'leather-bot <[email protected]>'
body: |
Updating packages
If the CI build fails it's likely that there have been breaking changes upstream in the monorepo.
A Leather dev should checkout the repo and fix these before merging the pull request.
<details>
<summary>Output</summary>
${{ steps.update-packages.outputs.output }}
</details>
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@
"@coinbase/cbpay-js": "2.1.0",
"@fungible-systems/zone-file": "2.0.0",
"@hirosystems/token-metadata-api-client": "1.2.0",
"@leather.io/bitcoin": "0.10.3",
"@leather.io/constants": "0.8.2",
"@leather.io/crypto": "1.3.0",
"@leather.io/models": "0.11.0",
"@leather.io/query": "2.4.2",
"@leather.io/stacks": "0.0.1",
"@leather.io/tokens": "0.7.0",
"@leather.io/ui": "1.10.1",
"@leather.io/utils": "0.12.0",
"@leather.io/bitcoin": "0.11.1",
"@leather.io/constants": "0.9.1",
"@leather.io/crypto": "1.4.1",
"@leather.io/models": "0.12.1",
"@leather.io/query": "2.6.1",
"@leather.io/stacks": "1.0.1",
"@leather.io/tokens": "0.8.1",
"@leather.io/ui": "1.13.0",
"@leather.io/utils": "0.13.1",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.4.0",
"@noble/secp256k1": "2.1.0",
Expand All @@ -157,6 +157,7 @@
"@scure/bip39": "1.3.0",
"@scure/btc-signer": "1.3.2",
"@segment/analytics-next": "1.70.0",
"@sentry/browser": "8.26.0",
"@sentry/tracing": "7.106.0",
"@stacks/auth": "6.15.0",
"@stacks/blockchain-api-client": "6.3.4",
Expand All @@ -173,18 +174,18 @@
"@stitches/react": "1.2.8",
"@storybook/addon-styling-webpack": "1.0.0",
"@styled-system/theme-get": "5.1.2",
"@tanstack/query-async-storage-persister": "5.45.0",
"@tanstack/react-query": "5.45.1",
"@tanstack/react-query-devtools": "5.45.1",
"@tanstack/react-query-persist-client": "5.45.1",
"@tanstack/query-async-storage-persister": "5.51.21",
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query-devtools": "5.51.23",
"@tanstack/react-query-persist-client": "5.51.23",
"@types/lodash.uniqby": "4.7.7",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@zondax/ledger-stacks": "1.0.4",
"alex-sdk": "2.1.3",
"are-passive-events-supported": "1.1.1",
"argon2-browser": "1.18.0",
"assert": "2.1.0",
"axios": "1.7.2",
"axios": "1.7.4",
"base64url": "3.0.1",
"bignumber.js": "9.1.2",
"bitcoin-address-validation": "2.2.1",
Expand Down Expand Up @@ -250,10 +251,10 @@
"@actions/core": "1.10.1",
"@btckit/types": "0.0.19",
"@chromatic-com/storybook": "1.2.23",
"@leather.io/eslint-config": "0.6.1",
"@leather.io/panda-preset": "0.3.4",
"@leather.io/prettier-config": "0.5.0",
"@leather.io/rpc": "2.1.2",
"@leather.io/eslint-config": "0.7.0",
"@leather.io/panda-preset": "0.3.7",
"@leather.io/prettier-config": "0.6.0",
"@leather.io/rpc": "2.1.5",
"@ls-lint/ls-lint": "2.2.3",
"@mdx-js/loader": "3.0.0",
"@pandacss/dev": "0.40.1",
Expand All @@ -262,7 +263,7 @@
"@redux-devtools/cli": "4.0.0",
"@redux-devtools/remote": "0.9.3",
"@schemastore/web-manifest": "0.0.6",
"@sentry/react": "7.106.0",
"@sentry/react": "8.26.0",
"@sentry/webpack-plugin": "2.17.0",
"@stacks/connect-react": "22.2.0",
"@stacks/stacks-blockchain-api-types": "7.8.2",
Expand Down Expand Up @@ -301,7 +302,7 @@
"@types/webpack": "5.28.5",
"@types/zxcvbn": "4.4.4",
"@typescript-eslint/parser": "7.5.0",
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/coverage-istanbul": "2.0.5",
"audit-ci": "6.6.1",
"base64-loader": "1.0.0",
"bip32": "4.0.0",
Expand All @@ -318,7 +319,7 @@
"deepmerge": "4.3.1",
"dependency-cruiser": "16.3.2",
"dotenv-webpack": "8.1.0",
"esbuild": "0.21.4",
"esbuild": "0.23.1",
"esbuild-loader": "4.1.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-mdx": "3.1.5",
Expand All @@ -331,7 +332,7 @@
"jsdom": "22.1.0",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
"prettier": "3.2.5",
"prettier": "3.3.3",
"process": "0.11.10",
"progress-bar-webpack-plugin": "2.1.0",
"react-dev-utils": "12.0.1",
Expand All @@ -344,7 +345,7 @@
"ts-unused-exports": "10.0.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.4.5",
"vitest": "1.6.0",
"vitest": "2.0.5",
"vm-browserify": "1.1.2",
"web-ext": "7.8.0",
"web-ext-submit": "7.8.0",
Expand All @@ -356,6 +357,7 @@
"webpack-shell-plugin": "0.5.0"
},
"resolutions": {
"axios": "1.7.4",
"braces": "3.0.3",
"fast-xml-parser": "4.4.1",
"nanoid": "3.3.4",
Expand Down
Loading

0 comments on commit c41ece1

Please sign in to comment.