Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Setup Tools
uses: TanStack/config/.github/setup@main
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3
- name: Fix formatting
run: pnpm run format
- name: Regenerate docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Tools
uses: TanStack/config/.github/setup@main
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3
- name: Get base and head commits for `nx affected`
uses: nrwl/nx-set-shas@v4.4.0
with:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Setup Tools
uses: TanStack/config/.github/setup@main
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3
- name: Build Packages
run: pnpm run build:all
- name: Publish Previews
Expand All @@ -50,6 +50,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Setup Tools
uses: TanStack/config/.github/setup@main
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3
- name: Changeset Preview
uses: TanStack/config/.github/changeset-preview@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Tools
uses: TanStack/config/.github/setup@main
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3
- name: Run Tests
run: pnpm run test:ci
- name: Run Changesets (version or publish)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ title: HotkeysProvider
type HotkeysProvider = SvelteComponent;
```

Defined in: node\_modules/.pnpm/svelte@5.55.4\_@typescript-eslint+types@8.59.0/node\_modules/svelte/types/index.d.ts:3204
Defined in: node\_modules/.pnpm/svelte@5.55.5\_@typescript-eslint+types@8.59.0/node\_modules/svelte/types/index.d.ts:3204
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ title: HotkeysProvider
const HotkeysProvider: LegacyComponentType;
```

Defined in: node\_modules/.pnpm/svelte@5.55.4\_@typescript-eslint+types@8.59.0/node\_modules/svelte/types/index.d.ts:3204
Defined in: node\_modules/.pnpm/svelte@5.55.5\_@typescript-eslint+types@8.59.0/node\_modules/svelte/types/index.d.ts:3204
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "git+https://github.com/TanStack/hotkeys.git"
},
"packageManager": "pnpm@10.33.2",
"packageManager": "pnpm@11.1.0",
"type": "module",
"scripts": {
"build": "nx affected --skip-nx-cache --targets=build --exclude=examples/** && size-limit",
Expand Down
743 changes: 437 additions & 306 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,17 @@ packages:
- 'packages/*'
onlyBuiltDependencies:
- esbuild

allowBuilds:
# root dependency
nx: true
unrs-resolver: false # not directly required for build
esbuild: true

# @angular/build
'@parcel/watcher': false # optional dep of @angular/build
lmdb: false # optional dep of @angular/build
msgpackr-extract: false # optional dep of @angular/build

# @tanstack/vue-store
vue-demi: false # only required for vue 2 support
Loading