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

chore(deps): update dependency @bjoerge/mutiny to ^0.7.0 #7274

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bjoerge/mutiny ^0.5.1 -> ^0.7.0 age adoption passing confidence
@bjoerge/mutiny ^0.5.3 -> ^0.7.0 age adoption passing confidence

Release Notes

bjoerge/mutiny (@​bjoerge/mutiny)

v0.7.0

Compare Source

  • chore(test): use tsconfig.dist.json for vitest typecheck c18d643
  • chore: fix linter errors 5423cb3
  • chore(lint): improve linter config acadab6
  • fix(deps): add missing dependencies 587582f
  • chore(ci): enable ci d256220
  • chore(tsconfig): enable incremental compilation b574fe8
  • chore(tsconfig): enable noUncheckedIndexAccess 11d105e
  • chore(deps): upgrade deps da92378
  • chore(deps): add missing dev dependency 602061f
  • refactor(example): improve listener connection handling 3fccb47
  • refactor(example): refactor web example 4e47c7b
  • refactor(store): rename function b6e3195
  • fix: issue a warning on event.mutation access if listener event didn't include them 024a4af
  • chore(examples): add missing dependency d937f29
  • chore: use pnpm catalogs for shared dev deps d09d5b6
  • chore(examples): extend eslint react hooks + jsx runtime a447501
  • fix(example): load api config from .env 42eb4dc

v0.6.0

Compare Source

  • chore: upgrade dependencies 7de8754
  • chore: fix package scripts ca9281d
  • chore: align package config with pkg-utils af09463
  • refactor: make examples dir workspace root and add web example 88e8db6
  • fix(types): add SafePath excluding path parse errors f9cc3c1
  • chore(deps): upgrade dependencies 643a19e
  • 0.6.0-beta.4 0488ef3
  • fix: add typesversions workaround for unstable store export 5b12b06
  • 0.6.0-beta.3 267136e
  • fix: add missing exports 555e238
  • 0.6.0-beta.2 05d5b44
  • fix: add missing exports c36c6cb
  • refactor: adjust for changes after rebasing b02e1dc
  • 0.6.0-beta.1 d6e2b45
  • fix(store): export api types 717229b
  • fix: inline mutation event 8eb49f2
  • feat(store): expose meta streams 63bcaac
  • 0.6.0-beta.0 a412be0
  • fix(tests): add tests for array utils e8aee45
  • feat: add low level store implementation 01ee65e
  • feat(store): export unstable_store d2245ee
  • fix(store): send intention-based mutations along with the mutation event 7aeb7af
  • fix(deps): add required dependencies 8b6c650
  • refactor(store): rename apply => applyMutiny 27ee324
  • refactor(store): make store abstraction more like datasets 292fbfe
  • test(store): add a few basic tests 958ad42
  • chore(store): remove query for now 8e04de0
  • feat(store): start implementation of cl-store 02d7e48
  • fix(pkg): add sideEffects: false to package.json f2ec4ca
  • chore: fix eslint problems d2e4dd6
  • chore: tweak eslint setup 5817c48
  • fix(test): update snapshots 05b739f
  • chore(deps): upgrade all dependencies a2fb34b
  • chore: switch to pnpm 306b048

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner July 30, 2024 07:16
@renovate renovate bot requested review from binoy14 and removed request for a team July 30, 2024 07:16
Copy link

vercel bot commented Jul 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
page-building-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 8:16pm
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 8:16pm
test-compiled-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 8:16pm
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 8:16pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 8:16pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Aug 1, 2024 8:16pm

@renovate renovate bot enabled auto-merge July 30, 2024 07:16
@renovate renovate bot force-pushed the renovate/bjoerge-mutiny-0.x branch 2 times, most recently from ebc935e to db9df18 Compare July 30, 2024 07:51
@renovate renovate bot force-pushed the renovate/bjoerge-mutiny-0.x branch from db9df18 to 73ab340 Compare July 30, 2024 08:22
@renovate renovate bot force-pushed the renovate/bjoerge-mutiny-0.x branch from 73ab340 to 62977f9 Compare July 30, 2024 12:38
Copy link
Contributor

github-actions bot commented Aug 1, 2024

No changes to documentation

Copy link
Contributor

github-actions bot commented Aug 1, 2024

Component Testing Report Updated Aug 1, 2024 8:21 PM (UTC)

File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 42s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 8s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 30s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 36s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 17s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 10s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 3m 0s 0 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 43s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 40s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 14s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 9s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 24s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 17s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ❌ Failed (Inspect) 1m 22s 20 0 1
formBuilder/tree-editing/TreeEditing.spec.tsx ✅ Passed (Inspect) 1m 46s 30 0 0
formBuilder/tree-editing/TreeEditingNestedObjects.spec.tsx ✅ Passed (Inspect) 19s 3 0 0

Copy link
Contributor Author

renovate bot commented Aug 1, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot added this pull request to the merge queue Aug 2, 2024
Merged via the queue into next with commit 9edbcd9 Aug 2, 2024
42 checks passed
cngonzalez pushed a commit that referenced this pull request Aug 20, 2024
* chore(deps): update dependency @bjoerge/mutiny to ^0.7.0

* fix: update code paths + tests after upgrading to mutiny 0.7.x

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bjørge Næss <bjoerge@gmail.com>
Sign up for free to 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