Skip to content

Bump the npm group in /glances/outputs/static with 4 updates#3483

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/glances/outputs/static/npm-3ad4ec4864
Closed

Bump the npm group in /glances/outputs/static with 4 updates#3483
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/glances/outputs/static/npm-3ad4ec4864

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 15, 2026

Bumps the npm group in /glances/outputs/static with 4 updates: hotkeys-js, copy-webpack-plugin, globals and webpack-cli.

Updates hotkeys-js from 3.13.15 to 4.0.2

Release notes

Sourced from hotkeys-js's releases.

v4.0.2

Buy me a coffee npm bundle size npm version

Documentation v4.0.2: https://raw.githack.com/jaywcjlove/hotkeys/73da588/index.html
Comparing Changes: jaywcjlove/hotkeys-js@v4.0.2...v4.0.2

npm i hotkeys-js@4.0.2
  • 📖 doc: update document. 6b92f58
  • 💄 chore(deps): update dependency @​wcj/dark-mode to ~1.1.0 #506 6fbe01e
  • 💄 chore: Update FUNDING.yml 2cd2348
  • 📖 doc: Update README.md ea655c4

v4.0.1

Buy me a coffee npm bundle size npm version

Documentation v4.0.1: https://raw.githack.com/jaywcjlove/hotkeys/092ec65/index.html
Comparing Changes: jaywcjlove/hotkeys-js@v4.0.1...v4.0.1

npm i hotkeys-js@4.0.1
  • 🐞 fix: clear pressed keys on fullscreen change to prevent stuck keys (#524) 218bbfd @​dimensi

v4.0.0

Buy me a coffee npm bundle size npm version

Documentation v4.0.0: https://raw.githack.com/jaywcjlove/hotkeys/44d7e5e/index.html
Comparing Changes: jaywcjlove/hotkeys-js@v4.0.0...v4.0.0

npm i hotkeys-js@4.0.0
  • 💄 chore: update README.md 4896140
  • 🐞 fix: _hotkeysJs.default import error #521 cb9fb05
  • ⛑ test: add coverage reporting and badge generation to CI workflow 4e3fdd5
  • 💄 chore: update coverage badge links in README files 7a2d86b

v4.0.0-beta.7

Buy me a coffee npm bundle size npm version

Documentation v4.0.0-beta.7: https://raw.githack.com/jaywcjlove/hotkeys/7b5cac3/index.html
Comparing Changes: jaywcjlove/hotkeys-js@v4.0.0-beta.7...v4.0.0-beta.7

npm i hotkeys-js@4.0.0
</tr></table> 

... (truncated)

Commits
  • 866282e released v4.0.2 #524
  • d23718a website: enhance build configuration with chunking and minification options
  • 218bbfd fix: clear pressed keys on fullscreen change to prevent stuck keys (#524)
  • 9a6ae57 released v4.0.1 #521
  • 7a2d86b chore: update coverage badge links in README files
  • 4e3fdd5 test: add coverage reporting and badge generation to CI workflow
  • cb9fb05 fix: _hotkeysJs.default import error #521
  • 4896140 chore: update README.md
  • fb38730 released v4.0.0
  • 5ff6ad1 fix: Fix package submission failure.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for hotkeys-js since your current version.


Updates copy-webpack-plugin from 13.0.1 to 14.0.0

Release notes

Sourced from copy-webpack-plugin's releases.

v14.0.0

14.0.0 (2026-03-02)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 20.9.0 (#819) (2881203)

Bug Fixes

  • update serialize-javascript to fix security problems
Changelog

Sourced from copy-webpack-plugin's changelog.

14.0.0 (2026-03-02)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 20.9.0 (#819) (2881203)

Bug Fixes

  • update serialize-javascript to fix security problems
Commits

Updates globals from 16.5.0 to 17.4.0

Release notes

Sourced from globals's releases.

v17.4.0

  • Update globals (2026-03-01) (#338) d43a051

sindresorhus/globals@v17.3.0...v17.4.0

v17.3.0

  • Update globals (2026-02-01) (#336) 295fba9

sindresorhus/globals@v17.2.0...v17.3.0

v17.2.0

  • jasmine: Add throwUnless and throwUnlessAsync globals (#335) 97f23a7

sindresorhus/globals@v17.1.0...v17.2.0

v17.1.0

  • Add webpack and rspack globals (#333) 65cae73

sindresorhus/globals@v17.0.0...v17.1.0

v17.0.0

Breaking

  • Split audioWorklet environment from browser (#320) 7bc293e

Improvements

  • Update globals (#329) ebe1063
  • Get all browser globals from both chrome and firefox (#321) 59ceff8
  • Add bunBuiltin environment (#324) 1bc6e3b
  • Add denoBuiltin environment (#324) 1bc6e3b
  • Add paintWorklet environment (#323) 4b78f56
  • Add sharedWorker environment (#322) 4a02a85

sindresorhus/globals@v16.5.0...v17.0.0

Commits

Updates webpack-cli from 6.0.1 to 7.0.0

Release notes

Sourced from webpack-cli's releases.

webpack-cli@7.0.0

Major Changes

  • The minimum supported version of Node.js is 20.9.0. (by @​alexander-akait in #4677)

  • Use dynamic import to load webpack.config.js, fallback to interpret only when configuration can't be load by dynamic import. Using dynamic imports allows you to take advantage of Node.js's built-in TypeScript support. (by @​alexander-akait in #4677)

  • Removed the --node-env argument in favor of the --config-node-env argument. (by @​alexander-akait in #4677)

  • The version command only output versions right now. (by @​alexander-akait in #4677)

  • Removed deprecated API, no action required unless you use import cli from "webpack-cli";/const cli = require("webpack-cli");. (by @​alexander-akait in #4677)

Patch Changes

Changelog

Sourced from webpack-cli's changelog.

7.0.0

Major Changes

  • The minimum supported version of Node.js is 20.9.0. (by @​alexander-akait in #4677)

  • Use dynamic import to load webpack.config.js, fallback to interpret only when configuration can't be load by dynamic import. Using dynamic imports allows you to take advantage of Node.js's built-in TypeScript support. (by @​alexander-akait in #4677)

  • Removed the --node-env argument in favor of the --config-node-env argument. (by @​alexander-akait in #4677)

  • The version command only output versions right now. (by @​alexander-akait in #4677)

  • Removed deprecated API, no action required unless you use import cli from "webpack-cli";/const cli = require("webpack-cli");. (by @​alexander-akait in #4677)

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack-cli since your current version.


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

Bumps the npm group in /glances/outputs/static with 4 updates: [hotkeys-js](https://github.com/jaywcjlove/hotkeys-js), [copy-webpack-plugin](https://github.com/webpack/copy-webpack-plugin), [globals](https://github.com/sindresorhus/globals) and [webpack-cli](https://github.com/webpack/webpack-cli).


Updates `hotkeys-js` from 3.13.15 to 4.0.2
- [Release notes](https://github.com/jaywcjlove/hotkeys-js/releases)
- [Commits](jaywcjlove/hotkeys-js@v3.13.15...v4.0.2)

Updates `copy-webpack-plugin` from 13.0.1 to 14.0.0
- [Release notes](https://github.com/webpack/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/copy-webpack-plugin@v13.0.1...v14.0.0)

Updates `globals` from 16.5.0 to 17.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.5.0...v17.4.0)

Updates `webpack-cli` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@6.0.1...webpack-cli@7.0.0)

---
updated-dependencies:
- dependency-name: hotkeys-js
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: copy-webpack-plugin
  dependency-version: 14.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: globals
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: webpack-cli
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

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 Mar 15, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 19, 2026

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

@dependabot dependabot Bot closed this Mar 19, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/glances/outputs/static/npm-3ad4ec4864 branch March 19, 2026 05:24
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