Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update all dependencies #638

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

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 major 6.7.0 -> 7.8.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.3
chai (source) devDependencies major 4.3.7 -> 5.1.2
chartist (source) devDependencies major 0.11.4 -> 1.3.0
eslint (source) devDependencies major 8.42.0 -> 9.20.0
mathjax devDependencies minor 3.0.1 -> 3.2.2
mocha (source) devDependencies major 10.2.0 -> 11.1.0
node (source) volta major 18.16.0 -> 22.13.1
puppeteer (source) devDependencies major 20.5.0 -> 24.2.0
sass devDependencies minor 1.63.3 -> 1.84.0
sinon (source) devDependencies major 15.1.0 -> 19.0.2
standard (source) devDependencies patch 17.1.0 -> 17.1.2

Release Notes

asciidoctor/asciidoctor.js (@​asciidoctor/core)

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.8

Compare Source

Summary

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

Release meta

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

Logs: full diff

What's Changed

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 (actions/checkout)

v4

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

mozilla/addons-linter (addons-linter)

v7.8.0: (2025-01-22)

Compare Source

main changes

  • Added: Imported Firefox 134 and Firefox 135 schema data (#​5551)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.6.31 (#​5549)
  • Updated: dependency image-size to 1.2.0 (#​5536)

dev dependencies

  • Updated: dependency @babel/eslint-parser to 7.26.5 (#​5543)
  • Updated: dependency eslint-plugin-prettier to 5.2.3 (#​5548)
  • Updated: dependency tar-fs to 3.0.8 (#​5546)

v7.7.0: (2024-12-13)

Compare Source

main changes

  • Removed: remove localization in this project (#​5520)

dependencies

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

dev dependencies

  • Updated: dependency github-markdown-css to 5.8.1 (#​5514)
  • Updated: dependency webpack to 5.97.1 (#​5523)
  • Updated: dependency @babel/cli to 7.26.4 (#​5524)

v7.6.0: (2024-12-04)

Compare Source

main changes

None

dependencies

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

dev dependencies

  • Updated: dependency eslint-config-amo to 5.12.0 (#​5511)
  • Updated: dependency prettier to 3.4.2 (#​5518)
  • Updated: dependency webpack to 5.97.0 (#​5519)

v7.5.0: (2024-11-19)

Compare Source

main changes

None

dependencies

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

dev dependencies

  • Updated: dependency github-markdown-css to 5.8.0 (#​5501)
  • Updated: dependency cross-spawn to 7.0.5 (#​5503)

v7.4.0: (2024-11-13)

Compare Source

main changes

  • Added: Imported Firefox 133 schema data (#​5499)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.6.15 (#​5500)
  • Updated: dependency eslint-visitor-keys to 4.2.0 (#​5490)
  • Updated: dependency espree to 10.3.0 (#​5488)

dev dependencies

  • Updated: dependency @babel/cli to 7.25.9 (#​5481)
  • Updated: dependency @babel/core to 7.26.0 (#​5486)
  • Updated: dependency @babel/eslint-parser to 7.25.9 (#​5482)
  • Updated: dependency @babel/preset-env to 7.26.0 (#​5485)
  • Updated: dependency @babel/register to 7.25.9 (#​5479)
  • Updated: dependency webpack to 5.96.1 (#​5491)

v7.3.0: (2024-10-14)

Compare Source

main changes

  • Added: Imported Firefox 131 and 132 API schema data (#​5469)

dependencies

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

dev dependencies

  • Updated: dependency @babel/eslint-parser to 7.25.8 (#​5467)
  • Updated: dependency @babel/core to 7.25.8 (#​5466)
  • Updated: dependency @babel/preset-env to 7.25.8 (#​5468)

v7.2.0: (2024-10-09)

Compare Source

main changes

None

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.6.4 (#​5454)
  • Updated: dependency addons-scanner-utils to 9.12.0 (#​5445)
  • Updated: dependency eslint-plugin-no-unsanitized to 4.1.2 (#​5456)
  • Updated: dependency eslint-visitor-keys to 4.1.0 (#​5455)
  • Updated: dependency espree to 10.2.0 (#​5453)

dev dependencies

  • Updated: dependency @babel/cli to 7.25.7 (#​5459)
  • Updated: dependency @babel/core to 7.25.7 (#​5458)
  • Updated: dependency @babel/eslint-parser to 7.25.7 (#​5457)
  • Updated: dependency @babel/preset-env to 7.25.7 (#​5460)
  • Updated: dependency @babel/register to 7.25.7 (#​5461)
  • Updated: dependency eslint-plugin-amo to 1.26.0 (#​5463)
  • Updated: dependency github-markdown-css to 5.7.0 (#​5450)
  • Updated: dependency webpack to 5.95.0 (#​5451)

v7.1.0: (2024-09-17)

Compare Source

main changes

  • Fixed: Actually use the calculated window width (#​5422)

dependencies

  • Updated: dependency eslint to 8.57.1 (#​5443)
  • Updated: dependency @mdn/browser-compat-data to 5.6.0 (#​5444)

dev dependencies

  • Updated: dependency sinon to 19.0.2 (#​5440)
  • Updated: dependency babel-loader to 9.2.1 (#​5442)

v7.0.0: (2024-09-09)

Compare Source

main changes

This library is now built with Node 18, which is also the minimum officially supported Node.js version.

Other notable changes
  • Dropped unused dependencies (including sha.js)
  • Cleaned up babel config (#​5414)

dependencies

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

dev dependencies

  • Updated: dependency @babel/cli to 7.25.6 (#​5428)
  • Updated: dependency @babel/core to 7.25.2 (#​5396)
  • Updated: dependency @babel/eslint-parser to 7.25.1 (#​5394)
  • Updated: dependency @babel/preset-env to 7.25.4 (#​5411)
  • Updated: dependency async to 3.2.6 (#​5408)
  • Updated: dependency comment-json to 4.2.5 (#​5403)
  • Updated: dependency markdown-it-anchor to 9.2.0 (#​5433)
  • Updated: dependency webpack to 5.94.0 (#​5416)

v6.33.0: (2024-07-23)

Compare Source

main changes

  • Added: import Firefox 128 and 129 API schema data (#​5387)

dependencies

  • Updated: dependency espree to 10.1.0 (#​5382)
  • Updated: dependency @mdn/browser-compat-data to 5.5.40 (#​5384)
  • Updated: dependency semver to 7.6.3 (#​5383)

v6.32.1: (2024-07-17)

Compare Source

main changes

The version of espree has been reverted to 10.0.1 because a higher version is incompatible with Node 16 (#​5381)

v6.32.0: (2024-07-15)

Compare Source

main changes

None

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.39 (#​5378)
  • Updated: dependency ajv to 8.17.1 (#​5379)
  • Updated: dependency glob to 11.0.0 (#​5369)

dev dependencies

  • Updated: dependency @babel/cli to 7.24.8 (#​5375)
  • Updated: dependency @babel/core to 7.24.9 (#​5377)
  • Updated: dependency @babel/eslint-parser to 7.24.8 (#​5374)
  • Updated: dependency @babel/preset-env to 7.24.8 (#​5373)
  • Updated: dependency comment-json to 4.2.4 (#​5366)
  • Updated: dependency webpack to 5.93.0 (#​5372)

v6.31.1: (2024-06-19)

Compare Source

main changes

Reverted dependency update of espree (10.1.0 => 10.0.1) because it's causing issues with Node 16 in our add-ons pipeline.

v6.31.0: (2024-06-19)

Compare Source

main changes

  • Added: enterprise add-ons should be treated as self-hosted add-ons (#​5344)
  • Added: emit an error when an enterprise add-on defines an update_url in the manifest (#​5356)
  • Removed: remove --scan-file option (#​5343)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.34 (#​5352)
  • Updated: dependency espree to 10.1.0 (#​5351)
  • Updated: dependency glob to 10.4.2 (#​5357)

dev dependencies

  • Updated: dependency eslint-plugin-amo to 1.25.2 (#​5353)
  • Updated: dependency github-markdown-css to 5.6.1 (#​5354)

v6.30.0: (2024-06-14)

Compare Source

main changes

  • Added: prevent the use of the enterprise flag (#​5331)
  • Added: introduce a --enterprise CLI flag (#​5340)
  • Removed: MANIFEST_V3_FIREFOX_ANDROID_LIMITATIONS rule (#​5342)

dependencies

  • Updated: dependency addons-scanner-utils to 9.11.0 (#​5335)
  • Updated: dependency @mdn/browser-compat-data to 5.5.33 (#​5334)

dev dependencies

  • Updated: dependency braces to 3.0.3 (#​5339)
  • Updated: dependency eslint-plugin-amo to 1.25.0 (#​5338)
  • Updated: dependency webpack to 5.92.0 (#​5336)

v6.29.0: (2024-06-10)

Compare Source

main changes

  • Added: imported Firefox 127 API schema data (#​5315)
  • Added: new rule to suggest dropping incognito: "split" when present in manifest.json (#​5316)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.32 (#​5332)
  • Updated: dependency ajv to 8.16.0 (#​5320)

dev dependencies

  • Updated: dependency @babel/cli to 7.24.7 (#​5327)
  • Updated: dependency @babel/core to 7.24.7 (#​5322)
  • Updated: dependency @babel/eslint-parser to 7.24.7 (#​5325)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.24.7 (#​5326)
  • Updated: dependency @babel/plugin-proposal-function-sent to 7.24.7 (#​5321)
  • Updated: dependency @babel/plugin-proposal-throw-expressions to 7.24.7 (#​5323)
  • Updated: dependency @babel/preset-env to 7.24.7 (#​5324)
  • Updated: dependency markdown-it-anchor to 9.0.1 (#​5296)

others

v6.28.0: (2024-05-27)

Compare Source

main changes

  • Fixed: typo in UNEXPECTED_GLOBAL_ARG rule ID (#​5298)

dependencies

  • Updated: dependency @mdn/browser-compat-data to 5.5.29 (#​5295)
  • Updated: dependency glob to 10.4.1 (#​5300)

dev dependencies

  • Updated: dependency @babel/cli to 7.24.6 (#​5310)
  • Updated: dependency @babel/core to 7.24.6 (#​5301)
  • Updated: dependency @babel/eslint-parser to 7.24.6 (#​5308)
  • Updated: dependency @babel/plugin-proposal-decorators to 7.24.6 (#​5304)
  • Updated: dependency @babel/plugin-proposal-function-sent to 7.24.6 (#​5305)
  • Updated: dependency @babel/plugin-proposal-throw-expressions to 7.24.6 (#​5306)
  • Updated: dependency @babel/preset-env to 7.24.6 (#​5307)
  • Updated: dependency @babel/register to 7.24.6 (#​5309)
  • Updated: dependency replace-in-file to 7.2.0 (#​5303)
  • Updated: dependency sinon to 18.0.0 (#​5293)

v6.27.0: (2024-05-13)

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: (2024-04-22)

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: (2024-04-02)

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: (2024-03-12)

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: (2024-02-27)

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: (2024-02-12)

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: (2024-01-22)

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: (2024-01-09)

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: (2023-12-04)

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: (2023-11-21)

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: (2023-11-07)

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: (2023-10-17)

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: (2023-10-03)

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: (2023-09-12)

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: (2023-09-07)

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: (2023-08-07)

[Compare Source](https://github.com/


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 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 3 times, most recently from 56a9b6c to cb59483 Compare November 8, 2024 02:32
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from 5afcc57 to 0cf23f4 Compare November 16, 2024 02:46
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 07cd787 to e7d06f5 Compare November 22, 2024 02:37
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from 2f7c4dd to 8f6c8b4 Compare December 5, 2024 02:39
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from 6da2a46 to 6d6e2c2 Compare December 14, 2024 02:36
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 4db9429 to 08da5f6 Compare December 20, 2024 02:33
@ggrossetie ggrossetie changed the title Update all dependencies chore(deps): update all dependencies Jan 26, 2025
@ggrossetie
Copy link
Member Author

ggrossetie commented Jan 27, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: dirty-chai@2.0.1
npm error Found: chai@5.1.2
npm error node_modules/chai
npm error   dev chai@"5.1.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer chai@">=2.2.1 <5" from dirty-chai@2.0.1
npm error node_modules/dirty-chai
npm error   dev dirty-chai@"2.0.1" from the root project
npm error
npm error Conflicting peer dependency: chai@4.5.0
npm error node_modules/chai
npm error   peer chai@">=2.2.1 <5" from dirty-chai@2.0.1
npm error   node_modules/dirty-chai
npm error     dev dirty-chai@"2.0.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-02-08T02_30_01_912Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-02-08T02_30_01_912Z-debug-0.log

@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from 920d7b7 to 796c2e5 Compare February 12, 2025 02:34
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from 9fbf44f to b3ddf06 Compare February 15, 2025 02:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant