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

Update all non-major dependencies #60

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Update all non-major dependencies #60

merged 1 commit into from
Jan 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.18.3 -> 6.18.4 age adoption passing confidence
@codemirror/lang-markdown 6.3.1 -> 6.3.2 age adoption passing confidence
@codemirror/language 6.10.6 -> 6.10.8 age adoption passing confidence
@codemirror/state 6.4.1 -> 6.5.1 age adoption passing confidence
@codemirror/view 6.35.0 -> 6.36.2 age adoption passing confidence
@eslint/compat 1.2.4 -> 1.2.5 age adoption passing confidence
@eslint/js (source) 9.16.0 -> 9.18.0 age adoption passing confidence
@hookform/resolvers (source) 3.9.1 -> 3.10.0 age adoption passing confidence
@ianvs/prettier-plugin-sort-imports 4.4.0 -> 4.4.1 age adoption passing confidence
@joplin/turndown (source) 4.0.74 -> 4.0.78 age adoption passing confidence
@joplin/turndown-plugin-gfm 1.0.56 -> 1.0.60 age adoption passing confidence
@radix-ui/react-alert-dialog (source) 1.1.2 -> 1.1.4 age adoption passing confidence
@radix-ui/react-avatar (source) 1.1.1 -> 1.1.2 age adoption passing confidence
@radix-ui/react-checkbox (source) 1.1.2 -> 1.1.3 age adoption passing confidence
@radix-ui/react-dialog (source) 1.1.2 -> 1.1.4 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) 2.1.2 -> 2.1.4 age adoption passing confidence
@radix-ui/react-hover-card (source) 1.1.2 -> 1.1.4 age adoption passing confidence
@radix-ui/react-label (source) 2.1.0 -> 2.1.1 age adoption passing confidence
@radix-ui/react-popover (source) 1.1.2 -> 1.1.4 age adoption passing confidence
@radix-ui/react-select (source) 2.1.2 -> 2.1.4 age adoption passing confidence
@radix-ui/react-separator (source) 1.1.0 -> 1.1.1 age adoption passing confidence
@radix-ui/react-slot (source) 1.1.0 -> 1.1.1 age adoption passing confidence
@radix-ui/react-switch (source) 1.1.1 -> 1.1.2 age adoption passing confidence
@radix-ui/react-toggle (source) 1.1.0 -> 1.1.1 age adoption passing confidence
@radix-ui/react-toggle-group (source) 1.1.0 -> 1.1.1 age adoption passing confidence
@radix-ui/react-tooltip (source) 1.1.4 -> 1.1.6 age adoption passing confidence
@swc/core (source) 1.10.0 -> 1.10.7 age adoption passing confidence
@types/node (source) 22.10.1 -> 22.10.6 age adoption passing confidence
@types/react (source) 18.3.13 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.17.0 -> 8.20.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.17.0 -> 8.20.0 age adoption passing confidence
@uiw/react-codemirror (source) 4.23.6 -> 4.23.7 age adoption passing confidence
eslint (source) 9.16.0 -> 9.18.0 age adoption passing confidence
eslint-plugin-perfectionist (source) 4.2.0 -> 4.6.0 age adoption passing confidence
eslint-plugin-react 7.37.2 -> 7.37.4 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.0.0 -> 5.1.0 age adoption passing confidence
globals 15.13.0 -> 15.14.0 age adoption passing confidence
npm-run-all2 7.0.1 -> 7.0.2 age adoption passing confidence
openapi-typescript (source) 7.4.4 -> 7.5.2 age adoption passing confidence
postcss (source) 8.4.49 -> 8.5.0 age adoption passing confidence
react-hook-form (source) 7.53.2 -> 7.54.2 age adoption passing confidence
react-router-dom (source) 7.0.2 -> 7.1.1 age adoption passing confidence
sonner (source) 1.7.0 -> 1.7.1 age adoption passing confidence
tailwind-merge 2.5.5 -> 2.6.0 age adoption passing confidence
tailwindcss (source) 3.4.16 -> 3.4.17 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
vite (source) 6.0.3 -> 6.0.7 age adoption passing confidence
yjs (source) 13.6.20 -> 13.6.22 age adoption passing confidence
zod (source) 3.23.8 -> 3.24.1 age adoption passing confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.18.4

