Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Bump the npm_and_yarn group across 1 directory with 8 updates#32

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm_and_yarn-9cff61f70e
Open

Bump the npm_and_yarn group across 1 directory with 8 updates#32
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm_and_yarn-9cff61f70e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2025

Bumps the npm_and_yarn group with 6 updates in the / directory:

Package From To
got 6.7.1 14.4.7
alfy 0.10.0 2.1.0
hosted-git-info 2.8.8 2.8.9
minimatch 3.0.4 3.1.2
minimist 1.2.5 1.2.8
path-parse 1.0.6 1.0.7

Updates got from 6.7.1 to 14.4.7

Release notes

Sourced from got's releases.

v14.4.7

  • Fix: Gracefully handle undefined request (#2404) 06029e0

sindresorhus/got@v14.4.6...v14.4.7

v14.4.6

  • Fix timeout error firing even though it's cancelled (#2399) 7a92064

sindresorhus/got@v14.4.5...v14.4.6

v14.4.5

  • Fix a crash with Got accessing a non-existent request (#2391) c079b93

sindresorhus/got@v14.4.4...v14.4.5

v14.4.4

  • Fix support for AbortSignal#timeout() (#2388) 92b378e

sindresorhus/got@v14.4.3...v14.4.4

v14.4.3

  • Fix cache with HTTP2 (#2380) f2f8cb2

sindresorhus/got@v14.4.2...v14.4.3

v14.4.2

  • Fix handling of invalid arguments (#2367) f44ef43

sindresorhus/got@v14.4.1...v14.4.2

v14.4.1

  • Fix missing dependency dfc54d9

sindresorhus/got@v14.4.0...v14.4.1

v14.4.0

  • Improve TypeScript types with generic extend (#2353) 15ca4a0

sindresorhus/got@v14.3.0...v14.4.0

v14.3.0

  • Update dependencies dbab6c3

sindresorhus/got@v14.2.1...v14.3.0

v14.2.1

  • Fix error handling when UTF-8 decoding fails (#2336) c81a611

... (truncated)

Commits

Updates alfy from 0.10.0 to 2.1.0

Release notes

Sourced from alfy's releases.

v2.1.0

  • Update dependencies d7600b2

sindresorhus/alfy@v2.0.0...v2.1.0

v2.0.0

Breaking

sindresorhus/alfy@v1.1.0...v2.0.0

v1.1.0

  • Add resolveBodyOnly option to alfy.fetch (#163) 522fa7b

sindresorhus/alfy@v1.0.0...v1.1.0

v1.0.0

Breaking

  • Remove the query option for fetch() in favor of the searchParams option 495fbba
  • fetch() now uses Got v12 instead of v11. Make sure you read the release notes.

Fixes

  • Fix support for non-JSON fetch responses (#153) 1bf01cf

sindresorhus/alfy@v0.12.3...v1.0.0

v0.12.3

  • Fix all options not being passed to the got request library 0fcf1dc

sindresorhus/alfy@v0.12.2...v0.12.3

v0.12.2

  • Fix mods option TypeScript type to not require all modifiers (#148) 36b1d60
  • Normalize list items like the input value to allow matching umlauts (#149) fab606e

sindresorhus/alfy@v0.12.1...v0.12.2

v0.12.1

  • Fix an issue with running Alfy scripts 158af54

sindresorhus/alfy@v0.12.0...v0.12.1

v0.12.0

Breaking

  • Require Node.js 14 bd75acf

... (truncated)

Commits

Updates hosted-git-info from 2.8.8 to 2.8.9

Changelog

Sourced from hosted-git-info's changelog.

2.8.9 (2021-04-07)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by nlf, a new releaser for hosted-git-info since your current version.


Updates http-cache-semantics from 4.1.0 to 4.2.0

Commits

Updates minimatch from 3.0.4 to 3.1.2

Commits

Updates minimist from 1.2.5 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates normalize-url from 4.5.0 to 8.0.1

Release notes

Sourced from normalize-url's releases.

v8.0.1

  • Fix handling of protocol-less URLs with a port dec5dc6

sindresorhus/normalize-url@v8.0.0...v8.0.1

v8.0.0

Breaking

  • Require Node.js 14 52f2290
  • Ignore URLs with custom protocols and just pass them through (#178) 882cb84
    • By default, these protocols are supported: https, http, file, data.
    • If you need support for a custom protocol that behaves like a HTTP URL, see sindresorhus/normalize-url#179.
  • ftp protocol is no longer normalized. It's just passed through.
  • Human-friendly URLs with basic auth is no longer handled as it conflicts with custom protocols
    • Example: user:password@sindresorhus.com

Improvements

  • Make defaultProtocol option accept protocol without colon c7fd781
    • You can still pass in a protocol with colon. However, if you use TypeScript, it enforces it without.

sindresorhus/normalize-url@v7.2.0...v8.0.0

v7.2.0

sindresorhus/normalize-url@v7.1.0...v7.2.0

v7.1.0

sindresorhus/normalize-url@v7.0.3...v7.1.0

v7.0.3

  • Fix encoding consistency with sorted and non-sorted URL parameters (#158) c42f53b

sindresorhus/normalize-url@v7.0.2...v7.0.3

v7.0.2

  • Fix the removeDirectoryIndex option TypeScript type 4d35ea1

sindresorhus/normalize-url@v7.0.1...v7.0.2

v7.0.1

  • Fix Safari compatibility (#148) d51cb50

sindresorhus/normalize-url@v7.0.0...v7.0.1

v7.0.0

Breaking

... (truncated)

Commits

Updates path-parse from 1.0.6 to 1.0.7

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

Bumps the npm_and_yarn group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [got](https://github.com/sindresorhus/got) | `6.7.1` | `14.4.7` |
| [alfy](https://github.com/sindresorhus/alfy) | `0.10.0` | `2.1.0` |
| [hosted-git-info](https://github.com/npm/hosted-git-info) | `2.8.8` | `2.8.9` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.0.4` | `3.1.2` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` |
| [path-parse](https://github.com/jbgutierrez/path-parse) | `1.0.6` | `1.0.7` |



Updates `got` from 6.7.1 to 14.4.7
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v6.7.1...v14.4.7)

Updates `alfy` from 0.10.0 to 2.1.0
- [Release notes](https://github.com/sindresorhus/alfy/releases)
- [Commits](sindresorhus/alfy@v0.10.0...v2.1.0)

Updates `hosted-git-info` from 2.8.8 to 2.8.9
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)

Updates `http-cache-semantics` from 4.1.0 to 4.2.0
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

Updates `normalize-url` from 4.5.0 to 8.0.1
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](sindresorhus/normalize-url@v4.5.0...v8.0.1)

Updates `path-parse` from 1.0.6 to 1.0.7
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: got
  dependency-version: 14.4.7
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: alfy
  dependency-version: 2.1.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: hosted-git-info
  dependency-version: 2.8.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-cache-semantics
  dependency-version: 4.2.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-version: 1.2.8
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: normalize-url
  dependency-version: 8.0.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-parse
  dependency-version: 1.0.7
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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