Skip to content

chore(deps-dev): bump ultracite from 7.10.6 to 7.10.7 in /npm - #51

Merged
mstuart merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm/ultracite-7.10.7
Aug 31, 2026
Merged

chore(deps-dev): bump ultracite from 7.10.6 to 7.10.7 in /npm#51
mstuart merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm/ultracite-7.10.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps ultracite from 7.10.6 to 7.10.7.

Release notes

Sourced from ultracite's releases.

ultracite@7.10.7

Patch Changes

  • 15f7ae0: Add support for the Aube package manager: ultracite init --pm aube is now accepted and projects with an aube-lock.yaml lockfile are detected automatically

  • 1afc8fe: Re-declare selected Oxlint JS plugins on the root config so dependency analyzers see them. ultracite init --linter oxlint --js-plugins ... now generates const jsPlugins = selectJsPlugins([...]) and adds jsPlugins: jsPlugins.jsPlugins to the root config (also when the full ultracite/oxlint/js-plugins preset is extended). Knip only resolves jsPlugins from the root Oxlint config and never walks extends, so eslint-plugin-github, eslint-plugin-sonarjs, and oxlint-plugin-react-doctor were reported as unused devDependencies. Oxlint dedupes the plugin between the root and the extended preset, so linting is unchanged.

    Also fix ultracite update dropping the js-plugins preset from extends when the config used the documented import jsPlugins, { jsPluginSettings } from "ultracite/oxlint/js-plugins" form: the import parser only matched bare default imports. The regenerated full-preset config keeps settings: jsPluginSettings on the root as well.

  • 20b06bf: Ignore .alchemy across all linters and formatters. Alchemy (alchemy.run) writes local state and generated bindings to a .alchemy directory. It is now part of the shared ignore patterns synced into Biome's files.includes and imported by oxlint, oxfmt, and ESLint, and the Stylelint preset ignores it via ignoreFiles. Prettier needs no change: it already respects .gitignore/.prettierignore.

  • 6e9286c: Run lefthook install during ultracite init through the same spawn adapter as every other tool invocation instead of execSync, so it no longer goes through a shell and gets the same Windows command resolution as husky, the linters, and editor extension installs.

  • 8b24f34: Add support for the Nub package manager: ultracite init --pm nub is now accepted and projects with a nub.lock lockfile are detected automatically (requires nypm ^0.6.9)

  • 240cb6b: Install into the workspace root correctly for Nub and Aube monorepos: nypm emits no root selector for them, so nub add ran without -w and was refused. Ultracite now hands nypm pnpm's flag set for these pnpm-compatible CLIs, producing nub add --workspace-root --save-dev ultracite

  • 44ecbba: Add Vitest type-test files (**/*.{test-d,spec-d}.{ts,tsx,js,jsx}) to the test-file globs so the shared test relaxations and the Vitest rule overrides apply to them, and enable the Vitest plugin's typecheck setting in the ESLint preset so expectTypeOf/assertType count as assertions.

  • 7ba6bb8: Package the reusable Ultracite agent skill with the npm distribution.

Commits
  • 963292a Version Packages (#780)
  • d473dc2 chore: bump Bun to 1.4.0 (#786)
  • 6e9286c fix: use native spawn sync on bun (#785)
  • 26b997d Link the Nub/Aube workspace-root shim to the upstream nypm fix
  • 240cb6b Select the workspace root when installing with Nub or Aube in a monorepo
  • b70129e Run the test suite on Windows in CI
  • 44ecbba fix: add vitest typecheck files to configs (#783)
  • 89c289d Keep the js-plugins preset when updating a config with a default-plus-named i...
  • 1afc8fe Hoist selected Oxlint JS plugins onto the root config for dependency analyzers
  • 7ba6bb8 feat: package the Ultracite agent skill (#779)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from mstuart as a code owner August 31, 2026 03:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
Bumps [ultracite](https://github.com/haydenbleasel/ultracite) from 7.10.6 to 7.10.7.
- [Release notes](https://github.com/haydenbleasel/ultracite/releases)
- [Commits](https://github.com/haydenbleasel/ultracite/compare/ultracite@7.10.6...ultracite@7.10.7)

---
updated-dependencies:
- dependency-name: ultracite
  dependency-version: 7.10.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm/ultracite-7.10.7 branch from dc017b7 to ce637cc Compare August 31, 2026 03:38
@mstuart
mstuart merged commit b04f0b9 into main Aug 31, 2026
7 checks passed
@mstuart
mstuart deleted the dependabot/npm_and_yarn/npm/ultracite-7.10.7 branch August 31, 2026 05:57
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