Skip to content

Bump degit from 2.8.6 to 3.8.0 - #761

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/degit-3.8.0
Closed

Bump degit from 2.8.6 to 3.8.0#761
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/degit-3.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown

Bumps degit from 2.8.6 to 3.8.0.

Changelog

Sourced from degit's changelog.

3.8.0

  • Add --repo-name / -r flag to clone into a directory named after the repository (#42).
  • Support glob patterns in the remove action's files list behind the allowGlobs flag (#148).

3.7.1

  • Reject remove and keep directives that resolve to the destination root, preventing a degit.json action from deleting the whole clone.
  • Fix --help crash on Node 20.10 caused by import.meta.dirname being undefined before Node 20.11.
  • Fix interactive cache prompt crash on corrupt access.json.

3.7.0

  • Redownload cached tar archives when extraction fails with any tar/zlib error, not only TAR_BAD_ARCHIVE (#41).
  • Added files option to clone only specific files or directories (#129).

3.6.6

  • Support GitLab nested groups by probing candidate user/repo paths at runtime (#76).
  • Clarify --cache flag and default offline fallback behavior in help text and README (#314).
  • Add a JSON Schema for degit.json at schemas/degit.schema.json.
  • Decode URL-encoded subdirectory segments in full repository URLs (#477).

3.6.5

  • Fix interactive mode crash when the cache directory does not exist (#345).
  • Add repository aliases to the CLI (#362).
  • Respect repo.subdir and report the correct mode when using mode: 'git' (#349).
  • Throw an error instead of creating an empty destination when the requested subdirectory does not exist in git mode (#331).

3.6.4

  • Add --version / -V flag to print the package version.

3.6.3

  • Accept full subdirectory URLs containing branch path segments such as /tree/main/... (#370).

3.6.2

  • Fix Bitbucket subdirectory clones that silently create an empty directory (#371).

3.6.1

  • Load degit.json as JSON instead of an executable module.
  • Fix HTTPS clones with explicit refs throwing a ReferenceError.

3.6.0

  • Add gitlab://host/user/repo syntax for cloning from self-hosted GitLab instances (thanks to @​dnldsht for the original PR #361).

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

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

Bumps [degit](https://github.com/Rich-Harris/degit) from 2.8.6 to 3.8.0.
- [Changelog](https://github.com/Rich-Harris/degit/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/Rich-Harris/degit/commits/v3.8.0)

---
updated-dependencies:
- dependency-name: degit
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 28, 2026
@Slashek Slashek closed this Aug 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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/degit-3.8.0 branch August 28, 2026 12:25
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