Skip to content

Update dependency del to v8#75

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/del-8.x
Open

Update dependency del to v8#75
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/del-8.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Confidence
del ^3.0.0^8.0.0 age confidence

Release Notes

sindresorhus/del (del)

v8.0.1

Compare Source

  • Internal changes.

v8.0.0

Compare Source

Breaking
Improvements

v7.1.0

Compare Source

v7.0.0

Compare Source

Breaking
  • Require Node.js 14 (#​143) 106d7d8
  • This package is now pure ESM. Please read this.
  • Moved from a default export to named exports:
    • require('del')import {deleteAsync} from 'del'
    • require('del').syncimport {deleteSync} from 'del'

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.0

Compare Source

Breaking
Improvements

v5.1.0

Compare Source

Enhancements:

  • Allow non-glob patterns with backslash on Windows (like v4) (#​100) 01da91f
  • Make deletion more reliable on Windows by retrying when Windows is being difficult (#​108) 1299747
  • Sort removed files, so the returned array is always stable (#​102) ca05c65

Fixes:


Shoutout to @​chrisblossom for doing most of the work on this release 🙌

v5.0.0

Compare Source

This release changes the underlying globbing engine, so you are strongly recommended to use the dryRun option to ensure del still does what you expect before you run it on the real files.

Breaking:

  • Require Node.js 8 42e67a8
  • You can no longer pass in paths with backward-slashes. If you need to construct a glob pattern, use path.posix.join() instead of path.join(). You can use slash to transform backward-slash paths to forward-slash paths.
  • Update globby from version 6 to version 10 (#​64) 6f96d2d
    Important: If you used any of the globby options, please note that globby switched from using the glob package to fast-glob, so almost all the option names changed. Here's how to migrate the options.

v4.1.1

Compare Source

For TypeScript users only:

  • Fix missing TypeScript import 0361dcc

v4.1.0

Compare Source

  • Refactor TypeScript definition to CommonJS compatible export (#​82) 3f0d604

v4.0.0

Compare Source

Breaking:

Enhancements:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@yegor256
Copy link
Owner

yegor256 commented Oct 7, 2024

@rultor please, try to merge

@rultor
Copy link
Collaborator

rultor commented Oct 7, 2024

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here.

@rultor
Copy link
Collaborator

rultor commented Oct 7, 2024

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 25min).

  357 |   rb_scan_args(argc, argv, "0*", &rest);
      |   ^~~~~~~~~~~~
xml_document.c: In function ‘create_entity’:
/usr/local/rvm/rubies/ruby-3.2.2/include/ruby-3.2.0/ruby/internal/scan_args.h:375:62: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
  375 |                      (rb_scan_args_verify(fmt, varc), vars), (char *)fmt, varc)
      |                                                              ^
/usr/local/rvm/rubies/ruby-3.2.2/include/ruby-3.2.0/ruby/internal/scan_args.h:498:9: note: in expansion of macro ‘rb_scan_args0’
  498 |         rb_scan_args0(                                        \
      |         ^~~~~~~~~~~~~
xml_document.c:436:3: note: in expansion of macro ‘rb_scan_args’
  436 |   rb_scan_args(argc, argv, "14", &name, &type, &external_id, &system_id,
      |   ^~~~~~~~~~~~
xml_document.c: At top level:
xml_document.c:495:14: error: conflicting types for ‘canonicalize’; have ‘VALUE(int,  VALUE *, VALUE)’ {aka ‘long unsigned int(int,  long unsigned int *, long unsigned int)’}
  495 | static VALUE canonicalize(int argc, VALUE* argv, VALUE self)
      |              ^~~~~~~~~~~~
In file included from /usr/include/features.h:486,
                 from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from ./nokogiri.h:4,
                 from ./xml_document.h:4,
                 from xml_document.c:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:370:1: note: previous declaration of ‘canonicalize’ with type ‘int(double *, const double *)’
  370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_ *__x));
      | ^~~~~~~~~~~~
In file included from /usr/local/rvm/rubies/ruby-3.2.2/include/ruby-3.2.0/ruby/ruby.h:47,
                 from /usr/local/rvm/rubies/ruby-3.2.2/include/ruby-3.2.0/ruby.h:38,
                 from ./nokogiri.h:33,
                 from ./xml_document.h:4,
                 from xml_document.c:1:
xml_document.c: In function ‘canonicalize’:
/usr/local/rvm/rubies/ruby-3.2.2/include/ruby-3.2.0/ruby/internal/scan_args.h:375:62: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
  375 |                      (rb_scan_args_verify(fmt, varc), vars), (char *)fmt, varc)
      |                                                              ^
/usr/local/rvm/rubies/ruby-3.2.2/include/ruby-3.2.0/ruby/internal/scan_args.h:498:9: note: in expansion of macro ‘rb_scan_args0’
  498 |         rb_scan_args0(                                        \
      |         ^~~~~~~~~~~~~
xml_document.c:511:3: note: in expansion of macro ‘rb_scan_args’
  511 |   rb_scan_args(argc, argv, "03", &mode, &incl_ns, &with_comments);
      |   ^~~~~~~~~~~~
xml_document.c: In function ‘init_xml_document’:
xml_document.c:554:6: warning: old-style function definition [-Wold-style-definition]
  554 | void init_xml_document()
      |      ^~~~~~~~~~~~~~~~~
xml_document.c: At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
make: *** [Makefile:248: xml_document.o] Error 1

make failed, exit code 2

Gem files will remain installed in /usr/local/rvm/gems/ruby-3.2.2/gems/nokogiri-1.10.3 for inspection.
Results logged to /usr/local/rvm/gems/ruby-3.2.2/extensions/x86_64-linux/3.2.0/nokogiri-1.10.3/gem_make.out

A new release of RubyGems is available: 3.4.10 → 3.5.21!
Run `gem update --system 3.5.21` to update your installation.

container 2639d2d73bb0a85257b71b16cbc861ea06c516b5b794b9422d605e60675b8f3d is dead
Mon Oct  7 07:54:20 UTC 2024

@renovate renovate bot force-pushed the renovate/del-8.x branch from cec09c6 to c76c8ad Compare January 31, 2025 05:02
@renovate renovate bot force-pushed the renovate/del-8.x branch from c76c8ad to 2210c3c Compare August 10, 2025 14:36
@renovate renovate bot force-pushed the renovate/del-8.x branch 2 times, most recently from 0ee6be6 to d9b59be Compare September 25, 2025 14:44
@renovate renovate bot force-pushed the renovate/del-8.x branch 2 times, most recently from 9999293 to 9283d12 Compare November 23, 2025 06:51
@renovate renovate bot force-pushed the renovate/del-8.x branch from 9283d12 to a4673cb Compare December 31, 2025 13:12
@renovate renovate bot force-pushed the renovate/del-8.x branch from a4673cb to 564c70f Compare January 8, 2026 16:46
@renovate renovate bot force-pushed the renovate/del-8.x branch 3 times, most recently from 1a5ea41 to 3249ea3 Compare February 17, 2026 15:05
@renovate renovate bot force-pushed the renovate/del-8.x branch from 3249ea3 to 50d53cb Compare March 5, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants