chore(deps): update packages dependencies #70
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.27.1
->^2.27.5
^3.0.18
->^3.1.0
^1.12.8
->^1.15.14
^2.1.4
->^2.3.3
^3.4.0
->^3.5.1
^4.17.0
->^4.17.5
^18.2.79
->^18.3.3
^18.2.25
->^18.3.0
^18.2.4
->^18.3.0
^7.7.1
->^7.13.0
^7.7.1
->^7.13.0
^7.34.1
->^7.34.2
^4.6.0
->^4.6.2
^4.1.5
->^5.0.0
^3.2.5
->^3.3.2
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
^18
->^18.3.1
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
^5.0.5
->^5.0.7
^3.39.0
->^3.45.0
^3
->^3.45.0
^3.39.0
->^3.45.0
^6.1.8
->^6.1.11
^8.0.2
->^8.1.0
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
#1370
5e9d33a
Thanks @Andarist! - Fixed a regression that causedchangeset version
to fail on packages having a dev dependency on a skipped package.Updated dependencies [
5e9d33a
]:v2.27.4
Compare Source
Patch Changes
#1361
954a16a
Thanks @jakebailey! - Ensure thatversion
/tag
do not touch private packages with when versioning/tagging is turned off usingversionPackages
config#1369
d729d8c
Thanks @Andarist! -changeset tag
should now correctly skip tags that exist on the remoteUpdated dependencies [
954a16a
]:v2.27.3
Compare Source
Patch Changes
18c966a
Thanks @Andarist! - Fixed an issue withchangeset status
executed withoutsince
argument. It should now correctly use the configured base branch as the default value.v2.27.2
Compare Source
Patch Changes
#1354
69be7dc
Thanks @Andarist! - Fixed an issue withchangeset status
incorrectly returning an error status in two cases:privatePackage.version
was set tofalse
#1351
c6da182
Thanks @TheHolyWaffle! - Fix an issue with not applying a custom.prettierrc
configuration withprettier@>= 3.1.1
Updated dependencies [
c6da182
]: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
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
sanity
imports in one location (#1530) (463dead)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
v1.14.0
Features
Bug Fixes
Dependencies
v1.13.0
Features
v1.12.10
Bug Fixes
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
v2.3.2
Compare Source
Bug Fixes
v2.3.1
Compare Source
Bug Fixes
v2.3.0
Compare Source
Features
useForwardedRef
(#1324) (62146b6)v2.2.0
Compare Source
Features
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
isElement
(68f9620)v2.1.6
Compare Source
Bug Fixes
v2.1.5
Compare Source
Bug Fixes
tanstack/virtual (@tanstack/react-virtual)
v3.5.1
Compare Source
Version 3.5.1 - 6/5/2024, 9:51 AM
Changes
Fix
19b4272
) by AmberDocs
c3410c2
) by @BrianMitchLd192756
) by Jeffrey KwanPackages
v3.5.0
Compare Source
Version 3.5.0 - 4/29/2024, 9:10 AM
Changes
Feat
ab6ede8
) by @piecykPackages
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.13.0
Compare Source
🚀 Features
typescript-estree: require
import = require()
argument to be a string literaltypescript-estree: forbid
.body
,.async
,.generator
ondeclare 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
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
(deprecateno-useless-template-literals
)rule-tester: check for parsing errors in suggestion fixes
rule-tester: port
checkDuplicateTestCases
from ESLinteslint-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 checkeslint-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
declare
seslint-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
You can read about our versioning strategy and releases on our website.
v7.11.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.10.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.9.0
Compare Source
🩹 Fixes
❤️ Thank You
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
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
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.12.0
Compare Source
🩹 Fixes
❤️ Thank You
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 `{{detaiConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.