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

deps(deps): update dependencies-non-major #6

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@masterportal/masterportalapi 2.29.0 -> 2.42.2 age adoption passing confidence
@popperjs/core 2.11.6 -> 2.11.8 age adoption passing confidence
async (source) 3.2.5 -> 3.2.6 age adoption passing confidence
backbone 1.3.x -> 1.6.x age adoption passing confidence
bootstrap (source) 5.2.3 -> 5.3.3 age adoption passing confidence
bootstrap-datepicker 1.9.x -> 1.10.x age adoption passing confidence
bootstrap-icons (source) 1.10.3 -> 1.11.3 age adoption passing confidence
cheerio (source) 1.0.0-rc.12 -> 1.0.0 age adoption passing confidence
i18next (source) 22.4.11 -> 22.5.1 age adoption passing confidence
i18next-browser-languagedetector 7.0.1 -> 7.2.2 age adoption passing confidence
i18next-http-backend 2.2.0 -> 2.7.1 age adoption passing confidence
jquery (source) 3.6.4 -> 3.7.1 age adoption passing confidence
jquery-ui (source) 1.13.2 -> 1.14.1 age adoption passing confidence
jsts 2.9.2 -> 2.12.1 age adoption passing confidence
mqtt 4.3.7 -> 4.3.8 age adoption passing confidence
three (source) ^0.155.0 -> ^0.171.0 age adoption passing confidence
vue-multiselect (source) 2.1.6 -> 2.1.9 age adoption passing confidence
vue2-datepicker 3.11.0 -> 3.11.1 age adoption passing confidence

Release Notes

popperjs/popper-core (@​popperjs/core)

v2.11.8: @​popperjs/core v2.11.8

Compare Source

v2.11.7: @​popperjs/[email protected]

Compare Source

Bug Fixes

  • fix: Use correct window to get the devicePixelRatio #​2229
caolan/async (async)

v3.2.6

Compare Source

jashkenas/backbone (backbone)

v1.6.0

Compare Source

v1.5.0

Compare Source

v1.4.1

Compare Source

v1.4.0

Compare Source

twbs/bootstrap (bootstrap)

v5.3.3

Compare Source

Highlights

  • Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6.
  • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.

Color modes

  • Badges now use the .text-bg-* text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).
  • Fixed our color-modes.js script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.
  • Fixed color schemes description in the color modes documentation to show that color-scheme() only accept light and dark values as parameters.

Miscellaneous

  • Allowed <dl>, <dt> and <dd> in the sanitizer.
  • Dropped evenly items distribution for modal and offcanvas headers.
  • Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
  • Fixed the focus box-shadow for the validation stated form controls.
  • Fixed the focus ring on focused checked buttons.
  • Fixed the product example mobile navbar toggler.
  • Changed the RTL processing of carousel control icons.

🎨 CSS

  • #​37508: Use child combinators to avoid inheriting parent accordion's flush styles
  • #​38719: Fix focus box-shadow for validation stated form-controls
  • #​38884: fix border-radius on radio-switch
  • #​39294: Tests: update navbar in visual modal test
  • #​39373: refactor css: modal and offcanvas header spacing
  • #​39380: Fix Sass compilation breaking change in v5.3
  • #​39387: docs: fix typo
  • #​39411: Optimize the accordion icon
  • #​39497: Fix a typo
  • #​39536: Changed RTL processing of carousel control icons
  • #​39560: Drop --bs-accordion-btn-focus-border-color and deprecate $accordion-button-focus-border-color
  • #​39595: CSS: Fix the focus ring on focused checked buttons

☕️ JavaScript

📖 Docs

  • #​39200: Typo Fix
  • #​39214: Doc: use .text-bg-{color} for all badges
  • #​39246: Docs: fix for example code blocks have unnecessary 30px right-margin
  • #​39249: Doc: consistent rendering of 'Heads up!' callouts
  • #​39281: Fix getOrCreateInstance() doc example
  • #​39293: Update background.md
  • #​39304: Doc: add expanded accordion explanation
  • #​39320: Drop .table-light from table foot example
  • #​39340: Doc: add dispose() to Offcanvas methods
  • #​39378: Docs: fix sentence in modal
  • #​39417: Fix color schemes description in Sass customization documentation
  • #​39418: Docs: change vite config path import in vite guide
  • #​39435: Docs: add shift-color() usage example in sass customization page
  • #​39458: Docs: enhance .card-img-* description
  • #​39503: Minor image compression improvements
  • #​39519: Docs: use consistent HTML elements in Utilities -> Background page
  • #​39520: Docs: drop unused .theme-icon class
  • #​39528: docs: clean up example.html
  • #​39537: Docs: fix desc around deprecated Sass mixins for alerts and list groups
  • #​39539: Update links on get-started page
  • #​39592: Update vite.md
  • #​39604: Fix typo in 'media-breakpoint-between' in migration docs
  • #​39617: Docs: add missing comma in native font stack code source in Content -> Reboot
  • #​39663: updated table to be responsive

🛠 Examples

  • #​39657: Fix product example mobile navbar toggler
  • #​39585: Docs: Add missing type="button" to Cheatsheet nav buttons

🏭 Tests

  • #​39294: Tests: update navbar in visual modal test

🧰 Misc

📦 Dependencies

v5.3.2

Compare Source

Highlights

  • Passing a percentage unit to the global abs() is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the divide() function. The divide() function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass.
  • Using multiple ids in a collapse target wasn't working anymore and has been fixed.

Color modes

  • Increased color contrast of form range track background in light and dark modes.
  • Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast.
  • Allow <mark> color customization for color modes.

Docs


🎨 CSS

  • #​38816: Use box-shadow CSS variables shadow utilities
  • #​38955: Fix radios looking like ellipse on responsive mode
  • #​38976: Use box-shadow CSS vars instead of Sass vars in assets and variables
  • #​39030: Fix dart-sass deprecation warning
  • #​39033: Color mode: fix table state rendering
  • #​39095: Make form range track background more contrasted
  • #​39119: New Sass var $btn-link-focus-shadow-rgb to allow customization
  • #​39141: New Sass variable to handle <mark> dark mode bg color

☕️ JavaScript

📖 Docs

  • #​38873: Discord reddit bootstrap
  • #​38970: docs: add BootstrapVueNext to docs
  • #​38977: Docs: Add missing form elements in focusable elements
  • #​38978: Docs: Fix popover template role error
  • #​38995: introduction: drop details element
  • #​39037: Further improve image compression with oxipng and the latest jpegoptim
  • #​39054: Docs: Remove incorrect mention of .left- and .right- utilities from migration guide
  • #​39060: Migration: add back v5.0.0 heading
  • #​39145: Docs: add warning callout to add a workaround when jsDelivr is not available
  • #​39177: Fix: make theme selector tick icon visible when active in examples layout
  • #​39179: download: Reword CDN paragraph

🛠 Examples

  • #​38994: examples: update 3rd-party packages
  • #​39086: Correct grammar error in examples/starter-template

🌎 Accessibility

  • #​38978: Docs: Fix popover template role error
  • #​39095: Make form range track background more contrasted

🧰 Misc

  • #​38983: Improve change-version script
  • #​38984: Convert build scripts to ESM
  • #​39021: CI: update permissions for calibreapp-image-actions.yml

📦 Dependencies

v5.3.1

Compare Source

