ggrossetie / asciidoctor-web-pdf

Convert AsciiDoc documents to PDF using web technologies
https://asciidoctor.org
MIT License
443 stars 90 forks source link

Update Node dependencies #679

Open ggrossetie opened 1 year ago

ggrossetie commented 1 year ago

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.5.2
@fortawesome/free-brands-svg-icons (source) dependencies minor 6.2.1 -> 6.5.2
@fortawesome/free-regular-svg-icons (source) dependencies minor 6.2.1 -> 6.5.2
@fortawesome/free-solid-svg-icons (source) dependencies minor 6.2.1 -> 6.5.2
archiver devDependencies major ~5.3.0 -> ~7.0.0
chai (source) devDependencies major ~4.3 -> ~5.1.0
chokidar dependencies minor ~3.5 -> ~3.6.0
fs-extra dependencies minor ~11.1.0 -> ~11.2.0
html-entities dependencies minor ~2.3 -> ~2.5.0
mocha (source) devDependencies minor ~10.2.0 -> ~10.6.0
pixelmatch devDependencies major ~5.3.0 -> ~6.0.0
rimraf devDependencies major ~4.1.0 -> ~5.0.0
sinon (source) devDependencies major ~15.0.0 -> ~18.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`](https://togithub.com/asciidoctor/asciidoctor-cli.js/compare/v3.5.0...v4.0.0) [Compare Source](https://togithub.com/asciidoctor/asciidoctor-cli.js/compare/v3.5.0...v4.0.0)
asciidoctor/asciidoctor.js ### [`v3.0.4`](https://togithub.com/asciidoctor/asciidoctor.js/releases/v3.0.4) [Compare Source](https://togithub.com/asciidoctor/asciidoctor.js/compare/v3.0.3...v3.0.4) ##### Summary This release is based on [Asciidoctor 2.0.20](https://togithub.com/asciidoctor/asciidoctor/releases/tag/v2.0.20) and [Opal 1.7.3](https://togithub.com/opal/opal/tree/v1.7.3) and fixes a regression introduced in 3.0.3. ##### Release meta Released on: 2024-02-12 Released by: [@​ggrossetie](https://togithub.com/ggrossetie) Published by: GitHub Actions Logs: [full diff](https://togithub.com/asciidoctor/asciidoctor.js/compare/v3.0.3...v3.0.4) ##### 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](https://togithub.com/asciidoctor/asciidoctor.js/issues/1722)) - thanks [@​roseckyj](https://togithub.com/roseckyj) & [@​korva](https://togithub.com/korva) ##### Infrastructure - Update development dependencies ##### New Contributors - [@​roseckyj](https://togithub.com/roseckyj) made their first contribution in https://github.com/asciidoctor/asciidoctor.js/pull/1722 **Full Changelog**: https://github.com/asciidoctor/asciidoctor.js/compare/v3.0.3...v3.0.4 ### [`v3.0.3`](https://togithub.com/asciidoctor/asciidoctor.js/releases/v3.0.3) [Compare Source](https://togithub.com/asciidoctor/asciidoctor.js/compare/v3.0.2...v3.0.3) #### Summary This release is based on [Asciidoctor 2.0.20](https://togithub.com/asciidoctor/asciidoctor/releases/tag/v2.0.20) and [Opal 1.7.3](https://togithub.com/opal/opal/tree/v1.7.3). #### Release meta Released on: 2024-01-13 Released by: [@​ggrossetie](https://togithub.com/ggrossetie) Published by: GitHub Actions Logs: [full diff](https://togithub.com/asciidoctor/asciidoctor.js/compare/v3.0.2...v3.0.3) #### Changelog ##### Bug Fixes - Fix types exports in `package.json` - thanks [@​sinedied](https://togithub.com/sinedied) - Addd `context` and `node_name` accessor in the type definition - thanks [@​RayOffiah](https://togithub.com/RayOffiah) ##### Infrastructure - Update development dependencies #### New Contributors - [@​RayOffiah](https://togithub.com/RayOffiah) made their first contribution in https://github.com/asciidoctor/asciidoctor.js/pull/1718 - [@​sinedied](https://togithub.com/sinedied) made their first contribution in https://github.com/asciidoctor/asciidoctor.js/pull/1715 **Full Changelog**: https://github.com/asciidoctor/asciidoctor.js/compare/v3.0.2...v3.0.3 ### [`v3.0.2`](https://togithub.com/asciidoctor/asciidoctor.js/releases/v3.0.2) [Compare Source](https://togithub.com/asciidoctor/asciidoctor.js/compare/v3.0.1...v3.0.2) #### Summary This release is based on [Asciidoctor 2.0.20](https://togithub.com/asciidoctor/asciidoctor/releases/tag/v2.0.20) and [Opal 1.7.3](https://togithub.com/opal/opal/tree/v1.7.3). #### Release meta Released on: 2023-06-24 Released by: [@​ggrossetie](https://togithub.com/ggrossetie) Published by: GitHub Actions Logs: [full diff](https://togithub.com/asciidoctor/asciidoctor.js/compare/v2.2.6...v3.0.2) #### Changelog ##### Breaking Changes - Remove `Asciidoctor` namespace in TypeScript: ```js 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](https://togithub.com/asciidoctor/asciidoctor.js/issues/1344)) - Map `Document.append` ([#​1681](https://togithub.com/asciidoctor/asciidoctor.js/issues/1681)) - Bridge converter pass as option ([#​1666](https://togithub.com/asciidoctor/asciidoctor.js/issues/1666)) - Add `getSectionNumeral()` function by [@​benjaminleonard](https://togithub.com/benjaminleonard) ([#​1659](https://togithub.com/asciidoctor/asciidoctor.js/issues/1659)) - Fix `getDocinfo` and `findBy` type definition ([#​1621](https://togithub.com/asciidoctor/asciidoctor.js/issues/1621)) - Bridge common Ruby object methods ([#​1491](https://togithub.com/asciidoctor/asciidoctor.js/issues/1491)) - `parseContent` now calls `toHash` on attrs ([#​1519](https://togithub.com/asciidoctor/asciidoctor.js/issues/1519)) ##### Improvements - Map `this.super.` to call the parent function ([#​1682](https://togithub.com/asciidoctor/asciidoctor.js/issues/1682)) - Map `AbstractBlock.getContentModel` and `AbstractBlock.setContentModel` ([#​1680](https://togithub.com/asciidoctor/asciidoctor.js/issues/1680)) - Map `Document.getSyntaxHighlighter` ([#​1667](https://togithub.com/asciidoctor/asciidoctor.js/issues/1667)) - Map `CompositeConverter#convert` ([#​1649](https://togithub.com/asciidoctor/asciidoctor.js/issues/1649)) - Simplify table option checks by [@​mojavelinux](https://togithub.com/mojavelinux) ([#​1656](https://togithub.com/asciidoctor/asciidoctor.js/issues/1656)) - Support Stream.Writable as `to_file` ([#​1624](https://togithub.com/asciidoctor/asciidoctor.js/issues/1624)) ```js 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 - Upgrade GraalVM to 20.1.0 ([#​1035](https://togithub.com/asciidoctor/asciidoctor.js/issues/1035)) ##### Documentation - Improve contributing guide by [@​cunka](https://togithub.com/cunka) ([#​1676](https://togithub.com/asciidoctor/asciidoctor.js/issues/1676)) - Remove call to `convert()` on return value of process method for inline macro extension by [@​mojavelinux](https://togithub.com/mojavelinux) ([#​1653](https://togithub.com/asciidoctor/asciidoctor.js/issues/1653)) #### New Contributors - [@​djencks](https://togithub.com/djencks) made their first contribution in https://github.com/asciidoctor/asciidoctor.js/pull/978 - [@​bitPogo](https://togithub.com/bitPogo) made their first contribution in https://github.com/asciidoctor/asciidoctor.js/pull/1083 - [@​cm-wada-yusuke](https://togithub.com/cm-wada-yusuke) made their first contribution in https://github.com/asciidoctor/asciidoctor.js/pull/1176 - [@​abelsromero](https://togithub.com/abelsromero) made their first contribution in https://github.com/asciidoctor/asciidoctor.js/pull/1290 - [@​benjaminleonard](https://togithub.com/benjaminleonard) made their first contribution in https://github.com/asciidoctor/asciidoctor.js/pull/1659 - [@​cunka](https://togithub.com/cunka) made their first contribution in https://github.com/asciidoctor/asciidoctor.js/pull/1676 ### [`v3.0.1`](https://togithub.com/asciidoctor/asciidoctor.js/compare/v3.0.0...v3.0.1) [Compare Source](https://togithub.com/asciidoctor/asciidoctor.js/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://togithub.com/asciidoctor/asciidoctor.js/compare/v2.2.8...v3.0.0) [Compare Source](https://togithub.com/asciidoctor/asciidoctor.js/compare/v2.2.8...v3.0.0) ### [`v2.2.8`](https://togithub.com/asciidoctor/asciidoctor.js/releases/v2.2.8) [Compare Source](https://togithub.com/asciidoctor/asciidoctor.js/compare/v2.2.7...v2.2.8) #### Summary This release is based on [Asciidoctor 2.0.23](https://togithub.com/asciidoctor/asciidoctor/releases/tag/v2.0.23) and [Opal 0.11.99.dev (31d26d69)](https://togithub.com/opal/opal/commit/31d26d69). #### Release meta Released on: 2024-06-02 Released by: [@​ggrossetie](https://togithub.com/ggrossetie) Published by: GitHub Actions Logs: [full diff](https://togithub.com/asciidoctor/asciidoctor.js/compare/v2.2.7...v2.2.8) #### What's Changed - Build against Asciidoctor 2.0.23 by [@​ggrossetie](https://togithub.com/ggrossetie) ### [`v2.2.7`](https://togithub.com/asciidoctor/asciidoctor.js/releases/v2.2.7) [Compare Source](https://togithub.com/asciidoctor/asciidoctor.js/compare/v2.2.6...v2.2.7) #### Summary This release is based on [Asciidoctor 2.0.22](https://togithub.com/asciidoctor/asciidoctor/releases/tag/v2.0.22) and [Opal 0.11.99.dev (31d26d69)](https://togithub.com/opal/opal/commit/31d26d69). #### Release meta Released on: 2024-03-17 Released by: [@​ggrossetie](https://togithub.com/ggrossetie) Published by: GitHub Actions Logs: [full diff](https://togithub.com/asciidoctor/asciidoctor.js/compare/v2.2.6...v2.2.7) #### What's Changed - Build against Asciidoctor 2.0.22 by [@​ggrossetie](https://togithub.com/ggrossetie) in https://github.com/asciidoctor/asciidoctor.js/pull/1725
FortAwesome/Font-Awesome ### [`v6.5.2`](https://togithub.com/FortAwesome/Font-Awesome/releases/6.5.2) [Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2) **Change log available at https://fontawesome.com/docs/changelog/** ### [`v6.5.1`](https://togithub.com/FortAwesome/Font-Awesome/releases/6.5.1) [Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/6.5.0...6.5.1) **Change log available at https://fontawesome.com/docs/changelog/** ### [`v6.5.0`](https://togithub.com/FortAwesome/Font-Awesome/releases/6.5.0) [Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/6.4.2...6.5.0) **Change log available at https://fontawesome.com/docs/changelog/** ### [`v6.4.2`](https://togithub.com/FortAwesome/Font-Awesome/releases/6.4.2) [Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/6.4.0...6.4.2) **Change log available at https://fontawesome.com/docs/changelog/** ### [`v6.4.0`](https://togithub.com/FortAwesome/Font-Awesome/releases/6.4.0) [Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/6.3.0...6.4.0) **Change log available at https://fontawesome.com/docs/changelog/** ### [`v6.3.0`](https://togithub.com/FortAwesome/Font-Awesome/releases/6.3.0) [Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/6.2.1...6.3.0) **Change log available at https://fontawesome.com/docs/changelog/**
archiverjs/node-archiver ### [`v7.0.1`](https://togithub.com/archiverjs/node-archiver/releases/7.0.1) [Compare Source](https://togithub.com/archiverjs/node-archiver/compare/7.0.0...7.0.1) #### What’s changed #### Maintenance - Add test for stream-like sources [@​ctalkington](https://togithub.com/ctalkington) ([#​745](https://togithub.com/archiverjs/node-archiver/issues/745)) #### Dependency updates - Update dependency clsx to v2 [@​renovate](https://togithub.com/renovate) ([#​694](https://togithub.com/archiverjs/node-archiver/issues/694)) - Update react monorepo to v17 (major) [@​renovate](https://togithub.com/renovate) ([#​703](https://togithub.com/archiverjs/node-archiver/issues/703)) - Update docusaurus monorepo to v3 (major) [@​renovate](https://togithub.com/renovate) ([#​739](https://togithub.com/archiverjs/node-archiver/issues/739)) - Update dependency [@​mdx-js/react](https://togithub.com/mdx-js/react) to v3 [@​renovate](https://togithub.com/renovate) ([#​737](https://togithub.com/archiverjs/node-archiver/issues/737)) - Update react monorepo to v18 (major) [@​renovate](https://togithub.com/renovate) ([#​704](https://togithub.com/archiverjs/node-archiver/issues/704)) - Update dependency yauzl to v3.1.2 [@​renovate](https://togithub.com/renovate) ([#​741](https://togithub.com/archiverjs/node-archiver/issues/741)) - Lock file maintenance [@​renovate](https://togithub.com/renovate) ([#​740](https://togithub.com/archiverjs/node-archiver/issues/740)) - Update dependency zip-stream to v6.0.1 [@​renovate](https://togithub.com/renovate) ([#​747](https://togithub.com/archiverjs/node-archiver/issues/747)) - Update dependency archiver-utils to v5.0.2 [@​renovate](https://togithub.com/renovate) ([#​746](https://togithub.com/archiverjs/node-archiver/issues/746)) - Lock file maintenance [@​renovate](https://togithub.com/renovate) ([#​748](https://togithub.com/archiverjs/node-archiver/issues/748)) ### [`v7.0.0`](https://togithub.com/archiverjs/node-archiver/releases/7.0.0) [Compare Source](https://togithub.com/archiverjs/node-archiver/compare/6.0.2...7.0.0) #### What’s changed #### Breaking changes - Drop support for node v12 [@​ctalkington](https://togithub.com/ctalkington) ([#​735](https://togithub.com/archiverjs/node-archiver/issues/735)) #### Dependency updates - Update dependency tar-stream to v3.1.7 [@​renovate](https://togithub.com/renovate) ([#​731](https://togithub.com/archiverjs/node-archiver/issues/731)) - Update dependency buffer-crc32 to v1 [@​renovate](https://togithub.com/renovate) ([#​732](https://togithub.com/archiverjs/node-archiver/issues/732)) - Update dependency zip-stream to v6 [@​renovate](https://togithub.com/renovate) ([#​734](https://togithub.com/archiverjs/node-archiver/issues/734)) - Update dependency archiver-utils to v5 [@​renovate](https://togithub.com/renovate) ([#​730](https://togithub.com/archiverjs/node-archiver/issues/730)) - Update docusaurus monorepo to v2.4.3 [@​renovate](https://togithub.com/renovate) ([#​713](https://togithub.com/archiverjs/node-archiver/issues/713)) - Update dependency rimraf to v5 [@​renovate](https://togithub.com/renovate) ([#​693](https://togithub.com/archiverjs/node-archiver/issues/693)) - Update dependency mocha to v10 [@​renovate](https://togithub.com/renovate) ([#​692](https://togithub.com/archiverjs/node-archiver/issues/692)) - Update dependency readable-stream to v4 [@​renovate](https://togithub.com/renovate) ([#​695](https://togithub.com/archiverjs/node-archiver/issues/695)) - Update dependency yauzl to v3 [@​renovate](https://togithub.com/renovate) ([#​733](https://togithub.com/archiverjs/node-archiver/issues/733)) - Lock file maintenance [@​renovate](https://togithub.com/renovate) ([#​736](https://togithub.com/archiverjs/node-archiver/issues/736)) ### [`v6.0.2`](https://togithub.com/archiverjs/node-archiver/releases/6.0.2) [Compare Source](https://togithub.com/archiverjs/node-archiver/compare/6.0.1...6.0.2) #### What’s changed #### Maintenance - Update actions/checkout action to v4 [@​renovate](https://togithub.com/renovate) ([#​708](https://togithub.com/archiverjs/node-archiver/issues/708)) - Update actions/setup-node action to v3.8.2 [@​renovate](https://togithub.com/renovate) ([#​724](https://togithub.com/archiverjs/node-archiver/issues/724)) - Update release-drafter/release-drafter action to v5.25.0 [@​renovate](https://togithub.com/renovate) ([#​726](https://togithub.com/archiverjs/node-archiver/issues/726)) - Update actions/checkout action to v4.1.1 [@​renovate](https://togithub.com/renovate) ([#​725](https://togithub.com/archiverjs/node-archiver/issues/725)) - Update actions/setup-node action to v4 [@​renovate](https://togithub.com/renovate) ([#​728](https://togithub.com/archiverjs/node-archiver/issues/728)) - Update release-drafter/release-drafter action to v6 [@​renovate](https://togithub.com/renovate) ([#​729](https://togithub.com/archiverjs/node-archiver/issues/729)) #### Dependency updates - Update actions/checkout action to v4 [@​renovate](https://togithub.com/renovate) ([#​708](https://togithub.com/archiverjs/node-archiver/issues/708)) - Update dependency chai to v4.4.1 [@​renovate](https://togithub.com/renovate) ([#​712](https://togithub.com/archiverjs/node-archiver/issues/712)) - Update dependency tar to v6.2.0 [@​renovate](https://togithub.com/renovate) ([#​707](https://togithub.com/archiverjs/node-archiver/issues/707)) - Update actions/setup-node action to v3.8.2 [@​renovate](https://togithub.com/renovate) ([#​724](https://togithub.com/archiverjs/node-archiver/issues/724)) - Update release-drafter/release-drafter action to v5.25.0 [@​renovate](https://togithub.com/renovate) ([#​726](https://togithub.com/archiverjs/node-archiver/issues/726)) - Update actions/checkout action to v4.1.1 [@​renovate](https://togithub.com/renovate) ([#​725](https://togithub.com/archiverjs/node-archiver/issues/725)) - Update actions/setup-node action to v4 [@​renovate](https://togithub.com/renovate) ([#​728](https://togithub.com/archiverjs/node-archiver/issues/728)) - Update release-drafter/release-drafter action to v6 [@​renovate](https://togithub.com/renovate) ([#​729](https://togithub.com/archiverjs/node-archiver/issues/729)) - Update dependency zip-stream to v5.0.2 [@​renovate](https://togithub.com/renovate) ([#​727](https://togithub.com/archiverjs/node-archiver/issues/727)) ### [`v6.0.1`](https://togithub.com/archiverjs/node-archiver/releases/6.0.1) [Compare Source](https://togithub.com/archiverjs/node-archiver/compare/6.0.0...6.0.1) #### What’s changed #### Maintenance - chore(deps): update actions/checkout action to v3.6.0 [@​renovate](https://togithub.com/renovate) ([#​697](https://togithub.com/archiverjs/node-archiver/issues/697)) #### Dependency updates - fix(deps): update dependency tar-stream to v3 [@​renovate](https://togithub.com/renovate) ([#​691](https://togithub.com/archiverjs/node-archiver/issues/691)) - chore(deps): update actions/checkout action to v3.6.0 [@​renovate](https://togithub.com/renovate) ([#​697](https://togithub.com/archiverjs/node-archiver/issues/697)) - chore(deps): update dependency chai to v4.3.8 [@​renovate](https://togithub.com/renovate) ([#​696](https://togithub.com/archiverjs/node-archiver/issues/696)) - fix(deps): update dependency archiver-utils to v3.0.4 [@​renovate](https://togithub.com/renovate) ([#​698](https://togithub.com/archiverjs/node-archiver/issues/698)) - fix(deps): update dependency zip-stream to v4.1.1 [@​renovate](https://togithub.com/renovate) ([#​700](https://togithub.com/archiverjs/node-archiver/issues/700)) - chore(deps): lock file maintenance [@​renovate](https://togithub.com/renovate) ([#​686](https://togithub.com/archiverjs/node-archiver/issues/686)) - fix(deps): update dependency archiver-utils to v4 [@​renovate](https://togithub.com/renovate) ([#​701](https://togithub.com/archiverjs/node-archiver/issues/701)) - Update dependency archiver-utils to v4.0.1 [@​renovate](https://togithub.com/renovate) ([#​705](https://togithub.com/archiverjs/node-archiver/issues/705)) - Update dependency zip-stream to v5 [@​renovate](https://togithub.com/renovate) ([#​702](https://togithub.com/archiverjs/node-archiver/issues/702)) - Update dependency zip-stream to v5.0.1 [@​renovate](https://togithub.com/renovate) ([#​706](https://togithub.com/archiverjs/node-archiver/issues/706)) ### [`v6.0.0`](https://togithub.com/archiverjs/node-archiver/releases/6.0.0) [Compare Source](https://togithub.com/archiverjs/node-archiver/compare/5.3.2...6.0.0) #### What’s changed #### Breaking changes - Drop support for node 10 [@​ctalkington](https://togithub.com/ctalkington) ([#​672](https://togithub.com/archiverjs/node-archiver/issues/672)) #### Maintenance - Drop support for node 10 [@​ctalkington](https://togithub.com/ctalkington) ([#​672](https://togithub.com/archiverjs/node-archiver/issues/672)) - Configure Renovate [@​renovate](https://togithub.com/renovate) ([#​673](https://togithub.com/archiverjs/node-archiver/issues/673)) - chore(deps): update actions/setup-node action to v3.8.0 [@​renovate](https://togithub.com/renovate) ([#​676](https://togithub.com/archiverjs/node-archiver/issues/676)) - chore(deps): update release-drafter/release-drafter action to v5.24.0 [@​renovate](https://togithub.com/renovate) ([#​678](https://togithub.com/archiverjs/node-archiver/issues/678)) - chore(deps): update actions/checkout action to v3.5.3 [@​renovate](https://togithub.com/renovate) ([#​679](https://togithub.com/archiverjs/node-archiver/issues/679)) - chore(deps): update actions/setup-node action to v3.8.1 [@​renovate](https://togithub.com/renovate) ([#​684](https://togithub.com/archiverjs/node-archiver/issues/684)) #### Dependency updates - chore(deps): update actions/setup-node action to v3.8.0 [@​renovate](https://togithub.com/renovate) ([#​676](https://togithub.com/archiverjs/node-archiver/issues/676)) - chore(deps): update release-drafter/release-drafter action to v5.24.0 [@​renovate](https://togithub.com/renovate) ([#​678](https://togithub.com/archiverjs/node-archiver/issues/678)) - chore(deps): update actions/checkout action to v3.5.3 [@​renovate](https://togithub.com/renovate) ([#​679](https://togithub.com/archiverjs/node-archiver/issues/679)) - chore(deps): update actions/setup-node action to v3.8.1 [@​renovate](https://togithub.com/renovate) ([#​684](https://togithub.com/archiverjs/node-archiver/issues/684)) - fix(deps): update docusaurus monorepo to v2.4.1 [@​renovate](https://togithub.com/renovate) ([#​682](https://togithub.com/archiverjs/node-archiver/issues/682)) - chore(deps): pin dependencies [@​renovate](https://togithub.com/renovate) ([#​675](https://togithub.com/archiverjs/node-archiver/issues/675)) - chore(deps): update dependency jsdoc to v4 [@​renovate](https://togithub.com/renovate) ([#​683](https://togithub.com/archiverjs/node-archiver/issues/683)) - fix(deps): update dependency archiver-utils to v3 [@​renovate](https://togithub.com/renovate) ([#​685](https://togithub.com/archiverjs/node-archiver/issues/685)) - fix(deps): update dependency readable-stream to v3.6.2 [@​renovate](https://togithub.com/renovate) ([#​681](https://togithub.com/archiverjs/node-archiver/issues/681)) - chore(deps): update dependency mkdirp to v3 [@​renovate](https://togithub.com/renovate) ([#​688](https://togithub.com/archiverjs/node-archiver/issues/688)) ### [`v5.3.2`](https://togithub.com/archiverjs/node-archiver/releases/5.3.2) [Compare Source](https://togithub.com/archiverjs/node-archiver/compare/5.3.1...5.3.2) #### What’s changed - test: run tests against node 18 [@​yharaskrik](https://togithub.com/yharaskrik) ([#​637](https://togithub.com/archiverjs/node-archiver/issues/637)) #### Dependency updates - Bump release-drafter/release-drafter from 5.19.0 to 5.23.0 [@​dependabot](https://togithub.com/dependabot) ([#​652](https://togithub.com/archiverjs/node-archiver/issues/652)) - Bump actions/setup-node from 3.1.1 to 3.6.0 [@​dependabot](https://togithub.com/dependabot) ([#​638](https://togithub.com/archiverjs/node-archiver/issues/638)) - Bump chai from 4.3.6 to 4.3.7 [@​dependabot](https://togithub.com/dependabot) ([#​627](https://togithub.com/archiverjs/node-archiver/issues/627)) - Bump mkdirp from 1.0.4 to 2.1.5 [@​dependabot](https://togithub.com/dependabot) ([#​657](https://togithub.com/archiverjs/node-archiver/issues/657)) - Bump rimraf from 3.0.2 to 4.3.1 [@​dependabot](https://togithub.com/dependabot) ([#​660](https://togithub.com/archiverjs/node-archiver/issues/660)) - Bump tar from 6.1.11 to 6.1.13 [@​dependabot](https://togithub.com/dependabot) ([#​631](https://togithub.com/archiverjs/node-archiver/issues/631)) - Bump readdir-glob from 1.1.1 to 1.1.2 [@​dependabot](https://togithub.com/dependabot) ([#​604](https://togithub.com/archiverjs/node-archiver/issues/604)) - Bump minimatch from 3.0.4 to 3.1.2 [@​dependabot](https://togithub.com/dependabot) ([#​669](https://togithub.com/archiverjs/node-archiver/issues/669)) - Bump async from 3.2.3 to 3.2.4 [@​dependabot](https://togithub.com/dependabot) ([#​596](https://togithub.com/archiverjs/node-archiver/issues/596))
chaijs/chai ### [`v5.1.1`](https://togithub.com/chaijs/chai/releases/v5.1.1) [Compare Source](https://togithub.com/chaijs/chai/compare/v5.1.0...v5.1.1) ##### What's Changed - Set up ESLint for JSDoc comments by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1605](https://togithub.com/chaijs/chai/pull/1605) - build(deps-dev): bump ip from 1.1.8 to 1.1.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/chaijs/chai/pull/1608](https://togithub.com/chaijs/chai/pull/1608) - Correct Mocha import instructions by [@​MattiSG](https://togithub.com/MattiSG) in [https://github.com/chaijs/chai/pull/1611](https://togithub.com/chaijs/chai/pull/1611) - fix: support some virtual contexts in `toThrow` by [@​43081j](https://togithub.com/43081j) in [https://github.com/chaijs/chai/pull/1609](https://togithub.com/chaijs/chai/pull/1609) ##### New Contributors - [@​MattiSG](https://togithub.com/MattiSG) made their first contribution in [https://github.com/chaijs/chai/pull/1611](https://togithub.com/chaijs/chai/pull/1611) **Full Changelog**: https://github.com/chaijs/chai/compare/v5.1.0...v5.1.1 ### [`v5.1.0`](https://togithub.com/chaijs/chai/releases/v5.1.0) [Compare Source](https://togithub.com/chaijs/chai/compare/v5.0.3...v5.1.0) #### What's Changed - Remove useless guards and add parentheses to constuctors by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1593](https://togithub.com/chaijs/chai/pull/1593) - Cleanup jsdoc comments by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1596](https://togithub.com/chaijs/chai/pull/1596) - Convert comments in "legal comments" format to jsdoc or normal comments by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1598](https://togithub.com/chaijs/chai/pull/1598) - Implement `iterable` assertion by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1592](https://togithub.com/chaijs/chai/pull/1592) - Assert interface fix by [@​developer-bandi](https://togithub.com/developer-bandi) in [https://github.com/chaijs/chai/pull/1601](https://togithub.com/chaijs/chai/pull/1601) - Set support in same members by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1583](https://togithub.com/chaijs/chai/pull/1583) - Fix publish script by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1602](https://togithub.com/chaijs/chai/pull/1602) #### New Contributors - [@​developer-bandi](https://togithub.com/developer-bandi) made their first contribution in [https://github.com/chaijs/chai/pull/1601](https://togithub.com/chaijs/chai/pull/1601) **Full Changelog**: https://github.com/chaijs/chai/compare/v5.0.3...v5.1.0 ### [`v5.0.3`](https://togithub.com/chaijs/chai/releases/v5.0.3) [Compare Source](https://togithub.com/chaijs/chai/compare/v5.0.2...v5.0.3) Fix bad v5.0.2 publish. **Full Changelog**: https://github.com/chaijs/chai/compare/v5.0.2...v5.0.3 ### [`v5.0.2`](https://togithub.com/chaijs/chai/releases/v5.0.2) [Compare Source](https://togithub.com/chaijs/chai/compare/v5.0.0...v5.0.2) #### What's Changed - build(deps): bump nanoid and mocha by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/chaijs/chai/pull/1558](https://togithub.com/chaijs/chai/pull/1558) - remove `bump-cli` by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1559](https://togithub.com/chaijs/chai/pull/1559) - Update developer dependencies by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1560](https://togithub.com/chaijs/chai/pull/1560) - fix: removes `??` for node compat (5.x) by [@​43081j](https://togithub.com/43081j) in [https://github.com/chaijs/chai/pull/1576](https://togithub.com/chaijs/chai/pull/1576) - Update `loupe` to latest version by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1579](https://togithub.com/chaijs/chai/pull/1579) - Re-enable some webkit tests by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1580](https://togithub.com/chaijs/chai/pull/1580) - Remove a bunch of if statements in test/should.js by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1581](https://togithub.com/chaijs/chai/pull/1581) - Remove a bunch of unused files by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1582](https://togithub.com/chaijs/chai/pull/1582) - Fix 1564 by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1566](https://togithub.com/chaijs/chai/pull/1566) **Full Changelog**: https://github.com/chaijs/chai/compare/v5.0.1...v5.0.2 ### [`v5.0.0`](https://togithub.com/chaijs/chai/releases/v5.0.0) [Compare Source](https://togithub.com/chaijs/chai/compare/v4.4.1...v5.0.0) #### 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 - feat: use chaijs/loupe for inspection by [@​pcorpet](https://togithub.com/pcorpet) in [https://github.com/chaijs/chai/pull/1401](https://togithub.com/chaijs/chai/pull/1401) - docs: fix URL in README by [@​Izzur](https://togithub.com/Izzur) in [https://github.com/chaijs/chai/pull/1413](https://togithub.com/chaijs/chai/pull/1413) - Remove `get-func-name` dependency by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1416](https://togithub.com/chaijs/chai/pull/1416) - Convert Makefile script to npm scripts by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1424](https://togithub.com/chaijs/chai/pull/1424) - Clean up README badges by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1422](https://togithub.com/chaijs/chai/pull/1422) - fix: package.json - deprecation warning on exports field by [@​stevenjoezhang](https://togithub.com/stevenjoezhang) in [https://github.com/chaijs/chai/pull/1400](https://togithub.com/chaijs/chai/pull/1400) - fix: deep-eql bump package to support symbols by [@​snewcomer](https://togithub.com/snewcomer) in [https://github.com/chaijs/chai/pull/1458](https://togithub.com/chaijs/chai/pull/1458) - ES module conversion PoC by [@​43081j](https://togithub.com/43081j) in [https://github.com/chaijs/chai/pull/1498](https://togithub.com/chaijs/chai/pull/1498) - chore: drop commonjs support by [@​43081j](https://togithub.com/43081j) in [https://github.com/chaijs/chai/pull/1503](https://togithub.com/chaijs/chai/pull/1503) - Update pathval by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1527](https://togithub.com/chaijs/chai/pull/1527) - Update check-error by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1528](https://togithub.com/chaijs/chai/pull/1528) - update `deep-eql` to latest version by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1542](https://togithub.com/chaijs/chai/pull/1542) - Inline `type-detect` as a simple function by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1544](https://togithub.com/chaijs/chai/pull/1544) - Update loupe by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1545](https://togithub.com/chaijs/chai/pull/1545) - Typo 'Test an object' not 'Test and object' by [@​mavaddat](https://togithub.com/mavaddat) in [https://github.com/chaijs/chai/pull/1460](https://togithub.com/chaijs/chai/pull/1460) - Update `assertion-error` to it's latest major version! by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1543](https://togithub.com/chaijs/chai/pull/1543) - Replacing Karma with Web Test Runner by [@​koddsson](https://togithub.com/koddsson) in [https://github.com/chaijs/chai/pull/1546](https://togithub.com/chaijs/chai/pull/1546) #### New Contributors - [@​Izzur](https://togithub.com/Izzur) made their first contribution in [https://github.com/chaijs/chai/pull/1413](https://togithub.com/chaijs/chai/pull/1413) - [@​stevenjoezhang](https://togithub.com/stevenjoezhang) made their first contribution in [https://github.com/chaijs/chai/pull/1400](https://togithub.com/chaijs/chai/pull/1400) - [@​43081j](https://togithub.com/43081j) made their first contribution in [https://github.com/chaijs/chai/pull/1498](https://togithub.com/chaijs/chai/pull/1498) **Full Changelog**: https://github.com/chaijs/chai/compare/4.3.1...v5.0.0 ### [`v4.4.1`](https://togithub.com/chaijs/chai/releases/v4.4.1) [Compare Source](https://togithub.com/chaijs/chai/compare/v4.4.0...v4.4.1) #### What's Changed - fix: removes `??` for node compat by [@​43081j](https://togithub.com/43081j) in [https://github.com/chaijs/chai/pull/1574](https://togithub.com/chaijs/chai/pull/1574) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.4.0...v4.4.1 ### [`v4.4.0`](https://togithub.com/chaijs/chai/releases/v4.4.0) [Compare Source](https://togithub.com/chaijs/chai/compare/v4.3.10...v4.4.0) #### What's Changed - Allow deepEqual fonction to be configured globally (4.x.x branch) by [@​forty](https://togithub.com/forty) in [https://github.com/chaijs/chai/pull/1553](https://togithub.com/chaijs/chai/pull/1553) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.3.10...v4.4.0 ### [`v4.3.10`](https://togithub.com/chaijs/chai/releases/v4.3.10) [Compare Source](https://togithub.com/chaijs/chai/compare/v4.3.9...v4.3.10) This release simply bumps all dependencies to their latest non-breaking versions. #### What's Changed - upgrade all dependencies by [@​keithamus](https://togithub.com/keithamus) in [https://github.com/chaijs/chai/pull/1540](https://togithub.com/chaijs/chai/pull/1540) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.3.9...v4.3.10 ### [`v4.3.9`](https://togithub.com/chaijs/chai/releases/v4.3.9) [Compare Source](https://togithub.com/chaijs/chai/compare/v4.3.8...v4.3.9) Upgrade dependencies. This release upgrades dependencies to address **[CVE-2023-43646](https://www.cve.org/CVERecord?id=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**: https://github.com/chaijs/chai/compare/v4.3.8...v4.3.9 ### [`v4.3.8`](https://togithub.com/chaijs/chai/releases/v4.3.8) [Compare Source](https://togithub.com/chaijs/chai/compare/v4.3.7...v4.3.8) #### What's Changed - 4.x.x: Fix link to commit logs on GitHub by [@​bugwelle](https://togithub.com/bugwelle) in [https://github.com/chaijs/chai/pull/1487](https://togithub.com/chaijs/chai/pull/1487) - build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/chaijs/chai/pull/1488](https://togithub.com/chaijs/chai/pull/1488) - Small typo in test.js by [@​mavaddat](https://togithub.com/mavaddat) in [https://github.com/chaijs/chai/pull/1459](https://togithub.com/chaijs/chai/pull/1459) - docs: specify return type of objDisplay by [@​scarf005](https://togithub.com/scarf005) in [https://github.com/chaijs/chai/pull/1490](https://togithub.com/chaijs/chai/pull/1490) - Update CONTRIBUTING.md by [@​matheus-rodrigues00](https://togithub.com/matheus-rodrigues00) in [https://github.com/chaijs/chai/pull/1521](https://togithub.com/chaijs/chai/pull/1521) - Fix: update exports.version to current version by [@​peanutenthusiast](https://togithub.com/peanutenthusiast) in [https://github.com/chaijs/chai/pull/1534](https://togithub.com/chaijs/chai/pull/1534) #### New Contributors - [@​bugwelle](https://togithub.com/bugwelle) made their first contribution in [https://github.com/chaijs/chai/pull/1487](https://togithub.com/chaijs/chai/pull/1487) - [@​mavaddat](https://togithub.com/mavaddat) made their first contribution in [https://github.com/chaijs/chai/pull/1459](https://togithub.com/chaijs/chai/pull/1459) - [@​scarf005](https://togithub.com/scarf005) made their first contribution in [https://github.com/chaijs/chai/pull/1490](https://togithub.com/chaijs/chai/pull/1490) - [@​matheus-rodrigues00](https://togithub.com/matheus-rodrigues00) made their first contribution in [https://github.com/chaijs/chai/pull/1521](https://togithub.com/chaijs/chai/pull/1521) - [@​peanutenthusiast](https://togithub.com/peanutenthusiast) made their first contribution in [https://github.com/chaijs/chai/pull/1534](https://togithub.com/chaijs/chai/pull/1534) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8 ### [`v4.3.7`](https://togithub.com/chaijs/chai/releases/v4.3.7) [Compare Source](https://togithub.com/chaijs/chai/compare/v4.3.6...v4.3.7) #### What's Changed - fix: deep-eql bump package to support symbols comparison by [@​snewcomer](https://togithub.com/snewcomer) in [https://github.com/chaijs/chai/pull/1483](https://togithub.com/chaijs/chai/pull/1483) **Full Changelog**: https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7
paulmillr/chokidar ### [`v3.6.0`](https://togithub.com/paulmillr/chokidar/releases/3.6.0) [Compare Source](https://togithub.com/paulmillr/chokidar/compare/3.5.3...3.6.0) #### What's Changed - fix readyCount logic by [@​JLHwung](https://togithub.com/JLHwung) in [https://github.com/paulmillr/chokidar/pull/1288](https://togithub.com/paulmillr/chokidar/pull/1288) - handle MustScanSubDirs by [@​MarcCelani-at](https://togithub.com/MarcCelani-at) in [https://github.com/paulmillr/chokidar/pull/1197](https://togithub.com/paulmillr/chokidar/pull/1197) - update fs.FSWatcher types to satisfy nodejs versions >= 16; fixes [#​1299](https://togithub.com/paulmillr/chokidar/issues/1299) by [@​ben-polinsky](https://togithub.com/ben-polinsky) in [https://github.com/paulmillr/chokidar/pull/1300](https://togithub.com/paulmillr/chokidar/pull/1300) #### New Contributors - [@​Mutahhar](https://togithub.com/Mutahhar) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1226](https://togithub.com/paulmillr/chokidar/pull/1226) - [@​zqianem](https://togithub.com/zqianem) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1242](https://togithub.com/paulmillr/chokidar/pull/1242) - [@​JLHwung](https://togithub.com/JLHwung) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1288](https://togithub.com/paulmillr/chokidar/pull/1288) - [@​MarcCelani-at](https://togithub.com/MarcCelani-at) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1197](https://togithub.com/paulmillr/chokidar/pull/1197) - [@​ben-polinsky](https://togithub.com/ben-polinsky) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1300](https://togithub.com/paulmillr/chokidar/pull/1300) **Full Changelog**: https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0
jprichardson/node-fs-extra ### [`v11.2.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#​1120--2023-11-27) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0) - Copy directory contents in parallel for better performance ([#​1026](https://togithub.com/jprichardson/node-fs-extra/pull/1026)) - Refactor internal code to use `async`/`await` ([#​1020](https://togithub.com/jprichardson/node-fs-extra/issues/1020)) ### [`v11.1.1`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#​1111--2023-03-20) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/11.1.0...11.1.1) - Preserve timestamps when moving files across devices ([#​992](https://togithub.com/jprichardson/node-fs-extra/issues/992), [#​994](https://togithub.com/jprichardson/node-fs-extra/pull/994))
mdevils/html-entities ### [`v2.5.2`](https://togithub.com/mdevils/html-entities/compare/v2.5.1...v2.5.2) [Compare Source](https://togithub.com/mdevils/html-entities/compare/v2.5.1...v2.5.2) ### [`v2.5.1`](https://togithub.com/mdevils/html-entities/compare/v2.5.0...v2.5.1) [Compare Source](https://togithub.com/mdevils/html-entities/compare/v2.5.0...v2.5.1) ### [`v2.5.0`](https://togithub.com/mdevils/html-entities/blob/HEAD/CHANGELOG.md#​250) [Compare Source](https://togithub.com/mdevils/html-entities/compare/v2.4.0...v2.5.0) - Include source maps into the npm package. ### [`v2.4.0`](https://togithub.com/mdevils/html-entities/blob/HEAD/CHANGELOG.md#​240) [Compare Source](https://togithub.com/mdevils/html-entities/compare/v2.3.6...v2.4.0) - Introduce `nonAsciiPrintableOnly` mode. ### [`v2.3.6`](https://togithub.com/mdevils/html-entities/compare/v2.3.5...v2.3.6) [Compare Source](https://togithub.com/mdevils/html-entities/compare/v2.3.5...v2.3.6) ### [`v2.3.5`](https://togithub.com/mdevils/html-entities/blob/HEAD/CHANGELOG.md#​235) [Compare Source](https://togithub.com/mdevils/html-entities/compare/v2.3.4...v2.3.5) - Reduce unnecessarily long RegExps. ### [`v2.3.4`](https://togithub.com/mdevils/html-entities/blob/HEAD/CHANGELOG.md#​234) [Compare Source](https://togithub.com/mdevils/html-entities/compare/v2.3.3...v2.3.4) - Fix the problem decoding HTML5 entities those names are part of HTML4 entities.
mochajs/mocha ### [`v10.6.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​1060--2024-07-02) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.5.2...v10.6.0) ##### :tada: Enhancements - [#​5150](https://togithub.com/mochajs/mocha/pull/5150) feat: allow ^ versions for character encoding packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5151](https://togithub.com/mochajs/mocha/pull/5151) feat: allow ^ versions for file matching packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5152](https://togithub.com/mochajs/mocha/pull/5152) feat: allow ^ versions for yargs packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5153](https://togithub.com/mochajs/mocha/pull/5153) feat: allow ^ versions for data serialization packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5154](https://togithub.com/mochajs/mocha/pull/5154) feat: allow ^ versions for miscellaneous packages ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) ### [`v10.5.2`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​1052--2024-06-25) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.5.1...v10.5.2) ##### :bug: Fixes - [#​5032](https://togithub.com/mochajs/mocha/pull/5032) fix: better tracking of seen objects in error serialization ([**@​sam-super**](https://togithub.com/sam-super)) ### [`v10.5.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​1051--2024-06-24) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.5.0...v10.5.1) ##### :bug: Fixes - [#​5086](https://togithub.com/mochajs/mocha/pull/5086) fix: Add error handling for nonexistent file case with --file option ([**@​khoaHyh**](https://togithub.com/khoaHyh)) ### [`v10.5.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​1050--2024-06-24) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.4.0...v10.5.0) ##### :tada: Enhancements - [#​5015](https://togithub.com/mochajs/mocha/pull/5015) feat: use \ and \ for browser progress indicator instead of \ ([**@​yourWaifu**](https://togithub.com/yourWaifu)) - [#​5143](https://togithub.com/mochajs/mocha/pull/5143) feat: allow using any 3.x chokidar dependencies ([**@​simhnna**](https://togithub.com/simhnna)) - [#​4835](https://togithub.com/mochajs/mocha/pull/4835) feat: add MOCHA_OPTIONS env variable ([**@​icholy**](https://togithub.com/icholy)) ##### :bug: Fixes - [#​5107](https://togithub.com/mochajs/mocha/pull/5107) fix: include stack in browser uncaught error reporting ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) ##### :nut_and_bolt: Other - [#​5110](https://togithub.com/mochajs/mocha/pull/5110) chore: switch two-column list styles to be opt-in ([**@​marjys**](https://togithub.com/marjys)) - [#​5135](https://togithub.com/mochajs/mocha/pull/5135) chore: fix some typos in comments ([**@​StevenMia**](https://togithub.com/StevenMia)) - [#​5130](https://togithub.com/mochajs/mocha/pull/5130) chore: rename 'master' to 'main' in docs and tooling ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) ### [`v10.4.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​1040--2024-03-26) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.3.0...v10.4.0) ##### :tada: Enhancements - [#​4829](https://togithub.com/mochajs/mocha/pull/4829) feat: include `.cause` stacks in the error stack traces ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​4985](https://togithub.com/mochajs/mocha/pull/4985) feat: add file path to xunit reporter ([**@​bmish**](https://togithub.com/bmish)) ##### :bug: Fixes - [#​5074](https://togithub.com/mochajs/mocha/pull/5074) fix: harden error handling in `lib/cli/run.js` ([**@​stalet**](https://togithub.com/stalet)) ##### :nut_and_bolt: Other - [#​5077](https://togithub.com/mochajs/mocha/pull/5077) chore: add mtfoley/pr-compliance-action ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5060](https://togithub.com/mochajs/mocha/pull/5060) chore: migrate ESLint config to flat config ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5095](https://togithub.com/mochajs/mocha/pull/5095) chore: revert [#​5069](https://togithub.com/mochajs/mocha/pull/5069) to restore Netlify builds ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​5097](https://togithub.com/mochajs/mocha/pull/5097) docs: add sponsored to sponsorship link rels ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5093](https://togithub.com/mochajs/mocha/pull/5093) chore: add 'status: in triage' label to issue templates and docs ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5083](https://togithub.com/mochajs/mocha/pull/5083) docs: fix CHANGELOG.md headings to start with a root-level h1 ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5100](https://togithub.com/mochajs/mocha/pull/5100) chore: fix header generation and production build crashes ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5104](https://togithub.com/mochajs/mocha/pull/5104) chore: bump ESLint ecmaVersion to 2020 ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5116](https://togithub.com/mochajs/mocha/pull/5116) fix: eleventy template builds crash with 'unexpected token at ": string, msg..."' ([**@​LcsK**](https://togithub.com/LcsK)) - [#​4869](https://togithub.com/mochajs/mocha/pull/4869) docs: fix documentation concerning glob expansion on UNIX ([**@​binki**](https://togithub.com/binki)) - [#​5122](https://togithub.com/mochajs/mocha/pull/5122) test: fix xunit integration test ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​5123](https://togithub.com/mochajs/mocha/pull/5123) chore: activate dependabot for workflows ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​5125](https://togithub.com/mochajs/mocha/pull/5125) build(deps): bump the github-actions group with 2 updates ([**@​dependabot**](https://togithub.com/dependabot)) ### [`v10.3.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​1030--2024-02-08) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.2.0...v10.3.0) This is a stable release equivalent to [10.30.0-prerelease](#​1030-prerelease--2024-01-18).
mapbox/pixelmatch ### [`v6.0.0`](https://togithub.com/mapbox/pixelmatch/releases/v6.0.0) [Compare Source](https://togithub.com/mapbox/pixelmatch/compare/v5.3.0...v6.0.0) ⚠️ Breaking: publish `pixelmatch` as a ES module. Use the older v5.3.0 if you need to support CommonJS environments.
isaacs/rimraf ### [`v5.0.8`](https://togithub.com/isaacs/rimraf/compare/v5.0.7...v5.0.8) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.7...v5.0.8) ### [`v5.0.7`](https://togithub.com/isaacs/rimraf/compare/v5.0.6...v5.0.7) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.6...v5.0.7) ### [`v5.0.6`](https://togithub.com/isaacs/rimraf/compare/v5.0.5...v5.0.6) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.5...v5.0.6) ### [`v5.0.5`](https://togithub.com/isaacs/rimraf/compare/v5.0.4...v5.0.5) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.4...v5.0.5) ### [`v5.0.4`](https://togithub.com/isaacs/rimraf/compare/v5.0.3...v5.0.4) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.3...v5.0.4) ### [`v5.0.3`](https://togithub.com/isaacs/rimraf/compare/v5.0.2...v5.0.3) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.2...v5.0.3) ### [`v5.0.2`](https://togithub.com/isaacs/rimraf/compare/v5.0.1...v5.0.2) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://togithub.com/isaacs/rimraf/compare/v5.0.0...v5.0.1) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://togithub.com/isaacs/rimraf/compare/v4.4.1...v5.0.0) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.4.1...v5.0.0) ### [`v4.4.1`](https://togithub.com/isaacs/rimraf/compare/v4.4.0...v4.4.1) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.4.0...v4.4.1) ### [`v4.4.0`](https://togithub.com/isaacs/rimraf/compare/v4.3.1...v4.4.0) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.3.1...v4.4.0) ### [`v4.3.1`](https://togithub.com/isaacs/rimraf/compare/v4.3.0...v4.3.1) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.3.0...v4.3.1) ### [`v4.3.0`](https://togithub.com/isaacs/rimraf/compare/v4.2.0...v4.3.0) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.2.0...v4.3.0) ### [`v4.2.0`](https://togithub.com/isaacs/rimraf/compare/v4.1.4...v4.2.0) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.1.4...v4.2.0) ### [`v4.1.4`](https://togithub.com/isaacs/rimraf/compare/v4.1.3...v4.1.4) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.1.3...v4.1.4) ### [`v4.1.3`](https://togithub.com/isaacs/rimraf/compare/v4.1.2...v4.1.3) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.1.2...v4.1.3) ### [`v4.1.2`](https://togithub.com/isaacs/rimraf/compare/v4.1.1...v4.1.2) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.1.1...v4.1.2) ### [`v4.1.1`](https://togithub.com/isaacs/rimraf/compare/v4.1.0...v4.1.1) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v4.1.0...v4.1.1)
sinonjs/sinon ### [`v18.0.0`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#​1800) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v17.0.2...v18.0.0) This is what 17.0.2 should have been, as that contained two breaking changes. After updating Nise we are down to one breaking change, which only affects sinon-test (which has been updated), so most people are not affected. The legacyRoutes flag that is currently enabled in Nise by default will at some later version be disabled. We will then issue a little migration note. - [`01d45312`](https://togithub.com/sinonjs/sinon/commit/01d45312e82bbd0b2f435f16bd4a834b98d08e11) Use Nise 6 with legacyRoutes flag enabled (Carl-Erik Kopseng) > This should be disabled in a future Sinon version by default. - [`c618edc5`](https://togithub.com/sinonjs/sinon/commit/c618edc51e0302f047914e121cb788ac9cc43382) fix [#​2594](https://togithub.com/sinonjs/sinon/issues/2594): remove needless sandbox creation (Carl-Erik Kopseng) *Released by [Carl-Erik Kopseng](https://togithub.com/fatso83) on 2024-05-15.* ### [`v17.0.2`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#​1702) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v17.0.1...v17.0.2) - [`f6dca0ba`](https://togithub.com/sinonjs/sinon/commit/f6dca0bac3f228fa917165eca8815d5e2b8a6793) upgrade packages ([#​2595](https://togithub.com/sinonjs/sinon/issues/2595)) (Carl-Erik Kopseng) - [`5025d001`](https://togithub.com/sinonjs/sinon/commit/5025d001401091fd2086cfa2ec69e40cc0da9b65) Avoid return and callArg\* clearing each other's state ([#​2593](https://togithub.com/sinonjs/sinon/issues/2593)) (Carl-Erik Kopseng) > - Partially revert "fix returns does not override call through ([#​2567](https://togithub.com/sinonjs/sinon/issues/2567))" > > > > - revert to the old manual clearing of props - [`ed068a88`](https://togithub.com/sinonjs/sinon/commit/ed068a886fa37cbd5f886d355824debd69aa1b16) Bump ip from 1.1.8 to 1.1.9 ([#

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.



This PR has been generated by Renovate Bot.

ggrossetie commented 6 months ago

⚠ 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:

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: dirty-chai@2.0.1
npm ERR! Found: chai@5.1.1
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 dirty-chai@2.0.1
npm ERR! node_modules/dirty-chai
npm ERR!   dev dirty-chai@"~2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: chai@4.4.1
npm ERR! node_modules/chai
npm ERR!   peer chai@">=2.2.1 <5" from dirty-chai@2.0.1
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-07-03T02_18_07_680Z-debug-0.log