Skip to content

fix(svelte-5-adapter): require function for createMutation options - #7805

Merged
lachlancollins merged 2 commits into
svelte-5-adapterfrom
create-mutation-options
Jul 27, 2024
Merged

fix(svelte-5-adapter): require function for createMutation options#7805
lachlancollins merged 2 commits into
svelte-5-adapterfrom
create-mutation-options

Conversation

@lachlancollins

Copy link
Copy Markdown
Member

Following on from #7804

@nx-cloud

nx-cloudBot commented Jul 27, 2024

Copy link
Copy Markdown

☁️ Nx Cloud Report

CI is running/has finished running commands for commit ba3914f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@pkg-pr-new

Copy link
Copy Markdown

commit: ba3914f

pnpm add https://pkg.pr.new/@tanstack/angular-query-devtools-experimental@7805
pnpm add https://pkg.pr.new/@tanstack/angular-query-experimental@7805
pnpm add https://pkg.pr.new/@tanstack/eslint-plugin-query@7805
pnpm add https://pkg.pr.new/@tanstack/query-async-storage-persister@7805
pnpm add https://pkg.pr.new/@tanstack/query-broadcast-client-experimental@7805
pnpm add https://pkg.pr.new/@tanstack/query-core@7805
pnpm add https://pkg.pr.new/@tanstack/query-devtools@7805
pnpm add https://pkg.pr.new/@tanstack/query-persist-client-core@7805
pnpm add https://pkg.pr.new/@tanstack/query-sync-storage-persister@7805
pnpm add https://pkg.pr.new/@tanstack/react-query@7805
pnpm add https://pkg.pr.new/@tanstack/react-query-devtools@7805
pnpm add https://pkg.pr.new/@tanstack/react-query-next-experimental@7805
pnpm add https://pkg.pr.new/@tanstack/react-query-persist-client@7805
pnpm add https://pkg.pr.new/@tanstack/solid-query@7805
pnpm add https://pkg.pr.new/@tanstack/solid-query-devtools@7805
pnpm add https://pkg.pr.new/@tanstack/solid-query-persist-client@7805
pnpm add https://pkg.pr.new/@tanstack/svelte-query@7805
pnpm add https://pkg.pr.new/@tanstack/svelte-query-devtools@7805
pnpm add https://pkg.pr.new/@tanstack/svelte-query-persist-client@7805
pnpm add https://pkg.pr.new/@tanstack/vue-query@7805
pnpm add https://pkg.pr.new/@tanstack/vue-query-devtools@7805

Open in Stackblitz

More templates

@codecov

codecovBot commented Jul 27, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (svelte-5-adapter@8f190fd). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@ Coverage Diff @@## svelte-5-adapter #7805 +/- ##
===================================================
Coverage ? 43.65% ===================================================
Files ? 168 Lines ? 6932 Branches ? 1543 ===================================================
Hits ? 3026 Misses ? 3546 Partials ? 360 
ComponentsCoverage Δ
@tanstack/angular-query-devtools-experimental∅ <0.00%> (?)
@tanstack/angular-query-experimental86.58% <0.00%> (?)
@tanstack/eslint-plugin-query84.00% <0.00%> (?)
@tanstack/query-async-storage-persister43.85% <0.00%> (?)
@tanstack/query-broadcast-client-experimental∅ <0.00%> (?)
@tanstack/query-codemods0.00% <0.00%> (?)
@tanstack/query-core92.82% <0.00%> (?)
@tanstack/query-devtools5.24% <0.00%> (?)
@tanstack/query-persist-client-core57.73% <0.00%> (?)
@tanstack/query-sync-storage-persister82.50% <0.00%> (?)
@tanstack/react-query92.44% <0.00%> (?)
@tanstack/react-query-devtools10.71% <0.00%> (?)
@tanstack/react-query-next-experimental∅ <0.00%> (?)
@tanstack/react-query-persist-client100.00% <0.00%> (?)
@tanstack/solid-query78.20% <0.00%> (?)
@tanstack/solid-query-devtools∅ <0.00%> (?)
@tanstack/solid-query-persist-client100.00% <0.00%> (?)
@tanstack/svelte-query∅ <0.00%> (?)
@tanstack/svelte-query-devtools∅ <0.00%> (?)
@tanstack/svelte-query-persist-client100.00% <0.00%> (?)
@tanstack/vue-query71.42% <0.00%> (?)
@tanstack/vue-query-devtools∅ <0.00%> (?)

@lachlancollins
lachlancollins merged commit 80a675e into svelte-5-adapterJul 27, 2024
@lachlancollins
lachlancollins deleted the create-mutation-options branch July 27, 2024 05:36
lachlancollins added a commit that referenced this pull request Jul 28, 2024
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
lachlancollins added a commit that referenced this pull request Jul 29, 2024
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
lachlancollins added a commit that referenced this pull request Jul 31, 2024
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
lachlancollins pushed a commit that referenced this pull request Aug 2, 2024
docs(svelte-5-adapter): force runes mode for all examples (#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
lachlancollins pushed a commit that referenced this pull request Aug 9, 2024
docs(svelte-5-adapter): force runes mode for all examples (#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
lachlancollins pushed a commit that referenced this pull request Aug 30, 2024
docs(svelte-5-adapter): force runes mode for all examples (#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
Fix merge
lachlancollins pushed a commit that referenced this pull request Aug 30, 2024
docs(svelte-5-adapter): force runes mode for all examples (#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
Fix merge
lachlancollins pushed a commit that referenced this pull request Sep 25, 2024
docs(svelte-5-adapter): force runes mode for all examples (#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
Fix merge
lachlancollins pushed a commit that referenced this pull request Nov 4, 2024
docs(svelte-5-adapter): force runes mode for all examples (#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
Fix merge
lachlancollins pushed a commit that referenced this pull request Dec 14, 2024
docs(svelte-5-adapter): force runes mode for all examples (#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
Fix merge
lachlancollins pushed a commit that referenced this pull request Feb 16, 2025
docs(svelte-5-adapter): force runes mode for all examples (#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
Fix merge
hmnd pushed a commit to hmnd/tanstack-query that referenced this pull request Apr 3, 2025
docs(svelte-5-adapter): force runes mode for all examples (TanStack#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (TanStack#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (TanStack#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (TanStack#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (TanStack#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
Fix merge
lachlancollins pushed a commit that referenced this pull request Apr 12, 2025
docs(svelte-5-adapter): force runes mode for all examples (#7800)
* docs(examples): force runes mode for all examples
* Fix simple example mounting
* Fix type
feat(svelte-5-adapter): require options to be passed as function (#7804)
* fix(svelte-5-adapter): Require options to be passed as function
* More fixes
* More fixes
* Update examples
fix(svelte-5-adapter): function for `createMutation` options (#7805)
* fix(svelte-5-adapter): require function for createMutation options
* Fix type errors
refactor(svelte-5-adapter): simplify createBaseQuery (#7808)
* refactor: simplify createBaseQuery
* Don't take snapshot of queryKey
chore(svelte-5-adapter): tidy-up functions (#7809)
* chore(svelte-5-adapter): tidy-up functions
* Fix types
* Update svelte
Fix import extensions
chore: ignore state_snapshot_uncloneable in tests
Fix merge
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@lachlancollins