Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 18, 2023

Bumps debug to 2.6.9 and updates ancestor dependencies debug, budo, karma, mocha and semistandard. These dependencies need to be updated together.

Updates debug from 2.6.8 to 2.6.9

Release notes

Sourced from debug's releases.

2.6.9

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @​zhuangya for their help!

Changelog

Sourced from debug's changelog.

2.6.9 / 2017-09-22

  • remove ReDoS regexp in %o formatter (#504)
Commits

Updates budo from 8.4.0 to 11.8.4

Changelog

Sourced from budo's changelog.

11.x

Breaking Changes

  • Upgraded to browserify@15, set supported node version to >= 4

10.x

🎉

Breaking Changes

  • Upgraded to browserify@14
  • The --pushstate boolean argument should now come after entries in the CLI, as it supports subarg options. Using it before entries will still work but may log a warning.
  • Major overhaul to LiveReload backend to make it faster and more robust #194
    • No longer uses tiny-lr or the old school LiveReload stuff, so it no longer supports some of the feature set from that tool
    • No longer supports the LiveReload browser plugin
    • Budo runs everything on a single port/server instead of a second server for LiveReload
    • /budo/livereload.js now serves the LiveReload client

Other Changes

  • opts.staticOptions is now passed onto serve-static module
  • opts.pushstate (boolean or object) is now passed onto connect-pushstate module
  • CLI now supports subarg syntax for commands like --static-options and --pushstate
  • defaultIndex function now accepts a req as the second parameter

9.4.7

  • Make HTTP logging more accurate: previously the time and byte size was not correct

9.4.5 .. 9.4.6

  • Small tweaks to frontend build error styling
  • Add pushstate flag as a boolean so it doesn't swallow entry

9.4.3

  • Disable cache control for serve-static, I've found this greatly reduces load time
  • Slight change to package.json scripts so they work on Windows

9.4.2

  • Improve Windows terminal color support, fixes #179

9.4.0

  • Improve build error parsing and rendering

9.3.0

... (truncated)

Commits

Updates karma from 0.13.22 to 6.4.1

Release notes

Sourced from karma's releases.

v6.4.1

6.4.1 (2022-09-19)

Bug Fixes

v6.4.0

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

v6.3.20

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

v6.3.19

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

v6.3.18

6.3.18 (2022-04-13)

Bug Fixes

  • deps: upgrade socket.io to v4.4.1 (52a30bb)

v6.3.17

6.3.17 (2022-02-28)

Bug Fixes

  • deps: update colors to maintained version (#3763) (fca1884)

v6.3.16

... (truncated)

Changelog

Sourced from karma's changelog.

6.4.1 (2022-09-19)

Bug Fixes

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

6.3.18 (2022-04-13)

Bug Fixes

  • deps: upgrade socket.io to v4.4.1 (52a30bb)

6.3.17 (2022-02-28)

Bug Fixes

  • deps: update colors to maintained version (#3763) (fca1884)

6.3.16 (2022-02-10)

Bug Fixes

  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)

... (truncated)

Commits
  • 0013121 chore(release): 6.4.1 [skip ci]
  • 63d86be fix: pass integrity value
  • 84f7cc3 chore(release): 6.4.0 [skip ci]
  • f2d0663 docs: add integrity parameter
  • dc51a2e feat: support SRI verification of link tags
  • 6a54b1c feat: support SRI verification of script tags
  • 5e71cf5 chore(release): 6.3.20 [skip ci]
  • e17698f fix: prefer IPv4 addresses when resolving domains
  • 60f4f79 build: add Node 16 and 18 to the CI matrix
  • 6ff5aaf chore(release): 6.3.19 [skip ci]
  • Additional commits viewable in compare view

Updates mocha from 2.5.3 to 10.2.0

Release notes

Sourced from mocha's releases.

v10.2.0

10.2.0 / 2022-12-11

🎉 Enhancements

  • #4945: API: add possibility to decorate ESM name before import (@​j0tunn)

🐛 Fixes

📖 Documentation

v10.1.0

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

v10.0.0

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

... (truncated)

Changelog

Sourced from mocha's changelog.

10.2.0 / 2022-12-11

🎉 Enhancements

  • #4945: API: add possibility to decorate ESM name before import (@​j0tunn)

🐛 Fixes

📖 Documentation

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by juergba, a new releaser for mocha since your current version.


Updates semistandard from 8.0.0 to 16.0.1

Release notes

Sourced from semistandard's releases.

v16.0.1

  • Dependency: Update eslint-config-standard to 16.0.3 (#268) 54c8f1c
  • Dependency: Update to eslint-config-semistandard 16.0.0 54c43e3
  • Dependency: Remove unused eslint-plugin-standard 4769cfe
  • Minor: Correctly indicate supported >=10.12.0 Node.js version range 686c61e
  • Dev: Replaced Travis CI with GitHub Actions (#269) efd2c7b

All changes: standard/semistandard@v16.0.0...v16.0.1

Changelog

Sourced from semistandard's changelog.

16.0.1 2021-06-14

Updated to standard 16.0.3.

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

Also:

  • Updated to eslint-config-semistandard version 16.0.0
  • Removed unused eslint-plugin-standard

16.0.0 2020-10-30

Updated to standard 16.0.0.

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

15.0.0 2020-10-29

Updated to eslint 7 and standard 15.0.0.

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

14.2.3 2020-07-25

  • Republish with complete changelog

14.2.2 2020-07-25

  • Republish without CRLF to resolve issues on MacOS.

14.2.0 - 2019-09-14

  • Update eslint to 6.4.0

14.1.0 2019-09-04

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

14.0.1 2019-08-19

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

14.0.0 2019-08-19

Updated to eslint 6 and standard 13.0.0.

... (truncated)

Commits
  • f146af0 16.0.1
  • f9b5bb3 Update CHANGELOG
  • efd2c7b Remove Travis CI, replace with GitHub Actions
  • 8b2602a Add GitHub Action test
  • 686c61e Indicate proper node.js version range
  • 54c43e3 Update to eslint-config-semistandard 16.0.0
  • b266d72 Disable package lock file
  • 2e7a231 update all deps
  • 54c8f1c update eslint-config-standard to 16.0.3
  • 4769cfe remove unused eslint-plugin-standard
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by voxpelli, a new releaser for semistandard since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependencies [debug](https://github.com/debug-js/debug), [budo](https://github.com/mattdesl/budo), [karma](https://github.com/karma-runner/karma), [mocha](https://github.com/mochajs/mocha) and [semistandard](https://github.com/standard/semistandard). These dependencies need to be updated together.


Updates `debug` from 2.6.8 to 2.6.9
- [Release notes](https://github.com/debug-js/debug/releases)
- [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
- [Commits](debug-js/debug@2.6.8...2.6.9)

Updates `budo` from 8.4.0 to 11.8.4
- [Release notes](https://github.com/mattdesl/budo/releases)
- [Changelog](https://github.com/mattdesl/budo/blob/master/CHANGELOG.md)
- [Commits](mattdesl/budo@v8.4.0...v11.8.4)

Updates `karma` from 0.13.22 to 6.4.1
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v0.13.22...v6.4.1)

Updates `mocha` from 2.5.3 to 10.2.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v2.5.3...v10.2.0)

Updates `semistandard` from 8.0.0 to 16.0.1
- [Release notes](https://github.com/standard/semistandard/releases)
- [Changelog](https://github.com/standard/semistandard/blob/master/CHANGELOG.md)
- [Commits](standard/semistandard@v8.0.0...v16.0.1)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: indirect
- dependency-name: budo
  dependency-type: direct:development
- dependency-name: karma
  dependency-type: direct:development
- dependency-name: mocha
  dependency-type: direct:development
- dependency-name: semistandard
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant