Skip to content

chore(deps): update all dependencies #638

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

Closed
wants to merge 1 commit into from
Closed

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
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.4
chai (source) devDependencies major 4.3.7 -> 5.2.0
chartist (source) devDependencies major 0.11.4 -> 1.3.1
eslint (source) devDependencies major 8.42.0 -> 9.26.0
mathjax devDependencies minor 3.0.1 -> 3.2.2
mocha (source) devDependencies major 10.2.0 -> 11.2.2
node (source) volta minor 22.14.0 -> 22.15.0
puppeteer (source) devDependencies minor 24.6.1 -> 24.8.2
sass devDependencies minor 1.63.3 -> 1.87.0
sinon (source) devDependencies major 15.1.0 -> 20.0.0
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

archiverjs/node-archiver (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 (asciidoctor-kroki)

v0.18.1: 🐙 JavaScript - 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 (bulma)

v1.0.4

Compare Source

New Features

v1.0.3

Compare Source

Bug Fixes
  • Fix #​3842: restore use of $easing, $radius-rounded and $speed Sass variables
  • Fix #​3920: migrate code to avoid Sass 1.80 deprecation warning of global built-in functions
  • Fix #​3945: add $duration Sass variable
  • Fix #​3822: Non-minified version of bulma-prefixed was missing
  • Fix #​3805: helper classes were missing prefix
Documentation Fixes

v1.0.2

Compare Source

Improvements
  • Smart Grid is-col-min now goes up to 32 (Fixes #​3829)
  • Remove need for is-variable modifier for Column gaps
  • You can have a list of radio buttons or checkboxes with the radios and checkboxes classes respectively
  • Add is-max-tablet modifier to the Container element
  • Add currentColor and inherit as possible values for the color and background helpers
  • The Section can now have a minimum height of 100vh with the is-fullheight modifier
  • Add more SCSS variables:
    • $input-border-style
    • $input-border-width
    • $label-spacing
    • $field-block-spacing
  • Add more CSS variables:
    • --bulma-input-border-style
    • --bulma-input-border-width
    • --bulma-label-color
    • --bulma-label-spacing
    • --bulma-label-weight
    • --bulma-help-size
    • --bulma-field-block-spacing
Bug fixes
  • Fix #​3824: ability to override $scheme-h, $scheme-s, $dark-l and $light-l Sass variables
  • Fix #​3830: add remaining logical properties
  • Fix #​3743: make sure 12 columns system take up whole width
  • Fix #​3799: restore variable columns
  • Fix #​3846: restore --bulma-column-gap CSS variable
  • Fix #​3775: has-background helpers should only affect element it's applied to
  • Fix #​3856: Sass nested rule deprecation warning
  • Fix #​3757: restore use of $navbar-burger-color

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 .skeleton class
  • Fix #​3786: fix horizontal padding of rounded buttons
Documentation fixes
  • Fix #​3725
  • Fix #​3720
  • Update online documentation link in README
  • Update migrating-to-v1.html
  • Fix #​3735
  • Fix #​3729: explain how to use Bulma in a modular way
  • Fix #​3785: make use of the @prefers-reduced-motion setting
  • Fix #​3758: broken links for 0.9.4 version
  • Fix #​3760: fix form controls typo
Improvements
  • Fix #​3737: Move sass to devDependencies

v1.0.0

Compare Source

Bulma v1 is a full rewrite of the framework using Dart Sass, which is the the primary implementation of Sass. While this affects a few development details, everything has been done to make the transition as easy as possible.

chaijs/chai (chai)

v5.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: chaijs/chai@v5.1.2...v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES
  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).
What's Changed
New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

v4.5.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

chartist-js/chartist (chartist)

v1.3.1

Compare Source

[v1.3.0](https://redirect.github.com/chartist-js/chartist/blob/HE


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 714f45e to c02c52b Compare February 25, 2025 02:34
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from a40d54e to 591e202 Compare March 8, 2025 02:21
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from c045627 to 1c445b4 Compare March 22, 2025 02:35
@ggrossetie ggrossetie force-pushed the renovate/all branch 3 times, most recently from b8d939b to be0f24e Compare April 10, 2025 02:36
@ggrossetie ggrossetie force-pushed the renovate/all branch 6 times, most recently from 049e222 to 28ec3a7 Compare April 23, 2025 02:37
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from f58240a to 09dcd23 Compare April 25, 2025 02:38
@ggrossetie ggrossetie force-pushed the renovate/all branch 4 times, most recently from bf2ace3 to 321438d Compare May 7, 2025 02:39
@ggrossetie ggrossetie closed this May 9, 2025
@ggrossetie ggrossetie deleted the renovate/all branch May 9, 2025 13:56
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.

1 participant