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 express and netlify-cli #73

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Removes express. It's no longer used after updating ancestor dependency netlify-cli. These dependencies need to be updated together.

Removes express

Updates netlify-cli from 15.1.1 to 17.22.1

Release notes

Sourced from netlify-cli's releases.

v17.22.1

17.22.1 (2024-04-10)

Bug Fixes

v17.22.0

17.22.0 (2024-04-08)

Features

  • add --internal-disable-edge-functions flag to skip Deno setup (#6495) (a6f0f45)
  • load edge functions bootstrap from module (#6496) (bb2279f)

Bug Fixes

  • set DEPLOY_ID and DEPLOY_URL env vars once available (#6489) (bc24f77)

v17.21.2

17.21.2 (2024-04-04)

Bug Fixes

  • deps: pin dependency @​opentelemetry/api to 1.8.0 (#6484) (b0565be)
  • deps: update dependency @​netlify/blobs to v7.2.0 (#6486) (0303e88)
  • deps: update dependency @​netlify/blobs to v7.3.0 (#6491) (594cf9e)
  • deps: update dependency @​netlify/build to v29.37.0 (#6479) (e87e5ad)
  • deps: update dependency @​netlify/build to v29.38.1 (#6488) (dfc0b13)
  • deps: update dependency @​netlify/build to v29.39.0 (#6493) (bb08e3f)
  • deps: update dependency express to v4.19.2 [security] (#6482) (ba2130d)
  • deps: update netlify packages (#6480) (4a3ea17)
  • deps: update netlify packages (#6490) (a91c91c)
  • remove skipWaitPort from help and docs (#6478) (986e334)
  • replace bad doc URL in output (#6460) (31ef216)

v17.21.1

17.21.1 (2024-03-26)

Bug Fixes

  • deps: update dependency @​netlify/build to v29.36.4 (#6438) (4cf7ef7)
  • deps: update dependency ansi-escapes to v6.2.1 (#6465) (df72076)
  • deps: update netlify packages (#6476) (505e70c)

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

17.22.1 (2024-04-10)

Bug Fixes

17.22.0 (2024-04-08)

Features

  • add --internal-disable-edge-functions flag to skip Deno setup (#6495) (a6f0f45)
  • load edge functions bootstrap from module (#6496) (bb2279f)

Bug Fixes

  • set DEPLOY_ID and DEPLOY_URL env vars once available (#6489) (bc24f77)

17.21.2 (2024-04-04)

Bug Fixes

  • deps: pin dependency @​opentelemetry/api to 1.8.0 (#6484) (b0565be)
  • deps: update dependency @​netlify/blobs to v7.2.0 (#6486) (0303e88)
  • deps: update dependency @​netlify/blobs to v7.3.0 (#6491) (594cf9e)
  • deps: update dependency @​netlify/build to v29.37.0 (#6479) (e87e5ad)
  • deps: update dependency @​netlify/build to v29.38.1 (#6488) (dfc0b13)
  • deps: update dependency @​netlify/build to v29.39.0 (#6493) (bb08e3f)
  • deps: update dependency express to v4.19.2 [security] (#6482) (ba2130d)
  • deps: update netlify packages (#6480) (4a3ea17)
  • deps: update netlify packages (#6490) (a91c91c)
  • remove skipWaitPort from help and docs (#6478) (986e334)
  • replace bad doc URL in output (#6460) (31ef216)

17.21.1 (2024-03-26)

Bug Fixes

  • deps: update dependency @​netlify/build to v29.36.4 (#6438) (4cf7ef7)
  • deps: update dependency ansi-escapes to v6.2.1 (#6465) (df72076)
  • deps: update netlify packages (#6476) (505e70c)

17.21.0 (2024-03-26)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Removes [express](https://github.com/expressjs/express). It's no longer used after updating ancestor dependency [netlify-cli](https://github.com/netlify/cli). These dependencies need to be updated together.


Removes `express`

Updates `netlify-cli` from 15.1.1 to 17.22.1
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v15.1.1...v17.22.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: netlify-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 23, 2024
@dgp1130
Copy link
Owner

dgp1130 commented Jul 21, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2024

Superseded by #79.

@dependabot dependabot bot closed this Jul 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-ac051794e4 branch July 21, 2024 21:08
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 that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant