Skip to content

chore(deps): update non-major #93

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

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 Confidence Type Update
@babel/core (source) ^7.23.6 -> ^7.28.3 age confidence devDependencies patch
@babel/preset-env (source) ^7.23.6 -> ^7.28.3 age confidence devDependencies patch
@babel/preset-react (source) ^7.23.3 -> ^7.27.1 age confidence devDependencies patch
@codemirror/autocomplete ^6.18.3 -> ^6.18.6 age confidence dependencies patch
@codemirror/commands ^6.7.1 -> ^6.8.1 age confidence dependencies patch
@codemirror/lang-java ^6.0.1 -> ^6.0.2 age confidence dependencies patch
@codemirror/lang-javascript ^6.2.2 -> ^6.2.4 age confidence dependencies patch
@codemirror/lang-json ^6.0.1 -> ^6.0.2 age confidence dependencies patch
@codemirror/lang-markdown ^6.3.1 -> ^6.3.4 age confidence dependencies patch
@codemirror/lang-php ^6.0.1 -> ^6.0.2 age confidence dependencies patch
@codemirror/lang-sql ^6.8.0 -> ^6.9.1 age confidence dependencies patch
@codemirror/language ^6.10.6 -> ^6.11.3 age confidence dependencies patch
@codemirror/legacy-modes ^6.4.2 -> ^6.5.1 age confidence dependencies patch
@codemirror/search ^6.5.8 -> ^6.5.11 age confidence dependencies patch
@codemirror/state ^6.5.0 -> ^6.5.2 age confidence dependencies patch
@codemirror/view ^6.35.3 -> ^6.38.1 age confidence dependencies patch
@commitlint/cli (source) ^19.6.0 -> ^19.8.1 age confidence devDependencies patch
@commitlint/config-conventional (source) ^19.6.0 -> ^19.8.1 age confidence devDependencies patch
@sanity/icons (source) ^3.5.2 -> ^3.7.4 age confidence dependencies patch
@sanity/incompatible-plugin ^1.0.4 -> ^1.0.5 age confidence dependencies patch
@sanity/pkg-utils ^7.11.5 -> ^7.11.9 age confidence devDependencies patch
@sanity/ui (source) ^3.0.5 -> ^3.0.7 age confidence dependencies patch
@testing-library/jest-dom ^6.1.5 -> ^6.8.0 age confidence devDependencies minor
@testing-library/react ^14.1.2 -> ^14.3.1 age confidence devDependencies patch
@types/jest (source) ^29.5.11 -> ^29.5.14 age confidence devDependencies patch
@types/react (source) ^18.2.45 -> ^18.3.24 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^6.14.0 -> ^6.21.0 age confidence devDependencies patch
@typescript-eslint/parser (source) ^6.14.0 -> ^6.21.0 age confidence devDependencies patch
@uiw/codemirror-themes (source) ^4.23.6 -> ^4.25.1 age confidence dependencies minor
@uiw/react-codemirror (source) ^4.23.6 -> ^4.25.1 age confidence dependencies minor
actions/checkout 8e5e7e5 -> f43a0e5 action digest
actions/setup-node 64ed1c7 -> 3235b87 action digest
eslint (source) ^8.55.0 -> ^8.57.1 age confidence devDependencies patch
eslint-config-prettier ^9.1.0 -> ^9.1.2 age confidence devDependencies patch
eslint-config-sanity (source) ^7.0.1 -> ^7.1.4 age confidence devDependencies patch
eslint-plugin-prettier ^5.0.1 -> ^5.5.4 age confidence devDependencies patch
eslint-plugin-react ^7.33.2 -> ^7.37.5 age confidence devDependencies patch
eslint-plugin-react-hooks (source) ^4.6.0 -> ^4.6.2 age confidence devDependencies patch
husky ^8.0.1 -> ^8.0.3 age confidence devDependencies patch
lint-staged ^15.2.0 -> ^15.5.2 age confidence devDependencies patch
npm-run-allnpm-run-all2 ^4.1.5 -> ^5.0.0 devDependencies replacement
prettier (source) ^3.1.1 -> ^3.6.2 age confidence devDependencies patch
prettier-plugin-packagejson ^2.4.7 -> ^2.5.19 age confidence devDependencies patch
react (source) ^18.2.0 -> ^18.3.1 age confidence devDependencies patch
react-dom (source) ^18.2.0 -> ^18.3.1 age confidence devDependencies patch
react-is (source) ^18.2.0 -> ^18.3.1 age confidence devDependencies patch
sanity (source) ^4.3.0 -> ^4.5.0 age confidence devDependencies minor
semantic-release ^24.2.0 -> ^24.2.7 age confidence devDependencies patch
ts-jest (source) ^29.1.1 -> ^29.4.1 age 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.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
codemirror/language (@​codemirror/language)

v6.11.3

Compare Source

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

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

v7.11.9

Compare Source

Bug Fixes

v7.11.8

Compare Source

Bug Fixes

v7.11.7

Compare Source

Bug Fixes

v7.11.6

Compare Source

Bug Fixes
sanity-io/ui (@​sanity/ui)

v3.0.7

Compare Source

Bug Fixes
  • allow v20 in node engines (7a0d198)

v3.0.6

Compare Source

Bug Fixes
  • specify required node v22 minor as well (b040a77)
testing-library/jest-dom (@​testing-library/jest-dom)

v6.8.0

Compare Source

v6.7.0

Compare Source

Features
uiwjs/react-codemirror (@​uiw/codemirror-themes)

v4.25.1

Compare Source

Buy me a coffee

Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.25.0...v4.25.1

npm i @​uiw/[email protected]

v4.25.0

Compare Source

Buy me a coffee

Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.24.2...v4.25.0

npm i @​uiw/[email protected]

The package @uiw/codemirror-extensions-langs returns syntax highlighting extensions based on file extensions.

import { loadLanguage, langNames, langs } from '@​uiw/codemirror-extensions-langs';

+ langs.js();
- langs.javascript();
sanity-io/sanity (sanity)

v4.5.0

Compare Source

Features
  • add schedule publish and unpublish noop actions for draft documents (#​10287) (c1220b3)
  • draft perspective chip copies from published when no draft exists (#​10305) (2d9c836)
  • sanity: add advancedVersionControl.enabled configuration option (#​10277) (81bc5b1)
Bug Fixes

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Features
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 3 times, most recently from cf39fd1 to 06618a6 Compare July 24, 2025 15:38
@renovate renovate bot force-pushed the renovate/non-major branch 9 times, most recently from e9b8ec5 to 81120d1 Compare August 1, 2025 20:38
@renovate renovate bot force-pushed the renovate/non-major branch 5 times, most recently from d4f2e8a to 4b727bb Compare August 8, 2025 18:07
@renovate renovate bot force-pushed the renovate/non-major branch 8 times, most recently from 96d8879 to 3ca3f40 Compare August 15, 2025 15:09
@renovate renovate bot force-pushed the renovate/non-major branch 3 times, most recently from f8d0a4a to 6049ebd Compare August 21, 2025 00:33
@renovate renovate bot force-pushed the renovate/non-major branch from 6049ebd to f53d28e Compare August 22, 2025 16:14
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