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

build(deps): bump got, nodemon and tsd #77

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2023

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

Removes got

Updates nodemon from 1.19.4 to 3.0.1

Release notes

Sourced from nodemon's releases.

v3.0.1

3.0.1 (2023-07-09)

Bug Fixes

v3.0.0

3.0.0 (2023-07-08)

Bug Fixes

Features

  • always use polling on IBM i (3b58104)

BREAKING CHANGES

  • official support for node@8 dropped.

However there's no function being used in semver that breaks node 8, so it's technically still possible to run with node 8, but it will no longer be supported (or tested in CI).

v2.0.22

2.0.22 (2023-03-22)

Bug Fixes

  • remove ts mapping if loader present (f7816e4), closes #2083

v2.0.21

2.0.21 (2023-03-02)

Bug Fixes

  • remove ts mapping if loader present (1468397), closes #2083

v2.0.20

2.0.20 (2022-09-16)

... (truncated)

Commits
  • e4c163f Merge branch 'main' of github.com:remy/nodemon
  • 95bee00 fix: restore default ext watch behaviour
  • f219dcc test: Update release.yml to use ubuntu-latest (#2123)
  • af3b9e2 fix: node@10 support back in
  • a3f0e12 test: package wasn't installing
  • 8ded28c docs: update test runners and add TODO
  • 83ef51d chore: website supporters
  • 86d5f40 fix: also watch cjs
  • 7881f05 chore: remove legacy .nodemon support
  • 04302b8 Merge branch 'Vindeep07-develop'
  • Additional commits viewable in compare view

Updates tsd from 0.11.0 to 0.29.0

Release notes

Sourced from tsd's releases.

v0.29.0

  • Upgrade to TypeScript 5.2 701e314

tsdjs/tsd@v0.28.1...v0.29.0

v0.28.1

  • Fix error messages when tsd fails (#189) c785d9c

tsdjs/tsd@v0.28.0...v0.28.1

v0.28.0

  • Upgrade to TypeScript 5.0 3152b12
  • Print number of warnings in the CLI (#184) 3dcaae7
  • Ignore unused locals by default (#185) 223d6a2
  • Don't log stacktrace if CLI succeeds (#182) 2dc5358
  • Export formatter (#179) 02c7fc3
  • Add --show-diff CLI option (#165) 8387d9e

tsdjs/tsd@v0.27.0...v0.28.0

v0.27.0

  • Report missing diagnostic codes when using expectError (#178) b4503d0
  • Add missing error codes (#177) 168de40

tsdjs/tsd@v0.26.1...v0.27.0

v0.26.1

  • Log stacktrace on failure (#176) 5b117c5

tsdjs/tsd@v0.26.0...v0.26.1

v0.26.0

  • Add diagnostic for TS error 2707 (#173) 114db77

tsdjs/tsd@v0.25.0...v0.26.0

v0.25.0

  • Upgrade to TypeScript 4.9 5a7ee7b

tsdjs/tsd@v0.24.1...v0.25.0

v0.24.1

  • Fix a crash (#161) b11b648

tsdjs/tsd@v0.24.0...v0.24.1

v0.24.0

  • Add expectNever assertion (#130) ae6189b
  • Add expectDocCommentIncludes assertion (#155) c3d0949
  • Don't truncate output of printType (#154) 68acb5b

... (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 [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependencies [got](https://github.com/sindresorhus/got), [nodemon](https://github.com/remy/nodemon) and [tsd](https://github.com/SamVerschueren/tsd). These dependencies need to be updated together.


Removes `got`

Updates `nodemon` from 1.19.4 to 3.0.1
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v1.19.4...v3.0.1)

Updates `tsd` from 0.11.0 to 0.29.0
- [Release notes](https://github.com/SamVerschueren/tsd/releases)
- [Commits](tsdjs/tsd@v0.11.0...v0.29.0)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: nodemon
  dependency-type: direct:development
- dependency-name: tsd
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/got-and-nodemon-and-tsd--removed branch from ce0df2d to 9e58c89 Compare October 20, 2023 18:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 20, 2023
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