Skip to content

build(deps): bump minimatch and eslint#1101

Open
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/npm_and_yarn/multi-4d2d427a8c
Open

build(deps): bump minimatch and eslint#1101
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/npm_and_yarn/multi-4d2d427a8c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Summary

  • Bump ESLint from 9.15.0 to 10.0.0 and minimatch from 9.0.5 to 10.0.1
  • Update shared @skiplabs/eslint-config dependencies for ESLint 10 compatibility (@eslint/js ^10, @stylistic/eslint-plugin-js ^4, eslint-plugin-jsdoc ^62, typescript-eslint ^8.56)
  • Remove /* eslint-env node */ comments from example server.js files (ESLint 10 errors on these; globals are already declared in eslint.config.js)
  • Regenerate package-lock.json and examples/cache_invalidation/edge_service/pnpm-lock.yaml

Notes

  • Depends on Fix lint errors in preparation for ESLint 10 #1103 (lint fixes that are valid on both ESLint 9 and 10)
  • eslint-plugin-jsdoc doesn't declare ESLint 10 in peer deps yet (^7 || ^8 || ^9) but works in practice
  • @stylistic/eslint-plugin-js emits a deprecation warning recommending migration to @stylistic/eslint-plugin (not blocking)

Test plan

  • make check-ts build + lint passes for all workspaces (only pre-existing skc wasm build failure remains, unrelated to ESLint)
  • Example workspaces (cache_invalidation/edge_service, blogger/reactive_service) lint clean

🤖 Generated with Claude Code

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 19, 2026
@mbouaziz mbouaziz force-pushed the dependabot/npm_and_yarn/multi-4d2d427a8c branch from 4441e1b to 1d7068e Compare February 19, 2026 15:05
mbouaziz added a commit that referenced this pull request Feb 19, 2026
## Summary
- Fix `no-useless-assignment` in `sk_types.ts` (use `let res: number`
instead of `let res = 0`)
- Fix `prefer-nullish-coalescing` in `sk_types.ts` and `index.ts` (use
`??` and `??=`)
- Fix `jsdoc/require-throws-type` in `api.ts` and `rest.ts` (use
`{Type}` syntax)
- Fix `jsdoc/escape-inline-tags` in `index.ts` (backtick-escape package
names in JSDoc)

These are valid lint improvements that pass with current ESLint 9 and
unblock the ESLint 10 upgrade (#1101).

## Test plan
- [x] `make check-ts` passes (all build + lint) — only pre-existing
`skc` wasm build failure remains

🤖 Generated with [Claude Code](https://claude.com/claude-code)
dependabot bot and others added 4 commits February 19, 2026 15:17
Bumps [minimatch](https://github.com/isaacs/minimatch) to 10.2.1 and updates ancestor dependency [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together.


Updates `minimatch` from 9.0.5 to 10.2.1
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.5...v10.2.1)

Updates `eslint` from 9.15.0 to 10.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.15.0...v10.0.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.1
  dependency-type: indirect
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
- @eslint/js: ^9.15.0 → ^10.0.0
- @stylistic/eslint-plugin-js: ^2.11.0 → ^4.4.0
- eslint-plugin-jsdoc: ^50.6.0 → ^62.6.0
- typescript-eslint: ^8.16.0 → ^8.56.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ESLint 10 reports eslint-env comments as errors. The node globals
(process, console) are already declared in each project's
eslint.config.js languageOptions.globals, so the comments were
redundant.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update package-lock.json and edge_service pnpm-lock.yaml to
reflect all dependency changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mbouaziz mbouaziz force-pushed the dependabot/npm_and_yarn/multi-4d2d427a8c branch from 1d7068e to f2be3a8 Compare February 19, 2026 15:17
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

Comments