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 Node dependencies #679

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

Conversation

ggrossetie
Copy link
Owner

@ggrossetie ggrossetie commented Apr 1, 2023

This PR contains the following updates:

Package Type Update Change
@asciidoctor/cli dependencies major ~3.5 -> ~4.0.0
@asciidoctor/core peerDependencies major ~2.2 -> ~3.0.0
@asciidoctor/core devDependencies major ~2.2 -> ~3.0.0
@fortawesome/fontawesome-svg-core (source) dependencies minor 6.2.1 -> 6.7.1
@fortawesome/free-brands-svg-icons (source) dependencies minor 6.2.1 -> 6.7.1
@fortawesome/free-regular-svg-icons (source) dependencies minor 6.2.1 -> 6.7.1
@fortawesome/free-solid-svg-icons (source) dependencies minor 6.2.1 -> 6.7.1
archiver devDependencies major ~5.3.0 -> ~7.0.0
chai (source) devDependencies major ~4.3 -> ~5.1.0
chokidar dependencies major ~3.5 -> ~4.0.0
fs-extra dependencies minor ~11.1.0 -> ~11.2.0
html-entities dependencies minor ~2.3 -> ~2.5.0
mocha (source) devDependencies major ~10.2.0 -> ~11.0.0
pixelmatch devDependencies major ~5.3.0 -> ~6.0.0
rimraf devDependencies major ~4.1.0 -> ~6.0.0
sinon (source) devDependencies major ~15.0.0 -> ~19.0.0
standard (source) devDependencies minor ~17.0.0 -> ~17.1.0
yargs (source) dependencies minor 17.6.2 -> 17.7.2

Release Notes

asciidoctor/asciidoctor-cli.js

v4.0.0

Compare Source

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

FortAwesome/Font-Awesome

v6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.6.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.4.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.4.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.3.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

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

chaijs/chai

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

v4.3.7

Compare Source

What's Changed

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

paulmillr/chokidar

v4.0.1

Compare Source

  • Various fixes and improvements of typescript types

New Contributors

Full Changelog: paulmillr/chokidar@4.0.0...4.0.1

v4.0.0

Compare Source

  • Remove glob support
  • Remove bundled fsevents
  • Decrease dependency count from 13 to 1
  • Rewrite in typescript. Makes emitted types more precise
  • The package became hybrid common.js / ESM
  • Bump minimum node.js requirement to v14+

Special thanks to @​43081j for improvements and help.

Full Changelog: paulmillr/chokidar@3.6.0...4.0.0

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@3.5.3...3.6.0

jprichardson/node-fs-extra

v11.2.0

Compare Source

  • Copy directory contents in parallel for better performance (#​1026)
  • Refactor internal code to use async/await (#​1020)

v11.1.1

Compare Source

  • Preserve timestamps when moving files across devices (#​992, #​994)
mdevils/html-entities

v2.5.2

Compare Source

v2.5.1

Compare Source

v2.5.0

Compare Source

  • Include source maps into the npm package.

v2.4.0

Compare Source

  • Introduce nonAsciiPrintableOnly mode.

v2.3.6

Compare Source

v2.3.5

Compare Source

  • Reduce unnecessarily long RegExps.

v2.3.4

Compare Source

  • Fix the problem decoding HTML5 entities those names are part of HTML4 entities.
mochajs/mocha

v11.0.1

Compare Source

🌟 Features
📚 Documentation

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • adapt new engine range for Mocha 11 (#​5216)
🌟 Features
🩹 Fixes
📚 Documentation

v10.8.2

Compare Source

🩹 Fixes
📚 Documentation
  • indicate 'exports' interface does not work in browsers (#​5181) (14e640e)
🧹 Chores
  • fix docs builds by re-adding eleventy and ignoring gitignore again (#​5240) (881e3b0)
🤖 Automation

v10.8.1

Compare Source

🩹 Fixes

v10.8.0

Compare Source

🌟 Features
🩹 Fixes
📚 Documentation
🧹 Chores

v10.7.3

Compare Source

🩹 Fixes

v10.7.0

Compare Source

🎉 Enhancements

v10.6.1

Compare Source

🐛 Fixes

v10.6.0

Compare Source

🎉 Enhancements

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/node-dependencies branch from 2443ecc to 4f8b3e8 Compare April 10, 2023 02:20
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from 4f8b3e8 to bf68b81 Compare April 28, 2023 02:22
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from bf68b81 to f066791 Compare May 19, 2023 02:27
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from f066791 to 44213e9 Compare May 31, 2023 02:37
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch 2 times, most recently from ba08a6c to 11e96fe Compare June 25, 2023 02:41
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from 11e96fe to 16c3270 Compare August 3, 2023 02:21
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from 16c3270 to 92bbaff Compare August 19, 2023 02:09
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from 92bbaff to 934e8f7 Compare November 2, 2023 14:29
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch 3 times, most recently from 645b36b to e165a79 Compare December 1, 2023 02:20
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from e165a79 to 9551b71 Compare December 29, 2023 02:12
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch 3 times, most recently from 6fd2a5d to a00f83f Compare February 13, 2024 02:10
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch 2 times, most recently from a60549c to 649e945 Compare March 4, 2024 02:19
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from 649e945 to 547b17b Compare March 27, 2024 02:10
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from 547b17b to d238a4a Compare April 3, 2024 02:12
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from d238a4a to 9f1ad56 Compare May 16, 2024 02:20
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch 2 times, most recently from d0dd1f8 to f7f70f1 Compare June 27, 2024 02:17
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch 2 times, most recently from 27fa899 to fdf4d09 Compare July 9, 2024 02:19
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch 2 times, most recently from 508bd36 to 143a285 Compare July 21, 2024 02:20
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch 2 times, most recently from b2fd44c to 2e3a0c4 Compare July 27, 2024 02:17
@ggrossetie
Copy link
Owner Author

ggrossetie commented Jul 27, 2024

⚠ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/chai
npm ERR!   dev chai@"~5.1.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer chai@">=2.2.1 <5" from [email protected]
npm ERR! node_modules/dirty-chai
npm ERR!   dev dirty-chai@"~2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/chai
npm ERR!   peer chai@">=2.2.1 <5" from [email protected]
npm ERR!   node_modules/dirty-chai
npm ERR!     dev dirty-chai@"~2.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-12-03T02_35_01_995Z-debug-0.log

@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from 2e3a0c4 to cfa892d Compare October 21, 2024 14:37
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from cfa892d to ba81d29 Compare October 30, 2024 02:31
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch 2 times, most recently from 437b076 to 6758105 Compare November 21, 2024 02:33
@ggrossetie ggrossetie force-pushed the renovate/node-dependencies branch from 6758105 to 8655dea Compare December 3, 2024 02:35
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