Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the minor-development-deps group with 5 updates:

Package From To
@biomejs/biome 2.3.8 2.3.10
knip 5.71.0 5.78.0
oclif 4.22.52 4.22.61
prettier 3.7.3 3.7.4
vitest 4.0.14 4.0.16

Updates @biomejs/biome from 2.3.8 to 2.3.10

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.10

2.3.10

Patch Changes

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.10

Patch Changes

2.3.9

Patch Changes

  • #8232 84c9e08 Thanks @​ruidosujeira! - Added the nursery rule noScriptUrl.

    This rule disallows the use of javascript: URLs, which are considered a form of eval and can pose security risks such as XSS vulnerabilities.

    <a href="javascript:alert('XSS')">Click me</a>
  • #8341 343dc4d Thanks @​arendjr! - Added the nursery rule useAwaitThenable, which enforces that await is only used on Promise values.

    Invalid

    await "value";
    const createValue = () => "value";
    await createValue();

... (truncated)

Commits

Updates knip from 5.71.0 to 5.78.0

Release notes

Sourced from knip's releases.

Release 5.78.0

  • Allow subpath entries in webpack plugin (resolve #1164) (9bc9f87d463e0d3c5f764a4478a855a9f30ae7b3)
  • Improve graphql-codegen plugin → package mapping (resolve #1194) (ae6035eeb88c1114ada9310304fd98ec6b52e5e6)
  • Move config pattern → entry (resolve #1213, close #1252) (c6fe20eb9c708092aad8f6e84ad6de96c2802ac1)
  • Support arrays for moonrepo commands (resolve #1228, close #1232) (216ffe0db50c1e216c370273e3b3345497d01352)
  • Improve Astro "compiler" a bit (close #1245) (65f90096e9c57b78b3c5a4afbfbb123d252fb3c6)
  • Consider exported type used in exported interface used (resolve #1250) (2ec95f762a01a0b7ec09837c8823373cc81a27cc)
  • Improve/loosen up source mapping (resolve #1256) (af536ca6c3a732be8f59824d7d4a09840dd9aa1e)
  • Accept node_modules/ specifiers in deferred entries (resolve #1271) (5c1f0beebc11b46a9bb4ede49c1243b8c6bd5942)
  • Fix up a few lint issues (5cb4c304811d3798da8449f2c7b6b5788c4e978f)
  • Fix Workspace Circular Symlink (#1319) (bffae524e5fdacbc2ba11d4f1ed7240febc2c169) - thanks @​mattietea!
  • Remove unused imports/vars (fc965951212423bffc964f078c27ddccc9590088)
  • Add support for git worktree (resolve #990, close #991) (b7bf92abd17cc28146019bc5c65b27fd8b21b382)
  • Fix TS issues with config-as-a-function (6dc082e9083a73d56aa7f80622d15dfb754dcc41)
  • Dear CI, please accept my offer (a0138b5cbf060d1ddcd34cd957337ec1775b86e5)
  • Allow negated ignore patterns to filter issues (resolve #1420) (b2cbbd5a2bd5e345a0e124906cc1be90d9583842)
  • Apply fixes after running preprocessors (#763 #1420) (10f5bd2599297848ce051da086c10251c3e8f793)
  • Add more hints to AGENTS.md (0ca7881b6374c3673b89cc5f8766fb4be164e58f)
  • Remove unused export ✂️ (bd685bb57ffac6b7e5198511eff3272e3be870b0)

Release 5.77.4

  • Go process.chdir and defer process.cwd() usage (a83d858789e48eb4c00ac809fd1093ae5967611c)
  • Improve error logging (36785fe45e9c56974cf3e8c17c0a5eb16b067bac)

Release 5.77.3

  • Safe config hints set → array (for json-rpc serialization) (b0ce4ddfde76b5020814be3bf2b3a32f08072b33)
  • Remove unused session method (b624c9763ae52d05e522c37f09afa949cdfbffd5)
  • Remove unused export (942086701fc565dcaa5c382304a68bfa8aff885c)

Release 5.77.2

  • Fix missing import in mcp server (f725d411f0b531460102f73d9bbc9ade53cd9324)
  • Update READMEs (56277d3353ae1bd3faaf81593f5b7c320e52caeb)
  • Upgrade release-it (478d6fc8118005856d6d309fad52790f9eed362c)
  • Improve release sequence (8900e70d7256634ad1ed2eb63ef53f7dc1b6fba6)

Release 5.77.1

  • Fix docs in MCP (31029ecc)
  • Improve a few notes here & there (f0fdef45)
  • Patch create-typescript-app (7827890f)
  • Exposed WorkspaceConfig (#1417) (3d8d88d1)
  • Fix plugin title (eafb9d4d)
  • Complete the release flow (431d530a)

Release 5.77.0

  • read options after help or version (#1412) (9120432e1c274b3a421975796019191018fdfc14) - thanks @​GameRoMan!
  • #1355 vitepress plugin (#1414) (dc5bb2a683e17011cb159130e5c8a3bea5be97b6) - thanks @​AlexanderKaran!
  • Improve config hints for redundant entry patterns (2a3b456bbda188030daa4085ff97ef9f83c5736e)
  • Add a few notes here & there (f2f4986b14f2fa2e3c7540409c6c39b388e6d1f0)
  • Fix lint/format issues (3cc5bc2c5c877d35beeed6ed57520d988cd3d648)
  • Use release-it to publish all the things (a009cb38489a774e94d0c6cd3c06c496e1a0ed20)
Commits

Updates oclif from 4.22.52 to 4.22.61

Release notes

Sourced from oclif's releases.

4.22.61

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.956.0 to 3.958.0 (4e920ed)

4.22.60

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.956.0 to 3.958.0 (b663f72)

4.22.59

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.948.0 to 3.956.0 (c6fa942)

4.22.58

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.948.0 to 3.956.0 (6f00e91)

4.22.57

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.946.0 to 3.948.0 (63f7536)

4.22.56

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.946.0 to 3.948.0 (f8592c6)

4.22.55

Bug Fixes

  • initialize oclif object when building tarballs (58f1921), closes #1904

4.22.54

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.940.0 to 3.946.0 (cdd14a4)

4.22.53

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.940.0 to 3.946.0 (b38f8ab)
Changelog

Sourced from oclif's changelog.

4.22.61 (2025-12-28)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.956.0 to 3.958.0 (4e920ed)

4.22.60 (2025-12-28)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.956.0 to 3.958.0 (b663f72)

4.22.59 (2025-12-21)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.948.0 to 3.956.0 (c6fa942)

4.22.58 (2025-12-21)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.948.0 to 3.956.0 (6f00e91)

4.22.57 (2025-12-15)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.946.0 to 3.948.0 (63f7536)

4.22.56 (2025-12-14)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.946.0 to 3.948.0 (f8592c6)

4.22.55 (2025-12-12)

Bug Fixes

  • initialize oclif object when building tarballs (58f1921), closes #1904

4.22.54 (2025-12-07)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.940.0 to 3.946.0 (cdd14a4)

4.22.53 (2025-12-07)

... (truncated)

Commits
  • 38214bf chore(release): 4.22.61 [skip ci]
  • 8a3721d Merge pull request #1940 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 4e920ed fix(deps): bump @​aws-sdk/client-s3 from 3.956.0 to 3.958.0
  • 91e359b chore(release): 4.22.60 [skip ci]
  • 86c1237 Merge pull request #1941 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • f456b5d Merge pull request #1942 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 64b4c20 chore(dev-deps): bump eslint-config-oclif from 6.0.126 to 6.0.127
  • b663f72 fix(deps): bump @​aws-sdk/client-cloudfront from 3.956.0 to 3.958.0
  • 32c310e chore(release): 4.22.59 [skip ci]
  • 34b8ca7 Merge pull request #1937 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • Additional commits viewable in compare view

Updates prettier from 3.7.3 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

Changelog

Sourced from prettier's changelog.

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;
// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>

... (truncated)

Commits

Updates vitest from 4.0.14 to 4.0.16

Release notes

Sourced from vitest's releases.

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub

v4.0.15

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b46d744 chore: release v4.0.16
  • 84a3062 fix(browser): string formatting bug when including placeholders in console.lo...
  • f7f6aa8 fix: log deprecated test.poolOptions if it's set (#9226)
  • 568513c fix: allow inlining fully dynamic import (#9137)
  • 5d26b87 fix(experimental): export setupEnvironment for custom pools (#9187)
  • f17eb42 refactor: avoid using isFileServingAllowed from Vite (#9160)
  • 78cfbf9 fix: avoid crashing on process.versions stub (#9174)
  • da0ade2 fix: fix browser mode default testTimeout back to 15 seconds (#9167)
  • eb1abf0 chore: release v4.0.15
  • a68f74e feat(cache): add opt-out on a plugin level, fix internal root cache (#9154)
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2026
@dependabot dependabot bot requested a review from erunion as a code owner January 1, 2026 15:18
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2026
Bumps the minor-development-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.8` | `2.3.10` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.71.0` | `5.78.0` |
| [oclif](https://github.com/oclif/oclif) | `4.22.52` | `4.22.61` |
| [prettier](https://github.com/prettier/prettier) | `3.7.3` | `3.7.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.14` | `4.0.16` |


Updates `@biomejs/biome` from 2.3.8 to 2.3.10
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.10/packages/@biomejs/biome)

Updates `knip` from 5.71.0 to 5.78.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.78.0/packages/knip)

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

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

Updates `vitest` from 4.0.14 to 4.0.16
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: knip
  dependency-version: 5.78.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: oclif
  dependency-version: 4.22.61
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: vitest
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-development-deps-e2ed2cbeef branch from c26bb30 to 89806f9 Compare January 5, 2026 19:00
@erunion erunion merged commit 83a7983 into main Jan 5, 2026
7 checks passed
@erunion erunion deleted the dependabot/npm_and_yarn/minor-development-deps-e2ed2cbeef branch January 5, 2026 19:09
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants