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

Bump bl and changelog-maker #83

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

Conversation

dependabot[bot]
Copy link

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

Bumps bl to 4.1.0 and updates ancestor dependency changelog-maker. These dependencies need to be updated together.

Updates bl from 1.0.3 to 4.1.0

Release notes

Sourced from bl's releases.

v4.0.3

Fix unintialized memory access

v4.0.1

  • Remove false-positive Apache-exploit (Fixes #79). #80

v3.0.1

Fix unintialized memory access

v3.0.0

  • readable-stream@3 #57

v2.2.1

Fix unintialized memory access

v2.2.0

  • Add indexOf docs #60
  • fix empty shallowSlice return #65

v2.1.2

  • use ES3 only #62

v2.1.1

  • Use native indexOf whenever possible #61

v2.1.0

  • Added indexOf #59

v2.0.1

  • Use require('readable-stream').Duplex #56

v2.0.0

  • Added support for readUIntLE and companions #55

v1.2.2

  • use safe-buffer #51

v1.2.1

  • Fix shallowSlice when the offset are not at the beginning of an internal buffer #44
Commits
Maintainer changes

This version was pushed to npm by matteo.collina, a new releaser for bl since your current version.


Updates changelog-maker from 2.2.6 to 2.8.0

Release notes

Sourced from changelog-maker's releases.

v2.8.0

2.8.0 (2022-01-17)

Features

  • escape markdown characters in user provided strings (#122) (aa0234f)

v2.7.4

2.7.4 (2021-11-23)

Trivial Changes

  • deps: remove package-lock.json (#118) (a059bc7)
  • no-release: bump tap from 15.0.10 to 15.1.1 (#113) (fcfc5c8)

v2.7.3

2.7.3 (2021-10-28)

Trivial Changes

  • deps: bump async from 3.2.1 to 3.2.2 (790bb0a)

v2.7.2

2.7.2 (2021-10-25)

Trivial Changes

  • deps: bump split2 from 4.0.0 to 4.1.0 (f9676c0)

v2.7.1

2.7.1 (2021-10-15)

Trivial Changes

  • deps: bump split2 from 3.2.2 to 4.0.0 (#109) (365916f)

v2.7.0

2.7.0 (2021-10-14)

Features

  • run Node.js markdown formatter on markdown output (#98) (26afb81)

... (truncated)

Changelog

Sourced from changelog-maker's changelog.

2.8.0 (2022-01-17)

Features

  • escape markdown characters in user provided strings (#122) (aa0234f)

2.7.4 (2021-11-23)

Trivial Changes

  • deps: remove package-lock.json (#118) (a059bc7)
  • no-release: bump tap from 15.0.10 to 15.1.1 (#113) (fcfc5c8)

2.7.3 (2021-10-28)

Trivial Changes

  • deps: bump async from 3.2.1 to 3.2.2 (790bb0a)

2.7.2 (2021-10-25)

Trivial Changes

  • deps: bump split2 from 4.0.0 to 4.1.0 (f9676c0)

2.7.1 (2021-10-15)

Trivial Changes

  • deps: bump split2 from 3.2.2 to 4.0.0 (#109) (365916f)

2.7.0 (2021-10-14)

Features

  • run Node.js markdown formatter on markdown output (#98) (26afb81)

Bug Fixes

  • main instead of master (c6aac22)
  • remove build step from release process (ec2b9c0)

... (truncated)

Commits
  • c37c159 chore(release): 2.8.0 [skip ci]
  • aa0234f feat: escape markdown characters in user provided strings (#122)
  • f12fe58 group_with_underscore: test commit message
  • 0d51e79 Revert "feat: escape markdown characters in user provided strings (#122)"
  • 7c10a4e feat: escape markdown characters in user provided strings (#122)
  • caeeabd chore(release): 2.7.4 [skip ci]
  • a059bc7 chore(deps): remove package-lock.json (#118)
  • fcfc5c8 chore(no-release): bump tap from 15.0.10 to 15.1.1 (#113)
  • 6b6592c chore(release): 2.7.3 [skip ci]
  • 790bb0a chore(deps): bump async from 3.2.1 to 3.2.2
  • Additional commits viewable in compare view

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 [bl](https://github.com/rvagg/bl) to 4.1.0 and updates ancestor dependency [changelog-maker](https://github.com/nodejs/changelog-maker). These dependencies need to be updated together.


Updates `bl` from 1.0.3 to 4.1.0
- [Release notes](https://github.com/rvagg/bl/releases)
- [Changelog](https://github.com/rvagg/bl/blob/master/CHANGELOG.md)
- [Commits](rvagg/bl@v1.0.3...v4.1.0)

Updates `changelog-maker` from 2.2.6 to 2.8.0
- [Release notes](https://github.com/nodejs/changelog-maker/releases)
- [Changelog](https://github.com/nodejs/changelog-maker/blob/main/CHANGELOG.md)
- [Commits](nodejs/changelog-maker@v2.2.6...v2.8.0)

---
updated-dependencies:
- dependency-name: bl
  dependency-type: indirect
- dependency-name: changelog-maker
  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 17, 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.

0 participants