Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm group across 1 directory with 5 updates #177

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

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

Package From To
axios 1.7.2 1.7.3
semver 7.6.2 7.6.3
grunt-cli 1.4.3 1.5.0
grunt-nw-builder 4.7.4 4.8.0
mocha 10.4.0 10.7.0

Updates axios from 1.7.2 to 1.7.3

Release notes

Sourced from axios's releases.

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Commits

Updates semver from 7.6.2 to 7.6.3

Release notes

Sourced from semver's releases.

v7.6.3

7.6.3 (2024-07-16)

Bug Fixes

Documentation

Changelog

Sourced from semver's changelog.

7.6.3 (2024-07-16)

Bug Fixes

Documentation

Commits

Updates grunt-cli from 1.4.3 to 1.5.0

Release notes

Sourced from grunt-cli's releases.

v1.5.0

  • package version for np 7f5c4e8
  • v1.5.0 (#157) bd5917d
  • Update from nopt 4.x to nopt 5.0.0 (#156) f33cc6a
  • Updated dependencies on v8flags to latest, v8flags no longer uses an md5 hash. (#154) 670029a

gruntjs/grunt-cli@v1.4.3...v1.5.0

Changelog

Sourced from grunt-cli's changelog.

  • v1.5.0:
    • date: 2024-07-20
    • changes:
      • Update "v8flags" dependency to support FIPS-enabled systems.
      • Update "nopt"d peendency to fix "osenv" deprecation warning.
  • v1.4.1:
    • date: 2021-05-24
    • changes:
      • fix preload option for latest grunt
  • v1.4.0:
    • date: 2021-03-25
    • changes:
      • updated dependencies
      • Requires node >= 10
  • v1.3.2:
    • date: 2018-11-04
    • changes:
      • bump v8 flags dependency
  • v1.3.1:
    • date: 2018-08-18
    • changes:
      • cwd option fix
  • v1.3.0:
    • date: 2018-08-15
    • changes:
      • Switch to 'liftoff' module for CLI
      • Dropped support for node 0.10, 0.12.
  • v1.2.0
    • date: 2016-04-01
    • changes:
      • Use shared grunt-known-options module.
  • v1.1.0
    • date: 2016-03-22
    • changes:
      • Update to "nopt": "~3.0.6".
      • nopt is upgraded to ~3.0.6 which has fixed many issues, including passing multiple arguments and dealing with numbers as options. Be aware previously --foo bar used to pass the value 'bar' to the option foo. It will now set the option foo to true and run the task bar.
  • v1.0.1
    • date: 2016-03-22
    • changes:
      • Revert to "nopt": "~1.0.10" due to issues with the update.
  • v1.0.0
    • date: 2016-03-21
    • changes:
      • Update dev deps
      • Update error message when Gruntfile is not found
  • v1.0.0-rc1
    • date: 2016-02-11
    • changes:
      • Update findup-sync and other deps

... (truncated)

Commits

Updates grunt-nw-builder from 4.7.4 to 4.8.0

Release notes

Sourced from grunt-nw-builder's releases.

v4.8.0

4.8.0 (2024-07-27)

Features

  • deps: upgrade nw-builder to v4.8.0 (5055d49)

Bug Fixes

  • correct version in release please manifest (0aa05e8)
  • git: resolve conflicts (dabe54f)

Chores

  • bump actions/setup-node from 4.0.2 to 4.0.3 in /.github/workflows in the gha group (#215) (43f6a97)
  • deps: bump selenium-webdriver from 4.22.0 to 4.23.0 in the npm group (#216) (32eb170)
  • docs: move changelog to root (81c9397)

v4.7.8

What's Changed

Full Changelog: nwjs/grunt-nw-builder@v4.6.1...v4.7.8

Changelog

Sourced from grunt-nw-builder's changelog.

4.8.0 (2024-07-27)

Features

  • deps: upgrade nw-builder to v4.8.0 (5055d49)

Bug Fixes

  • correct version in release please manifest (0aa05e8)
  • git: resolve conflicts (dabe54f)

Chores

  • bump actions/setup-node from 4.0.2 to 4.0.3 in /.github/workflows in the gha group (#215) (43f6a97)
  • deps: bump selenium-webdriver from 4.22.0 to 4.23.0 in the npm group (#216) (32eb170)
  • docs: move changelog to root (81c9397)

Changelog

  • 2016-09-14 flavor option; you can now select any flavor of NW.js, not just sdk.
  • 2016-08-28 bumping nw-builder dependency to 3.0.0.
  • 2016-07-02 2.0.3 Fix for zip option plus some small nw-builder fixes.
  • 2016-07-02 2.0.2 Updated Grunt peer dependency
  • 2016-07-02 2.0.1 Supporting newer NW.js versions, alpha/beta builds, plus some other small fixes.
  • ...
  • 2014-12-12 1.0.0 64-bit support, improved platform-overrides and no more EMFILE errors. Also, macPlist CFBundleIdentifier is generated from package.json.
  • 2014-08-01 0.3.0 macPlist option improvements (see mllrsohn/nw-builder#96)
  • 2014-08-01 0.2.0 Moved logic into a separate module, config options will be backward compatible except keep_nw is no longer supported
  • 2013-09-19 Removed config merging (but kept the lookup for version number and name), added keep_nw option, fixed various small bugs.
  • 2013-09-09 fixed accidential deletion of nw.exe on windows builds, adding several improvements, opt in for timestamped builds, using version and name from package.json to name the build product and build dir, renamed download directory to cache, added merge from package.json options for nodewebkit (no need to add configuration to Gruntfile, but stays optional)
  • 2013-08-20 fix for the unzip lib
  • 2013-08-13 initial release
Commits

Updates mocha from 10.4.0 to 10.7.0

Release notes

Sourced from mocha's releases.

v10.7.0

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.6.1...v10.7.0

v10.6.1

What's Changed

Full Changelog: mochajs/mocha@v10.6.0...v10.6.1

v10.6.0

What's Changed

Full Changelog: mochajs/mocha@v10.5.2...v10.6.0

v10.5.2

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.5.1...v10.5.2

v10.5.1

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.5.0...v10.5.1

v10.5.0

🎉 Enhancements

... (truncated)

Changelog

Sourced from mocha's changelog.

10.7.0 / 2024-07-20

🎉 Enhancements

10.6.1 / 2024-07-20

🐛 Fixes

10.6.0 / 2024-07-02

🎉 Enhancements

10.5.2 / 2024-06-25

🐛 Fixes

10.5.1 / 2024-06-24

🐛 Fixes

  • #5086 fix: Add error handling for nonexistent file case with --file option (@​khoaHyh)

10.5.0 / 2024-06-24

🎉 Enhancements

🐛 Fixes

🔩 Other

... (truncated)

Commits
  • 9692b3a Release v10.7.0
  • 8711e72 docs: add 10.7.0 to CHANGELOG.md and docs/index.md
  • deb8679 feat: add option to not fail on failing test suite (#4771)
  • 9a1c458 Release v10.6.1
  • 3855e66 docs: add 10.6.1 to CHANGELOG.md
  • 579e047 fix: support canonical module (#5040)
  • 6d24689 fix: do not exit when only unref'd timer is present in test code (#3825)
  • 24560c1 chore: remove failing hyperlink linkcheck task (#5176)
  • 95772ef ci: harden label based browser runner
  • 8d0ca3e docs: remove outdated license scan badge (#5167)
  • 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 <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 with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.7.2` | `1.7.3` |
| [semver](https://github.com/npm/node-semver) | `7.6.2` | `7.6.3` |
| [grunt-cli](https://github.com/gruntjs/grunt-cli) | `1.4.3` | `1.5.0` |
| [grunt-nw-builder](https://github.com/nwjs/grunt-nw-builder) | `4.7.4` | `4.8.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.4.0` | `10.7.0` |



Updates `axios` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.3)

Updates `semver` from 7.6.2 to 7.6.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.6.2...v7.6.3)

Updates `grunt-cli` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/gruntjs/grunt-cli/releases)
- [Changelog](https://github.com/gruntjs/grunt-cli/blob/main/CHANGELOG.md)
- [Commits](gruntjs/grunt-cli@v1.4.3...v1.5.0)

Updates `grunt-nw-builder` from 4.7.4 to 4.8.0
- [Release notes](https://github.com/nwjs/grunt-nw-builder/releases)
- [Changelog](https://github.com/nwjs/grunt-nw-builder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nwjs/grunt-nw-builder/commits/v4.8.0)

Updates `mocha` from 10.4.0 to 10.7.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.4.0...v10.7.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: grunt-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: grunt-nw-builder
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2024

Superseded by #178.

@dependabot dependabot bot closed this Aug 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-826bdb9896 branch August 12, 2024 06:34
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