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

deps: bump restify from 8.6.1 to 11.1.0 #74

Merged
merged 1 commit into from
Jun 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps restify from 8.6.1 to 11.1.0.

Release notes

Sourced from restify's releases.

v11.1.0

11.1.0 (2023-02-24)

Features

  • allow custom alternatives to domains (54adfcb)

v11.0.0

11.0.0 (2023-01-17)

⚠ BREAKING CHANGES

  • don't override req.log if set during .first
  • use req.log on audit plugin

Features

  • don't override req.log if set during .first (852d2c1)
  • use req.log on audit plugin (528ecbc)

v10.0.0

10.0.0 (2022-11-29)

⚠ BREAKING CHANGES

  • support v18.x

Features

  • bump dtrace-provider version to avoid MacOS errors (fa52f60)
  • support v18.x (5795223)

v9.0.0

9.0.0 (2022-11-15)

⚠ BREAKING CHANGES

  • remove deprecated usage of pino.child (#1902)
  • deprecates and removes re-routing when passing a string parameter to next()
  • removes RequestCaptureStream and replaces Bunyan with Pino
  • adds async/await support to pre, use and handler chains
  • drops suppoprt to node 8 and updates linting rules
  • server: - Server returns RequestCloseError instead of RequestAbortedError
  • travisci: dropping support below Node.js 4

Features

... (truncated)

Changelog

Sourced from restify's changelog.

11.1.0 (2023-02-24)

Features

  • allow custom alternatives to domains (54adfcb)

11.0.0 (2023-01-17)

⚠ BREAKING CHANGES

  • don't override req.log if set during .first
  • use req.log on audit plugin

Features

  • don't override req.log if set during .first (852d2c1)
  • use req.log on audit plugin (528ecbc)

10.0.0 (2022-11-29)

⚠ BREAKING CHANGES

  • support v18.x

Features

  • bump dtrace-provider version to avoid MacOS errors (fa52f60)
  • support v18.x (5795223)

8.5.1 (2019-12-13)

Bug Fixes

  • benchmark: force latest restify version (#1810) (b8ec60e3)
  • server: address domain performance regression with Node v12.x (#1809) (e648d491)

8.5.0 (2019-12-02)

Features

  • chain: use nextTick instead of setImmediate (#1808) (703470ad)

... (truncated)

Commits
  • 39c1f6e chore(master): release 11.1.0
  • 54adfcb feat: allow custom alternatives to domains
  • adf24c1 Create SECURITY.md
  • a4aef49 chore(master): release 11.0.0
  • 852d2c1 feat!: don't override req.log if set during .first
  • 528ecbc feat!: use req.log on audit plugin
  • 2053ef6 chore(master): release 10.0.0
  • 3f94e4f chore: upgrade release-please (please work)
  • c21f6a8 chore: remove wrong link from CHANGELOG.md
  • 5795223 feat!: support v18.x
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests & Issues related to JavaScript labels Mar 1, 2023
@dependabot dependabot bot requested review from a team and ardalanamini and removed request for a team March 1, 2023 05:59
@changeset-bot
Copy link

changeset-bot bot commented Mar 1, 2023

⚠️ No Changeset found

Latest commit: 9cadd4e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ardalanamini
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/restify-11.1.0 branch from 1bd9bd6 to 5900b37 Compare June 18, 2023 08:42
@nx-cloud
Copy link

nx-cloud bot commented Jun 18, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 9cadd4e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 3 targets

Sent with 💌 from NxCloud.

@codecov
Copy link

codecov bot commented Jun 18, 2023

Codecov Report

Merging #74 (9cadd4e) into main (cb2644e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #74   +/-   ##
=======================================
  Coverage   84.67%   84.67%           
=======================================
  Files          46       46           
  Lines        1684     1684           
  Branches      400      400           
=======================================
  Hits         1426     1426           
  Misses        242      242           
  Partials       16       16           
Flag Coverage Δ
config 65.00% <ø> (ø)
foxify 60.28% <ø> (ø)
fresh 100.00% <ø> (ø)
http 87.93% <ø> (ø)
inject 97.40% <ø> (ø)
router 96.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ardalanamini
Copy link
Member

@dependabot rebase

Bumps [restify](https://github.com/restify/node-restify) from 8.6.1 to 11.1.0.
- [Release notes](https://github.com/restify/node-restify/releases)
- [Changelog](https://github.com/restify/node-restify/blob/master/CHANGELOG.md)
- [Commits](restify/node-restify@v8.6.1...v11.1.0)

---
updated-dependencies:
- dependency-name: restify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/restify-11.1.0 branch from 5900b37 to 9cadd4e Compare June 18, 2023 09:15
@ardalanamini ardalanamini merged commit 7de68ee into main Jun 18, 2023
15 checks passed
@ardalanamini ardalanamini deleted the dependabot/npm_and_yarn/restify-11.1.0 branch June 18, 2023 09:32
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 javascript Pull requests & Issues related to JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant