Skip to content

chore(deps): bump the minor group with 11 updates - #257

Merged
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-1e471c1c21
Sep 21, 2026
Merged

benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-1e471c1c21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 11 updates:

Package From To
@types/node 26.5.0 26.6.1
prettier 3.9.6 3.9.7
vitest 5.0.0 5.0.1
zod 4.5.4 4.6.5
@vitest/mocker 5.0.0 5.0.1
@vitest/spy 5.0.0 5.0.1
brace-expansion 5.0.9 5.0.12
magic-string 1.2.3 1.4.1
nanoid 3.3.18 3.3.19
vite 8.2.2 8.3.0
yaml 2.9.0 2.9.1

Updates @types/node from 26.5.0 to 26.6.1

Commits

Updates prettier from 3.9.6 to 3.9.7

Release notes

Sourced from prettier's releases.

3.9.7

  • Support Angular 22.2
  • Fix regressions in v3.9

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.7

diff

Markdown: Prevent indentation drift in list-item code blocks (#19647, #19990 by @​Austin1serb, @​giaBaoJS)

<!-- Input -->
- [x] short first line.
  second paragraph at six spaces that wraps
  onto another line here.

<!-- Prettier 3.9.6 -->

 
short first line.
second paragraph at six spaces that wraps
    onto another line here.



<!-- Prettier 3.9.7 -->

 
short first line.
second paragraph at six spaces that wraps
onto another line here.


JavaScript: Fix embedded template literal idempotency (#19725 by @​fisker)

// Input
const foo = html`
            <div>${getText({
            value,
            })}</div>
`;
// Prettier 3.9.6 (first format)
const foo = html&lt;div&gt; ${getText({ value, })} &lt;/div&gt;;
// Prettier 3.9.6 (second format)
const foo = html`
<div>
</tr></table>

... (truncated)

Commits
  • 0449af3 Release 3.9.7
  • 43cd5b0 Allow verify markdown test with mdx parser
  • ab8c911 Fix test on Node.js v26 (#19927)
  • 4a5adf9 Fix tests
  • 3404375 Update @typescript-eslint/typescript-estree to v8.70.0
  • c60f106 Angular: Support @boundary / @error error boundaries (#20015)
  • 297117a Fix HTML block indentation drift in markdown list items (#19987)
  • 0df4e49 Fix indentation drift for indented code blocks in list items (#19990)
  • 9ef216d Fix Markdown task list indentation drift (#19647)
  • 2158d48 Strip blockquote markers from a setext heading's continuation lines (#19878)
  • Additional commits viewable in compare view

Updates vitest from 5.0.0 to 5.0.1

Release notes

Sourced from vitest's releases.

v5.0.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 03630a5 chore: release v5.0.1 (#11275)
  • a47d790 fix(fakeTimers): force queueMicrotask and nextTick in toNotFake (#11261)
  • 2ce29d5 fix: warn when deprecated deps.optimizer.web is used (#11214)
  • ccd6d05 docs: fix typecheck exclude default in documentation (#11223)
  • 91ab158 fix(doctor): measure vm pools for custom environments (#11212)
  • 23dda73 fix: share the server on self-referencing extends (#11034)
  • 498fbe9 fix: resolve ResolvedConfig exactOptionalPropertyTypes errors (#11175)
  • 115c3f6 fix: correct typos in error message and comments (#11187)
  • 7361465 fix: keep metadata file when clearing the cache (#11199)
  • 972e24b fix(browser): avoid double quotes in config.define (#11198)
  • Additional commits viewable in compare view

Updates zod from 4.5.4 to 4.6.5

Release notes

Sourced from zod's releases.

v4.6.5

Commits:

  • d2b135cfb7a3582b9eb515756b9166bcb9521f4a docs: add the 4.6.x patch highlights to the 4.6 post
  • f1448f7cee00df9fe1e9ad84a000aa1828cc8bc1 docs: fold the 4.6.x patch highlights into the 4.6 post's own sections
  • de65a5cb39ed22a507fac935788f718fa88d104f docs: lead the properties section with the check and add a Zod Mini tab (#6598)
  • 56222cd1532c07bcb91b67df529cab4c0a215330 feat(instanceof): key the .properties() shape off the instance type (#6600)
  • ca0229a404818290e6cdcfefcd7eb2d04bcbb543 Revert "feat: add z.currencyCode() over a vendored ISO 4217 list, refreshed weekly by CI (#6595)"
  • cc4cd4ee9c52fcaa10964e48cc144541e41a5ed9 Revert "Revert "feat: add z.currencyCode() over a vendored ISO 4217 list, refreshed weekly by CI (#6595)""
  • 0f3f5ee3ca56c7574bf849e54f79e9a6e02562ee 4.6.5
  • 59bbc03e10c636b9eb3c393dfeb552819774ec21 chore: re-pin the integration peers to the workspace zod after the 4.6.5 bump

v4.6.4

A patch on top of 4.6.3.

  • d6bc1e30 feat: add z.currencyCode() over a vendored ISO 4217 list, refreshed weekly by CI (#6595)
  • ad32d751 perf: z.url() rejects an invalid URL with URL.canParse() instead of a throwing constructor, about 50x faster; fewer allocations on the validation path (#6588)
  • 2bb08717 chore: re-pin the integration peers to the workspace zod after the 4.6.4 bump
  • f6e1701a chore(deps): bump next to 15.5.25 and vite to 7.3.6 (#6153)

v4.6.3

A patch on top of 4.6.2.

  • 413cce9a fix(v4): make z.properties() a check again (#6594) — removes the standalone z.properties() schema from 4.6.0; z.instanceof().properties() and .check(...z.properties()) are unchanged
  • 75d63ee1 docs: show only the .properties() method form in the 4.6 post
  • 46da9572 docs: match the error-message examples to what the parsers emit

v4.6.2

A patch on top of 4.6.1.

v4.6.1

A patch on top of 4.6.0.

v4.6.0

Zod 4.6 is now available.

npm install zod@latest

At a glance:

... (truncated)

Commits
  • 59bbc03 chore: re-pin the integration peers to the workspace zod after the 4.6.5 bump
  • 0f3f5ee 4.6.5
  • cc4cd4e Revert "Revert "feat: add z.currencyCode() over a vendored ISO 4217 list, ref...
  • ca0229a Revert "feat: add z.currencyCode() over a vendored ISO 4217 list, refreshed w...
  • 56222cd feat(instanceof): key the .properties() shape off the instance type (#6600)
  • de65a5c docs: lead the properties section with the check and add a Zod Mini tab (#6598)
  • f1448f7 docs: fold the 4.6.x patch highlights into the 4.6 post's own sections
  • d2b135c docs: add the 4.6.x patch highlights to the 4.6 post
  • 2bb0871 chore: re-pin the integration peers to the workspace zod after the 4.6.4 bump
  • 743aedb 4.6.4
  • Additional commits viewable in compare view

Updates @vitest/mocker from 5.0.0 to 5.0.1

Release notes

Sourced from @​vitest/mocker's releases.

v5.0.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/spy from 5.0.0 to 5.0.1

Release notes

Sourced from @​vitest/spy's releases.

v5.0.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates brace-expansion from 5.0.9 to 5.0.12

Commits

Updates magic-string from 1.2.3 to 1.4.1

Release notes

Sourced from magic-string's releases.

v1.4.1

   🐞 Bug Fixes

    View changes on GitHub

v1.4.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.3.2

   🐞 Bug Fixes

    View changes on GitHub

v1.3.1

No significant changes

    View changes on GitHub

v1.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from magic-string's changelog.

1.4.1 (2026-09-15)

Bug Fixes

  • flush the shared encoder buffer at the end of every drain (#356) (f682ccf)

1.4.0 (2026-09-15)

Bug Fixes

  • don't resurrect removed content in replace/replaceAll (#352) (c847b0e)

Features

  • add affinity option to move() (#351) (f849b39)
  • bundle: add toMagicString() to flatten a Bundle into a MagicString (#353) (3a7c7b0)

Performance Improvements

  • encode mappings incrementally in generateMap to cut peak memory (#350) (1401f6c)

1.3.2 (2026-09-15)

Bug Fixes

  • carry trimStart and trimEnd into the outro and intro (#348) (07d2fcb)
  • preserve inserts anchored to the edges of a removed range (#282) (#349) (bd7ee85)
  • return an empty slice when the end index resolves to zero (#346) (5531971)
  • treat moving a range to where it already sits as a no-op (#347) (22ed11b)

1.3.1 (2026-09-10)

1.3.0 (2026-09-10)

Bug Fixes

  • count source appends and prepends in Bundle#length (#344) (f1797b4), closes Bundle#length
  • count string-level appends and prepends in isEmpty (#345) (d489a75)
  • expand $ substitutions in replace as String.prototype does (#340) (cd05874)
  • indent content added with append/prepend (#343) (18986e0)
  • only pass the groups object to a replacer when the pattern has named groups (#342) (574366f)

Features

  • add hires mode source map mode using range mappings (#317) (708e379)
  • support a function for includeContent in Bundle (#165) (ead0c08)

Performance Improvements

... (truncated)

Commits
  • c308bb7 chore: release v1.4.1
  • f682ccf fix: flush the shared encoder buffer at the end of every drain (#356)
  • be06ddb chore: release v1.4.0
  • 21e5611 test: make the integrity checker wrap MagicString methods (#355)
  • 3a7c7b0 feat(bundle): add toMagicString() to flatten a Bundle into a MagicString (#353)
  • 4b8a12f test: cover the already-edited-chunk guard from issue #139 (#354)
  • c847b0e fix: don't resurrect removed content in replace/replaceAll (#352)
  • f849b39 feat: add affinity option to move() (#351)
  • 493878a docs: mention about magic-string-stack
  • 1401f6c perf: encode mappings incrementally in generateMap to cut peak memory (#350)
  • Additional commits viewable in compare view

Updates nanoid from 3.3.18 to 3.3.19

Release notes

Sourced from nanoid's releases.

3.3.19

  • Fixed killing the app by setting huge user ID.
Changelog

Sourced from nanoid's changelog.

3.3.19

Commits

Updates vite from 8.2.2 to 8.3.0

Release notes

Sourced from vite's releases.

create-vite@8.3.0

Please refer to CHANGELOG.md for details.

v8.3.0

Features

  • build: avoid settling seen preload dependencies for performance (#23446) (e6f6b3e)

Bug Fixes

Bumps the minor group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.5.0` | `26.6.1` |
| [prettier](https://github.com/prettier/prettier) | `3.9.6` | `3.9.7` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `5.0.0` | `5.0.1` |
| [zod](https://github.com/colinhacks/zod) | `4.5.4` | `4.6.5` |
| [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker) | `5.0.0` | `5.0.1` |
| [@vitest/spy](https://github.com/vitest-dev/vitest/tree/HEAD/packages/spy) | `5.0.0` | `5.0.1` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `5.0.9` | `5.0.12` |
| [magic-string](https://github.com/Rich-Harris/magic-string) | `1.2.3` | `1.4.1` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.18` | `3.3.19` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.2` | `8.3.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.9.0` | `2.9.1` |


Updates `@types/node` from 26.5.0 to 26.6.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Updates `vitest` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/vitest)

Updates `zod` from 4.5.4 to 4.6.5
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.5.4...v4.6.5)

Updates `@vitest/mocker` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/mocker)

Updates `@vitest/spy` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/spy)

Updates `brace-expansion` from 5.0.9 to 5.0.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v5.0.9...v5.0.12)

Updates `magic-string` from 1.2.3 to 1.4.1
- [Release notes](https://github.com/Rich-Harris/magic-string/releases)
- [Changelog](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md)
- [Commits](Rich-Harris/magic-string@v1.2.3...v1.4.1)

Updates `nanoid` from 3.3.18 to 3.3.19
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.18...3.3.19)

Updates `vite` from 8.2.2 to 8.3.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.3.0/packages/vite)

Updates `yaml` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: prettier
  dependency-version: 3.9.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vitest
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: zod
  dependency-version: 4.6.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@vitest/mocker"
  dependency-version: 5.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/spy"
  dependency-version: 5.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: brace-expansion
  dependency-version: 5.0.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: magic-string
  dependency-version: 1.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: nanoid
  dependency-version: 3.3.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vite
  dependency-version: 8.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: yaml
  dependency-version: 2.9.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 Sep 19, 2026
@benbrandt
benbrandt merged commit 2aadf1c into main Sep 21, 2026
3 checks passed
@benbrandt
benbrandt deleted the dependabot/npm_and_yarn/minor-1e471c1c21 branch September 21, 2026 08:22
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