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 got and @lando/core #301

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Removes got. It's no longer used after updating ancestor dependency @lando/core. These dependencies need to be updated together.

Removes got

Updates @lando/core from 3.22.3 to 3.23.7

Release notes

Sourced from @​lando/core's releases.

v3.23.7

v3.23.6

  • Improved homepage documentation selector part 2

v3.23.5

  • Improved homepage documentation selector

v3.23.4

v3.23.3

v3.23.2

  • Fixed bug causing @lando/core and its plugins to incorrectly report ⚠️ Cannot update. Please update manually.

v3.23.1

New Features & Improvements

  • Added useful warning if Lando cannot detect the CLI update location in PATH #259

Fixed

  • Fixed regression causing some recipe tooling commands to disappear in apps with characters in their name that get altered by slugification

v3.23.0

New Features & Improvements

  • Changed lando setup to pull common plugins based on release channel to better mimic fatcore
  • Improved internet detection tests #243
  • Improved lando shellenv to produce more consistent newliney output
  • Rebased axios and octokit on @npmcli/agent to improve request consistency across environments
  • Updated default Docker Desktop version to 4.34.3
  • Updated default Docker Engine version to 27.3.1
  • Updated recommended Docker Desktop range to >=4.34.0
  • Updated tested Docker Desktop range to <=4.35
  • Updated tested Docker Compose range to <=2.29.2
  • Updated packaged cli to use node20

Fixed

  • Fixed some packaging problems with new combining core/cli and changed so tests run 💯 packaged
  • Fixed run-from-source #shebang to be more universal
  • Fixed flags: 0x5000: no such file or directory: unknown on WSL when bind mounting certain files the second time #242
  • Fixed bug causing https proxy routes to be assigned when they shouldnt be
  • Fixed bug causing cache from repopulating old proxy addresses that have been removed #209
  • Fixed bug in v4 auto entrypoint and command population
  • Fixed regression causing empty tooling options to throw an error #240

... (truncated)

Changelog

Sourced from @​lando/core's changelog.

v3.23.7 - November 13, 2024

v3.23.6 - November 13, 2024

  • Improved homepage documentation selector part 2

v3.23.5 - November 13, 2024

  • Improved homepage documentation selector

v3.23.4 - November 12, 2024

v3.23.3 - November 4, 2024

v3.23.2 - October 30, 2024

  • Fixed bug causing @lando/core and its plugins to incorrectly report ⚠️ Cannot update. Please update manually.

v3.23.1 - October 29, 2024

New Features & Improvements

  • Added useful warning if Lando cannot detect the CLI update location in PATH #259

Fixed

  • Fixed regression causing some recipe tooling commands to disappear in apps with characters in their name that get altered by slugification

v3.23.0 - October 26, 2024

New Features & Improvements

  • Changed lando setup to pull common plugins based on release channel to better mimic fatcore
  • Improved internet detection tests #243
  • Improved lando shellenv to produce more consistent newliney output
  • Rebased axios and octokit on @npmcli/agent to improve request consistency across environments
  • Updated default Docker Desktop version to 4.34.3
  • Updated default Docker Engine version to 27.3.1
  • Updated recommended Docker Desktop range to >=4.34.0
  • Updated tested Docker Desktop range to <=4.35
  • Updated tested Docker Compose range to <=2.29.2
  • Updated packaged cli to use node20

Fixed

... (truncated)

Commits
  • 3aa32cd release v3.23.7 generated by @​lando/prepare-release-action
  • f3b45fc updated to @​lando/vitepress-theme-default-plus@​v1.1.0-beta.23
  • 42a2163 AUTODEPLOYED @​lando/vitepress-theme-default-plus@​1.1.0-beta.23
  • 624ad95 AUTODEPLOYED @​lando/vitepress-theme-default-plus@​1.1.0-beta.22
  • edb3943 attempt to rewrite homepage to /v/dev/index.html take 3
  • c0dd801 attempt to rewrite homepage to /v/dev/index.html take 2
  • 1a5830f attempt to rewrite homepage to /v/dev/index.html
  • 3975f4b bump mvb build version start to 3.23.6
  • e6f089e release v3.23.6 generated by @​lando/prepare-release-action
  • 2271302 improve version selector part 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 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 [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [@lando/core](https://github.com/lando/core). These dependencies need to be updated together.


Removes `got`

Updates `@lando/core` from 3.22.3 to 3.23.7
- [Release notes](https://github.com/lando/core/releases)
- [Changelog](https://github.com/lando/core/blob/main/CHANGELOG.md)
- [Commits](lando/core@v3.22.3...v3.23.7)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: "@lando/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2024
@pirog pirog closed this Nov 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-458c9360ec branch November 14, 2024 14:29
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.

1 participant