Skip to content

fix(deps): bump the all group across 1 directory with 12 updates#45

Merged
nmccready merged 1 commit intomasterfrom
dependabot/npm_and_yarn/all-cba11a52fe
Nov 6, 2025
Merged

fix(deps): bump the all group across 1 directory with 12 updates#45
nmccready merged 1 commit intomasterfrom
dependabot/npm_and_yarn/all-cba11a52fe

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Sep 25, 2025

Bumps the all group with 12 updates in the / directory:

Package From To
@znemz/cft-utils 0.1.7 0.1.19
aws-sdk-v3-proxy 2.1.2 2.2.0
proxy-agent 6.3.1 6.5.0
@commitlint/cli 19.8.1 20.0.0
@commitlint/config-conventional 19.8.1 20.0.0
better-npm-audit 3.7.3 3.11.0
commitlint 19.8.1 20.0.0
mocha 10.2.0 11.7.2
serve 14.2.4 14.2.5
sort-package-json 3.2.1 3.4.0

Updates @znemz/cft-utils from 0.1.7 to 0.1.19

Changelog

Sourced from @​znemz/cft-utils's changelog.

0.1.19 (2025-09-22)

0.1.18 (2025-09-17)

0.1.17 (2025-09-10)

0.1.16 (2025-09-01)

0.1.15 (2025-05-05)

0.1.14 (2025-04-21)

0.1.13 (2025-03-25)

0.1.12 (2025-03-24)

0.1.11 (2025-03-17)

0.1.10 (2025-03-10)

0.1.9 (2025-03-04)

0.1.8 (2025-03-01)

Commits
  • eddb67b chore(release): 0.1.19
  • fd602ef Merge pull request #45 from nmccready/dependabot/npm_and_yarn/all-8ee9064561
  • d97f042 chore(deps-dev): bump aws-cdk-lib in the all group
  • b2d144b chore(release): 0.1.18
  • 561fb2a Merge pull request #44 from nmccready/dependabot/npm_and_yarn/all-e3cf99c82a
  • 6b552cd chore(deps): bump debug-fabulous from 2.0.11 to 2.0.13 in the all group
  • d0b7907 chore(release): 0.1.17
  • b003eb2 Merge pull request #43 from nmccready/dependabot/npm_and_yarn/all-6cd291c5dc
  • 83755ac chore(deps-dev): bump the all group with 2 updates
  • dca289b chore(release): 0.1.16
  • Additional commits viewable in compare view

Updates aws-sdk-v3-proxy from 2.1.2 to 2.2.0

Release notes

Sourced from aws-sdk-v3-proxy's releases.

v2.2.0

2.2.0 (2024-07-24)

Features

  • proxy: add httpProxy and httpsProxy in the options of the addProxyToClient function (#34) (58b719b)

v2.1.4

2.1.4 (2024-05-08)

Bug Fixes

v2.1.3

2.1.3 (2024-05-07)

Bug Fixes

Commits
  • 58b719b feat(proxy): add httpProxy and httpsProxy in the options of the addProxyToCli...
  • 0a58b76 fix(deps): update deprecated dependency (#30)
  • 0b8bb18 fix: update test
  • 8fb5800 chore(deps-dev): bump @​babel/traverse from 7.22.4 to 7.23.2 (#28)
  • 3f8f0a2 chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#27)
  • 81f5bda chore(deps): bump fast-xml-parser and @​aws-sdk/client-s3 (#26)
  • 6978200 chore(deps): bump fast-xml-parser and @​aws-sdk/client-s3 (#25)
  • See full diff in compare view

Updates proxy-agent from 6.3.1 to 6.5.0

Release notes

Sourced from proxy-agent's releases.

proxy-agent@6.5.0

Minor Changes

  • 85b10b3: Lazily load agents in proxy-agent
  • 96b771b: Include ClientRequest in getProxyForUrl parameters for additional flexibility

Patch Changes

  • ad68f63: Dispose of Agent instances in cache correctly
  • Updated dependencies [38760db]
  • Updated dependencies [77c3599]
  • Updated dependencies [913a49a]
  • Updated dependencies [1699a09]
  • Updated dependencies [e90e2b2]
    • pac-proxy-agent@7.1.0
    • https-proxy-agent@7.0.6
    • socks-proxy-agent@8.0.5
    • agent-base@7.1.2

proxy-agent@6.4.0

Minor Changes

  • e7e0e56: Allow getProxyForUrl() option to return a Promise

Patch Changes

  • Updated dependencies [c3c405e]
    • http-proxy-agent@7.0.1
    • https-proxy-agent@7.0.3
Changelog

Sourced from proxy-agent's changelog.

6.5.0

Minor Changes

  • 85b10b3: Lazily load agents in proxy-agent
  • 96b771b: Include ClientRequest in getProxyForUrl parameters for additional flexibility

Patch Changes

  • ad68f63: Dispose of Agent instances in cache correctly
  • Updated dependencies [38760db]
  • Updated dependencies [77c3599]
  • Updated dependencies [913a49a]
  • Updated dependencies [1699a09]
  • Updated dependencies [e90e2b2]
    • pac-proxy-agent@7.1.0
    • https-proxy-agent@7.0.6
    • socks-proxy-agent@8.0.5
    • agent-base@7.1.2

6.4.0

Minor Changes

  • e7e0e56: Allow getProxyForUrl() option to return a Promise

Patch Changes

  • Updated dependencies [c3c405e]
    • http-proxy-agent@7.0.1
    • https-proxy-agent@7.0.3
Commits

Updates @commitlint/cli from 19.8.1 to 20.0.0

Release notes

Sourced from @​commitlint/cli's releases.

v20.0.0

20.0.0 (2025-09-25)

Features

BREAKING CHANGES

  • when lines contain URLs exceeding the maximum line length body-max-line-length will be ignored

Full Changelog: conventional-changelog/commitlint@v19.9.1...v20.0.0

v19.9.1

19.9.1 (2025-08-29)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v19.9.0...v19.9.1

v19.9.0

19.9.0 (2025-08-26)

Features

Chore, docs, etc.

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

20.0.0 (2025-09-25)

Note: Version bump only for package @​commitlint/cli

Commits

Updates @commitlint/config-conventional from 19.8.1 to 20.0.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v20.0.0

20.0.0 (2025-09-25)

Features

BREAKING CHANGES

  • when lines contain URLs exceeding the maximum line length body-max-line-length will be ignored

Full Changelog: conventional-changelog/commitlint@v19.9.1...v20.0.0

v19.9.1

19.9.1 (2025-08-29)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v19.9.0...v19.9.1

v19.9.0

19.9.0 (2025-08-26)

Features

Chore, docs, etc.

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

20.0.0 (2025-09-25)

Note: Version bump only for package @​commitlint/config-conventional

Commits

Updates better-npm-audit from 3.7.3 to 3.11.0

Release notes

Sourced from better-npm-audit's releases.

v3.11.0

What's Changed

Full Changelog: jeemok/better-npm-audit@v3.10.0...v3.11.0

v3.10.0

What's Changed

New Contributors

Full Changelog: jeemok/better-npm-audit@v3.9.0...v3.10.0

v3.9.0

  • 5df4120 Bump micromatch from 4.0.4 to 4.0.8
  • 8820f03 Fix getting npm version through CLI

v3.8.3

version 3.8.1 - 3.8.3 (August 17, 2024)

  • 607f16e fix(build): ensure lib/index.js is executable after build

Use "--omit=dev" internally on newer npm version

What's Changed

  • 27a7cb3 Use "--omit=dev" internally on newer npm version
  • 76b4c57 b3e04d3 NPM Audit for fixing vulnerabilities
Changelog

Sourced from better-npm-audit's changelog.

3.11.0 (September 9, 2024)

  • #102 Respect the NO_COLOR environment variable

3.10.0 (September 3, 2024)

  • #100 Add support for including specific columns in audit report

3.9.0 (September 2, 2024)

  • 5df4120 Bump micromatch from 4.0.4 to 4.0.8
  • 8820f03 Fix getting npm version through CLI

3.8.1 - 3.8.3 (August 17, 2024)

  • 607f16e fix(build): ensure lib/index.js is executable after build

3.8.0 (August 17, 2024)

  • 27a7cb3 Use "--omit=dev" internally on newer npm version
  • 76b4c57 b3e04d3 NPM Audit for fixing vulnerabilities
Commits

Updates commitlint from 19.8.1 to 20.0.0

Release notes

Sourced from commitlint's releases.

v20.0.0

20.0.0 (2025-09-25)

Features

BREAKING CHANGES

  • when lines contain URLs exceeding the maximum line length body-max-line-length will be ignored

Full Changelog: conventional-changelog/commitlint@v19.9.1...v20.0.0

v19.9.1

19.9.1 (2025-08-29)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v19.9.0...v19.9.1

v19.9.0

19.9.0 (2025-08-26)

Features

Chore, docs, etc.

... (truncated)

Changelog

Sourced from commitlint's changelog.

20.0.0 (2025-09-25)

Note: Version bump only for package commitlint

Commits

Updates mocha from 10.2.0 to 11.7.2

Release notes

Sourced from mocha's releases.

v11.7.2

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

🧹 Chores

🤖 Automation

  • deps: bump actions/checkout in the github-actions group (#5419) (03ac2d0)

v11.7.1

11.7.1 (2025-06-24)

🩹 Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

🧹 Chores

🤖 Automation

  • deps: bump actions/checkout in the github-actions group (#5419) (03ac2d0)

11.7.1 (2025-06-24)

🩹 Fixes

  • always fallback to import() if require() fails (#5384) (295c168)

... (truncated)

Commits
  • 5f8e8a8 chore(main): release 11.7.2 (#5398)
  • 3300d21 chore: move callback and object typedefs to a new types.d.ts (#5351)
  • 95f3ca8 docs: migrate assertion libraries wiki link to main docs (#5442)
  • c6c6740 chore: rewrite base path instead of copy-pasting (#5431)
  • b0e6135 fix: fail with an informative error message on a file with a broken default i...
  • 9d12fc2 Fix link buttons in new homepage (#5449)
  • a947b9b fix: load mjs files correctly (#5429)
  • 7071c70 Alphabetize new site nav (#5444)
  • d4912e7 chore: unify caught errors as err (#5439)
  • 02a306c docs: migrate count assertions wiki page to docs (#5438)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.


Updates serve from 14.2.4 to 14.2.5

Release notes

Sourced from serve's releases.

v14.2.5

Patch Changes

  • f4b6fbd: Update compression to v1.8.1
Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 25, 2025
@nmccready nmccready force-pushed the dependabot/npm_and_yarn/all-cba11a52fe branch from 2390545 to 91bf850 Compare November 6, 2025 20:35
@nmccready nmccready merged commit f70ad71 into master Nov 6, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-cba11a52fe branch November 6, 2025 20:39
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.

1 participant