Skip to content

chore(deps-dev): bump prettier from 3.8.1 to 3.9.5 - #91

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.9.5
Closed

chore(deps-dev): bump prettier from 3.8.1 to 3.9.5#91
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.9.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps prettier from 3.8.1 to 3.9.5.

Release notes

Sourced from prettier's releases.

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.5

diff

Markdown: Cap ordered list mark at 999,999,999 (#19351 by @​tats-u)

CommonMark parsers only support ordered list item numbers up to 999,999,999.

With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output:

<!-- Input -->
999999998. text
999999998. text
999999998. text
999999998. text
1234567890123456789012) text
<!-- Prettier 3.9.4 -->
999999998. text
999999999. text
1000000000. text
1000000001. text
1234567890123456789012) text
<!-- Prettier 3.9.5 -->
999999998. text
999999999. text
999999999. text
999999999. text
1234567890123456789012) text

Markdown: Avoid corrupting empty link with title (#19487 by @​andersk)

Do not remove <> from an inline link or image with an empty URL and a title, as this removal would change its interpretation.

<!-- Input -->
[link](https://github.com/prettier/prettier/blob/main/<> "title")
<!-- Prettier 3.9.4 -->
[link](https://github.com/prettier/prettier/blob/main/ "title")
<!-- Prettier 3.9.5 -->
</tr></table>

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@changeset-bot

changeset-bot Bot commented Jul 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: dd48e54

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Copy link
Copy Markdown
Member

Superseded by #98, which applies this bump (prettier 3.8.1 → 3.9.5) together with the other pending dependency updates. Closing in favor of that PR.


Generated by Claude Code

@sergeysova sergeysova closed this Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/prettier-3.9.5 branch July 24, 2026 22:36
sergeysova added a commit that referenced this pull request Jul 24, 2026
…appy-dom, prettier, @unocss/preset-icons

Applies the dependabot-proposed bumps (#87, #88, #90, #91, #93):
- @babel/core 7.29.0 -> 7.29.6
- vite 7.3.2 -> 7.3.5 (root catalog + solid-router example)
- vite-plugin-dts 4.5.4 -> 5.0.3
- @vitejs/plugin-vue 5.2.4 -> 6.0.8
- happy-dom 20.8.3 -> 20.8.9
- prettier 3.8.1 -> 3.9.5
- @unocss/preset-icons 66.6.4 -> 66.7.5

vite-plugin-dts 5 renamed its `outDir`/`rollupTypes` options to
`outDirs`/`bundleTypes` and now requires `@microsoft/api-extractor` as an
explicit dependency rather than pulling it in transitively; updated all
package vite.config.ts files and added the dependency accordingly. Also
added `/// <reference types="vitest/config" />` to the vite.config.ts
files that were missing it, needed for the `test` field to type-check
under the new dts tooling. Reformatted a handful of union types per
prettier 3.9's updated style.

The typescript 5.8.2 -> 7.0.2 bump (dependabot #89) is intentionally
skipped: TypeScript 7's new compiler breaks @microsoft/api-extractor's
.d.ts bundling in packages/core ("Symbol not found for identifier:
Omit"), so PR #89 is closed as not mergeable for now.
sergeysova added a commit that referenced this pull request Jul 26, 2026
…appy-dom, prettier, @unocss/preset-icons (#98)

## Summary

Applies the dependabot-proposed dependency bumps that build/test
cleanly:

- `@babel/core` 7.29.0 → 7.29.6 (#93)
- `vite` 7.3.2 → 7.3.5 — root catalog + `examples/solid-router` (#93)
- `happy-dom` 20.8.3 → 20.8.9 (#93)
- `prettier` 3.8.1 → 3.9.5 (#91)
- `@vitejs/plugin-vue` 5.2.4 → 6.0.8 (#90)
- `@unocss/preset-icons` 66.6.4 → 66.7.5 (#88)
- `vite-plugin-dts` 4.5.4 → 5.0.3 (#87)

vite-plugin-dts 5 renamed its `outDir`/`rollupTypes` plugin options to
`outDirs`/`bundleTypes`, and now requires `@microsoft/api-extractor` as
an explicit dependency instead of pulling it in transitively — updated
every package's `vite.config.ts` and added the dependency accordingly. A
few `vite.config.ts` files were also missing `/// <reference
types="vitest/config" />`, which the new dts tooling's stricter config
type-checking surfaced; added it where needed. Reformatted a handful of
union types to match prettier 3.9's updated style (`eslint --fix`).

**Not included:** `typescript` 5.8.2 → 7.0.2 (dependabot #89).
TypeScript 7's new compiler breaks `@microsoft/api-extractor`'s `.d.ts`
bundling in `packages/core` (`Symbol not found for identifier: Omit`),
so that bump isn't mergeable yet. PR #89 will be closed with an
explanation; the others (#87, #88, #90, #91, #93) are superseded by this
PR and will be closed too.

Added an empty changeset since this is dev-tooling only, no published
package behavior changes.

Also fixes CI warnings surfaced while auditing this branch: bumps
`actions/checkout` v3 → v4 in `build.yml`/`pr-checks.yml`, removes two
genuinely unused test bindings, and adds a `varsIgnorePattern: '^_'`
exception for the intentional `infer _` pattern in
`packages/paths/lib/validate-path.ts`.

## Type of change

- 🧹 Chore / CI

## Checklist

- [x] I linked a related issue (or explained why there isn't one) —
supersedes dependabot PRs #87, #88, #90, #91, #93; #89 explained above
- [x] `pnpm build` passes
- [x] `pnpm typecheck` passes
- [x] `pnpm test` passes and I added/updated tests for my change — no
test changes needed, existing suite covers this
- [x] `pnpm lint` passes
- [x] I added a changeset (`pnpm changeset`), or an empty one for
no-release changes (`pnpm changeset --empty`)
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