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

ci(dev-deps): update all non-major dependencies #445

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/compat 1.2.4 -> 1.2.7 age adoption passing confidence devDependencies patch
@rebeccastevens/eslint-config 3.5.1 -> 3.6.3 age adoption passing confidence devDependencies minor
@sebbo2002/semantic-release-jsr 2.0.2 -> 2.0.4 age adoption passing confidence devDependencies patch
@types/node (source) 18.19.69 -> 18.19.78 age adoption passing confidence devDependencies patch
@vitest/eslint-plugin 1.1.22 -> 1.1.36 age adoption passing confidence devDependencies patch
eslint-config-prettier 10.0.1 -> 10.0.2 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.7.0 -> 3.8.3 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc 50.6.1 -> 50.6.3 age adoption passing confidence devDependencies patch
eslint-plugin-jsonc (source) 2.18.2 -> 2.19.1 age adoption passing confidence devDependencies minor
eslint-plugin-n 17.15.1 -> 17.16.1 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.2.1 -> 5.2.3 age adoption passing confidence devDependencies patch
eslint-plugin-sonarjs (source) 3.0.1 -> 3.0.2 age adoption passing confidence devDependencies patch
eslint-plugin-yml (source) 1.16.0 -> 1.17.0 age adoption passing confidence devDependencies minor
github/accessibility-alt-text-bot v1.5.0 -> v1.7.1 age adoption passing confidence action minor
knip (source) 5.41.1 -> 5.45.0 age adoption passing confidence devDependencies minor
lint-staged 15.3.0 -> 15.4.3 age adoption passing confidence devDependencies minor
markdownlint-cli2 0.17.1 -> 0.17.2 age adoption passing confidence devDependencies patch
pnpm (source) 9.15.2 -> 9.15.6 age adoption passing confidence packageManager patch
prettier (source) 3.4.2 -> 3.5.3 age adoption passing confidence devDependencies minor
rollup (source) 4.29.1 -> 4.34.9 age adoption passing confidence devDependencies minor
tsx (source) 4.19.2 -> 4.19.3 age adoption passing confidence devDependencies patch
typedoc (source) 0.27.6 -> 0.27.9 age adoption passing confidence devDependencies patch
typedoc-plugin-coverage 3.4.0 -> 3.4.1 age adoption passing confidence devDependencies patch
typescript (source) 5.7.2 -> 5.8.2 age adoption passing confidence devDependencies minor
yaml-eslint-parser 1.2.3 -> 1.3.0 age adoption passing confidence devDependencies minor

Release Notes

eslint/rewrite (@​eslint/compat)

v1.2.7

Compare Source

v1.2.6

Compare Source

v1.2.5

Compare Source

RebeccaStevens/eslint-config-rebeccastevens (@​rebeccastevens/eslint-config)

v3.6.3

Compare Source

Bug Fixes

v3.6.2

Compare Source

Bug Fixes
  • rely on upstream for turning off rules for prettier (9d2cf76)

v3.6.1

Compare Source

Bug Fixes
  • remove deprecated rules (3e13442)

v3.6.0

Compare Source

Bug Fixes
Features

3.5.5 (2025-02-03)

3.5.4 (2025-02-02)

3.5.3 (2025-01-10)

Bug Fixes

3.5.2 (2025-01-05)

Bug Fixes
  • add more vue-i18n rules (94ca078)

3.5.1 (2024-12-22)

Bug Fixes
  • only use ts version of no-loop-func when using ts (48dc0b0)

v3.5.5

Compare Source

v3.5.4

Compare Source

v3.5.3

Compare Source

Bug Fixes

v3.5.2

Compare Source

Bug Fixes
  • add more vue-i18n rules (94ca078)
sebbo2002/semantic-release-jsr (@​sebbo2002/semantic-release-jsr)

v2.0.4

Compare Source

v2.0.3

Compare Source

Bug Fixes
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.36

Compare Source

