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 packages dependencies #70

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@changesets/cli (source) ^2.27.1 -> ^2.27.5 age adoption passing confidence devDependencies patch
@portabletext/react ^3.0.18 -> ^3.1.0 age adoption passing confidence dependencies minor
@sanity/presentation (source) ^1.12.8 -> ^1.15.14 age adoption passing confidence dependencies minor
@sanity/ui (source) ^2.1.4 -> ^2.3.3 age adoption passing confidence dependencies minor
@tanstack/react-virtual ^3.4.0 -> ^3.5.1 age adoption passing confidence dependencies minor
@types/lodash (source) ^4.17.0 -> ^4.17.5 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.79 -> ^18.3.3 age adoption passing confidence devDependencies minor
@types/react-dom (source) ^18.2.25 -> ^18.3.0 age adoption passing confidence devDependencies minor
@types/react-is (source) ^18.2.4 -> ^18.3.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^7.7.1 -> ^7.13.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.7.1 -> ^7.13.0 age adoption passing confidence devDependencies minor
eslint-plugin-react ^7.34.1 -> ^7.34.2 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.2.5 -> ^3.3.2 age adoption passing confidence devDependencies minor
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence peerDependencies minor
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence devDependencies minor
react (source) ^18 -> ^18.3.1 age adoption passing confidence peerDependencies minor
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence peerDependencies minor
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence devDependencies minor
react-is (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence devDependencies minor
rimraf ^5.0.5 -> ^5.0.7 age adoption passing confidence devDependencies patch
sanity (source) ^3.39.0 -> ^3.45.0 age adoption passing confidence dependencies minor
sanity (source) ^3 -> ^3.45.0 age adoption passing confidence peerDependencies minor
sanity (source) ^3.39.0 -> ^3.45.0 age adoption passing confidence devDependencies minor
styled-components (source) ^6.1.8 -> ^6.1.11 age adoption passing confidence devDependencies patch
tsup (source) ^8.0.2 -> ^8.1.0 age adoption passing confidence devDependencies minor

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


Release Notes

changesets/changesets (@​changesets/cli)

v2.27.5

Compare Source

Patch Changes

v2.27.4

Compare Source

Patch Changes

v2.27.3

Compare Source

Patch Changes
  • #​1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

v2.27.2

Compare Source

Patch Changes
portabletext/react-portabletext (@​portabletext/react)

v3.1.0

Compare Source

Features
sanity-io/visual-editing (@​sanity/presentation)

v1.15.14

Dependencies

v1.15.13

Bug Fixes
  • add firefox support to "Copy URL" action (9a9cfde)

v1.15.12

Bug Fixes
Dependencies

v1.15.11

Bug Fixes
Dependencies

v1.15.10

Bug Fixes
Dependencies

v1.15.9

Bug Fixes
Dependencies

v1.15.8

Bug Fixes

v1.15.7

Bug Fixes

v1.15.6

Bug Fixes

v1.15.5

Bug Fixes

v1.15.4

Bug Fixes
Dependencies

v1.15.3

Bug Fixes

v1.15.2

Bug Fixes
Dependencies

v1.15.1

Dependencies

v1.15.0

Features
  • open last published document when published perspective (#​1463) (5fea985)

v1.14.0

Features
  • presentation: support i18n and add default locale resources (#​1451) (d6ba3e4)
Bug Fixes
Dependencies

v1.13.0

Features

v1.12.10

Bug Fixes
  • the intial preview param no longer "sticks" until page reload (#​1418) (2d1bd73)

v1.12.9

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

v2.3.3

Compare Source

Bug Fixes
  • theme: placeholder color in dark mode (94c5887)

v2.3.2

Compare Source

Bug Fixes
  • button: use JSX instead of createElement (d1f5648)
  • menu-button: handle child refs safely (9ca1312)
  • menu-group: use JSX instead of createElement (061f67d)
  • menu-item: use JSX instead of createElement (c61aa10)
  • text-input: use JSX instead of createElement (45c1fcf)
  • tooltip: handle child refs safely (92b12a7)
  • tree-item: use JSX instead of createElement (c4d66c5)

v2.3.1

Compare Source

Bug Fixes

v2.3.0

Compare Source

Features

v2.2.0

Compare Source

Features
  • card: add muted property (f70bff6)

v2.1.14

Compare Source

Bug Fixes

v2.1.13

Compare Source

Bug Fixes

v2.1.12

Compare Source

Bug Fixes

v2.1.11

Compare Source

Bug Fixes

v2.1.10

Compare Source

Bug Fixes

v2.1.9

Compare Source

Bug Fixes

v2.1.8

Compare Source

Bug Fixes

v2.1.7

Compare Source

Bug Fixes
  • menu: remove use of isElement (68f9620)

v2.1.6

Compare Source

Bug Fixes

v2.1.5

Compare Source

Bug Fixes
  • theme: align disabled input colors with button colors (98710cc)
  • theme: improve avatar colors (4bbb42a)
  • theme: improve code and muted colors (1e33341)
  • theme: use correct base bg for avatar (618c194)
tanstack/virtual (@​tanstack/react-virtual)

v3.5.1

Compare Source

Version 3.5.1 - 6/5/2024, 9:51 AM

Changes

Fix
  • virtual-core: add support to multi window (#​738) (19b4272) by Amber
Docs

Packages

v3.5.0

Compare Source

Version 3.5.0 - 4/29/2024, 9:10 AM

Changes

Feat

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.10.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.2

Compare Source

Fixed
  • [boolean-prop-naming][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type ([#​3718][] @​developer-bandi)
  • [jsx-no-leaked-render][jsx-no-leaked-render]: invalid report if left side is boolean ([#​3746][] @​akulsr0)
  • [jsx-closing-bracket-location][jsx-closing-bracket-location]: message shows `{{detai

Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone America/Los_Angeles, 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. View repository job log here.

@renovate renovate bot force-pushed the renovate/packages-dependencies branch from c64467e to 885961c Compare June 12, 2024 15:15
@renovate renovate bot force-pushed the renovate/packages-dependencies branch from c98752c to b1601ff Compare June 12, 2024 15:22
Copy link
Contributor Author

renovate bot commented Jun 12, 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.

@thomasKn thomasKn merged commit 4c92cc8 into main Jun 12, 2024
@thomasKn thomasKn deleted the renovate/packages-dependencies branch June 12, 2024 15:24
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.

2 participants