chore(deps): update all development dependency updates [skip ci]
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@cenk1cenk2/cz-cc | devDependencies | patch | ^1.8.0 -> ^1.8.1 |
@types/node (source) | devDependencies | patch | ^20.17.19 -> ^20.17.57 |
execa | devDependencies | minor | ^9.5.2 -> ^9.6.0 |
lint-staged | devDependencies | minor | ^15.4.3 -> ^15.5.2 |
simple-git-hooks | devDependencies | minor | ^2.11.1 -> ^2.13.0 |
vue (source) | devDependencies | patch | ^3.5.13 -> ^3.5.16 |
Release Notes
libraries/cz-cc (@cenk1cenk2/cz-cc)
v1.8.1
Bug Fixes
- deps: update all minor dependency updates (cc6aa47)
lint-staged/lint-staged (lint-staged)
v15.5.2
Patch Changes
-
#1544
5561321
Thanks @YimingIsCOLD! - Correctly handle colon (:
) characters in staged filenames.
v15.5.1
Patch Changes
-
#1533
5d53534
Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:✖ Failed to get staged files!
v15.5.0
Minor Changes
-
#1526
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier
By default Prettier prefers double quotes.
Previously
- Stage
file.js
with only double quotes"
changed to'
- Run
git commit -am "I don't like double quotes"
-
Lint-staged runs
prettier --write file.js
, converting all the'
back to"
- Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
- Commit was not done, original state is restored and single quotes
'
are staged
Now
- Stage
file.js
with only double-quotes"
changed to'
- Run
git commit -am "I don't like double quotes"
-
Lint-staged runs
prettier --write file.js
, converting all the'
back to"
- Because there are now no changes, lint-staged fails and cancels the commit
- Commit was not done, and there are no staged changes
toplenboren/simple-git-hooks (simple-git-hooks)
v2.13.0
Minor Changes
-
#121
d9d7823
Thanks @chouchouji! - feat: only remove some hooks that are not inpreserveUnused
option -
#125
8486a22
Thanks @nathanwhit! - feat: supportdeno
'snode_modules
structure -
#127
8bb9818
Thanks @yyz945947732! - feat: optimize the migration experience fromhusky
v2.12.1
Minor Changes
vuejs/core (vue)
v3.5.16
Reverts
- Revert "fix(compiler-sfc): add scoping tag to trailing universal selector" (#13406) (19f23b1), closes #13406
- Revert "fix(compiler-sfc): add error handling for defineModel() without variable" (#13390) (42f879f), closes #13390
v3.5.15
Bug Fixes
- compat: ensure false value on input retains value attribute (#13216) (1a66474), closes #13205
- compat: should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for (#12993) (93949e6), closes #12992
- compile-sfc: handle inline template source map in prod build (#12701) (89edc6c), closes #12682 vitejs/vite-plugin-vue#500
- compiler-core: ensure mapping is added only if node source is available (#13285) (d37a2ac), closes #13261 vitejs/vite-plugin-vue#368
- compiler-dom: improve HTML nesting validation to allow any child element within template tag (#13320) (163b365), closes #13318
- compiler-sfc: add error handling for defineModel() without variable assignment (#13352) (00734af), closes #13280
- compiler-sfc: add scoping tag to trailing universal selector (#12918) (949df80), closes #12906
- compiler-sfc: improve type inference for TSTypeAliasDeclaration with better runtime type detection (#13245) (cf5a5e0), closes #13240
-
compiler-sfc: simulate
allowArbitraryExtensions
on resolving type (#13301) (f7ce5ae), closes #13295 - custom-element: allow injecting values from app context in nested elements (#13219) (b991075), closes #13212
- custom-element: ensure proper remount and prevent redundant slot parsing with shadowRoot false (#13201) (1d41d4d), closes #13199
- custom-element: preserve appContext during update (#12455) (013749e), closes #12453
- custom-element: properly resolve props for sync component defs (#12855) (a683c80), closes #12854
- hydration: handle transition appear hydration edge case (#13339) (35aeae7), closes #13335
- hydration: skip lazy hydration for patched components (#13283) (80055fd), closes #13255
- suspense: handle edge case in patching list nodes within Suspense (#13306) (772b008), closes #13305
- teleport: handle deferred teleport updates before and after mount (#13350) (d15dce3), closes #13349
-
types: avoid merging component instance into
$props
inComponentInstance
(#12870) (f44feed), closes #12751 -
types: exclude
undefined
from inferred prop types with default values (#13007) (5179d32), closes #13006 -
watch: update
oldValue
before runningcb
to prevent stale value (#12296) (c69c4bb), closes #12294
v3.5.14
Bug Fixes
- compat: correct deprecation message for v-bind.sync usage (#13137) (466b30f), closes #13133
- compiler-core: remove slot cache from parent renderCache during unmounting (#13215) (5d166f3)
- compiler-sfc: fix scope handling for props destructure in function parameters and catch clauses (8e34357), closes #12790
-
compiler-sfc: treat the return value of
useTemplateRef
as a definite ref (#13197) (8ae1122) - compiler: fix spelling error in domTagConfig (#13043) (388295b)
- customFormatter: properly accessing ref value during debugger (#12948) (fdbd026)
- hmr/teleport: adjust static children traversal for HMR in dev mode (#12819) (5e37dd0), closes #12816
- hmr: avoid hydration for hmr root reload (#12450) (1f98a9c), closes vitejs/vite-plugin-vue#146 vitejs/vite-plugin-vue#477
- hmr: avoid hydration for hmr updating (#12262) (9c4dbbc), closes #7706 #8170
- reactivity: ensure markRaw objects are not reactive (#12824) (295b5ec), closes #12807
- reactivity: ensure multiple effectScope on() and off() calls maintains correct active scope (22dcbf3), closes #12631 #12632 #12641
- reactivity: should not recompute if computed does not track reactive data (#12341) (0b23fd2), closes #12337
- runtime-core: stop tracking deps in setRef during unmount (#13210) (016c472)
- runtime-core: update __vnode of static nodes when patching along the optimized path (#13223) (b3ecee3)
- runtime-core: inherit comment nodes during block patch in production build (#10748) (6264505), closes #10747 #12650
- runtime-core: prevent unmounted vnode from being inserted during transition leave (#12862) (d6a6ec1), closes #12860
-
runtime-core: respect immutability for readonly reactive arrays in
v-for
(#13091) (3f27c58), closes #13087 - runtime-dom: always treat autocorrect as attribute (#13001) (1499135), closes #5705
- slots: properly warn if slot invoked in setup (#12195) (9196222), closes #12194
- ssr: properly init slots during ssr rendering (#12441) (2206cd2), closes #12438
- transition: fix KeepAlive with transition out-in mode behavior in production (#12468) (343c891), closes #12465
- TransitionGroup: reset prevChildren to prevent memory leak (#13183) (8b848cb), closes #13181
- types: allow return any for Options API lifecycle hooks (#5914) (06310e8)
- types: the directive's modifiers should be optional (#12605) (10e54dc)
- typos: fix comments referencing transformElement.ts (#12551)[ci-skip] (11c053a)
Features
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.