Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: psychadelic walrus #5798

Merged
merged 31 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
686a823
chore: post-release merge back
leather-bot Aug 12, 2024
a5a2f9b
ci: update leather.io packages
leather-bot Aug 15, 2024
34405f6
fix: minimum bitcoin spend, closes #5739
kyranjamie Aug 12, 2024
3e4ea06
ci: job to update packages
kyranjamie Aug 15, 2024
ab973fa
ci: improve update job
kyranjamie Aug 15, 2024
92a99ed
fix(ledger): support stx_signMessage, closes #5756
kyranjamie Aug 15, 2024
b7ac3e4
ci: group dependabot updates
kyranjamie Jul 12, 2024
67a29f7
ci: dont run job on push
kyranjamie Aug 15, 2024
1e6f63d
fix: tool to clear submitted tx state
kyranjamie Aug 16, 2024
d33df6f
fix: empty space in settings dropdown
alter-eggo Aug 16, 2024
8a76b5f
fix: fix formatting of add network ui, closes leather-io/issues#5735
pete-watters Aug 19, 2024
6787c7d
ci: update leather.io packages
leather-bot Aug 16, 2024
faf71fb
feat: change balance load logic, closes leather-io/issues#227
alter-eggo Aug 16, 2024
1486f5c
chore: update tanstack libraries
alter-eggo Aug 16, 2024
9e7d404
chore: update prettier
alter-eggo Aug 16, 2024
2cae2a2
chore: differentiate action popup and popup, improve responsiveness a…
pete-watters Jul 22, 2024
3b6a5d8
fix(sentry): sample performance units, closes leather-io/issues#249
kyranjamie Aug 19, 2024
a774b66
fix: prevent illegal constructor error
alter-eggo Aug 19, 2024
fe21fa8
fix: validate dom nesting console error
alter-eggo Aug 19, 2024
55e64be
ci: update leather.io packages
leather-bot Aug 19, 2024
27ca424
fix: remove card from retrieve taproot ui
pete-watters Aug 20, 2024
86af370
fix: remove blockstream from tests and add network form
alter-eggo Aug 20, 2024
67799fe
fix: failing ledger test
alter-eggo Aug 21, 2024
5258d7e
fix: do not capitalise add network
pete-watters Aug 19, 2024
96b2990
fix: add default true to show settings to make sure it shows for lock…
pete-watters Aug 19, 2024
3f2e359
fix: make headers more composable, prevent logo hover, closes leather…
pete-watters Aug 19, 2024
9bc13ab
chore: remove back button on unlock screen and remove fragment
pete-watters Aug 21, 2024
b43cf8b
chore: hide lock option if wallet already locked
pete-watters Aug 21, 2024
0f5cfa2
fix: update ui library and deprecate footer
pete-watters Aug 20, 2024
427f82f
chore: update monorepo dependancies
pete-watters Aug 21, 2024
ea76352
fix: fix issues with alignment of page headers
pete-watters Aug 22, 2024
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
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 <leather-bot@users.noreply.github.com>'
author: 'leather-bot <leather-bot@users.noreply.github.com>'
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
Loading