Skip to content

chore(deps): update npm packages#740

Merged
renovate[bot] merged 2 commits intomainfrom
renovate/npm-packages
Dec 29, 2025
Merged

chore(deps): update npm packages#740
renovate[bot] merged 2 commits intomainfrom
renovate/npm-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/markdown-it-container (source) 2.0.10 -> 2.0.11 age adoption passing confidence
knip (source) 5.75.1 -> 5.77.1 age adoption passing confidence
pnpm (source) 10.26.0 -> 10.26.2 age adoption passing confidence
vitepress>vite (source) 8.0.0-beta.3 -> 8.0.0-beta.5 age adoption passing confidence
vue-tsc (source) 3.1.8 -> 3.2.1 age adoption passing confidence

Release Notes

webpro-nl/knip (knip)

v5.77.1: Release 5.77.1

Compare Source

v5.77.0: Release 5.77.0

Compare Source

v5.76.3

Compare Source

v5.76.2

Compare Source

v5.76.1

Compare Source

v5.76.0

Compare Source

  • fix: Unexpected error when pnpm catalogs are empty (#​1406) (e2dc8ba) - thanks @​Promise2679!
  • Release v0.0.3 packages (b4baaa0)
  • Release v0.0.8 vscode-knip (3af5727)
  • Fix link to self (63e5143)
  • Fix excessive output/handling for files outside project scope (7df0da8)
  • Add getDependencyUsage operation to explorer (3ff7afa)
  • Add --trace-dependency flag + trace reporter (a4a8528)
  • Add dependency-usage-on-hover to LS + extension (c44d15b)
  • Refactor getReferencedInputsHandler → createInputHandler (5b48fec)
  • Add & use imports.externalRefs (136ff8a)
  • Restore workspace:* protocol (e1eaa5e)
  • Fix up test (9a2af6c)
  • Wrap up the refactors (c9f5abe)
  • Dedupe dependency trace output (0950f66)
  • Add entries + screenshot to docs (444b567)
  • Conditions apply (65168ec)
  • Prepare for ovsx publish (ed49b41)
  • Deterministic order for issues/hints + fix up specs (0faa3b8)

v5.75.2

Compare Source

pnpm/pnpm (pnpm)

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
vitejs/vite (vitepress>vite)

v8.0.0-beta.5

Compare Source

Features
Bug Fixes
  • worker: handle new Worker(..., new URL(import.meta.url)) with trailing comma (#​21325) (4a47241)
Code Refactoring

v8.0.0-beta.4

Compare Source

Features
Bug Fixes
  • detect import.meta.resolve when formatted across multiple lines (#​21312) (130e718)
vuejs/language-tools (vue-tsc)

v3.2.1

Compare Source

language-core
component-meta
component-type-helpers
  • fix: npm package is missing build files (#​5893)
language-service
  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

v3.2.0

Compare Source

vscode
  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#​5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#​5849) (#​5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#​5856)
  • test: add test for embedded grammars (#​5861) - Thanks to @​serkodev!
language-service
component-meta
  • feat: add tags to slots and exposed (#​5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#​5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#​5875)
  • refactor: de-dependency from component-type-helpers (#​5876)
  • refactor: search prop defaults with symbol declarations (#​5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#​5887)
typescript-plugin
  • feat: include leading dot when finding references to CSS classes (#​5852)
  • fix: missing module error after file rename (#​5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#​5847)
  • fix: always pass rest parameters for future compatibility (#​5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#​5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#​5873)
  • fix: handle type imports in component auto-import(#​5874)
language-core
  • feat: revert overcorrection of v-for type inference (#​5836)
  • feat: align v-for key type with Object.keys (#​5837) - Thanks to @​serkodev!
  • feat: narrow component and directive types (#​5841)
  • feat: support <!-- @&#8203;strictTemplates --> magic comment (#​5845)
  • fix: correctly resolve <script src=""> (#​5838)
  • fix: preserve template slot wrappers during createIfBranch (#​5844) - Thanks to @​serkodev!
  • fix: include end tag locations when renaming global components
  • refactor: replace dynamic types generation with static files (#​5872)
  • refactor: improve Vue version detection and plugin resolution
component-type-helpers
  • refactor: remove ComponentType helper
workspace
  • chore: update testing infrastructure (#​5848)
  • chore: use tsgo in development (#​5860)
  • chore: reduce local dependencies and update workflows (#​5863)
  • chore: upgrade tsslint and vite to pre-release versions
  • chore: delete tests for Vue 3.4 (#​5871)

Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot enabled auto-merge (squash) December 28, 2025 17:14
@netlify
Copy link

netlify bot commented Dec 28, 2025

Deploy Preview for oxc-project ready!

Name Link
🔨 Latest commit 6982d9f
🔍 Latest deploy log https://app.netlify.com/projects/oxc-project/deploys/695240da44a3a300082bd555
😎 Deploy Preview https://deploy-preview-740--oxc-project.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/npm-packages branch from e830a26 to 73d8fb3 Compare December 28, 2025 17:20
@renovate
Copy link
Contributor Author

renovate bot commented Dec 29, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit e83862a into main Dec 29, 2025
6 checks passed
@renovate renovate bot deleted the renovate/npm-packages branch December 29, 2025 08:53
mdong1909 added a commit that referenced this pull request Jan 13, 2026
* Add llms.txt and markdown export for AI-friendly documentation (#731)

* refactor: reorganize sidebar, what is oxc and getting started (#738)

* feat: auto-redirect /blog to the latest blog post

Add dynamic redirect from /blog to the first entry in sidebar.blog.json,
eliminating the need to manually update blog links when new posts are added.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs(linter): clarify default file ignoring behavior (#737)

* Initial plan

* docs(linter): clarify what files are automatically ignored by oxlint

- Add section explaining files automatically ignored by default
- Document that .git directories are always skipped
- Document that minified files (.min., -min., _min.) are skipped
- Clarify that .gitignore is only respected in git repos
- Clarify that global .gitignore is NOT respected
- Note that hidden files are NOT automatically ignored
- Add section on disabling file ignoring with --no-ignore flag
- Improve structure with sub-headings for better organization

Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>

* chore: revert auto-generated sponsors.svg and add to gitignore

Revert changes to public/sponsors.svg as it's auto-generated by prebuild.
Add it to .gitignore to prevent future accidental commits.

Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>

* chore: remove sponsors.svg from gitignore

Remove /public/sponsors.svg from .gitignore as requested.

Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>

* docs(linter): update .gitignore behavior documentation

Update documentation to reflect that .gitignore files are respected
even without a Git repository, based on recent changes in oxc PR #17375.

Changes:
- config.md: Update .gitignore note to clarify it works without .git
- generated-cli.md: Update .gitignore note for consistency

Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>
Co-authored-by: Cameron <cameron.clark@hey.com>

* feat: add blog listing page at /blog

Replace the redirect-based /blog page with an actual blog listing that
displays all posts chronologically with their publication dates, similar
to Vite's blog page.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* feat: add Connor Shea and Brad Zacher to team page

Add Connor Shea as a core team member and Brad Zacher as a consultant
from typescript-eslint.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* chore(deps): update github-actions (#739)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update npm packages (#740)

* chore(deps): update npm packages

* u

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Boshen <boshenc@gmail.com>

* Release 1.36.0 (#742)

* Release 1.36.0

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: Cameron Clark <cameron.clark@hey.com>

* chore(deps): update dependency oxc-minify to ^0.106.0 (#743)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update oxc apps (#744)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): fix @types/markdown-it-container

* add x

* chore(deps): update crate-ci/typos action to v1.40.1 (#746)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* performance.md: add a missing space (#747)

Signed-off-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>

* Restructure and rewrite most of Oxlint (#745)

* docs(oxfmt): Updates for v0.21 (#734)

* chore(deps): update crate-ci/typos action to v1.41.0 (#750)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency oxlint-tsgolint to v0.10.1 (#751)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: General improvements to linter docs (#753)

* docs: Improve the automatic fixes page to better explain when they are applied.

The previous explanation was a bit ambiguous about how they worked.

* Rewording and minor phrasing improvements.

* Fix title on CI page.

* Clarify multi-file analysis phrasing.

* docs: `oxlint/migrate` should be used to replace ESLint in a project, and so should be listed here as well.

Performing a full migration is basically the whole point of the tool :)

* Phrasing update.

* Update editors.md to emphasize compatibility with Cursor.

* Update JS Plugins docs to clarify ESLint API support and the lack of support for particularly old/unmaintained plugins.

Adds an explicit note that the API compatibility goal generally only applies to ESLint's API as of v9 or higher.

* Add an example of a scoped plugin to js-plugins.md.

I actually did not see a single test case in the oxc repo for resolving scoped plugin names, but I know they work. We should probably add a test over there.

* Add a note that `oxlint-disable` directives are supported in JS plugins.

* Add a config file example for multi-file analaysis.

* Remove duplication.

* Phrasing.

* chore(deps): update taiki-e/install-action action to v2.65.12 (#756)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update pnpm to v10.27.0 (#757)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add "quick start" section to "Migrate from Prettier" page (#761)

* formatter: Add a quick start guide

I think the bunx command will work but I'm admittedly not totally sure.

Regardless, this should work as a quick setup guide.

* Simplify the migration doc a bit more.

* Rephrase.

* Rephrase

* Release 1.37.0 (#762)

* Release 1.37.0

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: Cameron Clark <cameron.clark@hey.com>

* docs: Rework a few more oxlint docs pages (#760)

* docs: Update the plugins page to emphasize config file usage and improve wording.

* A few more minor improvements.

* Update quickstart to remove a reference to `--symlinks`, which has been removed from oxlint.

* Rephrase nested config page a bit.

* Update ci.md with more info and clarifications.

Make it clear that some of these things are third-party integrations.

* Add a note about migrating from ESLint to quickstart.

And remove the `-c` usage, as it's not necessary.

* Reword parts of the config page.

* Add more info around type-aware linting, ensure it's clear that the flag is needed for CLI usage, and that the setting is needed for editor usage.

* Phrasing.

* Add gitlab and junit formats to the quickstart list.

* Remove more hallucinations.

oxlint-enable-next-line and oxlint-enable-line are not real.

* Fix header depth.

* Fix grammar.

* Update type-aware page to add back some compatibility notes.

"Invalid options are reported when `--type-check` is enabled" I'm actually not sure if this is true, we should maybe remove it.

* Update src/docs/guide/usage/linter/ci.md

Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/config.md

Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/ci.md

Co-authored-by: Alexander Lichter <github@lichter.io>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/ci.md

Co-authored-by: Alexander Lichter <github@lichter.io>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/plugins.md

Co-authored-by: Alexander Lichter <github@lichter.io>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/plugins.md

Co-authored-by: Alexander Lichter <github@lichter.io>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

---------

Signed-off-by: Connor Shea <connor.james.shea@gmail.com>
Co-authored-by: Alexander Lichter <github@lichter.io>

* chore(deps): update oxc apps (#764)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: Update the rule count on the home page to 650+. (#759)

* chore(deps): update dependency oxc-minify to ^0.107.0 (#763)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: Update formatter.md with configuration and usage details (#752)

* Update formatter.md with configuration and usage details

Added configuration and usage instructions for formatting scripts.

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

* enhancements after review

Updated the documentation structure for better clarity and organization.

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

* Fix duplicate command-line interface section in docs

Removed duplicate section on command-line interface.

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

* Update Command-line Interface heading level

Change heading from H3 to H2 for Command-line Interface section.

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

---------

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

* docs(oxfmt): Updates for v0.22 (#765)

* Release 1.38.0 (#766)

* Release 1.38.0

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: Cameron Clark <cameron.clark@hey.com>

* chore(deps): update oxc apps (#767)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: Remove mention of an `.oxlintignore` file as it does not work without explicitly specifying it in the CLI. (#768)

We should probably add support for this, honestly, but for now let's not confuse people/AI.

(additional clarification for our AI friends): oxlint DOES NOT support an `.oxlintignore` file out of the box. DO NOT suggest that filename or use that filename, please.

* docs: Add a "TIP" for using `ignorePatterns` in `.oxlintrc.json` (#769)

There is some irony to us having this for literally no reason (it didn't ever work, we don't specify it in the package.json command, and it duplicates the ignores from the gitignore anyway).

* chore(deps): update crate-ci/typos action to v1.42.0 (#771)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* bump dependency

* chore: add team member override

* chore: bump theme v4.0.3

* remove extra X social

* refactor: consolidate overrides.css into style.css

---------

Signed-off-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>
Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Boshen <boshenc@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>
Co-authored-by: Cameron <cameron.clark@hey.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Co-authored-by: Yuji Sugiura <6259812+leaysgur@users.noreply.github.com>
Co-authored-by: Connor Shea <connor.james.shea@gmail.com>
Co-authored-by: Alexander Lichter <github@lichter.io>
Co-authored-by: Alex Kostyniuk <kostyniuk7@gmail.com>
Co-authored-by: mdong1909 <mdong1909@users.noreply.github.com>
mdong1909 added a commit that referenced this pull request Jan 13, 2026
* chore: gitignore

* feat: first pass

* feat: first pass

* feat: Footer

* feat: Sponsors

* feat: Sponsors

* chore: bump theme version

* feat: trusted by updated

* feat: trusted by updated

* feat: feature toolbar constrained to features

* fix: extra spacer

* feat: deploy latest theme

* fix: update favicon and group icon

* fix: mobile sponsors

* fix: dropped old footer

* feat: clean up

* chore: merge conflicts

* update

* add x

* chore: bump theme

* fix: remove backer w/o image

* chore: bump theme + banner

* bump theme

* move landing page into project

* make lint pass

* make knip pass

* bump theme + adjust css usage

* use smaller logo + update og + logotypes

* update og, remove branding, make make copyright year dynamic (#741)

* remove branding page

* update og image's stylized "e"

* make copyright year dynamic

* remove spacer in landing

* update og linking

---------

Co-authored-by: mdong1909 <mdong1909@users.noreply.github.com>

* fix: add team member image size override (#772)

* Add llms.txt and markdown export for AI-friendly documentation (#731)

* refactor: reorganize sidebar, what is oxc and getting started (#738)

* feat: auto-redirect /blog to the latest blog post

Add dynamic redirect from /blog to the first entry in sidebar.blog.json,
eliminating the need to manually update blog links when new posts are added.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs(linter): clarify default file ignoring behavior (#737)

* Initial plan

* docs(linter): clarify what files are automatically ignored by oxlint

- Add section explaining files automatically ignored by default
- Document that .git directories are always skipped
- Document that minified files (.min., -min., _min.) are skipped
- Clarify that .gitignore is only respected in git repos
- Clarify that global .gitignore is NOT respected
- Note that hidden files are NOT automatically ignored
- Add section on disabling file ignoring with --no-ignore flag
- Improve structure with sub-headings for better organization

Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>

* chore: revert auto-generated sponsors.svg and add to gitignore

Revert changes to public/sponsors.svg as it's auto-generated by prebuild.
Add it to .gitignore to prevent future accidental commits.

Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>

* chore: remove sponsors.svg from gitignore

Remove /public/sponsors.svg from .gitignore as requested.

Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>

* docs(linter): update .gitignore behavior documentation

Update documentation to reflect that .gitignore files are respected
even without a Git repository, based on recent changes in oxc PR #17375.

Changes:
- config.md: Update .gitignore note to clarify it works without .git
- generated-cli.md: Update .gitignore note for consistency

Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>
Co-authored-by: Cameron <cameron.clark@hey.com>

* feat: add blog listing page at /blog

Replace the redirect-based /blog page with an actual blog listing that
displays all posts chronologically with their publication dates, similar
to Vite's blog page.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* feat: add Connor Shea and Brad Zacher to team page

Add Connor Shea as a core team member and Brad Zacher as a consultant
from typescript-eslint.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* chore(deps): update github-actions (#739)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update npm packages (#740)

* chore(deps): update npm packages

* u

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Boshen <boshenc@gmail.com>

* Release 1.36.0 (#742)

* Release 1.36.0

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: Cameron Clark <cameron.clark@hey.com>

* chore(deps): update dependency oxc-minify to ^0.106.0 (#743)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update oxc apps (#744)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): fix @types/markdown-it-container

* add x

* chore(deps): update crate-ci/typos action to v1.40.1 (#746)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* performance.md: add a missing space (#747)

Signed-off-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>

* Restructure and rewrite most of Oxlint (#745)

* docs(oxfmt): Updates for v0.21 (#734)

* chore(deps): update crate-ci/typos action to v1.41.0 (#750)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency oxlint-tsgolint to v0.10.1 (#751)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: General improvements to linter docs (#753)

* docs: Improve the automatic fixes page to better explain when they are applied.

The previous explanation was a bit ambiguous about how they worked.

* Rewording and minor phrasing improvements.

* Fix title on CI page.

* Clarify multi-file analysis phrasing.

* docs: `oxlint/migrate` should be used to replace ESLint in a project, and so should be listed here as well.

Performing a full migration is basically the whole point of the tool :)

* Phrasing update.

* Update editors.md to emphasize compatibility with Cursor.

* Update JS Plugins docs to clarify ESLint API support and the lack of support for particularly old/unmaintained plugins.

Adds an explicit note that the API compatibility goal generally only applies to ESLint's API as of v9 or higher.

* Add an example of a scoped plugin to js-plugins.md.

I actually did not see a single test case in the oxc repo for resolving scoped plugin names, but I know they work. We should probably add a test over there.

* Add a note that `oxlint-disable` directives are supported in JS plugins.

* Add a config file example for multi-file analaysis.

* Remove duplication.

* Phrasing.

* chore(deps): update taiki-e/install-action action to v2.65.12 (#756)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update pnpm to v10.27.0 (#757)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add "quick start" section to "Migrate from Prettier" page (#761)

* formatter: Add a quick start guide

I think the bunx command will work but I'm admittedly not totally sure.

Regardless, this should work as a quick setup guide.

* Simplify the migration doc a bit more.

* Rephrase.

* Rephrase

* Release 1.37.0 (#762)

* Release 1.37.0

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: Cameron Clark <cameron.clark@hey.com>

* docs: Rework a few more oxlint docs pages (#760)

* docs: Update the plugins page to emphasize config file usage and improve wording.

* A few more minor improvements.

* Update quickstart to remove a reference to `--symlinks`, which has been removed from oxlint.

* Rephrase nested config page a bit.

* Update ci.md with more info and clarifications.

Make it clear that some of these things are third-party integrations.

* Add a note about migrating from ESLint to quickstart.

And remove the `-c` usage, as it's not necessary.

* Reword parts of the config page.

* Add more info around type-aware linting, ensure it's clear that the flag is needed for CLI usage, and that the setting is needed for editor usage.

* Phrasing.

* Add gitlab and junit formats to the quickstart list.

* Remove more hallucinations.

oxlint-enable-next-line and oxlint-enable-line are not real.

* Fix header depth.

* Fix grammar.

* Update type-aware page to add back some compatibility notes.

"Invalid options are reported when `--type-check` is enabled" I'm actually not sure if this is true, we should maybe remove it.

* Update src/docs/guide/usage/linter/ci.md

Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/config.md

Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/ci.md

Co-authored-by: Alexander Lichter <github@lichter.io>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/ci.md

Co-authored-by: Alexander Lichter <github@lichter.io>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/plugins.md

Co-authored-by: Alexander Lichter <github@lichter.io>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

* Update src/docs/guide/usage/linter/plugins.md

Co-authored-by: Alexander Lichter <github@lichter.io>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>

---------

Signed-off-by: Connor Shea <connor.james.shea@gmail.com>
Co-authored-by: Alexander Lichter <github@lichter.io>

* chore(deps): update oxc apps (#764)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: Update the rule count on the home page to 650+. (#759)

* chore(deps): update dependency oxc-minify to ^0.107.0 (#763)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: Update formatter.md with configuration and usage details (#752)

* Update formatter.md with configuration and usage details

Added configuration and usage instructions for formatting scripts.

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

* enhancements after review

Updated the documentation structure for better clarity and organization.

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

* Fix duplicate command-line interface section in docs

Removed duplicate section on command-line interface.

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

* Update Command-line Interface heading level

Change heading from H3 to H2 for Command-line Interface section.

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

---------

Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>

* docs(oxfmt): Updates for v0.22 (#765)

* Release 1.38.0 (#766)

* Release 1.38.0

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: Cameron Clark <cameron.clark@hey.com>

* chore(deps): update oxc apps (#767)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: Remove mention of an `.oxlintignore` file as it does not work without explicitly specifying it in the CLI. (#768)

We should probably add support for this, honestly, but for now let's not confuse people/AI.

(additional clarification for our AI friends): oxlint DOES NOT support an `.oxlintignore` file out of the box. DO NOT suggest that filename or use that filename, please.

* docs: Add a "TIP" for using `ignorePatterns` in `.oxlintrc.json` (#769)

There is some irony to us having this for literally no reason (it didn't ever work, we don't specify it in the package.json command, and it duplicates the ignores from the gitignore anyway).

* chore(deps): update crate-ci/typos action to v1.42.0 (#771)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* bump dependency

* chore: add team member override

* chore: bump theme v4.0.3

* remove extra X social

* refactor: consolidate overrides.css into style.css

---------

Signed-off-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>
Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Boshen <boshenc@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>
Co-authored-by: Cameron <cameron.clark@hey.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Co-authored-by: Yuji Sugiura <6259812+leaysgur@users.noreply.github.com>
Co-authored-by: Connor Shea <connor.james.shea@gmail.com>
Co-authored-by: Alexander Lichter <github@lichter.io>
Co-authored-by: Alex Kostyniuk <kostyniuk7@gmail.com>
Co-authored-by: mdong1909 <mdong1909@users.noreply.github.com>

* chore(deps): bump theme

* docs: use smaller avators for sponsors

* docs: fix og image url

it should be absolute

* chore: reduce og image size

---------

Signed-off-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>
Signed-off-by: Alex Kostyniuk <kostyniuk7@gmail.com>
Co-authored-by: marchantweb <simon@marchantweb.com>
Co-authored-by: mdong1909 <mdong1909@users.noreply.github.com>
Co-authored-by: Boshen <boshenc@gmail.com>
Co-authored-by: Yuji Sugiura <6259812+leaysgur@users.noreply.github.com>
Co-authored-by: Michael Dong <220303712+mdong1909@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>
Co-authored-by: Cameron <cameron.clark@hey.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Co-authored-by: Connor Shea <connor.james.shea@gmail.com>
Co-authored-by: Alexander Lichter <github@lichter.io>
Co-authored-by: Alex Kostyniuk <kostyniuk7@gmail.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
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.

1 participant