This PR contains the following updates:
Release Notes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
Compare Source
Bug Fixes
- require-mock-type-parameters: fixed checking of type annotation (#661) (20a56a7)
Compare Source
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)
Compare Source
cypress-io/cypress (cypress)
Compare Source
Changelog:https://docs.cypress.io/app/references/changelog#14-0-3
nightwatchjs/nightwatch (nightwatch)
Compare Source
What's Changed
Full Changelog:nightwatchjs/nightwatch@v3.11.0...v3.11.1
pnpm/pnpm (pnpm)
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.
- Setting
init-package-manager
should work.
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 by
packageManager
cannot start withv
.
prettier/prettier (prettier)
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)
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 of
useAttrs
(#5106) - Thanks to@KazariEX! - feat(language-core): add options for fine-grained configuration of
strictTemplates
(#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): add
checkUnknownDirectives
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): prefer
loc.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 of
class
(#5100) - Thanks to@KazariEX! - fix(language-core): align types of
v-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): add
undefined
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): rewrite
vueCompilerOptions
resolution logic - refactor(component-meta): read
scriptSetupRanges
from codegen - Thanks to@KazariEX! - refactor(component-meta): read node directly instead of creating sub ast - Thanks to@KazariEX!
- refactor(component-meta): read ast from
sfc.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.
This PR was generated byMend Renovate. View therepository job log.
This PR contains the following updates:
^22.13.1
->^22.13.4
1.1.28
->1.1.31
^133.0.0
->^133.0.1
^14.0.2
->^14.0.3
^3.11.0
->^3.11.1
10.3.0
->10.4.1
^3.5.0
->^3.5.1
^2.2.0
->^2.2.2
Release Notes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.31
Compare Source
Bug Fixes
v1.1.30
Compare Source
v1.1.29
Compare Source
Bug Fixes
What's Changed
chai
global by@silverwind inhttps://github.com/vitest-dev/eslint-plugin-vitest/pull/658New 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
tsd
to 0.31.2 by@garg3133 inhttps://github.com/nightwatchjs/nightwatch/pull/4378Full Changelog:nightwatchjs/nightwatch@v3.11.0...v3.11.1
pnpm/pnpm (pnpm)
v10.4.1
Compare Source
Patch Changes
--allow-build
option overlaps with thepnpm.ignoredBuildDependencies
list#9105.init-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.The
pnpm 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:This will run
esbuild
'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.
The
pnpm 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.packageManager
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 the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.vuejs/language-tools (vue-tsc)
v2.2.2
Compare Source
Features
$attrs
,$slots
,$refs
and$el
in the template (#5056) - Thanks to@KazariEX!useAttrs
(#5106) - Thanks to@KazariEX!strictTemplates
(#5138)checkUnknownDirectives
option (#5141) - Thanks to@KazariEX!<script vapor>
- Thanks to@KazariEX!Bug Fixes
<template>
withv-slot
(#5077) - Thanks to@KazariEX!loc.source
instead of node content$attrs
with__VLS_ctx.$attrs
(#5113) - Thanks to@KazariEX!class
(#5100) - Thanks to@KazariEX!v-for
with core (#5084) - Thanks to@KazariEX!undefined
to first param type of optional model emits (#5171) - Thanks to@KazariEX!__VLS_slots
with__VLS_ctx.$slots
(#5083) - Thanks to@KazariEX!Other Changes
vueCompilerOptions
resolution logicscriptSetupRanges
from codegen - Thanks to@KazariEX!sfc.script
- 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.
This PR was generated byMend Renovate. View therepository job log.