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

Update all dependencies #638

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

Update all dependencies #638

wants to merge 1 commit into from

Conversation

ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Apr 1, 2022

This PR contains the following updates:

Package Type Update Change
@asciidoctor/core devDependencies major 2.2.6 -> 3.0.4
actions/checkout action major v3 -> v4
actions/setup-node action major v3 -> v4
addons-linter devDependencies minor 6.7.0 -> 6.27.0
archiver devDependencies major 5.3.1 -> 7.0.1
asciidoctor-kroki devDependencies minor 0.17.0 -> 0.18.1
bulma (source) devDependencies major 0.9.4 -> 1.0.1
chai (source) devDependencies major 4.3.7 -> 5.1.1
chartist (source) devDependencies major 0.11.4 -> 1.3.0
eslint (source) devDependencies major 8.42.0 -> 9.3.0
mathjax devDependencies minor 3.0.1 -> 3.2.2
mocha (source) devDependencies minor 10.2.0 -> 10.4.0
node volta minor 18.16.0 -> 18.20.3
puppeteer devDependencies major 20.5.0 -> 22.10.0
sass devDependencies minor 1.63.3 -> 1.77.2
sinon (source) devDependencies major 15.1.0 -> 18.0.0

Release Notes

asciidoctor/asciidoctor.js

v3.0.4

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3 and fixes a regression introduced in 3.0.3.

Release meta

Released on: 2024-02-12
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog
Bug Fixes
  • Default condition should be last one in conditional exports otherwise the following error is thrown: "Module not found: Error: Default condition should be last one" (#​1722) - thanks @​roseckyj & @​korva
Infrastructure
  • Update development dependencies
New Contributors

Full Changelog: asciidoctor/asciidoctor.js@v3.0.3...v3.0.4

v3.0.3

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3.

Release meta

Released on: 2024-01-13
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog

Bug Fixes
  • Fix types exports in package.json - thanks @​sinedied
  • Addd context and node_name accessor in the type definition - thanks @​RayOffiah
Infrastructure
  • Update development dependencies

New Contributors

Full Changelog: asciidoctor/asciidoctor.js@v3.0.2...v3.0.3

v3.0.2

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3.

Release meta

Released on: 2023-06-24
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog

Breaking Changes
  • Remove Asciidoctor namespace in TypeScript:

    import asciidoctor, { Document } from '@​asciidoctor/core'
    
    const Asciidoctor = asciidoctor()
    Asciidoctor.convert('Hello _world_')
  • Publish @asciidoctor/core as an ES6 module

Bug Fixes
  • Strip alternate BOM that uses char code 65279 when input passes through a Buffer (#​1344)
  • Map Document.append (#​1681)
  • Bridge converter pass as option (#​1666)
  • Add getSectionNumeral() function by @​benjaminleonard (#​1659)
  • Fix getDocinfo and findBy type definition (#​1621)
  • Bridge common Ruby object methods (#​1491)
  • parseContent now calls toHash on attrs (#​1519)
Improvements
  • Map this.super.<method> to call the parent function (#​1682)

  • Map AbstractBlock.getContentModel and AbstractBlock.setContentModel (#​1680)

  • Map Document.getSyntaxHighlighter (#​1667)

  • Map CompositeConverter#convert (#​1649)

  • Simplify table option checks by @​mojavelinux (#​1656)

  • Support Stream.Writable as to_file (#​1624)

    const data = []
    const writableStream = new Writable({
      write (chunk, encoding, callback) {
        data.push(chunk.toString())
        callback()
      }
    })
    const doc = Asciidoctor.convert(text, { to_file: writableStream, safe: safe })
    const html = data.join('')
Infrastructure
Documentation

New Contributors

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.2.7

Compare Source

Summary

This release is based on Asciidoctor 2.0.22 and Opal 0.11.99.dev (31d26d69).

Release meta

Released on: 2024-03-17
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

What's Changed
actions/checkout

v4

Compare Source

actions/setup-node

v4

Compare Source

mozilla/addons-linter

v6.27.0

Compare Source

main changes

  • Added: Imported Firefox 126 API schema data (#​5281)
  • Fixed: Renamed the artificial messages API / messages.json to i18nMessages.json (#​5279)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.26 (#​5284)
  • Updated: dependency ajv to 8.13.0 (#​5271)
  • Updated: dependency glob to 10.3.14 (#​5287)
  • Updated: dependency semver to 7.6.2 (#​5286)

dev dependencies

  • Updated: dependency @babel/cli to 7.24.5 (#​5269)
  • Updated: dependency @babel/core to 7.24.5 (#​5270)
  • Updated: dependency @babel/eslint-parser to 7.24.5 (#​5272)
  • Updated: dependency @babel/preset-env to 7.24.5 (#​5273)
  • Updated: dependency sinon to 17.0.2 (#​5283)
  • Updated: dependency tar-fs to 3.0.6 (#​5268)

v6.26.0

Compare Source

main changes

  • Fixed: Do not mark special files as large (#​5262)
  • Fixed: Binary scanner should read chunks, not strings (#​5265)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.22 (#​5257)
  • Updated: dependency pino to 8.20.0 (#​5249)

dev dependencies

  • Updated: dependency @babel/core to 7.24.4 (#​5247)
  • Updated: dependency @babel/preset-env to 7.24.4 (#​5248)

v6.25.0

Compare Source

main changes

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.18 (#​5244)
  • Updated: dependency glob to 10.3.12 (#​5243)

dev dependencies

  • Updated: dependency @babel/cli to 7.24.1 (#​5226)
  • Updated: dependency @babel/core to 7.24.3 (#​5235)
  • Updated: dependency @babel/eslint-parser to 7.24.1 (#​5230)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.24.1 (#​5232)
  • Updated: dependency @babel/plugin-proposal-function-sent to 7.24.1 (#​5229)
  • Updated: dependency @babel/plugin-proposal-throw-expressions to 7.24.1 (#​5227)
  • Updated: dependency @babel/preset-env to 7.24.3 (#​5237)
  • Updated: dependency markdown-it to 14.1.0 (#​5231)
  • Updated: dependency tar to 6.2.1 (#​5239)
  • Updated: dependency webpack to 5.91.0 (#​5236)

v6.24.0

Compare Source

main changes

  • Updated: schema files for Firefox 124 (#​5216)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.13 (#​5210)
  • Updated: dependency addons-scanner-utils to 9.10.1 (#​5214)
  • Updated: reverted dependency yauzl to 2.10.0 to be consistent with addons-scanner-utils (#​5217)

dev dependencies

  • Updated: dependency @babel/core to 7.24.0 (#​5207)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.24.0 (#​5209)
  • Updated: dependency @babel/preset-env to 7.24.0 (#​5208)

v6.23.0

Compare Source

main changes

None.

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.11 (#​5203)
  • Updated: dependency eslint-visitor-keys to 4.0.0 (#​5196)
  • Updated: dependency eslint to 8.57.0 (#​5204)
  • Updated: dependency espree to 10.0.1 (#​5197)
  • Updated: dependency pino to 8.19.0 (#​5200)
  • Updated: dependency yauzl to 3.1.0 (#​5201)

dev dependencies

  • Updated: dependency webpack to 5.90.3 (#​5202)

v6.22.0

Compare Source

main changes

  • Fixed: Do not warn about nesting css selectors when firefoxStrictMinVersion is >= 117 (#​5164)
  • Fixed: Prevent errors when non-string CSP values are defined in the manifest (#​5195)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.10 (#​5193)
  • Updated: dependency espree to 10.0.0 (#​5182)
  • Updated: dependency pino to 8.18.0 (#​5185)
  • Updated: dependency postcss to 8.4.35 (#​5191)
  • Updated: dependency semver to 7.6.0 (#​5189)

dev dependencies

  • Updated: dependency @babel/cli to 7.23.9 (#​5177)
  • Updated: dependency @babel/core to 7.23.9 (#​5181)
  • Updated: dependency @babel/eslint-parser to 7.23.10 (#​5183)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.23.9 (#​5179)
  • Updated: dependency @babel/preset-env to 7.23.9 (#​5180)
  • Updated: dependency github-markdown-css to 5.5.1 (#​5187)
  • Updated: dependency tar-fs to 3.0.5 (#​5192)
  • Updated: dependency webpack to 5.90.1 (#​5186)

v6.21.0

Compare Source

main changes

  • Added: Imported Firefox 123 API schema data (#​5173)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.7 (#​5172)

dev dependencies

  • Updated: dependency pretty-quick to 3.3.1 (#​5169)
  • Updated: dependency eslint-config-amo to 5.10.0 (#​5166)
  • Removed: markdown-it-emoji package (#​5170)
  • Updated: switch to 'maintained' babel-gettext-extractor lib (#​5163)

v6.20.0

Compare Source

main changes

  • Added: Imported Firefox 122 API schema data (#​5157)
  • Fixed: Warn instead of error when service_worker is combined with background.scripts/page (#​5156)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.4 (#​5154)
  • Updated: dependency addons-scanner-utils to 9.9.0 (#​5159)
  • Updated: dependency eslint to 8.56.0 (#​5140)
  • Updated: dependency image-size to 1.1.1 (#​5153)
  • Updated: dependency pino to 8.17.2 (#​5144)
  • Updated: dependency postcss to 8.4.33 (#​5155)

dev dependencies

  • Updated: dependency @babel/core to 7.23.7 (#​5148)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.23.7 (#​5147)
  • Updated: dependency @babel/preset-env to 7.23.8 (#​5160)
  • Updated: dependency @babel/register to 7.23.7 (#​5150)
  • Updated: dependency github-markdown-css to 5.5.0 (#​5131)
  • Updated: dependency markdown-it-footnote to 4.0.0 (#​5127)
  • Updated: dependency markdown-it to 14.0.0 (#​5129)
  • Updated: dependency replace-in-file to 7.1.0 (#​5145)

v6.19.0

Compare Source

main changes

None

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.4.3 (#​5123)
  • Updated: dependency addons-scanner-utils to 9.8.0 (#​5115)
  • Updated: dependency eslint to 8.55.0 (#​5124)
  • Updated: dependency postcss to 8.4.32 (#​5125)

dev dependencies

  • Updated: dependency @babel/cli to 7.23.4 (#​5111)
  • Updated: dependency @babel/core to 7.23.5 (#​5119)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.23.5 (#​5121)
  • Updated: dependency @babel/preset-env to 7.23.5 (#​5120)
  • Updated: dependency github-markdown-css to 5.4.0 (#​5089)

v6.18.0

Compare Source

main changes

  • Added: Report a warning on Manifest Version 3 extensions targeting Firefox for Android (#​5105)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.4.0 (#​5109)
  • Updated: dependency eslint to 8.54.0 (#​5108)
  • Updated: dependency pino to 8.16.2 (#​5107)

dev dependencies

  • Updated: dependency @babel/core to 7.23.3 (#​5097)
  • Updated: dependency @babel/eslint-parser to 7.23.3 (#​5100)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.23.3 (#​5099)
  • Updated: dependency @babel/plugin-proposal-function-sent to 7.23.3 (#​5096)
  • Updated: dependency @babel/plugin-proposal-throw-expressions to 7.23.3 (#​5101)
  • Updated: dependency @babel/preset-env to 7.23.3 (#​5098)

v6.17.0

Compare Source

main changes

  • Fixed: ignore non-existing Firefox for Android versions (69-78) (#​5094)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.3.29 (#​5095)
  • Updated: dependency eslint to 8.53.0 (#​5092)
  • Updated: dependency pino to 8.16.1 (#​5085)

dev dependencies

  • Updated: dependency async to 3.2.5 (#​5091)
  • Updated: dependency github-markdown-css to 5.3.0 (#​5068)
  • Updated: dependency replace-in-file to 7.0.2 (#​5087)
  • Updated: dependency sinon to 17.0.1 (#​5088)

v6.16.0

Compare Source

main changes

None.

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.3.22 (#​5069)
  • Updated: dependency addons-scanner-utils to 9.7.0 (#​5078)
  • Updated: dependency eslint to 8.51.0 (#​5065)
  • Updated: dependency pino to 8.16.0 (#​5067)

dev dependencies

  • Updated: dependency @babel/core to 7.23.2 (#​5074)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.23.2 (#​5072)
  • Updated: dependency @babel/preset-env to 7.23.2 (#​5073)
  • Updated: dependency sinon to 16.1.0 (#​5063)

v6.15.0

Compare Source

main changes

  • Added: use gecko_android.min_version if present to make compatibility checks against Firefox for Android (#​5043)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.3.20 (#​5059)
  • Updated: dependency addons-scanner-utils to 9.6.0 (#​5060)
  • Updated: dependency eslint to 8.50.0 (#​5049)
  • Updated: dependency glob to 10.3.10 (#​5054)
  • Updated: dependency pino to 8.15.3 (#​5058)
  • Updated: dependency postcss to 8.4.31 (#​5057)

dev dependencies

  • Updated: dependency @babel/cli to 7.23.0 (#​5052)
  • Updated: dependency @babel/core to 7.23.0 (#​5051)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.23.0 (#​5048)
  • Updated: dependency @babel/preset-env to 7.22.20 (#​5042)
  • Updated: dependency markdown-it to 13.0.2 (#​5055)
  • Updated: dependency sinon to 16.0.0 (#​5037)

v6.14.0

Compare Source

main changes

  • Added: imported Firefox 118 schema (#​5029)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.3.15 (#​5031)
  • Updated: dependency addons-scanner-utils to 9.4.0 (#​5035)
  • Updated: dependency eslint to 8.49.0 (#​5033)
  • Updated: dependency pino to 8.15.1 (#​5030)

dev dependencies

  • Updated: dependency @babel/cli to 7.22.15 (#​5021)
  • Updated: dependency @babel/core to 7.22.17 (#​5032)
  • Updated: dependency babel-jest to 29.7.0 (#​5036)
  • Updated: dependency jest to 29.7.0 (#​5034)
  • Updated: dependency replace-in-file to 7.0.1 (#​4890)
  • Updated: dependency tar to 6.2.0 (#​5023)

v6.13.0

Compare Source

main changes

None

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.3.14 (#​5017)
  • Updated: dependency eslint-visitor-keys to 3.4.3 (#​5002)
  • Updated: dependency eslint to 8.48.0 (#​5013)
  • Updated: dependency glob to 10.3.4 (#​5018)
  • Updated: dependency postcss to 8.4.29 (#​5016)

dev dependencies

  • Updated: dependency @babel/cli to 7.22.10 (#​4997)
  • Updated: dependency @babel/core to 7.22.15 (#​5025)
  • Updated: dependency @babel/eslint-parser to 7.22.15 (#​5027)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.22.15 (#​5024)
  • Updated: dependency @babel/preset-env to 7.22.15 (#​5022)
  • Updated: dependency @babel/register to 7.22.15 (#​5026)
  • Updated: dependency babel-jest to 29.6.4 (#​5010)
  • Updated: dependency jest to 29.6.4 (#​5009)

v6.12.0

Compare Source

main changes

None

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.3.8 (#​4993)
  • Updated: dependency eslint-visitor-keys to 3.4.2 (#​4987)
  • Updated: dependency eslint to 8.46.0 (#​4988)
  • Updated: dependency pino to 8.15.0 (#​4992)

dev dependencies

  • Updated: dependency babel-jest to 29.6.2 (#​4983)
  • Updated: dependency jest to 29.6.2 (#​4984)

v6.11.0

Compare Source

main changes

  • Added: Imported Firefox 116 schema (#​4978)

dependencies

  • Updated: dependency postcss to 8.4.27 (#​4980)
  • Updated: dependency @mdn/browser-compat-data to 5.3.5 (#​4979)

dev dependencies

  • Updated: dependency webpack to 5.88.2 (#​4975)

v6.10.0

Compare Source

main changes

None.

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.3.3 (#​4971)
  • Updated: dependency eslint to 8.45.0 (#​4973)
  • Updated: dependency espree to 9.6.1 (#​4974)
  • Updated: dependency glob to 10.3.3 (#​4964)
  • Updated: dependency postcss to 8.4.26 (#​4972)
  • Updated: dependency semver to 7.5.4 (#​4962)

dev dependencies

  • Updated: dependency @babel/cli to 7.22.9 (#​4967)
  • Updated: dependency @babel/core to 7.22.9 (#​4968)
  • Updated: dependency @babel/eslint-parser to 7.22.9 (#​4969)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.22.7 (#​4956)
  • Updated: dependency @babel/preset-env to 7.22.9 (#​4970)
  • Updated: dependency babel-jest to 29.6.1 (#​4959)
  • Updated: dependency babel-loader to 9.1.3 (#​4963)
  • Updated: dependency jest to 29.6.1 (#​4961)
  • Updated: dependency sinon to 15.2.0 (#​4931)
  • Updated: dependency tar-fs to 3.0.4 (#​4945)
  • Updated: dependency webpack to 5.88.1 (#​4940)

others

v6.9.0

Compare Source

main changes

  • Added: Imported Firefox 115 schema (#​4929)

dev dependencies

  • Updated: dependency tar-fs to 3.0.3 (#​4927)

v6.8.0

Compare Source

main changes

  • Added: better validate add-on names (#​4903)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.2.65 (#​4924)
  • Updated: dependency eslint to 8.43.0 (#​4926)
  • Updated: dependency glob to 10.2.7 (#​4906)
  • Updated: dependency semver to 7.5.2 (#​4923)

dev dependencies

  • Updated: dependency @babel/cli to 7.22.5 (#​4911)
  • Updated: dependency @babel/core to 7.22.5 (#​4914)
  • Updated: dependency @babel/eslint-parser to 7.22.5 (#​4915)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.22.5 (#​4913)
  • Updated: dependency @babel/plugin-proposal-function-sent to 7.22.5 (#​4916)
  • Updated: dependency @babel/plugin-proposal-throw-expressions to 7.22.5 (#​4917)
  • Updated: dependency @babel/preset-env to 7.22.5 (#​4918)
  • Updated: dependency @babel/register to 7.22.5 (#​4912)
  • Updated: dependency sinon to 15.1.2 (#​4921)
  • Updated: dependency tar-fs to 3.0.2 (#​4925)
  • Updated: dependency webpack to 5.87.0 (#​4922)
archiverjs/node-archiver

v7.0.1

Compare Source

What’s changed

Maintenance

Dependency updates

v7.0.0

Compare Source

What’s changed

Breaking changes

Dependency updates

v6.0.2

Compare Source

What’s changed

Maintenance

Dependency updates

v6.0.1

Compare Source

What’s changed

Maintenance

Dependency updates

v6.0.0

Compare Source

What’s changed

Breaking changes

Maintenance

Dependency updates

v5.3.2

Compare Source

What’s changed

Dependency updates

Mogztter/asciidoctor-kroki

v0.18.1

Compare Source

What's Changed

Improvements
Bug fixes
Documentation

New Contributors

Full Changelog: asciidoctor/asciidoctor-kroki@v0.17.0...v0.18.1

jgthms/bulma

v1.0.1

Compare Source

Bug fixes
  • Fix #​3755: .select colors
  • Fix #​3736: include helpers in "No Dark Mode" version
  • Fix #​3744: build non-minified versions
  • Fix #​3747: ability to nest fixed grids
  • Fix #​3759: remove unused `.

Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 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, click this checkbox.

This PR has been generated by Renovate Bot.

@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from c4b9c23 to c55c6d9 Compare April 21, 2022 02:52
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 35c76a5 to 00afc5a Compare May 4, 2022 02:49
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from fa52c96 to 90ceeb9 Compare May 10, 2022 02:34
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from bb35cfa to 4df65fd Compare May 28, 2022 02:40
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 874de3f to 3a05c7b Compare June 14, 2022 02:53
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from aa49063 to ff311c3 Compare June 24, 2022 02:52
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from f37dee2 to 93f70c4 Compare July 19, 2022 03:01
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 4585c47 to a12e117 Compare August 9, 2022 02:55
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 4c8e7ba to f6a5fef Compare August 15, 2022 02:57
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 71bbe46 to 2c2beed Compare September 2, 2022 03:02
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from e677ba5 to 02d34ae Compare September 10, 2022 03:05
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from 0dc23d3 to 1e4a4b2 Compare March 22, 2024 02:12
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 1f0c0e8 to 559c0d4 Compare March 27, 2024 02:13
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 4dfe839 to 12c5ad6 Compare April 6, 2024 02:12
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 8ab17dd to 515b56f Compare April 16, 2024 02:14
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from 2eee5a1 to e906901 Compare April 26, 2024 02:15
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from 0bccd9b to fec1069 Compare May 8, 2024 02:09
@ggrossetie ggrossetie force-pushed the renovate/all branch 5 times, most recently from 0de93dd to 7797420 Compare May 17, 2024 02:18
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 44a3274 to 83ffc26 Compare May 22, 2024 02:20
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.

None yet

1 participant