chore(deps): bump the npm-deps group across 1 directory with 6 updates - #327
Merged
Merged
Conversation
collinmcneese
enabled auto-merge
August 5, 2026 13:52
Bumps the npm-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.5.2` | `8.6.1` | | [helmet](https://github.com/helmetjs/helmet) | `8.2.0` | `8.3.0` | | [toml](https://github.com/BinaryMuse/toml-node) | `4.1.1` | `5.0.0` | | [@vercel/ncc](https://github.com/vercel/ncc) | `0.44.0` | `0.44.1` | | [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.8.0` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.49.0` | `0.49.1` | Updates `express-rate-limit` from 8.5.2 to 8.6.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v8.5.2...v8.6.1) Updates `helmet` from 8.2.0 to 8.3.0 - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](helmetjs/helmet@v8.2.0...v8.3.0) Updates `toml` from 4.1.1 to 5.0.0 - [Changelog](https://github.com/BinaryMuse/toml-node/blob/master/CHANGELOG.md) - [Commits](BinaryMuse/toml-node@v4.1.1...v5.0.0) Updates `@vercel/ncc` from 0.44.0 to 0.44.1 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.44.0...0.44.1) Updates `eslint` from 10.5.0 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.5.0...v10.8.0) Updates `markdownlint-cli` from 0.49.0 to 0.49.1 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.49.0...v0.49.1) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-version: 0.44.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: express-rate-limit dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: helmet dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: markdownlint-cli dependency-version: 0.49.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: toml dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/npm-deps-2dd9637b0e
branch
from
August 5, 2026 13:55
326d2eb to
748417e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm-deps group with 6 updates in the / directory:
8.5.28.6.18.2.08.3.04.1.15.0.00.44.00.44.110.5.010.8.00.49.00.49.1Updates
express-rate-limitfrom 8.5.2 to 8.6.1Release notes
Sourced from express-rate-limit's releases.
Commits
c7fced58.6.1b21110echore: deprecate millisecond-based time constants (#662)fad3d85chore(deps-dev): bump the development-dependencies group with 4 updates (#660)fffb3c48.6.0f366b2ddocs: debugging guide, time constants, & v8.6.0 changelog (#652)593ddd2fix: make debug output easier to read (#653)ef8c129fix: Pin safe version of@asyncapi/specsdev dep (#659)7b05e0dfeat: add time constants to support more readable values for windowMs (#655)863e730chore(deps-dev): bump the development-dependencies group with 3 updates (#657)e0e711efix: correct wording in usage documentation for express-rate-limit (#656)Updates
helmetfrom 8.2.0 to 8.3.0Changelog
Sourced from helmet's changelog.
Commits
75f1a988.3.0f03f70dUpdate changelog for 8.3.0 releasea307fceFix capitalization in CSP package changelog5347b43Format default CSP in README for readability9afc570CSP: fix middleware-specific README missing link266c95cMinor speedups to project setups test7a4196cCSP: update package-specific changelog02716b4CSP: improve performance when there are no dynamic directives3f511edCSP: move utility functions to separate file80338afCSP: disabling defaults with no directives is now an errorUpdates
tomlfrom 4.1.1 to 5.0.0Changelog
Sourced from toml's changelog.
Commits
ccd8b105.0.000ac4a6Update changelog121e5faMerge pull request #74 from BinaryMuse/mkt/big-ints2b6bcb7Add opt-in BigInt support, throw when parsing out of bounds values38fb4e64.3.05222a64feat: Add opt-in Temporal support for date/time values (#73)95f79b34.2.0b71c439Merge pull request #72 from BinaryMuse/fix/nesting-depth-dosa2d6dbbUpdate changelog967b8b0fix: bound nesting depth to prevent stack-overflow DoSUpdates
@vercel/nccfrom 0.44.0 to 0.44.1Release notes
Sourced from @vercel/ncc's releases.
Commits
8f0aefdfix: preserve runtime createRequire in ESM builds (#1334)b9c6310chore: Update vm2 to latest version (3.11.5) (#1333)Updates
eslintfrom 10.5.0 to 10.8.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
749dfed10.8.04bd0d75Build: changelog update for 10.8.04fbf46dtest: pinwebpackversion to 5.108.4 (#21137)6ddf858docs: fix broken Specify Parser Options anchor link (#21106)784dfbedocs: Clarifyno-eq-nulldescription (#21120)6b8d2f7fix: escape reserved characters in rule id inhtmlformatter (#21129)2d063e2chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101)eccbe7btest: add error locations tono-class-assign(#21123)2fee9bbfeat: exportConfigObjectfromeslint/config(#21082)e7d1e43ci: bump actions/setup-go from 6 to 7 (#21118)Updates
markdownlint-clifrom 0.49.0 to 0.49.1Release notes
Sourced from markdownlint-cli's releases.
Commits
5b5dddcBump version 0.49.14e83bddBump run-con from 1.3.2 to 1.3.34f2127bBump actions/setup-node from 6 to 7cc62492Manually address new violations reported by xo.678b7eeBump xo from 3.0.2 to 4.0.006602e9Bump ignore from 7.0.5 to 7.0.6eac32ddBump markdownlint from 0.41.0 to 0.41.12864eb0Bump js-yaml from 5.2.0 to 5.2.12748661Bump markdown-it from 14.2.0 to 14.3.00144ebeManually address new violations reported by xo.