Bug Fixes
  • consistent-test-filename: match allTestPattern against full file path (#​674) (97dcb0f)

v1.1.35

Compare Source

Bug Fixes

v1.1.34

Compare Source

v1.1.33

Compare Source

v1.1.32

Compare Source

v1.1.31

Compare Source

Bug Fixes
  • require-mock-type-parameters: fixed checking of type annotation (#​661) (20a56a7)

v1.1.30

Compare Source

v1.1.29

Compare Source

Bug Fixes

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.28...v1.1.29

v1.1.28

Compare Source

Bug Fixes

v1.1.27

Compare Source

Features

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.26...v1.1.27

v1.1.26

Compare Source

Features

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.25...v1.1.26

v1.1.25

Compare Source

Bug Fixes
  • consistent-test-it: Remove duplicate imports inside the import statement (#​638) (0ae4289)

v1.1.24

Compare Source

Bug Fixes

v1.1.23

Compare Source

Bug Fixes
  • make rule message punctuation more consistent and address some typos (#​628) (31cae3b)

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.22...v1.1.23

prettier/eslint-config-prettier (eslint-config-prettier)

v10.0.2

Compare Source

Patch Changes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes
  • #​345 fcc8883 Thanks @​carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.

  • #​346 c124e87 Thanks @​carlocorradini! - Update get-tsconfig to the the latest version. We now support the ${configDir} variable, introduced in TypeScript 5.5.

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.6.3

Compare Source

Bug Fixes
  • check-template-names: stop restricting template names to single letters; fixes #​1352 (c283729)

v50.6.2

Compare Source

Bug Fixes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v2.19.1

Compare Source

Patch Changes

v2.19.0

Compare Source

Minor Changes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.16.1

Compare Source

🩹 Fixes
🧹 Chores
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
SonarSource/SonarJS (eslint-plugin-sonarjs)

v3.0.2

Compare Source

ota-meshi/eslint-plugin-yml (eslint-plugin-yml)

v1.17.0

Compare Source

Minor Changes
github/accessibility-alt-text-bot (github/accessibility-alt-text-bot)

v1.7.1

Compare Source

What's Changed

Full Changelog: github/accessibility-alt-text-bot@v1.7.0...v1.7.1

v1.7.0

Compare Source

What's Changed

Docs
Experimental

Full Changelog: github/accessibility-alt-text-bot@v1.6.0...v1.7.0

v1.6.0

Compare Source

What's Changed

Full Changelog: github/accessibility-alt-text-bot@v1.5.0...v1.6.0

webpro-nl/knip (knip)

v5.45.0

Compare Source

  • What are we without badges? (8175043)
  • feat(plugin-eslint): support eslint.config.ts files (#​956) (474dca3) - thanks @​cylewaitforit!
  • Improve cross-workspace config file handling (4717edf)
  • Fix up playwright(-ct) args/bin (b49b753)
  • Improve cross-workspace config & binary handling (7ea7c34)
  • Add tests for cross-workspace inputs coverage (100129a)
  • Add note re. config cascade eslint v8 (resolves #​957) (ee2c94d)
  • Add support for eslint v9 config files + settings (f55dc1b)

v5.44.5

Compare Source

v5.44.4

Compare Source

  • Fix workspace checks in Windows (4f4d0bf)

v5.44.3

Compare Source

v5.44.2

Compare Source

v5.44.1

Compare Source

v5.44.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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 added 💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates. labels Feb 1, 2025
Copy link

codecov bot commented Feb 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.19%. Comparing base (153cd62) to head (874b539).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #445   +/-   ##
=======================================
  Coverage   52.19%   52.19%           
=======================================
  Files         121      121           
  Lines         753      753           
  Branches       14       14           
=======================================
  Hits          393      393           
  Misses        360      360           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 25 times, most recently from 84c3d5e to 87fa401 Compare February 7, 2025 22:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f62f311 to 477cef6 Compare February 9, 2025 13:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 6a4b2b5 to 8c79ff6 Compare February 25, 2025 02:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 1ab69d3 to e67c903 Compare March 3, 2025 01:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e67c903 to 874b539 Compare March 3, 2025 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants