Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps the dev-dependencies group with 7 updates in the / directory:

Package From To
@stylistic/eslint-plugin 5.7.0 5.7.1
@types/node 22.19.7 25.0.10
oxlint 1.40.0 1.42.0
vitest 2.1.9 4.0.18
@oclif/test 4.1.15 4.1.16
oclif 4.22.59 4.22.70
@poppinss/ts-exec 1.4.1 1.4.2

Updates @stylistic/eslint-plugin from 5.7.0 to 5.7.1

Release notes

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

v5.7.1

5.7.1 (2026-01-23)

Bug Fixes

  • add meta to plugin (#1102) (f9d8a21)
  • deps: revert eslint-visitor-keys and espree to compatible versions (#1111) (572f1ab)
  • disable-legacy: disable multiline-comment-style (#1103) (03fc476)
  • no-whitespace-before-property: detect whitespace in TSIndexedAccessType with parens (#1099) (60aafcb)
  • upgrade deps (#1112) (29a1d0a)

Documentation

Chores

  • extract safeReplaceTextBetween to reuse common fix logic (#1104) (a49451f)
  • jsx-rules: cleanup meta, use defaultOptions (#1108) (55bbd1d)
  • line-comment-position: simplify options initialization (#1106) (4d6b10a)
  • use defaultOptions in rules (#1105) (666e8ee)
Changelog

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

5.7.1 (2026-01-23)

Bug Fixes

  • add meta to plugin (#1102) (f9d8a21)
  • deps: revert eslint-visitor-keys and espree to compatible versions (#1111) (572f1ab)
  • disable-legacy: disable multiline-comment-style (#1103) (03fc476)
  • no-whitespace-before-property: detect whitespace in TSIndexedAccessType with parens (#1099) (60aafcb)
  • upgrade deps (#1112) (29a1d0a)

Documentation

Chores

  • extract safeReplaceTextBetween to reuse common fix logic (#1104) (a49451f)
  • jsx-rules: cleanup meta, use defaultOptions (#1108) (55bbd1d)
  • line-comment-position: simplify options initialization (#1106) (4d6b10a)
  • use defaultOptions in rules (#1105) (666e8ee)
Commits
  • 5c4b512 chore: release v5.7.1 (main) (#1101)
  • 29a1d0a fix: upgrade deps (#1112)
  • 6a6d30b docs(indent): update deprecation tips (#1109)
  • 62b7247 chore(lint): enable eslint-plugin/no-meta-schema-default internally (#1110)
  • 666e8ee refactor: use defaultOptions in rules (#1105)
  • 55bbd1d refactor(jsx-rules): cleanup meta, use defaultOptions (#1108)
  • 4d6b10a refactor(line-comment-position): simplify options initialization (#1106)
  • a49451f refactor: extract safeReplaceTextBetween to reuse common fix logic (#1104)
  • b250f84 chore: setup eslint-plugin-eslint-plugin, sort meta & createRule (#1107)
  • f9d8a21 fix: add meta to plugin (#1102)
  • Additional commits viewable in compare view

Updates @types/node from 22.19.7 to 25.0.10

Commits

Updates oxlint from 1.40.0 to 1.42.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.42.0] - 2026-01-26

🚀 Features

  • 15d69dc linter: Implement react/display-name rule (#18426) (camchenry)

📚 Documentation

  • 8ccd853 npm: Update package homepage URLs and add keywords (#18509) (Boshen)

[1.41.0] - 2026-01-19

📚 Documentation

  • 8a294d5 oxfmt, oxlint: Update logo (#18242) (Dunqing)

[1.37.0] - 2026-01-05

💥 BREAKING CHANGES

  • f7da875 oxlint: [BREAKING] Remove oxc_language_server binary (#17457) (Boshen)

📚 Documentation

  • 7e5fc90 linter: Update list of plugins that are reserved. (#17516) (connorshea)

[1.35.0] - 2025-12-22

🚀 Features

  • 9e624c9 linter/react: Add version to ReactPluginSettings (#17169) (camc314)

[1.34.0] - 2025-12-19

🚀 Features

  • a0f74a0 linter/config: Allow aliasing plugin names to allow names the same as builtin plugins (#15569) (Cameron)

🐛 Bug Fixes

  • 005ec25 linter: Permit $schema .oxlintrc.json struct (#17060) (Copilot)
  • d446c43 linter: Prevent extra fields from being present on oxlint config file (#16874) (connorshea)

[1.30.0] - 2025-11-24

🚀 Features

  • 595867a oxlint: Generate markdownDescription fields for oxlint JSON schema. (#15959) (connorshea)

[1.29.0] - 2025-11-17

... (truncated)

Commits

Updates vitest from 2.1.9 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since your current version.


Updates @oclif/test from 4.1.15 to 4.1.16

Release notes

Sourced from @​oclif/test's releases.

4.1.16

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)
Changelog

Sourced from @​oclif/test's changelog.

4.1.16 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)
Commits
  • 6d70b3c chore(release): 4.1.16 [skip ci]
  • 3b31c66 Merge pull request #853 from oclif/dependabot-npm_and_yarn-lodash-4.17.23
  • dab8924 fix(deps): bump lodash from 4.17.21 to 4.17.23
  • dfa5f93 Merge pull request #850 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 248b925 Merge pull request #851 from oclif/dependabot-npm_and_yarn-prettier-3.8.0
  • 5fffaf1 chore(dev-deps): bump prettier from 3.7.4 to 3.8.0
  • cb63f61 chore(dev-deps): bump eslint-config-oclif from 6.0.129 to 6.0.130
  • 19b4684 Merge pull request #849 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • dc894e6 chore(dev-deps): bump eslint-config-oclif from 6.0.128 to 6.0.129
  • 52e55e0 Merge pull request #848 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • Additional commits viewable in compare view

Updates oclif from 4.22.59 to 4.22.70

Release notes

Sourced from oclif's releases.

4.22.70

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (952de14)

4.22.69

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.971.0 to 3.975.0 (7cc32c4)

4.22.68

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (6685eed)

4.22.67

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.966.0 to 3.971.0 (ed0aada)

4.22.66

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.966.0 to 3.971.0 (675d038)

4.22.65

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.962.0 to 3.966.0 (6ce6670)

4.22.64

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.962.0 to 3.966.0 (d7a639d)

4.22.63

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.958.0 to 3.962.0 (c8c26be)

4.22.62

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.958.0 to 3.962.0 (73d1db1)

4.22.61

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.956.0 to 3.958.0 (4e920ed)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.22.70 (2026-01-26)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (952de14)

4.22.69 (2026-01-25)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.971.0 to 3.975.0 (7cc32c4)

4.22.68 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (6685eed)

4.22.67 (2026-01-18)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.966.0 to 3.971.0 (ed0aada)

4.22.66 (2026-01-18)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.966.0 to 3.971.0 (675d038)

4.22.65 (2026-01-11)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.962.0 to 3.966.0 (6ce6670)

4.22.64 (2026-01-11)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.962.0 to 3.966.0 (d7a639d)

4.22.63 (2026-01-04)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.958.0 to 3.962.0 (c8c26be)

4.22.62 (2026-01-04)

... (truncated)

Commits
  • 8db1003 chore(release): 4.22.70 [skip ci]
  • 0045af5 Merge pull request #1958 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • d1de688 Merge pull request #1959 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 56548b3 chore(release): 4.22.69 [skip ci]
  • b802f29 Merge pull request #1960 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 2f7537c Merge pull request #1961 from oclif/dependabot-npm_and_yarn-prettier-3.8.1
  • ff34682 Merge pull request #1962 from oclif/dependabot-npm_and_yarn-oclif-test-4.1.16
  • e2b9ccc chore(dev-deps): bump @​oclif/test from 4.1.15 to 4.1.16
  • bd691c2 chore(dev-deps): bump prettier from 3.8.0 to 3.8.1
  • 7cc32c4 fix(deps): bump @​aws-sdk/client-s3 from 3.971.0 to 3.975.0
  • Additional commits viewable in compare view

Updates @poppinss/ts-exec from 1.4.1 to 1.4.2

Release notes

Sourced from @​poppinss/ts-exec's releases.

Import attributes support

1.4.2 (2026-01-21)

Bug Fixes

Commits
  • 0dee5c3 chore(release): 1.4.2
  • 565bc14 chore: update Node.js version in release workflow
  • bc0814b fix: support import attributes (#3)
  • 8ee5872 docs: fix tsx mention of SWC. They use ESbuild
  • 3fda102 docs: add note about file extensions imports
  • 75806ac docs: update README file
  • 6f0ebbb chore: update dependencies
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​poppinss/ts-exec since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…7 updates

Bumps the dev-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.7.0` | `5.7.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.7` | `25.0.10` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.40.0` | `1.42.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.9` | `4.0.18` |
| [@oclif/test](https://github.com/oclif/test) | `4.1.15` | `4.1.16` |
| [oclif](https://github.com/oclif/oclif) | `4.22.59` | `4.22.70` |
| [@poppinss/ts-exec](https://github.com/poppinss/ts-exec) | `1.4.1` | `1.4.2` |



Updates `@stylistic/eslint-plugin` from 5.7.0 to 5.7.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.7.1/packages/eslint-plugin)

Updates `@types/node` from 22.19.7 to 25.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `oxlint` from 1.40.0 to 1.42.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.42.0/npm/oxlint)

Updates `vitest` from 2.1.9 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

Updates `@oclif/test` from 4.1.15 to 4.1.16
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@4.1.15...4.1.16)

Updates `oclif` from 4.22.59 to 4.22.70
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.22.59...4.22.70)

Updates `@poppinss/ts-exec` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/poppinss/ts-exec/releases)
- [Commits](poppinss/ts-exec@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: oxlint
  dependency-version: 1.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@oclif/test"
  dependency-version: 4.1.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: oclif
  dependency-version: 4.22.70
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@poppinss/ts-exec"
  dependency-version: 1.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 Jan 27, 2026
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.

0 participants