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 path-to-regexp and netlify-cli #757

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Removes path-to-regexp

Updates netlify-cli from 17.37.0 to 17.38.1

Release notes

Sourced from netlify-cli's releases.

v17.38.1

17.38.1 (2024-12-17)

Bug Fixes

v17.38.0

17.38.0 (2024-12-03)

Features

Bug Fixes

  • check ip version if settings.useStaticServer (#6936) (be6b07e)
  • deps: update dependency @​netlify/edge-functions to v2.11.1 (#6772) (cd7aeed)
  • deps: update dependency @​sanity/client to v6 (#6650) (fdaabc0)
  • deps: update dependency @​types/node to v20.17.6 (#6918) (9c4eb22)
  • deps: update dependency @​types/node to v20.17.7 (#6933) (fce5cc3)
  • deps: update dependency @​types/node to v22.10.1 (#6942) (2218116)
  • deps: update dependency ci-info to v4.1.0 (#6925) (f4eca65)
  • deps: update dependency ora to v8.1.1 (#6919) (f89b707)
  • deps: update netlify packages (#6922) (96f64ef)
  • deps: update rust crate lambda_runtime to 0.13.0 (#6920) (f48841c)
  • make outputs more user-friendly for sites:create-template (#6915) (d132ddd)
  • prevent redundant repos, add preliminary name checks, and improve error handling in sites:create-template (#6908) (a1000b3)

v17.37.2

17.37.2 (2024-10-29)

Bug Fixes

  • add zsh autocomplete setup and file permissions instructions to completion:install (#6882) (75c0e7b)
  • deps: update dependency @​netlify/build to v29.55.4 (#6892) (da3563b)
  • deps: update dependency @​netlify/build to v29.56.0 (#6906) (e63a9c2)
  • deps: update dependency @​types/node to v20.17.1 (#6903) (93a728b)
  • deps: update dependency ws to v8.18.0 (#6904) (89e814d)

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

17.38.1 (2024-12-17)

Bug Fixes

17.38.0 (2024-12-03)

Features

Bug Fixes

  • check ip version if settings.useStaticServer (#6936) (be6b07e)
  • deps: update dependency @​netlify/edge-functions to v2.11.1 (#6772) (cd7aeed)
  • deps: update dependency @​sanity/client to v6 (#6650) (fdaabc0)
  • deps: update dependency @​types/node to v20.17.6 (#6918) (9c4eb22)
  • deps: update dependency @​types/node to v20.17.7 (#6933) (fce5cc3)
  • deps: update dependency @​types/node to v22.10.1 (#6942) (2218116)
  • deps: update dependency ci-info to v4.1.0 (#6925) (f4eca65)
  • deps: update dependency ora to v8.1.1 (#6919) (f89b707)
  • deps: update netlify packages (#6922) (96f64ef)
  • deps: update rust crate lambda_runtime to 0.13.0 (#6920) (f48841c)
  • make outputs more user-friendly for sites:create-template (#6915) (d132ddd)
  • prevent redundant repos, add preliminary name checks, and improve error handling in sites:create-template (#6908) (a1000b3)

17.37.2 (2024-10-29)

Bug Fixes

  • add zsh autocomplete setup and file permissions instructions to completion:install (#6882) (75c0e7b)
  • deps: update dependency @​netlify/build to v29.55.4 (#6892) (da3563b)
  • deps: update dependency @​netlify/build to v29.56.0 (#6906) (e63a9c2)
  • deps: update dependency @​types/node to v20.17.1 (#6903) (93a728b)
  • deps: update dependency ws to v8.18.0 (#6904) (89e814d)
  • deps: update netlify packages (#6891) (8db8a3a)
  • deps: update netlify packages (#6899) (62d3123)
  • improve console message when unlinking from directory without a netlify.toml (#6897) (622098e)

... (truncated)

Commits

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 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.

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


Removes `path-to-regexp`

Updates `netlify-cli` from 17.37.0 to 17.38.1
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v17.37.0...v17.38.1)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: netlify-cli
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from shgysk8zer0 as a code owner December 21, 2024 05:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 21, 2024
@shgysk8zer0 shgysk8zer0 merged commit 4f766fa into master Dec 23, 2024
8 checks passed
@shgysk8zer0 shgysk8zer0 deleted the dependabot/npm_and_yarn/multi-3d61b37e5c branch December 23, 2024 03:50
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