Highlights

  • Color modes:
    • Increased color contrast for dark mode by replacing $gray-500 with $gray-300 for the body color
    • Added our color mode switcher JavaScript to our examples ZIP download
  • Components:
    • Improved disabled styling for all .nav-links, providing .disabled and :disabled for use with anchors and buttons
    • Add support for Home and End keys for navigating tabs by keyboard
    • Added some basic styling to toggle buttons when no modifier class is present
    • Fixed carousel colors in dark mode
  • Forms:
    • Fixed floating label disabled text color
  • Utilities:
    • .text-bg-* utilities now use CSS variables
  • Sass:
    • Add new $navbar-dark-icon-color Sass variable
    • Removed duplicate $alert Sass variables
    • Added a new variable for $vr-border-width to customize the vertical rule helper width
  • Documentation:
    • Added search to our homepage
    • Improved responsive behavior on Dashboard example
    • Improved dark mode rendering of Cheatsheet examples

🎨 CSS

  • #​38913: Floating labels: fix disabled with text inside
  • #​38772: .text-bg-* helpers now use theme CSS variables
  • #​38886: New Sass variable to change vertical rule width
  • #​38851: Fix Sass properties order for newer stylelint-config-recess-order
  • #​38815: Increase contrast in dark-mode (#​38525)
  • #​38774: Generalize disabled nav links CSS rules
  • #​38673: Add $navbar-dark-icon-color
  • #​38674: Remove duplicate $alert-*-scale Sass vars

☕️ JavaScript

  • #​38498: Support Home and End keys in tabs

📖 Docs

  • #​38958: Examples: improve spinner buttons accessibility
  • #​38947: Fix postcss plugin options
  • #​38885: Docs: Update float responsive examples
  • #​38946: Docs: remove v4 reference on homepage
  • #​38948: Fix some typos in Customize > Sass doc
  • #​38840: Docs: fix carousel carousel colors of carousel examples in dark mode
  • #​38604: Add dropdown alignment options to button group example
  • #​38894: Docs: add blank target and noopener rel to footer external links
  • #​38902: Fix tooltip generated markup documentation
  • #​38883: Docs: Fix incorrect class name on migration guide
  • #​38708: add a base class style display for toggle buttons
  • #​38827: Docs: add missing aria-disabled='true' to disabled anchors
  • #​38844: Fix for text-reset example class name
  • #​38838: JS/SCSS shortcodes: Add new feature to remove nested calls inside.
  • #​38850: Add docs search to homepage
  • #​38872: Docs: Improve Text Alignment Example
  • #​38865: Fix custom-radio class name on migration guide
  • #​38786: Explicitly add missing opacity-0 helper class example for clarity.
  • #​38707: Update bottom border on dark navbar example
  • #​38726: Update flex utilities link in navs docs
  • #​38734: Minor fixes for Docs Versions page
  • #​38745: Fix stack examples
  • #​38751: Docs (tooltips): Fix "them" typo in markup section
  • #​38688: Fix missing word issue on nav-tabs page
  • #​38681: Docs: consistency between custom buttons, popovers and tooltips
  • #​38600: collate distribution interval
  • #​38632: docs(spinners): improve buttons examples accessibility
  • #​38583: Docs: add more details on accessibility tips
  • #​38554: Doc: fix 'Events' JS example
  • #​38592: docs(forms): switch to aria-describedby
  • #​38542: Use .d-none instead of inline styling
  • #​38616: Add 'Issues assignment' section to the Contributing Guidelines
  • #​38528: Adding a link to clearfix
  • #​38538: Update Sass docs to mention compiling and including
  • #​38623: Fix disabled element tooltip StackBlitz

🛠 Examples

  • #​38958: Examples: improve spinner buttons accessibility
  • #​38952: dashboard: fix offcanvas md display
  • #​38840: Docs: fix carousel carousel colors of carousel examples in dark mode
  • #​38905: Fix dark mode rendering of Cheatsheet examples
  • #​38711: Fix link colors in Sidebars example

🌎 Accessibility

  • #​38958: Examples: improve spinner buttons accessibility
  • #​38498: Support Home and End keys in tabs
  • #​38827: Docs: add missing aria-disabled='true' to disabled anchors
  • #​38850: Add docs search to homepage
  • #​38774: Generalize disabled nav links CSS rules
  • #​38632: docs(spinners): improve buttons examples accessibility
  • #​38583: Docs: add more details on accessibility tips
  • #​38592: docs(forms): switch to aria-describedby

🧰 Misc

  • #​38747: Add color-modes.js to bootstrap-x.y.z-examples.zip

📦 Dependencies

v5.3.0

Compare Source

uxsolutions/bootstrap-datepicker (bootstrap-datepicker)

v1.10.0: 1.10.0

Compare Source

Changelog: uxsolutions/bootstrap-datepicker@v1.9.0...v1.10.0

twbs/icons (bootstrap-icons)

v1.11.3

Compare Source

📖 Docs

🧰 Maintenance

📦 Dependencies

  • #​1883: build(deps-dev): bump clean-css-cli from 5.6.2 to 5.6.3
  • #​1884: build(deps-dev): bump svgo from 3.0.4 to 3.0.5
  • #​1890: build(deps-dev): bump eslint from 8.54.0 to 8.55.0
  • #​1891: build(deps-dev): bump postcss from 8.4.31 to 8.4.32
  • #​1894: build(deps-dev): bump hugo-bin from 0.116.4 to 0.117.1
  • #​1895: build(deps-dev): bump svgo from 3.0.5 to 3.1.0
  • #​1896: build(deps-dev): bump postcss-cli from 10.1.0 to 11.0.0
  • #​1900: build(deps): bump github/codeql-action from 2 to 3
  • #​1901: build(deps-dev): bump eslint from 8.55.0 to 8.56.0
  • #​1903: build(deps-dev): bump @​twbs/fantasticon from 2.7.1 to 2.7.2
  • #​1909: build(deps-dev): bump hugo-bin from 0.117.1 to 0.118.0
  • #​1910: build(deps-dev): bump stylelint and stylelint-config-twbs-bootstrap
  • #​1912: build(deps-dev): bump stylelint from 16.0.2 to 16.1.0
  • #​1914: build(deps-dev): bump svgo from 3.1.0 to 3.2.0

v1.11.2

Compare Source

📖 Docs

  • #​1867: ban page: add block tag
  • #​1875: Improve PNG compression
  • #​1873: Fix Broken link in usage instructions
  • #​1825: Docs: mention the CSS minified file

🧰 Maintenance

📦 Dependencies

  • #​1876: Update dependencies
  • #​1872: Fix svg sprite
  • #​1871: build(deps-dev): bump hugo-bin from 0.116.2 to 0.116.4
  • #​1869: build(deps-dev): bump eslint from 8.52.0 to 8.54.0
  • #​1850: build(deps-dev): bump fuse.js from 6.6.2 to 7.0.0
  • #​1849: build(deps-dev): bump hugo-bin from 0.115.0 to 0.116.2
  • #​1851: build(deps): bump actions/setup-node from 3 to 4
  • #​1848: build(deps-dev): bump eslint from 8.50.0 to 8.52.0
  • #​1847: build(deps-dev): bump stylelint from 15.10.3 to 15.11.0
  • #​1846: build(deps-dev): bump npm-run-all2 from 6.0.6 to 6.1.1
  • #​1827: build(deps-dev): bump postcss from 8.4.29 to 8.4.31
  • #​1828: build(deps-dev): bump autoprefixer from 10.4.15 to 10.4.16
  • #​1829: build(deps-dev): bump hugo-bin from 0.114.2 to 0.115.0
  • #​1830: build(deps-dev): bump bootstrap from 5.3.1 to 5.3.2
  • #​1831: build(deps-dev): bump eslint from 8.49.0 to 8.50.0
  • #​1832: build(deps): bump actions/checkout from 3 to 4

v1.11.1

Compare Source

Changes

📦 Dependencies

v1.11.0

Compare Source

Changes

📖 Docs

  • #​1805: Add tags for icons added in v1.10.0
  • #​1713: Add paper plane tag to send icons
  • #​1785: Add comment to tags for chat icons
  • #​1734: Updated "vehicle" tags
  • #​1723: Improve color modes JS
  • #​1725: Fix 'Spite' → 'Sprite' typo
  • #​1715: docs: fix "Arrow bar down" page title

🧰 Maintenance

  • #​1707: Deploy: upload bootstrap icons zip

📦 Dependencies

  • #​1781: build(deps-dev): bump eslint from 8.45.0 to 8.46.0
  • #​1779: build(deps-dev): bump bootstrap from 5.3.0 to 5.3.1
  • #​1756: build(deps-dev): bump npm-run-all2 from 6.0.5 to 6.0.6
  • #​1757: build(deps-dev): bump hugo-bin from 0.111.0 to 0.111.1
  • #​1758: build(deps-dev): bump lockfile-lint from 4.10.5 to 4.10.6
  • #​1755: build(deps-dev): bump postcss from 8.4.24 to 8.4.25
  • #​1747: build(deps-dev): bump eslint from 8.43.0 to 8.44.0
  • #​1726: build(deps-dev): bump bootstrap from 5.3.0-alpha3 to 5.3.0
  • #​1728: build(deps-dev): bump lockfile-lint from 4.10.1 to 4.10.5
  • #​1729: build(deps-dev): bump postcss from 8.4.23 to 8.4.24
  • #​1730: build(deps-dev): bump eslint from 8.40.0 to 8.41.0
  • #​1727: build(deps-dev): bump hugo-bin from 0.102.1 to 0.105.0
  • #​1711: build(deps-dev): bump find-unused-sass-variables from 4.0.8 to 5.0.0
  • #​1710: build(deps-dev): bump stylelint-config-twbs-bootstrap from 9.0.1 to 10.0.0

v1.10.5

Compare Source

Changes

🚀 Features

  • #​1684: Provide a minified font CSS file too

📖 Docs

🧰 Maintenance

  • #​1694: Add a script to bump the version
  • #​1663: build: switch to modules
  • #​1684: Provide a minified font CSS file too
  • #​1698: Deploy CI: build all icons too
  • #​1695: CI: move lint to a separate workflow
  • #​1683: package.json: add funding information
  • #​1682: check-icons.js: remove dynamic extension

v1.10.4

Compare Source

🚀 Features

  • #​731: docs: filter icons by URL search query
  • #​1636: font: add license header
  • #​1653: docs: change search function from list.js to fuse.js

🐛 Bug fixes

  • #​1521: Remove non-existent icons from font
  • #​1566: Fix sass quoted string interpolation for hugo 0.110.0
  • #​1645: Fix three icon font rendering issues
  • #​1647: Update font SCSS template to use a loop thus reducing the SCSS filesize

📖 Docs

  • #​731: docs: filter icons by URL search query
  • #​1561: Fix icons release and repo links
  • #​1618: Docs: move color-modes to /assets/js
  • #​1619: Backport color-modes.js from upstream
  • #​1628: Fix theme toggle JavaScript and A11y
  • #​1632: Remove unused Hugo partials
  • #​1635: Update Bootstrap to v5.3.0-alpha2
  • #​1637: sprite.html: fix wrong breadcrumb
  • #​1638: Add missing tags and categories
  • #​1644: Fix spacing and sizing of examples
  • #​1651: Work around list.js not working with hyphens
  • #​1652: docs: specify searchDelay: 250 for list.js
  • #​1653: docs: change search function from list.js to fuse.js
  • #​1655: config.yml: mount bootstrap.bundle.min.js in static folder
  • #​1658: Add some tags to multiple icons
  • #​1661: docs: use bootstrap.svg from the /assets/icons dir
  • #​1679: Update bootstrap to v5.3.0-alpha3

🧰 Maintenance

  • #​1521: Remove non-existent icons from font
  • #​1566: Fix sass quoted string interpolation for hugo 0.110.0
  • #​1571: Fix minor error in README
  • #​1617: Assorted JS tweaks
  • #​1633: Update vnu-jar.js from upstream
  • #​1636: font: add license header
  • #​1647: Update font SCSS template to use a loop
  • #​1648: package.json: specify q for zip
  • #​1649: Tweak README.md
  • #​1656: Update SVGO config: remove sortAttrs since it's enabled by default
  • #​1657: build: add a script to check font JSON for differences with SVGs
  • #​1660: Tweak check-icons.js
  • #​1662: package.json: update icons-zip script to remove existent zip files first
  • #​1669: CI: add permissions and limit triggers to main
  • #​1681: package.json: add a few more keywords

📦 Dependencies


Full changelog: twbs/icons@v1.10.3...v1.10.4

cheeriojs/cheerio (cheerio)

v1.0.0

Compare Source

Cheerio 1.0 is here! 🎉

Announcement Blog Post

Breaking Changes

New Features

Fixes

Other

Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0

i18next/i18next (i18next)

v22.5.1

Compare Source

  • ResourceStore addResource: offer possibility to pass keySeparator via options 1968

v22.5.0

Compare Source

  • extend hasLoadedNamespace function options to pass optional lng to optimize server side usage of react-i18next

v22.4.15

Compare Source

  • fix: function t() passed options alteration 1947

v22.4.14

Compare Source

  • fix: pass lng to format function used in nesting 1938

v22.4.13

Compare Source

  • fix: deepFind as fallback for interpolation 1930

v22.4.12

Compare Source

  • fix: getBestMatchFromCodes when dev is a supported lng 1927
i18next/i18next-browser-languageDetector (i18next-browser-languagedetector)

v7.2.2

Compare Source

v7.2.1

Compare Source

  • fix: align addDetector impementation to type definition 282

Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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 review from tsboter and hanshack as code owners February 26, 2024 02:23
Copy link

netlify bot commented Feb 26, 2024

Deploy Preview for umweltatlas-masterportal failed.

Name Link
🔨 Latest commit 25afc8d
🔍 Latest deploy log https://app.netlify.com/sites/umweltatlas-masterportal/deploys/675626bb0cb6f400087832aa

@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 4 times, most recently from eaa8d02 to b904d2a Compare March 4, 2024 16:12
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from b95386e to 45cf7b7 Compare March 20, 2024 12:19
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 3 times, most recently from ea1fa34 to 633be68 Compare April 2, 2024 20:29
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 633be68 to 0e12876 Compare April 11, 2024 15:34
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 4 times, most recently from b6c8113 to 27b312d Compare April 25, 2024 18:44
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from effa017 to a0f194d Compare April 26, 2024 17:32
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from 845518e to e2b853c Compare May 9, 2024 15:54
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 4 times, most recently from 17db60c to 92d9627 Compare May 21, 2024 22:14
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from f10f93c to 02aaec1 Compare June 4, 2024 10:13
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 02aaec1 to be487f9 Compare June 18, 2024 13:28
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from 1f74559 to 5c9b53d Compare July 2, 2024 10:59
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from d7b216c to f37dfd2 Compare August 5, 2024 20:33
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from 07e0bf7 to 518e147 Compare August 13, 2024 22:39
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 3 times, most recently from 6273ad9 to 835f31e Compare August 21, 2024 15:05
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from 5e5a676 to 837583c Compare August 30, 2024 08:13
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 837583c to 9292a82 Compare September 26, 2024 17:26
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from 0e6bac6 to 513568b Compare October 9, 2024 09:51
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 4 times, most recently from 39a9c3b to 73aef16 Compare October 31, 2024 08:08
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 73aef16 to 98d88d5 Compare November 5, 2024 16:54
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 4 times, most recently from ae1fedc to 0d0dc5c Compare November 21, 2024 13:59
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 4 times, most recently from 141675b to 0c3b2cc Compare December 2, 2024 12:04
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 3 times, most recently from e29b5eb to 4e4d27f Compare December 8, 2024 18:15
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 4e4d27f to 25afc8d Compare December 8, 2024 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants