Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 4 updates#54

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-6d8ee1bfac
Open

chore(deps): bump the production-dependencies group across 1 directory with 4 updates#54
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-6d8ee1bfac

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 4 updates in the / directory: @publint/pack, lru-cache, node-modules-tools and @logtape/drizzle-orm.

Updates @publint/pack from 0.1.4 to 0.1.5

Changelog

Sourced from @​publint/pack's changelog.

0.1.5

Patch Changes

  • Use proper command interpolation to prevent command injection on untrusted input. As it's not expected that this package is used with untrusted input, a vulnerability is not published. However, the fix is made still as a caution. (#238)
Commits

Updates lru-cache from 11.5.0 to 11.5.1

Commits

Updates node-modules-tools from 2.1.2 to 2.1.3

Release notes

Sourced from node-modules-tools's releases.

v2.1.3

   🚀 Features

    View changes on GitHub
Commits

Updates @logtape/drizzle-orm from 2.1.1 to 2.2.2

Changelog

Sourced from @​logtape/drizzle-orm's changelog.

Version 2.2.2

Released on July 1, 2026.

@​logtape/file

  • Fixed a bug where getTimeRotatingFileSink() did not delete old files when both filename and maxAgeMs were configured. Time-rotating file sinks now use file modification times for cleanup when a custom filename generator is configured. [#183]

#183: dahlia/logtape#183

Version 2.2.1

Released on June 24, 2026.

@​logtape/logtape

  • Fixed a bug where withCategoryPrefix() was incorrectly applied to sub-loggers of the meta logger (e.g., ["logtape", "meta", "sink"]). [#182 by Sebastian Wesley-Smith]

#182: dahlia/logtape#182

@​logtape/sentry

  • Fixed the Sentry sink to report internal errors to the meta logger (["logtape", "meta", "sentry"]) instead of console.debug(), making sink failures observable in tests and production. [#181 by Sebastian Wesley-Smith]

  • Fixed a TypeError: Converting circular structure to JSON raised while rendering interpolated message values (e.g. logging a Response or any value containing a circular reference as logger.error("…{error}", { error })). The sink now uses the same cross-runtime inspect helper as @​logtape/logtape and @​logtape/pretty (Deno.inspect() on Deno, util.inspect() on Node.js/Bun) via the #util import map, instead of a fallible globalThis-detection fallback that silently degraded to JSON.stringify() on Node.js. [#180]

#180: dahlia/logtape#180 #181: dahlia/logtape#181

Version 2.2.0

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

…y with 4 updates

Bumps the production-dependencies group with 4 updates in the / directory: [@publint/pack](https://github.com/publint/publint/tree/HEAD/packages/pack), [lru-cache](https://github.com/isaacs/node-lru-cache), [node-modules-tools](https://github.com/antfu/node-modules-inspector/tree/HEAD/packages/node-modules-tools) and [@logtape/drizzle-orm](https://github.com/dahlia/logtape/tree/HEAD/packages/drizzle-orm).


Updates `@publint/pack` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/publint/publint/releases)
- [Changelog](https://github.com/publint/publint/blob/master/packages/pack/CHANGELOG.md)
- [Commits](https://github.com/publint/publint/commits/v0.1.5/packages/pack)

Updates `lru-cache` from 11.5.0 to 11.5.1
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.5.0...v11.5.1)

Updates `node-modules-tools` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/antfu/node-modules-inspector/releases)
- [Commits](https://github.com/antfu/node-modules-inspector/commits/v2.1.3/packages/node-modules-tools)

Updates `@logtape/drizzle-orm` from 2.1.1 to 2.2.2
- [Changelog](https://github.com/dahlia/logtape/blob/main/CHANGES.md)
- [Commits](https://github.com/dahlia/logtape/commits/2.2.2/packages/drizzle-orm)

---
updated-dependencies:
- dependency-name: "@publint/pack"
  dependency-version: 0.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lru-cache
  dependency-version: 11.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: node-modules-tools
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@logtape/drizzle-orm"
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

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 Jul 1, 2026
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