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 non-major #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update non-major #93

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.23.6 -> ^7.26.9 age adoption passing confidence devDependencies patch
@babel/preset-env (source) ^7.23.6 -> ^7.26.9 age adoption passing confidence devDependencies patch
@babel/preset-react (source) ^7.23.3 -> ^7.26.3 age adoption passing confidence devDependencies patch
@codemirror/autocomplete 6.18.3 -> 6.18.6 age adoption passing confidence dependencies patch
@codemirror/commands 6.7.1 -> 6.8.0 age adoption passing confidence dependencies minor
@codemirror/lang-javascript 6.2.2 -> 6.2.3 age adoption passing confidence dependencies patch
@codemirror/lang-markdown 6.3.1 -> 6.3.2 age adoption passing confidence dependencies patch
@codemirror/language 6.10.6 -> 6.10.8 age adoption passing confidence dependencies patch
@codemirror/legacy-modes 6.4.2 -> 6.4.3 age adoption passing confidence dependencies patch
@codemirror/search 6.5.8 -> 6.5.9 age adoption passing confidence dependencies patch
@codemirror/state 6.5.0 -> 6.5.2 age adoption passing confidence dependencies patch
@codemirror/view 6.35.3 -> 6.36.3 age adoption passing confidence dependencies minor
@commitlint/cli (source) ^19.6.0 -> ^19.7.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^19.6.0 -> ^19.7.1 age adoption passing confidence devDependencies minor
@sanity/icons (source) 3.5.2 -> 3.6.0 age adoption passing confidence dependencies minor
@sanity/incompatible-plugin 1.0.4 -> 1.0.5 age adoption passing confidence dependencies patch
@sanity/pkg-utils ^6.12.0 -> ^6.13.4 age adoption passing confidence devDependencies minor
@sanity/plugin-kit ^4.0.18 -> ^4.0.19 age adoption passing confidence devDependencies patch
@sanity/ui (source) 2.10.9 -> 2.14.1 age adoption passing confidence dependencies minor
@testing-library/jest-dom ^6.1.5 -> ^6.6.3 age adoption passing confidence devDependencies patch
@testing-library/react ^14.1.2 -> ^14.3.1 age adoption passing confidence devDependencies patch
@types/jest (source) ^29.5.11 -> ^29.5.14 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.45 -> ^18.3.18 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^6.14.0 -> ^6.21.0 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) ^6.14.0 -> ^6.21.0 age adoption passing confidence devDependencies patch
@uiw/codemirror-themes (source) 4.23.6 -> 4.23.8 age adoption passing confidence dependencies patch
@uiw/react-codemirror (source) 4.23.6 -> 4.23.8 age adoption passing confidence dependencies patch
actions/checkout 8e5e7e5 -> f43a0e5 action digest
actions/setup-node 64ed1c7 -> 1a4442c action digest
eslint (source) ^8.55.0 -> ^8.57.1 age adoption passing confidence devDependencies patch
eslint-config-sanity (source) ^7.0.1 -> ^7.1.4 age adoption passing confidence devDependencies patch
eslint-plugin-prettier ^5.0.1 -> ^5.2.3 age adoption passing confidence devDependencies patch
eslint-plugin-react ^7.33.2 -> ^7.37.4 age adoption passing confidence devDependencies patch
eslint-plugin-react-hooks (source) ^4.6.0 -> ^4.6.2 age adoption passing confidence devDependencies patch
npm-run-all ^4.1.5 -> ^5.0.0 devDependencies replacement
prettier (source) ^3.1.1 -> ^3.5.2 age adoption passing confidence devDependencies minor
prettier-plugin-packagejson ^2.4.7 -> ^2.5.8 age adoption passing confidence devDependencies patch
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence devDependencies patch
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence devDependencies patch
react-is (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence devDependencies patch
sanity (source) ^3.67.1 -> ^3.76.3 age adoption passing confidence devDependencies minor
semantic-release ^24.2.0 -> ^24.2.3 age adoption passing confidence devDependencies patch
styled-components (source) ^6.1.1 -> ^6.1.15 age adoption passing confidence devDependencies patch
ts-jest (source) ^29.1.1 -> ^29.2.5 age adoption passing confidence devDependencies patch
typescript (source) ^5.3.3 -> ^5.7.3 age adoption passing confidence devDependencies patch

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

babel/babel (@​babel/core)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix
codemirror/autocomplete (@​codemirror/autocomplete)

v6.18.6

Compare Source

Bug fixes

Fix an issue where the closing character for double-angle quotation marks and full-width brackets was computed incorrectly.

v6.18.5

Compare Source

Bug fixes

Fix an issue where clicking on the scrollbar for the completion list could move focus out of the editor.

v6.18.4

Compare Source

Bug fixes

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

codemirror/commands (@​codemirror/commands)

v6.8.0

Compare Source

New features

The new cursorGroupForwardWin and selectGroupForwardWin commands implement Windows-style forward motion by group.

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

v6.2.3

Compare Source

Bug fixes

Disable JavaScript completions in JSX context.

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/legacy-modes (@​codemirror/legacy-modes)

v6.4.3

Compare Source

Bug fixes

Make Pascal keyword matching case-insensitive.

Fix a crash in simple-mode.js when using the dontIndentStates feature.

Fix a bug in tokenizing multiline strings in xQuery.

codemirror/search (@​codemirror/search)

v6.5.9

Compare Source

Bug fixes

When replacing a regexp match, don't expand multi-digit replacement markers to numbers beyond the captured group count in the query.

codemirror/state (@​codemirror/state)

v6.5.2

Compare Source

Bug fixes

Fix a bug where reconfiguring a field with a new init value didn't update the value of the field.

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.

codemirror/view (@​codemirror/view)

v6.36.3

Compare Source

Bug fixes

Make sure event handlers registered with domEventHandlers are not called during view updates, to avoid triggering nested update errors.

Don't include the window scrollbars in the space available for displaying tooltips.

Work around an issue with Chrome's EditContext that shows up when using autocompletion while composing with Samsung's virtual Android keyboard.

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.

conventional-changelog/commitlint (@​commitlint/cli)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

sanity-io/icons (@​sanity/icons)

v3.6.0

Compare Source

Features

v3.5.7

Compare Source

Bug Fixes

v3.5.6

Compare Source

Bug Fixes
  • temporarily disable react compiler (03f3374)

v3.5.5

Compare Source

Bug Fixes
  • deps: upgrade @sanity/pkg-utils to v6.12.2 (7a2af1d)

v3.5.4

Compare Source

Bug Fixes

v3.5.3

Compare Source

Bug Fixes
  • deps: update react compiler dependencies 🤖 ✨ (#​101) (cf20e80)
sanity-io/incompatible-plugin (@​sanity/incompatible-plugin)

v1.0.5

Compare Source

Bug Fixes
sanity-io/pkg-utils (@​sanity/pkg-utils)

v6.13.4

Compare Source

Bug Fixes

v6.13.3

Compare Source

Bug Fixes

v6.13.2

Compare Source

Bug Fixes

v6.13.1

Compare Source

Bug Fixes

v6.13.0

Compare Source

Features

v6.12.3

Compare Source

Bug Fixes

v6.12.2

Compare Source

Bug Fixes
  • deps: upgrade @sanity/browserslist-config (200c08e)

v6.12.1

Compare Source

Bug Fixes
sanity-io/plugin-kit (@​sanity/plugin-kit)

v4.0.19

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 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 January 1, 2024 00:27
@renovate renovate bot force-pushed the renovate/non-major branch 14 times, most recently from c9c1ddb to ab257f9 Compare January 8, 2024 17:45
@renovate renovate bot force-pushed the renovate/non-major branch 13 times, most recently from 25f81d7 to bd0974a Compare January 15, 2024 11:19
@renovate renovate bot force-pushed the renovate/non-major branch 19 times, most recently from 35e258d to d66ea7a Compare February 18, 2025 16:56
@renovate renovate bot force-pushed the renovate/non-major branch 9 times, most recently from 5b4b477 to 9e0be09 Compare February 21, 2025 13:27
@renovate renovate bot force-pushed the renovate/non-major branch from 9e0be09 to dddef0f Compare February 22, 2025 05:03
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.

0 participants