Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence
@types/node (source) ^22.8.7 -> ^22.10.0 age adoption passing confidence
@vue/eslint-config-typescript ^14.1.3 -> ^14.1.4 age adoption passing confidence
eslint (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence
eslint-plugin-oxlint ^0.11.0 -> ^0.13.2 age adoption passing confidence
eslint-plugin-vue (source) ^9.30.0 -> ^9.31.0 age adoption passing confidence
oxlint (source) ^0.11.0 -> ^0.13.2 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.15.0

Compare Source

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.1.4

Compare Source

eslint/eslint (eslint)

v9.15.0

Compare Source

oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)

v0.13.2

Compare Source

No significant changes

    View changes on GitHub

v0.13.1

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.13.0

Compare Source

No significant changes

    View changes on GitHub

v0.12.0

Compare Source

No significant changes

    View changes on GitHub

v0.11.1

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.31.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0

oxc-project/oxc (oxlint)

v0.13.2: oxlint v0.13.2

Compare Source

[0.13.2] - 2024-11-26

  • b04041d vscode: [BREAKING] Use .oxlintrc.json as default value for oxc.configPath (#​7442) (Alexander S.)
Features
  • 7236d14 eslint/jsx_a11y: Implement anchor_ambiguous_text (#​5729) (Jelle van der Waa)
  • 79ab8cc lint-unicorn: Add rule prefer set has (#​7075) (jordan boyer)
  • 87c893f linter: Add the eslint/no_duplicate_imports rule (#​7309) (Guillaume Piedigrossi)
  • 0b9da38 linter: Implement unicorn/prefer-negative-index (#​6920) (Brian Liu)
  • f0643c4 linter: Implement jsx-no-script-url (#​6995) (Radu Baston)
  • 00060ca linter: Implement eslint/no-object-constructor (#​7345) (Naoya Yoshizawa)
Bug Fixes
  • db6558f linter: False positive in eslint/prefer-object-has-own (#​7463) (dalaoshu)
Refactor

v0.13.1: oxlint v0.13.1

Compare Source

[0.13.1] - 2024-11-23

Features
Bug Fixes
  • 8507464 linter: Hanging when source has syntax/is flow (#​7432) (Cameron)
  • e88cf1b linter: Make overrides globs relative to config path (#​7407) (camchenry)
  • 9002e97 linter: Add proper support for findIndex and findLastIndex for unicorn/prefer-array-some (#​7405) (Dmitry Zakharov)
Documentation
  • 6730e3e linter: Add more examples for unicorn/prefer-array-some (#​7411) (Dmitry Zakharov)
Refactor
  • 6c0d31b linter: Remove useless const declaration (#​7430) (Song Gao)
  • c8adc46 linter/no-unused-vars: Improve implementation to remove using SymbolFlags::Export (#​7412) (Dunqing)
  • c90537f linter/only-used-in-recursion: Improve implementation to remove using SymbolFlags::Export (#​7413) (Dunqing)
Testing
  • 779f479 editor: Check if workspace configuration is updated (#​7403) (Alexander S.)

v0.13.0

Compare Source

Documentation

v0.12.0

Compare Source

Features

v0.11.1: oxlint v0.11.1

Compare Source

[0.11.1] - 2024-11-09

Features
Bug Fixes
  • eea8879 editor/vscode: Update language client id to fix the resolution of the oxc.trace.server setting (#​7181) (Nicholas Rayburn)
  • b73cfd9 linter: Fix is_method_call with parentheses and chain expression (#​7095) (tbashiyy)
Refactor
  • 8c0a362 linter: Use ctx.source_range(comment.content_span()) API (#​7155) (Boshen)
  • c5485ae semantic: Add ancestor_kinds iterator function (#​7217) (camchenry)
  • abf1602 semantic: Rename iter_parents to ancestors (#​7216) (camchenry)
  • 42171eb semantic: Rename ancestors to ancestor_ids (#​7215) (camchenry)
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 090c3a4 to 85394a8 Compare November 15, 2024 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from ed8cc7a to 0de2c8a Compare November 26, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants