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 the npm_and_yarn group with 3 updates #216

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2024

Bumps the npm_and_yarn group with 3 updates: body-parser, netlify-cli and serve-static.

Removes body-parser

Updates netlify-cli from 17.34.2 to 17.36.2

Release notes

Sourced from netlify-cli's releases.

v17.36.2

17.36.2 (2024-09-20)

Bug Fixes

v17.36.1

17.36.1 (2024-09-19)

Bug Fixes

  • deps: bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6 (#6828) (04567fb)
  • deps: update dependency @​netlify/blobs to v8.0.1 (#6801) (ffb394c)
  • deps: update dependency express to v4.20.0 [security] (#6820) (7089c02)

v17.36.0

17.36.0 (2024-09-10)

Features

  • dev: update dev server plugin env variable to be an array of plugins (#6811) (dbcf1f5)

v17.35.0

17.35.0 (2024-09-06)

Features

v17.34.4

17.34.4 (2024-09-05)

Bug Fixes

  • increased the default functions timeout to 30s (#6804) (2438a00)

v17.34.3

17.34.3 (2024-08-26)

Bug Fixes

Changelog

Sourced from netlify-cli's changelog.

17.36.2 (2024-09-20)

Bug Fixes

17.36.1 (2024-09-19)

Bug Fixes

  • deps: bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6 (#6828) (04567fb)
  • deps: update dependency @​netlify/blobs to v8.0.1 (#6801) (ffb394c)
  • deps: update dependency express to v4.20.0 [security] (#6820) (7089c02)

17.36.0 (2024-09-10)

Features

  • dev: update dev server plugin env variable to be an array of plugins (#6811) (dbcf1f5)

17.35.0 (2024-09-06)

Features

17.34.4 (2024-09-05)

Bug Fixes

  • increased the default functions timeout to 30s (#6804) (2438a00)

17.34.3 (2024-08-26)

Bug Fixes

Commits
  • febc257 chore(main): release 17.36.2 (#6829)
  • 561e16a fix(deps): update netlify packages (#6814)
  • f61033b chore(main): release 17.36.1 (#6819)
  • 04567fb fix(deps): bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6...
  • 7089c02 fix(deps): update dependency express to v4.20.0 [security] (#6820)
  • ffb394c fix(deps): update dependency @​netlify/blobs to v8.0.1 (#6801)
  • 6890fb0 chore(main): release 17.36.0 (#6812)
  • dbcf1f5 feat(dev): update dev server plugin env variable to be an array of plugins (#...
  • 4d1a481 chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#6809)
  • ee4631c chore(main): release 17.35.0 (#6810)
  • Additional commits viewable in compare view

Updates serve-static from 1.15.0 to 1.16.0

Release notes

Sourced from serve-static's releases.

1.16.0

What's Changed

New Contributors

Full Changelog: expressjs/serve-static@v1.15.0...1.16.0

Changelog

Sourced from serve-static's changelog.

1.16.0 / 2024-09-10

  • Remove link renderization in html while redirecting
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for serve-static since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    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.

Bumps the npm_and_yarn group with 3 updates: [body-parser](https://github.com/expressjs/body-parser), [netlify-cli](https://github.com/netlify/cli) and [serve-static](https://github.com/expressjs/serve-static).


Removes `body-parser`

Updates `netlify-cli` from 17.34.2 to 17.36.2
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v17.34.2...v17.36.2)

Updates `serve-static` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...1.16.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: netlify-cli
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: serve-static
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

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 Sep 21, 2024
Copy link

netlify bot commented Sep 21, 2024

Deploy Preview for eventua11y ready!

Name Link
🔨 Latest commit e6c3fcc
🔍 Latest deploy log https://app.netlify.com/sites/eventua11y/deploys/66ee66bf14ff4d0008e199ca
😎 Deploy Preview https://deploy-preview-216--eventua11y.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

0 participants