Skip to content

Bump got and nodemon in /samples/client-provider/file-upload/server - #395

Merged
xperiandri merged 2 commits into
devfrom
dependabot/npm_and_yarn/samples/client-provider/file-upload/server/got-and-nodemon--removed
Aug 11, 2026
Merged

Bump got and nodemon in /samples/client-provider/file-upload/server#395
xperiandri merged 2 commits into
devfrom
dependabot/npm_and_yarn/samples/client-provider/file-upload/server/got-and-nodemon--removed

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubOct 11, 2022

Copy link
Copy Markdown
Contributor

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

Removes got

Updates nodemon from 1.18.11 to 3.1.14

Release notes

Sourced from nodemon's releases.

v3.1.14

3.1.14 (2026-02-20)

Bug Fixes

v3.1.13

3.1.13 (2026-02-19)

Bug Fixes

  • TypeScript definition for 'restart' args (5c03715), closes #2265

v3.1.12

3.1.12 (2026-02-19)

Bug Fixes

v3.1.11

3.1.11 (2025-11-11)

Bug Fixes

v3.1.10

3.1.10 (2025-04-23)

Bug Fixes

v3.1.9

3.1.9 (2024-12-13)

Bug Fixes

  • maintain backward support for exitcrash (9c9de6e)

v3.1.8

3.1.8 (2024-12-13)

... (truncated)

Commits
  • cfebe2f fix: get watch working on windows
  • f34bfa9 chore: fix release to run after tests
  • 5c03715 fix: TypeScript definition for 'restart' args
  • 28de4b7 chore: semver-release wanted 22-24 🤦
  • 6217164 chore: move release workflow to node 20
  • 2c458de chore: bump semver-release + update workflow
  • 9376af3 fix: bump minimatch
  • e045423 chore: website
  • f7a4edd chore: website
  • f26223f chore: website
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for nodemon since your current version.


@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 11, 2022
@xperiandri
xperiandriforce-pushed the dev branch 4 times, most recently from c8b3525 to 0810527CompareNovember 5, 2023 23:05
@xperiandri
xperiandriforce-pushed the dev branch 2 times, most recently from 14aa27a to 3ba4016CompareFebruary 15, 2024 20:39
@xperiandri
xperiandriforce-pushed the dev branch 2 times, most recently from 1737829 to 246d6c0CompareFebruary 25, 2024 13:02
@xperiandri
xperiandriforce-pushed the dev branch 2 times, most recently from 0dd4372 to 81bc85eCompareMarch 24, 2024 17:56
@xperiandri
xperiandriforce-pushed the dev branch 5 times, most recently from d90f0e9 to 434b4beCompareOctober 11, 2024 16:35
@xperiandri
xperiandriforce-pushed the dev branch 3 times, most recently from f3a1bf8 to 9d4b950CompareDecember 1, 2025 00:26
@xperiandri

Copy link
Copy Markdown
Collaborator

@dependabot recreate

Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together.
Removes `got`
Updates `nodemon` from 1.18.11 to 3.1.14
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v1.18.11...v3.1.14)
---
updated-dependencies:
- dependency-name: got
dependency-version:
dependency-type: indirect
- dependency-name: nodemon
dependency-version: 2.0.20
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/samples/client-provider/file-upload/server/got-and-nodemon--removed branch from de76adb to 6c7261eCompareAugust 11, 2026 14:47
@github-actions

Copy link
Copy Markdown

Test Results

3 files 3 suites 10m 14s ⏱️
592 tests 587 ✅ 5 💤 0 ❌
1 776 runs 1 761 ✅ 15 💤 0 ❌

Results for commit 6c7261e.

@xperiandri

Copy link
Copy Markdown
Collaborator

@copilot is it safe to update?

Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>

CopilotAI commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

@copilot is it safe to update?

Yes, with one compatibility caveat: got is gone from the lockfile and nodemon is only a dev dependency for npm run dev, so the sample runtime isn’t affected. nodemon@3.1.14 requires Node >=10 though, so I updated the sample’s engines.node to match in f366296.

@xperiandri
xperiandri merged commit 9b0c55f into devAug 11, 2026
4 checks passed
@xperiandri
xperiandri deleted the dependabot/npm_and_yarn/samples/client-provider/file-upload/server/got-and-nodemon--removed branch August 11, 2026 15:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@xperiandri