Skip to content

chore(deps): update dependency ultracite to v7#173

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/ultracite-7.x
Open

chore(deps): update dependency ultracite to v7#173
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/ultracite-7.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 1, 2026

This PR contains the following updates:

Package Change Age Confidence
ultracite (source) ^5.6.4^7.0.0 age confidence

Release Notes

haydenbleasel/ultracite (ultracite)

v7.1.5

Compare Source

Patch Changes
  • c8fdacf: fix: detectLinter() doesn't walk up directory tree, Breaks monorepo subdirectory usage
  • c79c3b0: Fix lefthook file configuration
  • 4b9d206: Make useBlockStatements fix safe
  • 8e9e728: Add support for NestJS
  • d0ae8f3: Fix: Biome removes all imports in Svelte files on save instead of organizing them

v7.1.4

Compare Source

Patch Changes
  • 34c79bb: Fix conflicting oxlint rules

v7.1.3

Compare Source

Patch Changes
  • c60533d: Fix oxlint import/consistent-type-specifier-style

v7.1.2

Compare Source

Patch Changes
  • 9d443b6: Fix func-style config in oxlint
  • 3d9b488: Fix: argument --unsafe cannot be used multiple times in this context
  • f06808f: Don't pass options to formatters, only linters

v7.1.1

Compare Source

Patch Changes
  • 0e9af01: Automatically add scripts to root package.json
  • 656f6d7: fix(oxlint-remix): ignore unicorn rules for generated routeTree.gen.ts

v7.0.12

Compare Source

Patch Changes
  • f328fc6: Update nypm to remove dependency on corepack
  • 6f638fa: Fix error message when exiting with code 1
  • f328fc6: Fix eslint dependencies during initialization
  • f328fc6: Allow comments in json files

v7.0.11

Compare Source

Patch Changes
  • 79d2756: fix: exit with code 1 when check/fix finds errors
  • c032612: Fix: Parser Errors on .jsonc Files Due to Comments
  • a556651: Move oxlint to optionalDependencies or peerDependencies

v7.0.10

Compare Source

Patch Changes
  • a7b34ed: Add Vercel Agent support
  • b6658ce: Add Claude Code hook integration to run ultracite fix after Write/Edit tool usage.

v7.0.9

Compare Source

Patch Changes
  • 95dd898: Disable sort-imports in favor of oxfmt
  • c72d2b3: Disable react/jsx-max-depth
  • 2ae8976: Disable typescript/require-await

v7.0.8

Compare Source

Patch Changes
  • a9efe80: Add Cursor CLI as agent
  • 00fb477: Add support for Mistral Vibe

v7.0.7

Compare Source

Patch Changes
  • ea7a6dc: Fix oxlint import path
  • a6e43a0: Add more CLI options for oxlint, oxfmt and biome
  • ad52a16: Fix linter provider mention in agent rules

v7.0.6

Compare Source

Patch Changes

v7.0.5

Compare Source

Patch Changes
  • ab47642: add --type-aware and --type-check flags for oxlint

v7.0.4

Compare Source

Patch Changes

v7.0.3

Compare Source

Patch Changes

v7.0.2

Compare Source

Patch Changes
  • 246c1fc: Update docs and README
    Remove catalog dependencies

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
  • c4a205f: Remove i18n docs
  • c4a205f: Remove custom reporter
  • c4a205f: Scaffold support for ESLint and Oxlint
  • c4a205f: Add support for Amazon Q, Crush, Firebender, OpenCode, Qwen and Trae
  • c4a205f: Move biome config under biome
Patch Changes

v6.5.1

Compare Source

v6.5.0

Compare Source

Minor Changes
Patch Changes
  • a942392: Use interface as consistent type definition

v6.4.3

Compare Source

Patch Changes
  • 393a0d1: Explicitly enable css
  • 127c1c6: Fix reporter bug for --unsafe flag
  • 41a73ba: Fix file-based metadata
  • 43b07be: Fix tsconfig patching
  • 9d1d374: Add support for pre-commit (python)
  • f9256db: Add support for Antigravity

v6.4.2

Compare Source

Patch Changes

v6.4.1

Compare Source

Patch Changes
  • a8570b3: respect package manager in generated rules and commands

v6.4.0

Compare Source

Minor Changes

v6.3.12

Compare Source

Patch Changes
  • 635acd1: Fix "canceled" bug for realsies this time

v6.3.10

Compare Source

Patch Changes
  • bc7d89f: Fix nested next.config.ts detection
  • d292922: Replace hardcoded npx commands

v6.3.9

Compare Source

Patch Changes
  • a13eb72: Add support for Factory Droid AI assistant

v6.3.8

Compare Source

Patch Changes

v6.3.7

Compare Source

Patch Changes
  • fec49ac: added cloudflare wrangler generated file to the ignore list

v6.3.6

Compare Source

Patch Changes
  • 99a417c: Fix docs on quotes
  • 5fb7031: Add support for max diagnostics flag
  • c66c232: Remove process.exit from CLI

v6.3.5

Compare Source

Patch Changes

v6.3.4

Compare Source

Patch Changes
  • 3edc530: Bump glob to resolve dependency vulnerability
  • 30ac12c: Update Biome to 2.3.6

v6.3.3

Compare Source

Patch Changes

v6.3.2

Compare Source

Patch Changes

v6.3.1

Compare Source

Patch Changes
  • 908ac57: Add missing hooks cli definition

v6.3.0

Compare Source

Minor Changes
  • a5a1510: Add new hooks flag, add Claude hooks support
Patch Changes
  • 0fed52b: Upgrade Biome to 2.3.4
  • a9347c8: Disable noMagicNumbers and noConsole
  • aa7f769: Updated tsconfig, package.json selector

v6.2.1

Compare Source

Patch Changes
  • 527e737: Update to Biome 2.3.3
  • d5f9d64: Disable useAwait on page.tsx and layout.tsx files in Next.js
  • eb77e3f: add allowForLoopAfterthoughts to noIncrementDecrement

v6.2.0

Compare Source

Minor Changes
  • 4035389: add cursor hooks functionality
  • 18ed1f3: Refactor rules based on hooks and feedback from Cursor team
Patch Changes
  • 7aa5fd8: pass diagnostic-level filter option (stop-gap)
  • f9e2141: Update existing tsconfig files instead of creating a new root one

v6.1.0

Compare Source

Minor Changes
  • b6bdc8e: Introduce Warp agentic terminal support
Patch Changes
  • ba72503: Fix husky initialization
  • b038a60: Fix overrides in Astro, Svelte, Vue presets having no effect
  • b7451ee: Improve core glob
  • f7ebeb8: Improve test coverage for agents

v6.0.5

Compare Source

Patch Changes
  • 5f00bd3: Use overrides in presets
  • 30f488e: Upgrade Biome to 2.3.2, add "noIncrementDecrement"

v6.0.4

Compare Source

Patch Changes
  • b0a7281: setting cursor rule context to glob pattern instead of always apply

v6.0.3

Compare Source

Patch Changes
  • 82e5353: Drop legacy ultracite preset

v6.0.2

Compare Source

Patch Changes

v6.0.1

Compare Source

Patch Changes
  • 5848800: Fix legacy ultracite config

v6.0.0

Compare Source

Major Changes
  • 86ee61e: Add specific Ultracite configurations
Minor Changes
  • d704b5c: Add first-class support for Astro
Patch Changes
  • c5c7ca1: Disable project rules
  • ff83b52: Compress Ultracite agent rules
  • 8987c58: Upgrade to Biome 2.3.0
  • acd8c42: Brand and docs update
  • ed1bcb6: Docs updates and bump deps
  • d0ba90b: Tie framework selection to agent context

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jan 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
portal Ready Ready Preview, Comment Feb 8, 2026 6:44am

Request Review

@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 11d0be9 to a55fe16 Compare January 2, 2026 06:54
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from a55fe16 to 1788a10 Compare January 4, 2026 12:15
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 1788a10 to 0c67545 Compare January 5, 2026 19:46
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 0c67545 to 4f786d5 Compare January 8, 2026 11:32
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 4f786d5 to 96fac72 Compare January 10, 2026 08:08
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 96fac72 to 667c143 Compare January 21, 2026 11:36
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 667c143 to db371e1 Compare January 26, 2026 03:26
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from db371e1 to f0ee7db Compare January 28, 2026 00:01
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from f0ee7db to 6b384c8 Compare February 1, 2026 06:40
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 6b384c8 to 96b540f Compare February 2, 2026 04:08
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 96b540f to 4dd2043 Compare February 4, 2026 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants