Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedNov 1, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
@eslint/js (source)^9.38.0 ->^9.39.1ageconfidence
@types/node (source)^22.18.11 ->^22.19.0ageconfidence
@typescript-eslint/utils (source)^8.46.1 ->^8.46.3ageconfidence
@vitest/eslint-plugin^1.3.23 ->^1.4.1ageconfidence
chromedriver^141.0.3 ->^141.0.6ageconfidence
cypress (source)^15.5.0 ->^15.6.0ageconfidence
eslint (source)^9.38.0 ->^9.39.1ageconfidence
eslint-plugin-playwright^2.2.2 ->^2.3.0ageconfidence
globals^16.4.0 ->^16.5.0ageconfidence
jsdom^27.0.1 ->^27.1.0ageconfidence
nightwatch (source)^3.12.2 ->^3.12.3ageconfidence
pinia (source)^3.0.3 ->^3.0.4ageconfidence
pkgroll^2.20.0 ->^2.20.1ageconfidence
pnpm (source)10.18.3 ->10.20.0ageconfidence
typescript-eslint (source)^8.46.1 ->^8.46.3ageconfidence
vue (source)^3.5.22 ->^3.5.24ageconfidence
vue-tsc (source)^3.1.1 ->^3.1.3ageconfidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.1

Compare Source

v9.39.0

Compare Source

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

v8.46.3

Compare Source

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

You can read about ourversioning strategy andreleases on our website.

v8.46.2

Compare Source

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

You can read about ourversioning strategy andreleases on our website.

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

v1.4.1

Compare Source

No significant changes

    View changes on GitHub

v1.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.26

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.25

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.24

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
giggio/node-chromedriver (chromedriver)

v141.0.6

Compare Source

v141.0.5

Compare Source

v141.0.4

Compare Source

cypress-io/cypress (cypress)

v15.6.0

Compare Source

Changelog:https://docs.cypress.io/app/references/changelog#15-6-0

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)

v2.3.0

Compare Source

Bug Fixes
Features
sindresorhus/globals (globals)

v16.5.0

Compare Source


jsdom/jsdom (jsdom)

v27.1.0

Compare Source

  • Improved CSS parsing by switching to@acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir)
  • Fixed some selector cache invalidation issues where changes to attributes were not being picked up. (asamuzaK)
  • Fixedpackage.json"engines" field to reflect the new minimum Node.js versions needed to run jsdom, as noted in the changelog for v27.0.1.
nightwatchjs/nightwatch (nightwatch)

v3.12.3

Compare Source

What's Changed

New Contributors

Full Changelog:nightwatchjs/nightwatch@v3.12.2...v3.12.3

vuejs/pinia (pinia)

v3.0.4

Compare Source

Please refer toCHANGELOG.md for details.

privatenumber/pkgroll (pkgroll)

v2.20.1

Compare Source

Bug Fixes
  • wildcard pattern matching for root-level and filename patterns (7385506)
pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support--all option inpnpm --help to list all commands#​8628.
Patch Changes
  • When thelatest version doesn't satisfy the maturity requirement configured byminimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version#​10100.
  • create command should not verify patch info.
  • SetmanagePackageManagerVersions tofalse, when switching to a different version of pnpm CLI, in order to avoid subsequent switches#​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts.onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:  -nx@21.6.4 || 21.6.5  -esbuild@0.25.1

    Related PR:#​10104.

  • Added support for exact versions inminimumReleaseAgeExclude#​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set byminimumReleaseAge. For example:

    minimumReleaseAge:1440minimumReleaseAgeExclude:  -nx@21.6.5  -webpack@4.47.0 || 5.102.1
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.3

Compare Source

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

You can read about ourversioning strategy andreleases on our website.

v8.46.2

Compare Source

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

You can read about ourversioning strategy andreleases on our website.

vuejs/core (vue)

v3.5.24

Compare Source

Reverts

v3.5.23

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.1.3

Compare Source

Features
  • feat(typescript-plugin): allow triggering file references on<template> (#​5734) - Thanks to@​KazariEX!
Bug Fixes
  • fix(vscode): correct syntax highlight in template withlang="html" (#​5728) - Thanks to@​serkodev!
Other Changes
  • refactor(language-core): generate intrinsic elements variable into global types (#​5730) - Thanks to@​KazariEX!
  • refactor(typescript-plugin): remove go to definition trick for auto imported components (#​5733) - Thanks to@​KazariEX!

v3.1.2

Compare Source

Bug Fixes
  • fix(component-meta): import type helpers by relative path
  • fix(language-core): fix syntax error whenpropTypes has no elements (#​5704) - Thanks to@​so1ve!
  • fix(language-core): omit defined emit props only (#​5705) - Thanks to@​so1ve!
Other Changes

Configuration

📅Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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. Getconfig help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot added the dependenciesPull requests that update a dependency file labelNov 1, 2025
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 8 times, most recently from9649d67 tob076601CompareNovember 6, 2025 01:05
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch fromb076601 to3ab0e2dCompareNovember 7, 2025 11:31
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp