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#692

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

Merged
haoqunjiang merged 1 commit intomainfromrenovate/all-minor-patch
Feb 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@types/node (source)^22.13.1 ->^22.13.4ageadoptionpassingconfidence
@vitest/eslint-plugin1.1.28 ->1.1.31ageadoptionpassingconfidence
chromedriver^133.0.0 ->^133.0.1ageadoptionpassingconfidence
cypress (source)^14.0.2 ->^14.0.3ageadoptionpassingconfidence
nightwatch (source)^3.11.0 ->^3.11.1ageadoptionpassingconfidence
pnpm (source)10.3.0 ->10.4.1ageadoptionpassingconfidence
prettier (source)^3.5.0 ->^3.5.1ageadoptionpassingconfidence
vue-tsc (source)^2.2.0 ->^2.2.2ageadoptionpassingconfidence

Release Notes

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

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

giggio/node-chromedriver (chromedriver)

v133.0.1

Compare Source

cypress-io/cypress (cypress)

v14.0.3

Compare Source

Changelog:https://docs.cypress.io/app/references/changelog#14-0-3

nightwatchjs/nightwatch (nightwatch)

v3.11.1

Compare Source

What's Changed

Full Changelog:nightwatchjs/nightwatch@v3.11.0...v3.11.1

pnpm/pnpm (pnpm)

v10.4.1

Compare Source

Patch Changes
  • Throws an error when the value provided by the--allow-build option overlaps with thepnpm.ignoredBuildDependencies list#​9105.
  • Print pnpm's version after the execution time at the end of the console output.
  • Print warning about ignored builds of dependencies on repeat install#​9106.
  • Settinginit-package-manager should work.

v10.4.0

Compare Source

Minor Changes
  • pnpm approve-builds --global works now for allowing dependencies of globally installed packages to run postinstall scripts.

  • Thepnpm add command now supports a new flag,--allow-build, which allows building the specified dependencies. For instance, if you want to install a package calledbundle that hasesbuild as a dependency and want to allowesbuild to run postinstall scripts, you can run:

    pnpm --allow-build=esbuild add bundle

    This will runesbuild's postinstall script and also add it to thepnpm.onlyBuiltDependencies field ofpackage.json. So,esbuild will always be allowed to run its scripts in the future.

    Related PR:#​9086.

  • Thepnpm init command adds apackageManager field with the current version of pnpm CLI#​9069. To disable this behaviour, set theinit-package-manager setting tofalse.

Patch Changes
  • pnpm approve-builds should work after two consecutivepnpm install runs#​9083.
  • Fix instruction for updating pnpm with corepack#​9101.
  • The pnpm version specified bypackageManager cannot start withv.
prettier/prettier (prettier)

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by@​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by@​remcohaszing)

Prettier now supports thedockercompose andgithub-actions-workflow languages in Visual Studio Code.

vuejs/language-tools (vue-tsc)

v2.2.2

Compare Source

Features
  • feat(language-core): navigation support for$attrs,$slots,$refs and$el in the template (#​5056) - Thanks to@​KazariEX!
  • feat(language-service): support global directives completion (#​4989) - Thanks to@​KazariEX!
  • feat(language-core): type support ofuseAttrs (#​5106) - Thanks to@​KazariEX!
  • feat(language-core): add options for fine-grained configuration ofstrictTemplates (#​5138)
  • feat(language-service): display deprecated info of props in completion (#​5134) - Thanks to@​KazariEX!
  • feat(component-meta): collect destructured props defaults (#​5101) - Thanks to@​Akryum!
  • feat(language-core): addcheckUnknownDirectives option (#​5141) - Thanks to@​KazariEX!
  • feat(language-core): support<script vapor> - Thanks to@​KazariEX!
Bug Fixes
  • fix(language-core): ignore ts errors in function-scoped declare expressions (#​5090) - Thanks to@​zhiyuanzmj!
  • fix(language-core, typescript-plugin): handle self-reference component correctly (#​5102) - Thanks to@​KazariEX!
  • fix(language-core): do not generate element for<template> withv-slot (#​5077) - Thanks to@​KazariEX!
  • fix(language-service): set code action kinds to avoid warning (#​5096) - Thanks to@​KazariEX!
  • fix(language-core): handle parentheses in v-for exp
  • fix(language-core): slot exp formatting virtual code syntax incorrect
  • fix(language-core): arrow function formatting virtual code syntax incorrect in interpolation
  • fix(language-core): improve multiple lines event formatting result
  • fix(language-core): preferloc.source instead of node content
  • fix(language-core): intersect local$attrs with__VLS_ctx.$attrs (#​5113) - Thanks to@​KazariEX!
  • fix(language-core): only generate model modifiers for components - Thanks to@​KazariEX!
  • fix(language-plugin-pug): ignore duplicate attribute error ofclass (#​5100) - Thanks to@​KazariEX!
  • fix(language-core): align types ofv-for with core (#​5084) - Thanks to@​KazariEX!
  • fix(language-core): map interpolation error with multiple variables correctly (#​5158) - Thanks to@​KazariEX!
  • fix(vscode): ask user to reload extension host when configuration changes (#​5160) - Thanks to@​typed-sigterm!
  • fix(typescript-plugin): update component names correctly for the first time - Thanks to@​KazariEX!
  • fix(language-core): addundefined to first param type of optional model emits (#​5171) - Thanks to@​KazariEX!
  • fix(language-core): intersect__VLS_slots with__VLS_ctx.$slots (#​5083) - Thanks to@​KazariEX!
  • fix(language-core): complete codegen of slot name prop (#​5139) - Thanks to@​KazariEX!
Other Changes
  • refactor(language-service): read ast from codegen instead of parsing it repeatedly (#​5086) - Thanks to@​KazariEX!
  • refactor(language-core): rewritevueCompilerOptions resolution logic
  • refactor(component-meta): readscriptSetupRanges from codegen - Thanks to@​KazariEX!
  • refactor(component-meta): read node directly instead of creating sub ast - Thanks to@​KazariEX!
  • refactor(component-meta): read ast fromsfc.script - Thanks to@​KazariEX!
  • refactor(language-core): generate the type of slots with function property (#​5173) - Thanks to@​KazariEX!
  • refactor(language-core): reduce codegen size of template returns - Thanks to@​KazariEX!
  • refactor(language-core): remove semantic highlight of directives - Thanks to@​KazariEX!
  • refactor: update alien-signals to 1.0.3 (#​5181) - Thanks to@​KazariEX!

Configuration

📅Schedule: Branch creation - "* 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.

@haoqunjianghaoqunjiang merged commit30bf42b intomainFeb 17, 2025
52 checks passed
@haoqunjianghaoqunjiang deleted the renovate/all-minor-patch branchFebruary 17, 2025 07:53
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@haoqunjianghaoqunjianghaoqunjiang approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@haoqunjiang

[8]ページ先頭

©2009-2025 Movatter.jp