meta: bump the lint group across 1 directory with 6 updates#860
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #860 +/- ##
=======================================
Coverage 85.00% 85.00%
=======================================
Files 179 179
Lines 16453 16453
Branches 1491 1492 +1
=======================================
Hits 13986 13986
Misses 2457 2457
Partials 10 10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
|
| File | Base | Head | Diff |
|---|---|---|---|
orama-db.json |
8.89 MB | 8.89 MB | +1.08 KB (+0.01%) |
web Generator
| File | Base | Head | Diff |
|---|---|---|---|
styles.css |
141.28 KB | 141.34 KB | +66.00 B (+0.05%) |
avivkeller
approved these changes
Jul 1, 2026
09b4a70 to
2f29995
Compare
Bumps the lint group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `10.4.0` | `10.6.0` | | [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.16.2` | `4.17.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `63.0.0` | `63.0.10` | | [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-x) | `5.8.5` | `5.9.5` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.5` | `17.0.8` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.5` | Updates `eslint` from 10.4.0 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.4.0...v10.6.0) Updates `eslint-plugin-import-x` from 4.16.2 to 4.17.0 - [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases) - [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md) - [Commits](un-ts/eslint-plugin-import-x@v4.16.2...v4.17.0) Updates `eslint-plugin-jsdoc` from 63.0.0 to 63.0.10 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v63.0.0...v63.0.10) Updates `eslint-plugin-react-x` from 5.8.5 to 5.9.5 - [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.5/plugins/eslint-plugin-react-x) Updates `lint-staged` from 17.0.5 to 17.0.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v17.0.5...v17.0.8) Updates `prettier` from 3.8.3 to 3.8.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.8.5) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-import-x dependency-version: 4.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-jsdoc dependency-version: 63.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-plugin-react-x dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
2f29995 to
1b1cd22
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the lint group with 6 updates in the / directory:
10.4.010.6.04.16.24.17.063.0.063.0.105.8.55.9.517.0.517.0.83.8.33.8.5Updates
eslintfrom 10.4.0 to 10.6.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
5d12a0410.6.0f7ca54bBuild: changelog update for 10.6.06a42034ci: run ecosystem tests on main branch (#20891)b1f9106feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)3dbacdbci: bump actions/checkout from 6 to 7 (#21014)c3abfcachore: correct JSDoc param types in html formatter (#21018)a83683ddocs: Update READMEa832320ci: split ecosystem tests into separate jobs (#21001)6b05784fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)bb9eb2afix: account for shadowedBooleaninno-extra-boolean-cast(#21013)Updates
eslint-plugin-import-xfrom 4.16.2 to 4.17.0Release notes
Sourced from eslint-plugin-import-x's releases.
Changelog
Sourced from eslint-plugin-import-x's changelog.
Commits
7578513chore: release eslint-plugin-import-x (#472)e3cc7e4fix: strip querystrings and hash fragments when checking for file existence (...9a07009fix: makeextensionsrule check Node.js subpath imports (#484)3e13121fix: memoize legacyNodeResolve resolver to avoid native memory leak (#481)fce29b1fix(deps): replace@package-json/typeswith an inline minimal type (#476)1c84235fix: handle access errors during case checks (#494)96222bfchore: drop unusedtmp(#487)4b2c0c5feat: support RegExp in ignore (#474)240ed58fix: makeextensionsrule handle.d.tscorrectly (#468)Updates
eslint-plugin-jsdocfrom 63.0.0 to 63.0.10Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
70e0a11fix(escape-inline-tags): allow scoped packages in declaration references (#1705)ba37859refactor(valid-types): drop obsolete raw-value workaround for@templatenames5a07314test: cover parseClosureTemplateTag comma splitting0980b71fix(check-template-names,require-template,valid-types): keep commas i...208079ffix(check-template-names): detect template usage in@augments/@extends/...804a13dfix(no-undefined-types): predefine Iterable/Iterator types; fixes #1712ebe0d08fix:iterateAllJsdocsfree comments after each filea50f71ffix(no-undefined-types): check descendant scopes for variables; fixes #1704b993425fix: ensure tsModule check can catch multiple modulesd8f4738fix(no-undefined-types): treat TS module vars as defined; fixes #1701Updates
eslint-plugin-react-xfrom 5.8.5 to 5.9.5Release notes
Sourced from eslint-plugin-react-x's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react-x's changelog.
... (truncated)
Commits
62e9345release: 5.9.5efac384chore: update rule changelogs for member expression property name refactor0f9f809refactor: unify member expression property name checks with Extract.getProper...f46334erelease: 5.9.330e0f34chore(deps): bump typescript-eslint to ^8.62.0 and related depscc8a72bchore: restructure test directory and add integration tests (#1880)f2f19bfchore: replacepnpm runwithnode --run(#1879)d1244b8chore: refactor shared plugin domain constants (#1878)08d3f22release: 5.9.2841b2b7docs: clean up rule docs Further Reading linksUpdates
lint-stagedfrom 17.0.5 to 17.0.8Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
Commits
5f3b8f2Merge pull request #1812 from lint-staged/changeset-release/main43a9b8dchore(changeset): release630e2f6Merge pull request #1809 from lint-staged/restore-merge-status179b437fix: restore Git merge status after creating backup stash6bae2e2Merge pull request #1811 from lint-staged/exec-git-ignore-stderrb82a830ci: run npm audit omitting dev, including prod dependencies0b19b80build(deps): update dependencies3d0b2c0fix: ignore stderr when doing Git operationscd11fecMerge pull request #1807 from lint-staged/changeset-release/main15a8ee0chore(changeset): releaseUpdates
prettierfrom 3.8.3 to 3.8.5Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
1ce8c47Release 3.8.574923faFix variance annotation8b4eb33Bump Prettier dependency to 3.8.4e9cbdfaClean changelog_unreleased1c6ba55Release 3.8.44a673dcFix blank lines between list items and nested sub-lists being removed in Mark...074aaedReplacemainbranch in changelog link with tags (#19054)c22a003Bump Prettier dependency to 3.8.307bad1fClean changelog_unreleased