Skip to content

chore(deps): bump the dependencies-minor-patch group with 2 updates#247

Merged
quiet-node merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dependencies-minor-patch-ad9880de33
Jun 24, 2026
Merged

chore(deps): bump the dependencies-minor-patch group with 2 updates#247
quiet-node merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dependencies-minor-patch-ad9880de33

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies-minor-patch group with 2 updates: katex and @eslint-react/eslint-plugin.

Updates katex from 0.16.47 to 0.17.0

Release notes

Sourced from katex's releases.

v0.17.0

0.17.0 (2026-05-22)

Performance Improvements

  • simplify defineFunction to avoid destructuring, improve typing (#4222) (fb604e6)

BREAKING CHANGES

  • The internal API for __defineFunction changed: you should no longer wrap properties in props.
Changelog

Sourced from katex's changelog.

0.17.0 (2026-05-22)

Performance Improvements

  • simplify defineFunction to avoid destructuring, improve typing (#4222) (fb604e6)

BREAKING CHANGES

  • The internal API for __defineFunction changed: you should no longer wrap properties in props.
Commits
  • 3dec549 chore(release): 0.17.0 [ci skip]
  • fb604e6 perf: simplify defineFunction to avoid destructuring, improve typing (#4222)
  • 6caa636 refactor: tighten ParseNode types (#4219)
  • afed784 docs: make first supportive organizations logos bigger (#4216)
  • b02d9ac chore(deps): update dependency webpack-dev-server to v5.2.4 [security] (#4220)
  • See full diff in compare view

Updates @eslint-react/eslint-plugin from 5.9.0 to 5.9.2

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v5.9.2 (2026-06-23)

What's Changed

📝 Documentation

  • Cleaned up the "Further Reading" links in the rule docs.

🏗️ Internal

  • Switched to pnpm/action-setup to install Node and pnpm in CI.
  • Updated dependencies and the lockfile.
  • Updated the baseline.json timestamp and quality signal.

Full Changelog: Rel1cx/eslint-react@v5.9.1...v5.9.2

Attestation

https://github.com/Rel1cx/eslint-react/attestations/32177120

v5.9.1 (2026-06-20)

What's Changed

📝 Documentation

  • Updated rule patterns and feature system documentation (#1875).
  • Refined naming convention rule docs for context-name, id-name, and ref-name (#1873).
  • Updated the example comment in the react-x/unsupported-syntax docs.
  • Removed the ast.unwrap example from the kit package docs.
  • Fixed a typo in a warning callout description.

🏗️ Internal

  • Bumped actions/checkout to v7.0.0 (#1874).
  • Moved getHumanReadableKind from the ast package into the specific rules that use it.
  • Moved the iterator callback position map for react-x/no-missing-key into lib.ts.
  • Updated dprint line width to 160 and reformatted the codebase.
  • Updated eslint to ^10.5.0 and bumped miscellaneous dependencies.
  • Updated the dprint JSON plugin to v0.22.0.
  • Updated the baseline and DocsPage styling, and pruned pnpm workspace excludes.

Full Changelog: Rel1cx/eslint-react@v5.9.0...v5.9.1

Attestation

https://github.com/Rel1cx/eslint-react/attestations/31921299

Changelog

Sourced from @​eslint-react/eslint-plugin's changelog.

v5.9.2 (2026-06-23)

📝 Documentation

  • Cleaned up the "Further Reading" links in the rule docs.

🏗️ Internal

  • Switched to pnpm/action-setup to install Node and pnpm in CI.
  • Updated dependencies and the lockfile.
  • Updated the baseline.json timestamp and quality signal.

Full Changelog: Rel1cx/eslint-react@v5.9.1...v5.9.2

v5.9.1 (2026-06-20)

📝 Documentation

  • Updated rule patterns and feature system documentation (#1875).
  • Refined naming convention rule docs for context-name, id-name, and ref-name (#1873).
  • Updated the example comment in the react-x/unsupported-syntax docs.
  • Removed the ast.unwrap example from the kit package docs.
  • Fixed a typo in a warning callout description.

🏗️ Internal

  • Bumped actions/checkout to v7.0.0 (#1874).
  • Moved getHumanReadableKind from the ast package into the specific rules that use it.
  • Moved the iterator callback position map for react-x/no-missing-key into lib.ts.
  • Updated dprint line width to 160 and reformatted the codebase.
  • Updated eslint to ^10.5.0 and bumped miscellaneous dependencies.
  • Updated the dprint JSON plugin to v0.22.0.
  • Updated the baseline and DocsPage styling, and pruned pnpm workspace excludes.

Full Changelog: Rel1cx/eslint-react@v5.9.0...v5.9.1

Commits

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 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

Bumps the dependencies-minor-patch group with 2 updates: [katex](https://github.com/KaTeX/KaTeX) and [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin).


Updates `katex` from 0.16.47 to 0.17.0
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.47...v0.17.0)

Updates `@eslint-react/eslint-plugin` from 5.9.0 to 5.9.2
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.9.2/plugins/eslint-plugin)

---
updated-dependencies:
- dependency-name: katex
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor-patch
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor-patch
...

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 Jun 23, 2026
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
@quiet-node

Copy link
Copy Markdown
Owner

Manually regenerated bun.lock (Dependabot can't write Bun lockfiles, so the frozen-install CI gate fails on every npm bump).

Also held katex at ^0.16.0 and dropped the 0.17.0 bump from this group: rehype-katex@7.0.1 (and the other renderers) pin katex@^0.16, so the top-level package only feeds the CSS import. Bumping it to 0.17 upgrades no renderer and just drifts the stylesheet ahead of the markup. The @eslint-react/eslint-plugin 5.9.0 → 5.9.2 patch is kept.

Verified locally: prettier, lint:frontend (0 errors), typecheck, build:frontend, and test:coverage (2075 tests, 100%) all pass.

@quiet-node quiet-node merged commit f1d34eb into main Jun 24, 2026
3 checks passed
@quiet-node quiet-node deleted the dependabot/npm_and_yarn/dependencies-minor-patch-ad9880de33 branch June 24, 2026 04:44
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