Skip to content

chore(deps-dev): bump the production-dependencies group across 1 directory with 6 updates#22

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Copy link
Copy Markdown

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
artillery 2.0.27 2.0.30
bun-types 1.3.2 1.3.9
dotenv 17.2.3 17.2.4
npm-check-updates 19.1.2 19.3.2
prettier 3.6.2 3.8.1
tsx 4.20.6 4.21.0

Updates artillery from 2.0.27 to 2.0.30

Release notes

Sourced from artillery's releases.

Artillery v2.0.30

  • Upgrade to Playwright v1.58.1 (#3692)
  • Fix: ensure that when running tests on Fargate, the pre-packaged versions of Playwright / Artillery CLI are always used, and not reinstalled as dependencies. This fixes Playwright browser binary mismatch errors under some conditions. (#3693)

Artillery v2.0.29

  • Upgrade to Playwright v1.58.0 (#3687)
  • AWS Fargate: fix issue where tests that track many distinct metrics could report incomplete results (#3684)

Artillery v2.0.28

New features

  • Add query string normalization to reduce the number of distinct metrics in Playwright tests. Two new configuration options are now available:
    • stripQueryString (defaults to false): Remove query strings from URLs
    • normalizeQueryString (defaults to true): Normalize query string values to reduce metric cardinality. Converts numeric values like /page?id=123 to /page?id=NUMBER (#3665)

Fixes & improvements

  • Fix issue on Azure ACI where tests that track many distinct metrics could fail or report incomplete results (#3662)
  • Fix issue on AWS Fargate where --scenario-name flag was ignored, causing all scenarios to run instead of just the specified scenario (#3669)
  • Upgrade to Playwright v1.57.0 (#3672)
  • Routine dependency upgrades across all packages (#3675, #3609)

with contributions from @​barth12 @​JonathanSmithSkipton @​manfromanotherland @​hassy

Commits

Updates bun-types from 1.3.2 to 1.3.9

Release notes

Sourced from bun-types's releases.

Bun v1.3.9

To install Bun v1.3.9

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.9:

bun upgrade

Read Bun v1.3.9's release notes on Bun's blog

Thanks to 10 contributors!

Bun v1.3.8

To install Bun v1.3.8

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.8:

bun upgrade

... (truncated)

Commits
  • e5cd034 Define seed in crc32 types (#26754)
  • 41de7a3 [publish images] Upgrade LLVM toolchain from 19.1.7 to 21.1.8 (#26667)
  • d23312d feat(test): add Symbol.dispose support to mock/spyOn (#26692)
  • 9d68ec8 require --compile for ESM bytecode (#26624)
  • a524634 fix(types): Socket.reload() now correctly expects { socket: handler } (#26291)
  • f648483 fix(types): add missing SIMD variants to Bun.Build.CompileTarget type (#26248)
  • 01fa610 fix(types): add missing bun-linux-x64-${SIMD} compile target type (#26607)
  • 1bfe5c6 feat(md): Zig markdown parser with Bun.markdown API (#26440)
  • b59c77a feat: add native JSON5 parser (Bun.JSON5) (#26439)
  • e8b2455 feat: add Bun.JSONL.parse() for streaming newline-delimited JSON parsing (#...
  • Additional commits viewable in compare view

Updates dotenv from 17.2.3 to 17.2.4

Changelog

Sourced from dotenv's changelog.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits

Updates npm-check-updates from 19.1.2 to 19.3.2

Release notes

Sourced from npm-check-updates's releases.

v19.3.2

What's Changed

New Contributors

Full Changelog: raineorshine/npm-check-updates@v19.3.1...v19.3.2

v19.3.1

What's Changed

Full Changelog: raineorshine/npm-check-updates@v19.3.0...v19.3.1

v19.3.0

What's Changed

Full Changelog: raineorshine/npm-check-updates@v19.2.1...v19.3.0

v19.2.1

Full Changelog: raineorshine/npm-check-updates@v19.2.0...v19.2.1

v19.2.0

What's Changed

New Contributors

Full Changelog: raineorshine/npm-check-updates@v19.1.2...v19.2.0

Commits
  • 168325c 19.3.2
  • e057a79 install: Provide more helpful message on install failure.
  • 7f32052 fix(tests): resolve EBUSY errors on Windows by retrying directory removal (#1...
  • 30a0e08 docs: close code tag instead of reopening another one (#1588)
  • f2a8022 19.3.1
  • 388deaf fix(catalog): use the right yarn config name (#1586)
  • 325ac2f 19.3.0
  • 99042d1 feat: support yarn catalogs (#1582)
  • 97f349c 19.2.1
  • 0251206 Do not assume that --deep is disabled when only one package is found. Fixes #...
  • Additional commits viewable in compare view

Updates prettier from 3.6.2 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prettier since your current version.


Updates tsx from 4.20.6 to 4.21.0

Release notes

Sourced from tsx's releases.

v4.21.0

4.21.0 (2025-11-30)

Features


This release is also available on:

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

…ctory with 6 updates

Bumps the production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [artillery](https://github.com/artilleryio/artillery) | `2.0.27` | `2.0.30` |
| [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) | `1.3.2` | `1.3.9` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.2.4` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `19.1.2` | `19.3.2` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.6` | `4.21.0` |



Updates `artillery` from 2.0.27 to 2.0.30
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](artilleryio/artillery@artillery-2.0.27...artillery-2.0.30)

Updates `bun-types` from 1.3.2 to 1.3.9
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.3.9/packages/bun-types)

Updates `dotenv` from 17.2.3 to 17.2.4
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/commits)

Updates `npm-check-updates` from 19.1.2 to 19.3.2
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v19.1.2...v19.3.2)

Updates `prettier` from 3.6.2 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.8.1)

Updates `tsx` from 4.20.6 to 4.21.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.6...v4.21.0)

---
updated-dependencies:
- dependency-name: artillery
  dependency-version: 2.0.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: bun-types
  dependency-version: 1.3.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-version: 17.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: npm-check-updates
  dependency-version: 19.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  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 Feb 9, 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