Skip to content

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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.28.1 -> ^2.29.4 age adoption passing confidence
@playwright/test (source) ^1.51.1 -> ^1.53.0 age adoption passing confidence
@stylistic/eslint-plugin (source) ^4.2.0 -> ^4.4.1 age adoption passing confidence
@tsconfig/node22 (source) ^22.0.1 -> ^22.0.2 age adoption passing confidence
@types/node (source) ^22.13.13 -> ^22.15.31 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.28.0 -> ^8.34.0 age adoption passing confidence
@vitest/eslint-plugin ^1.1.38 -> ^1.2.2 age adoption passing confidence
eslint (source) ^9.23.0 -> ^9.28.0 age adoption passing confidence
eslint-import-resolver-typescript ^4.2.3 -> ^4.4.3 age adoption passing confidence
eslint-plugin-import-x ^4.9.2 -> ^4.15.1 age adoption passing confidence
eslint-plugin-n ^17.16.2 -> ^17.19.0 age adoption passing confidence
eslint-plugin-vue (source) ^10.0.0 -> ^10.2.0 age adoption passing confidence
globals ^16.0.0 -> ^16.2.0 age adoption passing confidence
jsdom ^26.0.0 -> ^26.1.0 age adoption passing confidence
pinia (source) ^3.0.1 -> ^3.0.3 age adoption passing confidence
vitest (source) ^3.0.9 -> ^3.2.3 age adoption passing confidence
vue (source) ^3.5.13 -> ^3.5.16 age adoption passing confidence
vue-router ^4.5.0 -> ^4.5.1 age adoption passing confidence
vue-tsc (source) ^2.2.8 -> ^2.2.10 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes
microsoft/playwright (@​playwright/test)

v1.53.0

Compare Source

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps

  • New option in 'html' reporter to set the title of a specific test run:

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { title: 'Custom test run #​1028' }]]
    });

Miscellaneous

  • New option kind in testInfo.snapshotPath() controls which snapshot path template is used.

  • New method locator.describe() to describe a locator. Used for trace viewer and reports.

    const button = page.getByTestId('btn-sub').describe('Subscribe button');
    await button.click();
  • npx playwright install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137

v1.52.0

Compare Source

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v4.4.1

Compare Source

Bug Fixes
  • keyword-spacing: check spaces around the type keyword in export declarations (#​797) (6854a3c)
Chores

v4.4.0

Compare Source

Features

v4.3.0

Compare Source

Features
Bug Fixes
  • eslint-plugin: only export interfaces in index (#​763) (93a4eb1)
  • handle new AST change on TSImportType (8f31461)
  • indent: handle ChainExpression and AwaitExpression when offsetTernaryExpressionsOffsetCallExpressions (#​751) (a1af663)
  • indent: wrong PropertyDefinition value offset when ts type have multiple line (#​774) (140e18f)
  • no-extra-parens: do not break specific ReturnStatement (#​738) (a375a92)
Documentation
Chores
tsconfig/bases (@​tsconfig/node22)

v22.0.2

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

You can read about our versioning strategy and releases on our website.

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

You can read about our versioning strategy and releases on our website.

v8.33.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

You can read about our versioning strategy and releases on our website.

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

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

v1.2.2

Compare Source

Bug Fixes
  • valid-title: Added support for call signatures as well (#​710) (6a06cf9)

v1.2.1

Compare Source

Bug Fixes
  • valid-title: Please allow function-typed variables and aliases as valid describe titles (#​708) (76653c9)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.0...v1.2.1

v1.2.0

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.44...v1.2.0

v1.1.44

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.43...v1.1.44

v1.1.43

Compare Source

Features

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.42...v1.1.43

v1.1.42

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.40...v1.1.42

v1.1.40

Compare Source

v1.1.39

Compare Source

Bug Fixes
  • valid-title: report emptyTitle for string-like types (#​688) (c1909ab)

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.38...v1.1.39

eslint/eslint (eslint)

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

v9.24.0

Compare Source

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

v4.4.3

Compare Source

Patch Changes

v4.4.2

Compare Source

Patch Changes

v4.4.1

Compare Source

Patch Changes

v4.4.0

Compare Source

Minor Changes

v4.3.5

Compare Source

Patch Changes

v4.3.4

Compare Source

Patch Changes

v4.3.3

Compare Source

Patch Changes

v4.3.2

Compare Source

Patch Changes

v4.3.1

Compare Source

Patch Changes

v4.3.0

Compare Source

Minor Changes

v4.2.7

Compare Source

Patch Changes

v4.2.6

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 added the dependencies Pull requests that update a dependency file label Mar 31, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 7b80ebd to 9cb02d6 Compare April 7, 2025 05:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from ac249d3 to 12fe5b5 Compare April 14, 2025 19:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 82d8231 to b72e4c7 Compare April 21, 2025 19:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from aaafc52 to a61b664 Compare May 26, 2025 19:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 41efac6 to 64fd072 Compare May 31, 2025 05:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 863423e to 06d2317 Compare June 10, 2025 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06d2317 to 9962ceb Compare June 10, 2025 21:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants