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 dependencies #468

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@badeball/cypress-cucumber-preprocessor ~20.0.0 -> ~20.1.0 age adoption passing confidence
@empathyco/eslint-config ^1.3.3 -> ^1.5.0 age adoption passing confidence
@empathyco/x-archetype-utils (source) ^2.0.0-alpha.2 -> ^2.0.0-alpha.3 age adoption passing confidence
@empathyco/x-components (source) ^6.0.0-alpha.19 -> ^6.0.0-alpha.32 age adoption passing confidence
@rollup/plugin-node-resolve (source) ~15.2.3 -> ~15.3.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.2 -> ^5.2.0 age adoption passing confidence
cssnano ~6.0.0 -> ~6.1.0 age adoption passing confidence
cypress (source) ~13.6.0 -> ~13.17.0 age adoption passing confidence
lint-staged ~15.2.0 -> ~15.4.0 age adoption passing confidence
postcss (source) ~8.4.0 -> ~8.5.0 age adoption passing confidence
postcss-nested ~6.0.0 -> ~6.2.0 age adoption passing confidence
rollup-plugin-delete ~2.0.0 -> ~2.1.0 age adoption passing confidence
rollup-plugin-generate-html-template 1.6.1 -> 1.7.0 age adoption passing confidence
rollup-plugin-visualizer ~5.11.0 -> ~5.14.0 age adoption passing confidence
sass ~1.69.0 -> ~1.83.0 age adoption passing confidence
tailwindcss (source) ^3.4.0 -> ^3.4.15 age adoption passing confidence
tslib (source) ~2.6.0 -> ~2.8.1 age adoption passing confidence
vite-plugin-vue-inspector ^5.1.3 -> ^5.3.0 age adoption passing confidence

Release Notes

badeball/cypress-cucumber-preprocessor (@​badeball/cypress-cucumber-preprocessor)

v20.1.2

Compare Source

  • Updated all dependencies, including esbuild, relates to #​1068.

v20.1.1

Compare Source

  • Omit outputting empty "then" entries to the command log, relates to #​1214.

v20.1.0

Compare Source

  • Include skipped (not omitted) tests in reports, fixes #​1041.
empathyco/eslint-config (@​empathyco/eslint-config)

v1.6.0

Compare Source

What's Changed

Full Changelog: empathyco/eslint-config@v1.5.5...v1.6.0

v1.5.5

Compare Source

What's Changed

Full Changelog: empathyco/eslint-config@v1.5.4...v1.5.5

v1.5.4

Compare Source

What's Changed

Full Changelog: empathyco/eslint-config@v1.5.3...v1.5.4

v1.5.3

Compare Source

What's Changed

Full Changelog: empathyco/eslint-config@v1.5.2...v1.5.3

v1.5.2

Compare Source

What's Changed

Full Changelog: empathyco/eslint-config@v1.5.1...v1.5.2

v1.5.1

Compare Source

What's Changed

Full Changelog: empathyco/eslint-config@v1.5.0...v1.5.1

empathyco/x (@​empathyco/x-archetype-utils)

v2.0.0-alpha.3

Compare Source

Features
empathyco/x (@​empathyco/x-components)

v6.0.0-alpha.32

Compare Source

Bug Fixes
  • send related-prompts request when a query preview is accepted (#​1692) (ba336b3)

v6.0.0-alpha.31

Compare Source

Note: Version bump only for package @​empathyco/x-components

v6.0.0-alpha.30

Compare Source

Bug Fixes

v6.0.0-alpha.29

Compare Source

Styling
  • tailwind: extend tailwind config to be used by the demo (#​1668) (f33992e)

v6.0.0-alpha.28

Compare Source

Features
  • components: make reference selector for BaseModal reactive (#​1686) (b25c2af)

v6.0.0-alpha.27

Compare Source

Features

v6.0.0-alpha.26

Compare Source

Code Refactoring
  • store: deprecate useStore in favor of vuex's useStore (de4fecf)

v6.0.0-alpha.25

Compare Source

Continuous Integration
  • remove template comments from build (443d277)

v6.0.0-alpha.24

Compare Source

Bug Fixes
  • types: update installExtraPlugins to support Promise return type (99d0620)

v6.0.0-alpha.23

Compare Source

Bug Fixes

v6.0.0-alpha.22

Compare Source

Bug Fixes

v6.0.0-alpha.21

Compare Source

Features
  • x-installer: extend domElement type to allow ShadowRoot (900eb9c)

v6.0.0-alpha.20

Compare Source

⚠ BREAKING CHANGES
  • xds: the x tailwincss plugin no longer admits an options configuration. The plugin theme is accessible through theme: extend: { x: {...}} so now if you need to customize a value you can do it via extending the general tailwind theme:

module.exports = {
theme: {
extend: {
spacing: theme => theme('x.spacing'),
colors: theme => theme('x.colors'),
screens: theme => theme('x.screens'),
fontSize: theme => theme('x.fontSize'),
fontFamily: theme => theme('x.fontFamily'),
x: {
colors: {
neutral: {
5: '#​56ac91'
}
....

To add new components you can do it via https://tailwindcss.com/docs/adding-custom-styles#adding-component-classes

Features
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.1

cssnano/cssnano (cssnano)

v6.1.2: v6.1.2

Compare Source

Bug Fixes

  • preserve correct order of gap and column-gap properties

Patch Changes

  • update autoprefixer

v6.1.1

Compare Source

v6.1.0: v6.1.0

Compare Source

This release contains a lot of fixes to Browserslist support thanks to @​colinrotherham

Features

  • support Browserslist options in more plugins
  • support overriding autoprefixer options

Additionally, this release includes improved TypeScript types.

cypress-io/cypress (cypress)

v13.17.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-17-0

v13.16.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-16-1

v13.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-16-0

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2

v13.15.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

v13.15.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0

v13.14.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

v13.14.1

Compare Source

v13.14.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0

v13.13.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3

v13.13.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

v13.13.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1

v13.13.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0

v13.12.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0

v13.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0

v13.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

v13.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

v13.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

v13.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

v13.7.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

v13.7.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2

v13.7.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1

v13.7.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-0

lint-staged/lint-staged (lint-staged)

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

postcss/postcss-nested (postcss-nested)

v6.2.0

Compare Source

  • Added @starting-style to bubbling at-rules.
vladshcherbin/rollup-plugin-delete (rollup-plugin-delete)

v2.1.0

Compare Source

  • Add missing rollup peer dependency
  • Update hook type to match internal Rollup types
  • Replace travis ci with github action
  • Remove codecov
bengsfort/rollup-plugin-generate-html-template (rollup-plugin-generate-html-template)

v1.7.0

Compare Source

btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v5.14.0

Compare Source

  • Return flamegraph

v5.13.1

Compare Source

v5.13.0

Compare Source

  • Remove flamegraph template
  • Merge #​191. Thanks to @​guillaumeduboc
  • Update deps
  • Switch jest -> vitest
  • Switch eslint -> oxlint
  • Add test for rolldown
  • Make node v18 min required

v5.12.0

Compare Source

  • Make unique id in generated data to be hash of data
  • Remove strict from CLI
sass/dart-sass (sass)

v1.83.4

Compare Source

  • No user-visible changes.

v1.83.3

Compare Source

  • No user-visible changes.

v1.83.2

Compare Source

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

v1.83.1

Compare Source

  • Fix a bug where --quiet-deps would get deactivated for @content blocks,
    even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine
    what to pass to --silence-deprecation or --fatal-deprecation.

v1.83.0

Compare Source

  • Allow trailing commas in all argument and parameter lists.

v1.82.0

Compare Source

Command-Line Interface
  • Improve --watch mode reliability when making multiple changes at once, such
    as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in
    some browsers.

Dart API
  • Add a SassCalculation.calcSize() function.

v1.81.1

Compare Source

  • No user-visible changes.

v1.81.0

Compare Source

  • Fix a few cases where deprecation warnings weren't being emitted for global
    built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long
    as that argument might be a unitless number.

v1.80.7

Compare Source

Embedded Host
  • Don't treat 0 as undefined for the green and blue channels in the
    LegacyColor constructor.

v1.80.6

Compare Source

Command-Line Interface
  • Make @parcel/watcher an optional dependency so this can still be installed
    on operating systems where it's unavailable.

v1.80.5

Compare Source

Embedded Host
  • Don't produce phantom @import deprecations when using an importer with the
    legacy API.

v1.80.4

Compare Source

  • No user-visible changes.

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the
    compiler. This should result in minimal user-visible changes, but different
    types of warnings should now respond more reliably to flags like --quiet,
    --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS invert() function.

v1.80.1

Compare Source

  • Fix a bug where repeated deprecation warnings were not automatically limited.

v1.80.0

Compare Source

  • @import is now officially deprecated, as are global built-in functions that
    are available within built-in modules. See the Sass blog post for more
    details on the deprecation process.
Embedded Host
  • Fix an error that would sometimes occur when deprecation warnings were
    emitted when using a custom importer with the legacy API.

v1.79.6

Compare Source

  • Fix a bug where Sass would add an extra */ after loud comments with
    whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the
    indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host
  • Properly export the SassBoolean type.

v1.79.5

Compare Source

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements
      (like ::before) within each original selector is now preserved when
      they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined
      selector, regardless of which selector they came from. Previously, this
      reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the
    newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and
    display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator
    units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface
  • Use @parcel/watcher to watch the filesystem when running from JavaScript and
    not using --poll. This should mitigate more frequent failures users have
    been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
    released.
JS API
  • Fix SassColor.interpolate() to allow an undefined options parameter, as
    the types indicate.
Embedded Sass
  • Properly pass missing color channel values to and from custom functions.

v1.79.4

Compare Source

JS API
  • Fix a bug where passing green or blue to color.change() for legacy
    colors would fail.

v1.79.3

Compare Source

  • Update the $channel parameter in the suggested replacement for
    color.red(), color.green(), color.blue(), color.hue(),
    color.saturation(), color.lightness(), color.whiteness(), and
    color.blackness() to use a quoted string.

v1.79.2

Compare Source

  • Add a $space parameter to the suggested replacement for color.red(),
    color.green(), color.blue(), color.hue(), color.saturation(),
    color.lightness(), color.whiteness(), and color.blackness().

  • Update deprecation warnings for the legacy JS API to include a link to
    relevant documentation.

v1.79.1

Compare Source

  • No user-visible changes.

v1.79.0

Compare Source

  • Breaking change: Passing a number with unit % to the $alpha parameter
    of color.change(), color.adjust(), change-color(), and adjust-color()
    is now interpreted as a percentage, instead of ignoring the unit. For example,
    color.change(red, $alpha: 50%) now returns rgb(255 0 0 / 0.5).

  • Potentially breaking compatibility fix: Sass no longer rounds RGB channels
    to the nearest integer. This means that, for example, rgb(0 0 1) != rgb(0 0 0.6). This matches the latest version of the CSS spec and browser behavior.

  • Potentially breaking compatibility fix: Passing large positive or negative
    values to color.adjust() can now cause a color's channels to go outside that
    color's gamut. In most cases this will currently be clipped by the browser and
    end up showing the same color as before, but once browsers implement gamut
    mapping it may produce a different result.

  • Add support for CSS Color Level 4 [color spaces]. Each color value now tracks
    its color space along with the values of each channel in that color space.
    There are two general principles to keep in mind when dealing with new color
    spaces:

    1. With the exception of legacy color spaces (rgb, hsl, and hwb), colors
      will always be emitted in the color space they were defined in unless
      they're explicitly converted.

    2. The color.to-space() function is the only way to convert a color to
      another color space. Some built-in functions may do operations in a
      different color space, but they'll always convert back to the original space
      afterwards.

  • rgb colors can now have non-integer channels and channels outside the normal
    gamut of 0-255. These colors are always emitted using the rgb() syntax so
    that modern browsers that are being displayed on wide-gamut devices can
    display the most accurate color possible.

  • Add support for all the new color syntax defined in Color Level 4, including:

    • oklab(), oklch(), lab(), and lch() functions;
    • a top-level hwb() function that matches the space-separated CSS syntax;
    • and a color() function that supports the srgb, srgb-linear,
      display-p3, a98-rgb, prophoto-rgb, rec2020, xyz, xyz-d50, and
      xyz-d65 color spaces.
  • Add new functions for working with color spaces:

    • color.to-space($color, $space) converts $color to the given $space. In
      most cases this conversion is lossless—the color may end up out-of-gamut for
      the destination color space, but browsers will generally display it as best
      they can regardless. However, the hsl and hwb spaces can't represent
      out-of-gamut colors and so will be clamped.

    • color.channel($color, $channel, $space: null) returns the value of the
      given $channel in $color, after converting it to $space if necessary.
      It should be used instead of the old channel-specific functions such as
      color.red() and color.hue().

    • color.same($color1, $color2) returns whether two colors represent the same
      color even across color spaces. It differs from $color1 == $color2 because
      == never consider colors in different (non-legacy) spaces as equal.

    • color.is-in-gamut($color, $space: null) returns whether $color is
      in-gamut for its color space (or $space if it's passed).

    • color.to-gamut($color, $space: null) returns $color constrained to its
      space's gamut (or to $space's gamut, if passed). This is generally not
      recommended since even ol


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 19, 2024 18:02
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 19, 2024
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2efe3d3 to 330f970 Compare March 20, 2024 16:32
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 330f970 to 860c96b Compare March 20, 2024 21:14
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 860c96b to d69917c Compare March 22, 2024 07:58
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d69917c to b834ed8 Compare March 22, 2024 10:34
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b834ed8 to a7b8548 Compare March 22, 2024 20:21
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7b8548 to c469602 Compare March 23, 2024 14:10
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c469602 to 057c9a8 Compare March 24, 2024 00:11
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 057c9a8 to d0224c4 Compare March 24, 2024 15:24
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0224c4 to 9faac78 Compare March 25, 2024 09:11
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9faac78 to d6234f8 Compare March 27, 2024 15:06
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6234f8 to 1f7d384 Compare March 27, 2024 15:51
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f7d384 to 98524d1 Compare March 30, 2024 10:28
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98524d1 to dac4af8 Compare March 30, 2024 16:58
Copy link

Check PR 468 preview 👀

https://x.test.empathy.co/preview/468/index.html

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dac4af8 to 67396ad Compare March 30, 2024 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 969b4bf to bee55c7 Compare December 1, 2024 20:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c71adab to 8aba987 Compare December 7, 2024 17:16
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch December 8, 2024 18:43
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 22349e2 to 6925201 Compare December 16, 2024 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4ae2c8e to 5f9f7b6 Compare December 22, 2024 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 07bfb50 to 609885f Compare December 31, 2024 12:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7e20aaa to f56a94d Compare January 12, 2025 22:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2dcb916 to 4266458 Compare January 18, 2025 18:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4266458 to 783c0f5 Compare January 19, 2025 10:47
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