Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/polkadot/util-13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 17, 2024
2 parents 2c7a50d + 75da709 commit 5508ab9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 29 deletions.
18 changes: 18 additions & 0 deletions .changeset/dependencies-GH-2497.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
"@substrate/wallet-template": patch
---

chore(deps): bump @radix-ui/react-separator from 1.0.3 to 1.1.0

Bumps [@radix-ui/react-separator](https://github.com/radix-ui/primitives) from 1.0.3 to 1.1.0.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-separator"
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
14 changes: 11 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 4
ignore:
- dependency-name: "@polkadot-api*"
versions: ["0.0.*"]
groups:
polkadot-api:
patterns:
- "@polkadot-api/*"
- "polkadot-api"
pjs:
patterns:
- "@polkadot/*"
radix-ui:
patterns:
- "@radix-ui/*"

- package-ecosystem: github-actions
directory: '/'
Expand Down
27 changes: 2 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/wallet-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
Expand Down

0 comments on commit 5508ab9

Please sign in to comment.