Compare Source

Bug fixes

Align the behavior of snippet completions with text completions in that they overwrite the selected text.

codemirror/lang-markdown (@​codemirror/lang-markdown)

v6.3.2

Compare Source

Bug fixes

Make Markdown-specific commands return false inside fenced code.

Fix an infinite loop caused by insertNewlineContinueMarkup.

codemirror/language (@​codemirror/language)

v6.10.8

Compare Source

Bug fixes

Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.

v6.10.7

Compare Source

Bug fixes

Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.

Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.

codemirror/state (@​codemirror/state)

v6.5.1

Compare Source

Bug fixes

countColumn no longer loops infinitely when given a to that's higher than the input string's length.

v6.5.0

Compare Source

New features

RangeSet.compare now supports a boundChange callback that is called when there's a change in the way ranges are split.

codemirror/view (@​codemirror/view)

v6.36.2

Compare Source

Bug fixes

Fix an issue where some kinds of relayouts could put the editor in a state where it believed it wasn't in window, preventing relayout, though it in fact was.

Make sure macOS double-space-to-period conversions are properly suppressed.

Fix an issue where native selection changes, such as mobile spacebar-drag, weren't being picked up in edit context mode.

v6.36.1

Compare Source

Bug fixes

Fix a crash in MatchDecorator when updating matches at the end of the document.

v6.36.0

Compare Source

Bug fixes

Make selection rectangles verticaly align precisely, rather than introducing a slight overlap.

Fix an issue in MatchDecorator that caused it to fully rebuild its decorations on normal edits.

New features

View updates now have a viewportMoved flag that is only true when a viewport change originated from something other than mapping the viewport over a document change.

v6.35.3

Compare Source

Bug fixes

Fix an issue where mark decorations that got merged or split weren't properly redrawn.

Avoid spurious focus events by not updating the DOM selection when the editor is unfocused but focusable.

Disable writingsuggestions for the editable element, to opt out of Safari's new intelligence completions (which mess up in the editor).

v6.35.2

Compare Source

Bug fixes

Fix an issue on Chrome where typing at the end of the document would insert a character after the cursor.

v6.35.1

Compare Source

Bug fixes

Work around another crash caused by incorrect composition positions reported by EditContext.

Stop disabling custom cursors on Safari version 11.4 and up, which support caret-color.

Fix an issue where a tooltip with wrapped content could, in some circumstances, fail to find a stable position due to a cyclic dependency between its width and its position.

eslint/rewrite (@​eslint/compat)

v1.2.5

Compare Source

eslint/eslint (@​eslint/js)

v9.18.0

Compare Source

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#​19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#​19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#​19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#​19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#​19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#​19185) (folortin)
react-hook-form/resolvers (@​hookform/resolvers)

v3.10.0

Compare Source

Features
ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.4.1

Compare Source

laurent22/joplin (@​joplin/turndown)

v4.0.78

Compare Source

v4.0.77

Compare Source

v4.0.76

Compare Source

v4.0.75

Compare Source

laurent22/joplin-turndown-plugin-gfm (@​joplin/turndown-plugin-gfm)

[v1.0.60](https://redirect.github.com/laurent22/joplin-turndown-plugin-gfm/compare/363


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency eslint-plugin-react-hooks to v5.1.0 Update all non-major dependencies Dec 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 23e5d6f to 85892d3 Compare January 10, 2025 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b6d3c2e to 23eddee Compare January 13, 2025 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23eddee to 09b4b5c Compare January 13, 2025 20:49
@aaron7 aaron7 merged commit 354b935 into main Jan 13, 2025
1 check passed
@aaron7 aaron7 deleted the renovate/all-minor-patch branch January 13, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant