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 6 updates #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

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

Package From To
axios 1.7.2 1.7.7
semver 7.6.2 7.6.3
express 4.19.2 4.21.0
grunt-cli 1.4.3 1.5.0
grunt-nw-builder 4.7.4 4.10.0
mocha 10.4.0 10.7.3

Updates axios from 1.7.2 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes

... (truncated)

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view

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 express from 4.19.2 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
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.10.0

Release notes

Sourced from grunt-nw-builder's releases.

v4.10.0

4.10.0 (2024-08-27)

Features

  • deps: bump nw-builder from 4.9.0 to 4.10.0 in the npm group (#222) (62324e2)

Bug Fixes

  • deps: bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group (#224) (6d58c65)

v4.9.0

4.9.0 (2024-08-20)

Features

  • deps: bump nw-builder from 4.8.1 to 4.9.0 in the npm group (#221) (43d3b2a)

Chores

  • deps: bump axios from 1.7.3 to 1.7.4 in the npm_and_yarn group (#219) (4bb8de6)

v4.8.1

4.8.1 (2024-08-14)

Bug Fixes

  • deps: upgrade nw-builder to v4.8.1 (754a2e9)
  • docs: correct typo (27d4eb0)

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)

... (truncated)

Changelog

Sourced from grunt-nw-builder's changelog.

4.10.0 (2024-08-27)

Features

  • deps: bump nw-builder from 4.9.0 to 4.10.0 in the npm group (#222) (62324e2)

Bug Fixes

  • deps: bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group (#224) (6d58c65)

4.9.0 (2024-08-20)

Features

  • deps: bump nw-builder from 4.8.1 to 4.9.0 in the npm group (#221) (43d3b2a)

Chores

  • deps: bump axios from 1.7.3 to 1.7.4 in the npm_and_yarn group (#219) (4bb8de6)

4.8.1 (2024-08-14)

Bug Fixes

  • deps: upgrade nw-builder to v4.8.1 (754a2e9)
  • docs: correct typo (27d4eb0)

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)

... (truncated)

Commits

Updates mocha from 10.4.0 to 10.7.3

Release notes

Sourced from mocha's releases.

v10.7.3

10.7.3 (2024-08-09)

🩹 Fixes

v10.7.2

10.7.2 (2024-08-06)

📚 Documentation

🧹 Chores

v10.7.1

10.7.1 (2024-08-06)

🩹 Fixes

  • crash with --parallel and --retries both enabled (#5173) (d7013dd)

🧹 Chores

  • add knip to validate included dependencies (5c2989f)
  • more fully remove assetgraph-builder and canvas (#5175) (1883c41)
  • replace nps with npm scripts (#5128) (c44653a), closes #5126

v10.7.0

What's Changed

New Contributors

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

v10.6.1

What's Changed

... (truncated)

Changelog

Sourced from mocha's changelog.

10.7.3 (2024-08-09)

🩹 Fixes

10.7.2 (2024-08-06)

📚 Documentation

🧹 Chores

10.7.1 (2024-08-06)

🩹 Fixes

  • crash with --parallel and --retries both enabled (#5173) (d7013dd)

🧹 Chores

  • add knip to validate included dependencies (5c2989f)
  • more fully remove assetgraph-builder and canvas (#5175) (1883c41)
  • replace nps with npm scripts (#5128) (c44653a), closes #5126

10.7.0 / 2024-07-20

🎉 Enhancements

10.6.1 / 2024-07-20

🐛 Fixes

10.6.0 / 2024-07-02

🎉 Enhancements

... (truncated)

Commits

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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.7.2` | `1.7.7` |
| [semver](https://github.com/npm/node-semver) | `7.6.2` | `7.6.3` |
| [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.0` |
| [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.10.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.4.0` | `10.7.3` |



Updates `axios` from 1.7.2 to 1.7.7
- [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.7)

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 `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.19.2...4.21.0)

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.10.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.10.0)

Updates `mocha` from 10.4.0 to 10.7.3
- [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.3)

---
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: express
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Sep 12, 2024
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