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 all non major devdependencies #103

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

Conversation

ethpandaops-renovatebot[bot]
Copy link

@ethpandaops-renovatebot ethpandaops-renovatebot bot commented Mar 28, 2023

This PR contains the following updates:

Package Type Update Change Pending
@tailwindcss/typography devDependencies patch 0.5.9 -> 0.5.13
@types/react-copy-to-clipboard (source) devDependencies patch 5.0.4 -> 5.0.7
autoprefixer devDependencies patch 10.4.13 -> 10.4.19 10.4.20
eslint-config-prettier devDependencies minor 8.6.0 -> 8.10.0
eslint-import-resolver-typescript devDependencies minor 3.5.3 -> 3.6.1
eslint-plugin-import devDependencies minor 2.27.5 -> 2.29.1
eslint-plugin-react devDependencies minor 7.32.2 -> 7.35.0
prettier (source) devDependencies patch 2.8.4 -> 2.8.8
tailwindcss (source) devDependencies minor 3.2.7 -> 3.4.6 3.4.7

Release Notes

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.13

Compare Source

Fixed
  • Don't apply margins to <br> elements contained in an <li> in FF (#​350)

v0.5.12

Compare Source

Added
  • Use logical properties for better RTL support (#​323)

v0.5.11

Compare Source

Added
Fixed
  • Fix space between <figcaption> and <video> (#​339)

v0.5.10

Compare Source

Fixed
  • Fix space between <figcaption> and <pre> (#​313)
  • Remove typography styles from not-prose elements in addition to their children (#​301)
  • Add <picture> styles (#​314)
  • Fix prose-invert when used with colors in light mode (#​315)
  • Add <kbd> styles (#​317)
  • Add description list (<dl>, <dt>, <dd>) styles (#​316)
postcss/autoprefixer (autoprefixer)

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!

v8.8.0

Compare Source

v8.7.0

Compare Source

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.6.1

Compare Source

Patch Changes

v3.6.0

Compare Source

Minor Changes

v3.5.5

Compare Source

Patch Changes

v3.5.4

Compare Source

Patch Changes
import-js/eslint-plugin-import (eslint-plugin-import)

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed

v7.34.3

Compare Source

Fixed
  • [prop-types]: null-check rootNode before calling getScope (#​3762 @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#​3733 @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#​3757 @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#​3768 @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#​3769 @​akulsr0)

v7.34.2

Compare Source

Fixed
Changed

v7.34.1

Compare Source

Fixed
Changed
  • [boolean-prop-naming]: improve error message (@​ljharb)

v7.34.0

Compare Source

Added
Fixed
Changed

v7.33.2

Compare Source

Fixed
  • [no-deprecated]: prevent false positive on commonjs import (#​3614 @​akulsr0)
  • [no-unsafe]: report on the method instead of the entire component (@​ljharb)
  • [no-deprecated]: report on the destructured property instead of the entire variable declarator (@​ljharb)
  • [no-deprecated]: report on the imported specifier instead of the entire import statement (@​ljharb)
  • [no-invalid-html-attribute]: report more granularly (@​ljharb)

v7.33.1

Compare Source

Fixed

v7.33.0

Compare Source

Added
Fixed
Changed
prettier/prettier (prettier)

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

v2.8.7

Compare Source

diff

Allow multiple decorators on same getter/setter (#​14584 by @​fisker)
// Input
class A {
  @&#8203;decorator()
  get foo () {}
  
  @&#8203;decorator()
  set foo (value) {}
}

// Prettier 2.8.6
SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
  3 |   get foo () {}
  4 |   
> 5 |   @&#8203;decorator()
    |   ^^^^^^^^^^^^
  6 |   set foo (value) {}
  7 | }

// Prettier 2.8.7
class A {
  @&#8203;decorator()
  get foo() {}

  @&#8203;decorator()
  set foo(value) {}
}

v2.8.6

Compare Source

diff

Allow decorators on private members and class expressions (#​14548 by @​fisker)
// Input
class A {
  @&#8203;decorator()
  #privateMethod () {}
}

// Prettier 2.8.5
SyntaxError: Decorators are not valid here. (2:3)
  1 | class A {
> 2 |   @&#8203;decorator()
    |   ^^^^^^^^^^^^
  3 |   #privateMethod () {}
  4 | }

// Prettier 2.8.6
class A {
  @&#8203;decorator()
  #privateMethod() {}
}

v2.8.5

Compare Source

diff

Support TypeScript 5.0 (#​14391 by @​fisker, #​13819 by @​fisker, @​sosukesuzuki)

TypeScript 5.0 introduces two new syntactic features:

  • const modifiers for type parameters
  • export type * declarations
Add missing parentheses for decorator (#​14393 by @​fisker)
// Input
class Person {
  @&#8203;(myDecoratorArray[0])
  greet() {}
}

// Prettier 2.8.4
class Person {
  @&#8203;myDecoratorArray[0]
  greet() {}
}

// Prettier 2.8.5
class Person {
  @&#8203;(myDecoratorArray[0])
  greet() {}
}
Add parentheses for TypeofTypeAnnotation to improve readability (#​14458 by @​fisker)
// Input
type A = (typeof node.children)[];

// Prettier 2.8.4
type A = typeof node.children[];

// Prettier 2.8.5
type A = (typeof node.children)[];
Support max_line_length=off when parsing .editorconfig (#​14516 by @​josephfrazier)

If an .editorconfig file is in your project and it sets max_line_length=off for the file you're formatting,
it will be interpreted as a printWidth of Infinity rather than being ignored
(which previously resulted in the default printWidth of 80 being applied, if not overridden by Prettier-specific configuration).

<!-- Input -->
<div className='HelloWorld' title={`You are visitor number ${ num }`} onMouseOver={onMouseOver}/>

<!-- Prettier 2.8.4 -->
<div
  className="HelloWorld"
  title={`You are visitor number ${num}`}
  onMouseOver={onMouseOver}
/>;

<!-- Prettier 2.8.5 -->
<div className="HelloWorld" title={`You are visitor number ${num}`} onMouseOver={onMouseOver} />;
tailwindlabs/tailwindcss (tailwindcss)

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

Fixed
  • Disable automatic var() injection for anchor properties (#​13826)
  • Use no value instead of blur(0px) for backdrop-blur-none and blur-none utilities (#​13830)
  • Add .mts and .cts config file detection (#​13940)
  • Don't generate utilities like px-1 unnecessarily when using utilities like px-1.5 (#​13959)
  • Always generate -webkit-backdrop-filter for backdrop-* utilities (#​13997)

v3.4.4

Compare Source

Fixed
  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#​13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#​13770)
  • Support negative values for {col,row}-{start,end} utilities (#​13781)
  • Update embedded browserslist database (#​13792)

v3.4.3

Compare Source

Fixed
  • Revert changes to glob handling (#​13384)

v3.4.2

Compare Source

Fixed
  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#​12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#​12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#​12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#​12911)
  • Add mix-blend-plus-darker utility (#​12923)
  • Ensure dashes are allowed in variant modifiers (#​13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#​13306)
  • Transpile import.meta.url in config files (#​13322)
  • Reset letter spacing for form elements (#​13150)
  • Fix missing xx-large and remove double x-large absolute size (#​13324)
  • Don't error when encountering nested CSS unless trying to @apply a class that uses nesting (#​13325)
  • Ensure that arbitrary properties respect important configuration (#​13353)
  • Change dark mode selector so @apply works correctly with pseudo elements (#​13379)

v3.4.1

Compare Source

Fixed
  • Don't remove keyframe stops when using important utilities (#​12639)
  • Don't add spaces to gradients and grid track names when followed by calc() (#​12704)
  • Restore old behavior for class dark mode strategy (#​12717)
Added
  • Add new selector and variant strategies for dark mode (#​12717)
Changed
  • Support rtl and ltr variants on same element as dir attribute (#​12717)

v3.4.0

Compare Source

Tailwind CSS

Tailwind CSS v3.4 has arrived! Check out the announcement post for a guided tour through all of the highlights.

Added
  • Add svh, lvh, and dvh values to default height/min-height/max-height theme (#​11317)
  • Add has-* variants for :has(...) pseudo-class (#​11318)
  • Add text-wrap utilities including text-balance and text-pretty (#​11320, #​12031)
  • Extend default opacity scale to include all steps of 5 (#​11832)
  • Update Preflight html styles to include shadow DOM :host pseudo-class (#​11200)
  • Increase default values for grid-rows-* utilities from 1–6 to 1–12 (#​12180)
  • Add size-* utilities (#​12287)
  • Add utilities for CSS subgrid (#​12298)
  • Add spacing scale to min-w-*, min-h-*, and max-w-* utilities (#​12300)
  • Add forced-color-adjust utilities (#​11931)
  • Add forced-colors variant (#​11694, #​12582)
  • Add appearance-auto utility (#​12404)
  • Add logical property values for float and clear utilities (#​12480)
  • Add * variant for targeting direct children (#​12551)
Changed
  • Simplify the sans font-family stack (#​11748)
  • Disable the tap highlight overlay on iOS (#​12299)
  • Improve relative precedence of rtl, ltr, forced-colors, and dark variants (#​12584)

v3.3.7

Compare Source

Fixed
  • Fix support for container query utilities with arbitrary values (#​12534)
  • Fix custom config loading in Standalone CLI (#​12616)

v3.3.6

Compare Source

Fixed
  • Don’t add spaces to negative numbers following a comma (#​12324)
  • Don't emit @config in CSS when watching via the CLI (#​12327)
  • Improve types for resolveConfig (#​12272)
  • Ensure configured font-feature-settings for mono are included in Preflight (#​12342)
  • Improve candidate detection in minified JS arrays (without spaces) (#​12396)
  • Don't crash when given applying a variant to a negated version of a simple utility (#​12514)
  • Fix support for slashes in arbitrary modifiers (#​12515)
  • Fix source maps of variant utilities that come from an @layer rule (#​12508)
  • Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#​12506)

v3.3.5

Compare Source

Fixed
  • Fix incorrect spaces around - in calc() expression (#​12283)

v3.3.4

Compare Source

Fixed
  • Improve normalisation of calc()-like functions (#​11686)
  • Skip calc() normalisation in nested theme() calls (#​11705)
  • Fix incorrectly generated CSS when using square brackets inside arbitrary properties (#​11709)
  • Make content optional for presets in TypeScript types (#​11730)
  • Handle variable colors that have variable fallback values (#​12049)
  • Batch reading content files to prevent too many open files error (#​12079)
  • Skip over classes inside :not(…) when nested in an at-rule (#​12105)
  • Update types to work with Node16 module resolution (#​12097)
  • Don’t crash when important and parent selectors are equal in @apply (#​12112)
  • Eliminate irrelevant rules when applying variants (#​12113)
  • Improve RegEx parser, reduce possibilities as the key for arbitrary properties (#​12121)
  • Fix sorting of utilities that share multiple candidates (#​12173)
  • Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (#​12179)
  • Fix crash when watching renamed files on FreeBSD (#​12193)
  • Allow plugins from a parent document to be used in an iframe (#​12208)
  • Add types for tailwindcss/nesting (#​12269)
  • Bump jiti, fast-glob, and browserlist dependencies (#​11550)
  • Improve automatic var injection for properties that accept a <dashed-ident> (#​12236)

v3.3.3

Compare Source

Fixed
  • Fix issue where some pseudo-element variants generated the wrong selector (#​10943, #​10962, #​11111)
  • Make font settings propagate into buttons, inputs, etc. (#​10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#​11157)
  • Ensure repeating-conic-gradient is detected as an image (#​11180)
  • Move unknown pseudo-elements outside of :is by default (#​11345)
  • Escape animation names when prefixes contain special characters (#​11470)
  • Don't prefix arbitrary classes in group and peer variants (#​11454)
  • Sort classes using position of first matching rule (#​11504)
  • Allow variant to be an at-rule without a prelude (#​11589)
  • Make PostCSS plugin async to improve performance (#​11548)
  • Don’t error when a config file is missing (f97759f)
Added
Changed
  • Reset padding for <dialog> elements in preflight (#​11069)

v3.3.2

Compare Source

Fixed
  • Don’t move unknown pseudo-elements to the end of selectors (#​10943, #​10962)
  • Inherit gradient stop positions when using variants (#​11002)
  • Honor default to position of gradient when using implicit transparent colors (#​11002)
  • Ensure @tailwindcss/oxide doesn't leak in the stable engine (#​10988)
  • Ensure multiple theme(spacing[5]) calls with bracket notation in arbitrary properties work (#​11039)

Configuration

📅 Schedule: Branch creation - "every 2 weeks on Tuesday" in timezone Europe/Berlin, Automerge - "after 9am every weekday except Friday or Monday,before 11am every weekday except Friday or Monday" in timezone Europe/Berlin.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

@ethpandaops-renovatebot ethpandaops-renovatebot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2023
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch 4 times, most recently from 7a6c05a to 6699014 Compare April 7, 2023 12:25
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch 3 times, most recently from 39fdcd3 to bf534f9 Compare April 14, 2023 00:54
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from bf534f9 to 1afb821 Compare April 19, 2023 18:24
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch 3 times, most recently from 7d46e88 to 30610ab Compare May 7, 2023 12:24
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 30610ab to 8e50f3b Compare May 10, 2023 00:57
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 8e50f3b to 08c7adc Compare May 30, 2023 06:21
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 08c7adc to 097c576 Compare June 11, 2023 12:20
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 097c576 to 8bdc74c Compare June 19, 2023 01:04
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 8bdc74c to b1ab082 Compare July 4, 2023 01:35
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch 2 times, most recently from 454b2f3 to 54cb1c7 Compare August 1, 2023 01:27
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch 2 times, most recently from 7f27b53 to 0a42fdd Compare August 15, 2023 01:03
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 0a42fdd to cc79a19 Compare August 22, 2023 01:06
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch 2 times, most recently from 56119f5 to 7b68da1 Compare September 5, 2023 01:04
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch 2 times, most recently from 376f3fb to dbc676c Compare September 26, 2023 01:07
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from dbc676c to 2d4b262 Compare October 3, 2023 01:07
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 2d4b262 to e188202 Compare October 10, 2023 01:07
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from e188202 to 3869a84 Compare October 17, 2023 01:07
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 3869a84 to 2b4c844 Compare November 14, 2023 01:08
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 2b4c844 to 3753563 Compare November 28, 2023 01:12
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 3753563 to 1cdd0c2 Compare December 5, 2023 01:12
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 1cdd0c2 to 7f57166 Compare December 19, 2023 01:11
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch 2 times, most recently from 22a8fb9 to ba2c1d5 Compare January 9, 2024 01:12
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from ba2c1d5 to 7ab5c12 Compare January 16, 2024 01:12
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 7ab5c12 to b91aa34 Compare January 23, 2024 01:12
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from b91aa34 to 26b3b27 Compare February 6, 2024 01:10
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 26b3b27 to 179eead Compare February 27, 2024 01:06
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 179eead to 991d540 Compare March 19, 2024 01:12
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 991d540 to 54a5c38 Compare April 2, 2024 01:12
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 54a5c38 to f340748 Compare April 16, 2024 01:07
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from f340748 to e882083 Compare May 14, 2024 01:10
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from e882083 to aeb1f34 Compare June 18, 2024 01:14
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from aeb1f34 to c34ee9f Compare June 25, 2024 01:16
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from c34ee9f to efd7824 Compare July 2, 2024 01:17
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from efd7824 to 6e15acb Compare July 9, 2024 01:18
@ethpandaops-renovatebot ethpandaops-renovatebot bot force-pushed the renovate/all-non-major-devdependencies branch from 6e15acb to 26f48e5 Compare August 6, 2024 01:19
@ethpandaops-renovatebot
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants