nwutils / nw-builder

Build NW.js applications for Linux, MacOS and Windows
MIT License
1.68k stars 302 forks source link

chore(deps): bump the npm group across 1 directory with 5 updates #1156

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the npm group with 5 updates in the / directory:

Package From To
glob 10.4.2 11.0.0
node-gyp 10.1.0 10.2.0
@vitest/coverage-v8 1.6.0 2.0.2
eslint-plugin-jsdoc 48.5.0 48.7.0
vitest 1.6.0 2.0.2

Updates glob from 10.4.2 to 11.0.0

Changelog

Sourced from glob's changelog.

changeglob

11.0

  • Drop support for node before v20

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on Windows.

10.0.0

  • No default exports, only named exports

9.3.3

  • Upgraded minimatch to v8, adding support for any degree of nested extglob patterns.

9.3

  • Add aliases for methods. glob.sync, glob.stream, glob.stream.sync, etc.

9.2

  • Support using a custom fs object, which is passed to PathScurry
  • add maxDepth option
  • add stat option
  • add custom Ignore support

9.1

... (truncated)

Commits


Updates node-gyp from 10.1.0 to 10.2.0

Release notes

Sourced from node-gyp's releases.

v10.2.0

10.2.0 (2024-07-09)

Features

  • allow VCINSTALLDIR to specify a portable instance (#3036) (d38af2e)
  • gyp: update gyp to v0.18.1 (#3039) (ea99fea)
  • support rebuild and build for cross-compiling Node-API module to wasm on Windows (#2974) (6318d2b)

Core

Doc

  • node-pre-gyp is no longer maintained (#3015) (93186f1)
  • add the way to configuring Python dependency for Windows PowerShell (#2996) (9fd7936)
  • Installation -- Python >= v3.12 requires node-gyp >= v10 (#3010) (a6b48fc)

Miscellaneous

Changelog

Sourced from node-gyp's changelog.

10.2.0 (2024-07-09)

Features

  • allow VCINSTALLDIR to specify a portable instance (#3036) (d38af2e)
  • gyp: update gyp to v0.18.1 (#3039) (ea99fea)
  • support rebuild and build for cross-compiling Node-API module to wasm on Windows (#2974) (6318d2b)

Core

Doc

  • node-pre-gyp is no longer maintained (#3015) (93186f1)
  • add the way to configuring Python dependency for Windows PowerShell (#2996) (9fd7936)
  • Installation -- Python >= v3.12 requires node-gyp >= v10 (#3010) (a6b48fc)

Miscellaneous

Commits
Maintainer changes

This version was pushed to npm by nodejs-foundation, a new releaser for node-gyp since your current version.


Updates @vitest/coverage-v8 from 1.6.0 to 2.0.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.0.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v2.0.1

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes

... (truncated)

Commits
  • 99a12ae chore: release v2.0.2
  • 80a43d5 fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#...
  • 16eb6c8 chore: release v2.0.1
  • 1b150a3 chore: release v2.0.0
  • 5611895 chore: release v2.0.0-beta.13
  • 368c137 fix(coverage): remove work-around for implicit else (#6014)
  • 05d5f38 chore(deps): update all non-major dependencies (#5957)
  • 169bc1f fix(coverage): support overriding exclude (#5997)
  • cd9cc6b chore: release v2.0.0-beta.12
  • fca8b92 chore(deps): update v8-to-istanbul (#5958)
  • Additional commits viewable in compare view


Updates eslint-plugin-jsdoc from 48.5.0 to 48.7.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.7.0

48.7.0 (2024-07-10)

Features

v48.6.0

48.6.0 (2024-07-09)

Features

v48.5.2

48.5.2 (2024-07-05)

Bug Fixes

  • require-param: proper errors/fixing for succeeding destructured objects; fixes #762 (394b85f)

v48.5.1

48.5.1 (2024-07-05)

Bug Fixes

  • check-param-names: proper error messages for rest elements; fixes #1225 (6371c4a)
Commits
  • d46be35 feat(require-template): add rule; fixes part of #1120
  • 1bb8aa5 chore: enable ESM-only devDeps
  • e570b79 refactor: work on converting to jsdoc comments (after)
  • d5fa8da feat: new rule convert-to-jsdoc-comments; fixes #1002
  • 394b85f fix(require-param): proper errors/fixing for succeeding destructured object...
  • 6371c4a fix(check-param-names): proper error messages for rest elements; fixes #1225
  • 14dc1bd chore: update debug, devDeps.
  • 06b905c chore: update typescript-eslint/parser -> typescript-eslint; add typescript-e...
  • See full diff in compare view


Updates vitest from 1.6.0 to 2.0.2

Release notes

Sourced from vitest's releases.

v2.0.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v2.0.1

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes

... (truncated)

Commits
  • 99a12ae chore: release v2.0.2
  • 80a43d5 fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#...
  • 7012f8c docs: add env documentation (#6063)
  • 16eb6c8 chore: release v2.0.1
  • 4b03e72 fix(browser): correctly inherit browser config in a workspace (#6054)
  • 4d5597d fix(vitest): print only running files, not every file (#6052)
  • 1b150a3 chore: release v2.0.0
  • 5131992 docs: default pool in the types of 2.0 config (#6043)
  • 5611895 chore: release v2.0.0-beta.13
  • 8f65ae9 fix: transpile esnext to node18 to support newest JS and TS features (#4409)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
github-actions[bot] commented 1 month ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 29.01% 490 / 1689
🔵 Statements 29.01% 490 / 1689
🔵 Functions 22.22% 6 / 27
🔵 Branches 53.33% 8 / 15
File CoverageNo changed files found.
Generated in workflow #737
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.