Bump the minor-patch group across 1 directory with 9 updates
Bumps the minor-patch group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| eslint-plugin-vue | 9.26.0 |
9.27.0 |
| husky | 9.0.11 |
9.1.4 |
| lint-staged | 15.2.2 |
15.2.8 |
| npm-run-all2 | 6.1.2 |
6.2.2 |
| prettier | 3.2.5 |
3.3.3 |
| typescript | 5.4.5 |
5.5.4 |
| vitepress | 1.1.4 |
1.3.2 |
Updates eslint-plugin-vue from 9.26.0 to 9.27.0
Release notes
Sourced from eslint-plugin-vue's releases.
v9.27.0
✨ Enhancements
- #2487 Improved
vue/require-toggle-inside-transitionrule to understandv-bind:appear.🐛 Bug Fixes
- #2489 Fixed false negatives for elements inside template literals in
vue/no-setup-props-reactivity-lossrule.⚙️ Updates
- #2476 Added name property to flat configs.
- #2488 Upgraded vue-eslint-parser to v9.4.3.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0
Commits
c64bf949.27.0cac8167fix(no-setup-props-reactivity-loss): report template literal (#2489)3ad09effeat(require-toggle-inside-transition): check directive (#2487)bfc72a4docs: fix build on windows (#2493)4f52734docs: add an example on how to use custom parser with flat config (#2490)d7169e1chore: upgrade vue-eslint-parser to v9.4.3 (#2488)ca7daffShow nested outline in docs (#2481)9afbf2bUpdate development dependencies (#2478)ab88141Add name to flat configs. (#2476)e95b7bbtest: update typescript-eslint and fix test cases (#2477)- See full diff in compare view
Updates husky from 9.0.11 to 9.1.4
Release notes
Sourced from husky's releases.
v9.1.4
- Improve deprecation notice
v9.1.3
- fix: better handle space in
PATHv9.1.2
Show a message instead of automatically removing deprecated code.
This only concerns projects that still have the following code in their hooks:
- #!/usr/bin/env sh # <- This is deprecated, remove it - . "$(dirname -- "$0")/_/husky.sh" # <- This is deprecated, remove itRest of your hook code
Hooks with these lines will fail in
v10.0.0v9.1.1
Super saiyan
goddog! It's over 9.0.0!What's new
You can now run package commands directly, no need for
npxor equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️# .husky/pre-commit - npx jest + jest # ~0.2s fasterA new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.
# .husky/pre-commit prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown git update-index --againFor more advanced use cases, see lint-staged.
Fixes
... (truncated)
Commits
fc549e09.1.49891aceclarify deprecation message712cb009.1.37d29633fix: better handle spaces in PATH35fba849.1.22060317show message instead of automatically remove deprecated codef6cc410Update troubleshoot.md0c71e73update package-lock.json29689989.1.1902749bdocs- Additional commits viewable in compare view
Updates lint-staged from 15.2.2 to 15.2.8
Release notes
Sourced from lint-staged's releases.
v15.2.8
Patch Changes
f0480f0Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version switched the--show-toplevelflag with--show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.jschild_process. The new flag returns a path relative to the working directory, avoiding the issue.The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
v15.2.7
Patch Changes
- #1440
a51be80Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version drops the--path-format=absoluteoption to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggitto the latest version.v15.2.6
Patch Changes
- #1433
119adb2Thanks@iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.v15.2.5
Patch Changes
#1424
31a1f95Thanks@iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.#1423
91abea0Thanks@iiroj! - Improve error logging when failing to read or parse a configuration file#1424
ee43f15Thanks@iiroj! - Upgrade [email protected]v15.2.4
Patch Changes
v15.2.3
Patch Changes
Changelog
Sourced from lint-staged's changelog.
15.2.8
Patch Changes
f0480f0Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version switched the--show-toplevelflag with--show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.jschild_process. The new flag returns a path relative to the working directory, avoiding the issue.The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
15.2.7
Patch Changes
- #1440
a51be80Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version drops the--path-format=absoluteoption to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggitto the latest version.15.2.6
Patch Changes
- #1433
119adb2Thanks@iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.15.2.5
Patch Changes
#1424
31a1f95Thanks@iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.#1423
91abea0Thanks@iiroj! - Improve error logging when failing to read or parse a configuration file#1424
ee43f15Thanks@iiroj! - Upgrade [email protected]15.2.4
Patch Changes
15.2.3
Patch Changes
Commits
52f6eefchore(changeset): release (#1462)8d8fe23build: update repository url in package.jsonf0480f0Revert "chore(changeset): release (#1461)"1da81c0chore(changeset): release (#1461)cc04e08ci: add required permission for provenance generationfa2dac8Revert "chore(changeset): release (#1455)"8325985chore(changeset): release (#1455)92f295fbuild(deps): update dependencies (#1460)5293c09build: generate provenance statements for npm package (#1459)f184fffMerge pull request #1454 from Falcion/master- Additional commits viewable in compare view
Updates npm-run-all2 from 6.1.2 to 6.2.2
Release notes
Sourced from npm-run-all2's releases.
v6.2.2
Commits
- Revert "Compatibility: npm, yarn and pnpm run scripts"
fc35f0dv6.2.1
Merged
- Compatibility: npm, yarn and pnpm run scripts
[#143](https://github.com/bcomnes/npm-run-all2/issues/143)- Use neostandard + add more static code analysis
[#142](https://github.com/bcomnes/npm-run-all2/issues/142)- Upgrade: Bump c8 from 9.1.0 to 10.0.0
[#141](https://github.com/bcomnes/npm-run-all2/issues/141)- Upgrade: Bump p-queue from 7.4.1 to 8.0.1
[#138](https://github.com/bcomnes/npm-run-all2/issues/138)v6.2.0
Merged
- Placeholder that unfolds into multiple tasks
[#134](https://github.com/bcomnes/npm-run-all2/issues/134)- 📝 add compatibility note for pnpm.
[#136](https://github.com/bcomnes/npm-run-all2/issues/136)- Upgrade: Bump codecov/codecov-action from 3 to 4
[#131](https://github.com/bcomnes/npm-run-all2/issues/131)
Changelog
Sourced from npm-run-all2's changelog.
v6.2.2
Commits
- Revert "Compatibility: npm, yarn and pnpm run scripts"
fc35f0dv6.2.1 - 2024-07-03
Merged
- Compatibility: npm, yarn and pnpm run scripts
[#143](https://github.com/bcomnes/npm-run-all2/issues/143)- Use neostandard + add more static code analysis
[#142](https://github.com/bcomnes/npm-run-all2/issues/142)- Upgrade: Bump c8 from 9.1.0 to 10.0.0
[#141](https://github.com/bcomnes/npm-run-all2/issues/141)- Upgrade: Bump p-queue from 7.4.1 to 8.0.1
[#138](https://github.com/bcomnes/npm-run-all2/issues/138)v6.2.0 - 2024-05-17
Merged
- Placeholder that unfolds into multiple tasks
[#134](https://github.com/bcomnes/npm-run-all2/issues/134)- 📝 add compatibility note for pnpm.
[#136](https://github.com/bcomnes/npm-run-all2/issues/136)- Upgrade: Bump codecov/codecov-action from 3 to 4
[#131](https://github.com/bcomnes/npm-run-all2/issues/131)
Commits
bac39056.2.2fc35f0dRevert "Compatibility: npm, yarn and pnpm run scripts"c7071956.2.132a4b46Merge pull request #143 from ayu-exorcist/masterb8d3dedCompatibility: npm, yarn and pnpm run scripts25738aeUse neostandard + add more static code analysis (#142)6be8fffUpgrade: Bump c8 from 9.1.0 to 10.0.0 (#141)f80ac5cMerge pull request #138 from bcomnes/dependabot/npm_and_yarn/p-queue-8.0.14c6a3adUpgrade: Bump p-queue from 7.4.1 to 8.0.1268b7766.2.0- Additional commits viewable in compare view
Updates prettier from 3.2.5 to 3.3.3
Changelog
Sourced from prettier's changelog.
3.3.3
Add parentheses for nullish coalescing in ternary (#16391 by
@cdignam-segment)This change adds clarity to operator precedence.
// Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar;// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#16458 by
@y-schneider)Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
// Input @(foo`tagged template`) class X {}// Prettier 3.3.2
@footagged template
class X {}// Prettier 3.3.3
@(footagged template)
class X {}
Support
@letdeclaration syntax (#16474 by@sosukesuzuki)Adds support for Angular v18
@letdeclaration syntax.Please see the following code example. The
@letdeclaration allows you to define local variables within the template:
... (truncated)
Commits
5282938Release 3.3.39102b73Add parentheses for decorator expressions (#16458)6bbd461chore(deps): update eslint related dependencies (#16478)04b560fchore(deps): update dependency browserslist to v4.23.2 (#16475)614f070chore(deps): update typescript-eslint to v8.0.0-alpha.41 (#16477)d59a15dchore(deps): update dependency npm-run-all2 to v6.2.2 (#16476)5ca2fc9Support Angular@letdeclaration syntax (#16474)bfcfdccchore(deps): update babel to v7.24.8 (#16472)977c161chore(deps): update dependency acorn to v8.12.1 (#16464)550606echore(deps): update babel to v7.24.8 (#16470)- Additional commits viewable in compare view
Updates typescript from 5.4.5 to 5.5.4
Release notes
Sourced from typescript's releases.
TypeScript 5.5.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.4 (Stable).
- fixed issues query for TypeScript v5.5.3 (Stable).
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
- npm
- NuGet package (soon!)
TypeScript 5.5.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.3 (Stable).
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
TypeScript 5.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
TypeScript 5.5 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
Commits
c8a7d58Bump version to 5.5.4 and LKGc0ded04🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...5ba41e2🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...b075332🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...9dd6f91Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)bf0ddaf🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...a44e2d9🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...f35206d🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...1109550Fix baselines on release-5.5 (#59330)8794318🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...- Additional commits viewable in compare view
Updates vitepress from 1.1.4 to 1.3.2
Release notes
Sourced from vitepress's releases.
v1.3.2
Please refer to CHANGELOG.md for details.
v1.3.1
Please refer to CHANGELOG.md for details.
v1.3.0
Please refer to CHANGELOG.md for details.
v1.2.3
Please refer to CHANGELOG.md for details.
v1.2.2
Please refer to CHANGELOG.md for details.
v1.2.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vitepress's changelog.
1.3.2 (2024-08-05)
Bug Fixes
- multiple cache busting imports causing useData to fail (2b3e486), closes #3820, reverts #3398, reopens #3363
- theme: excerpt style in LocalSearchBox (#4050) (2bc0d39)
1.3.1 (2024-07-14)
Bug Fixes
- don't reopen browser on restart when
vite.server.openis specified (6263db1), closes #4040- theme/regression: typo in component props resulting in nested titles not showing in navbar (01d0d45), closes #4042
1.3.0 (2024-07-07)
Bug Fixes
- build: don't normalize links containing target or download property (e24899a), closes #3947
- build: respect frontmatter.lastUpdated for pageData.lastUpdated and sitemap generation (7fcf462), closes #3931
- build: sort pageToHashMap to ensure stable assets (e302328), closes #4016
- client: do nothing on anchor elements with empty href (6461f5d), closes #3950
- don't do git log on non-existent file (387acf7), closes #4008
- don't reopen browser on restart (d837e82), closes #4001
- properly handle svg anchor elements (b785bd6)
- theme: add styles for h4 too (b54d7b0)
- theme: deep watch sidebar groups and force render on match change (97f9469), closes #3613
- theme: dim color for all text like elements inside blockquotes (5d3ed87), closes #3929
- theme: force update title attribute on hydration (d348da7), closes #4004
- theme: show filled nav bar when nav screen is open (0fc70e2)
Features
- allow using components in navigation bar (#4000) (fa87d81)
- cli/init: allow passing target dir as command argument (#3948) (99053ba)
- markdown: support including specific regions from markdown files (#3978) (143b1e9)
- support
force-autoas an option for appearance (1e8bb48), closes #3946- theme: export VPHomeContent (#3960) (8aa6ccb), closes #3954
1.2.3 (2024-06-04)
Bug Fixes
- theme,a11y: handle overflow on long mathematical equation and make tables focusable (#3932) (closes #3914) (afc611d)
- types: wrong types generated for markdown-it > mdurl (48ca76c), closes #3935
1.2.2 (2024-05-21)
Bug Fixes
... (truncated)
Commits
3286212release: v1.3.22b3e486fix: multiple cache busting imports causing useData to failb6a36bcdocs(zh): fix typo (#4101) [lunaria-ignore]e1e5d22chore: bump vue-tsc (for ecosystem-ci)8f31a4cci: adjust job name84f197cchore: adjust pull request templated016950ci: stricter conditionscf6e8bbchore: adjust pull request template73f5a1echore: adjust pull request template7bfeeedci: skip cr on docs or test only changes- Additional commits viewable in compare view
Updates vue from 3.4.27 to 3.4.37
Release notes
Sourced from vue's releases.
v3.4.37
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.36
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.35
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.34
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.33
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.32
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.31
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.30
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.29
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.4.28
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.
Changelog
Sourced from vue's changelog.
3.5.0-beta.1 (2024-08-08)
Bug Fixes
- custom-element: delay mounting of custom elements with async parent (37ccb9b), closes #8127 #9341 #9351 #9351
- custom-element: delete prop on attribute removal (506c4c5), closes #11276
- custom-element: ignore scoped id (7f2c505)
- custom-element: reflect prop default value on custom element (63689ed), closes #9006 #10537
- custom-element: support early-set domProps for async custom elements (a07e7bf), closes #11081 #11082
- types/custome-element:
defineCustomElementprops inference with array emits (#11384) (e94b01b), closes #11353- types: allow using InjectionKey as valid property key (321d807), closes #5089
Features
- custom-element: expose this.$host in Options API (1ef8f46)
- custom-element: inject child components styles to custom element shadow root (#11517) (56c76a8), closes #4662 #7941 #7942
- custom-element: support configurable app instance in defineCustomElement (6758c3c), closes #4356 #4635
- custom-element: support css
:hostselector by applying css vars on host element (#8830) (03a9ea2), closes #8826- custom-element: support emit with options (e181bff), closes #7605
- custom-element: support for expose on customElement (#6256) (af838c1), closes #5540
- custom-element: support nonce option for injected style tags (bb4a02a), closes #6530
- custom-element: support passing custom-element-specific options via 2nd argument of defineCustomElement (60a88a2)
- custom-element: support shadowRoot: false in defineCustomElement() (37d2ce5), closes #4314 #4404
- custom-element: useHost() helper (775103a)
- custom-element: useShadowRoot() helper (5a1a89b), closes #6113 #8195
- hydration: allow fine tuning of lazy hydration strategy triggers (#11530) (261c8b1)
- reactivity/watch: add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#9651) (267093c)
- reactivity: store value cache on CustomRefs impls (#11539) (e044b6e)
- runtime-dom: Trusted Types compatibility (#10844) (6d4eb94)
- support specifying allowed keys via generic argument in useTemplateRef() (1fbfa69)
- types: allow computed getter and setter types to be unrelated (#11472) (a01675e), closes #7271
- types: export
MultiWatchSourcestype (#9563) (998dca5)- types: provide internal options for using refs type in language tools (#11492) (5ffd1a8)
- watch: support passing number to
deepoption to control the watch depth (#9572) (22f7d96)3.5.0-alpha.5 (2024-07-31)
Features
- hydration: support suppressing hydration mismatch via data-allow-mismatch (94fb2b8)
- lazy hydration strategies for async components (#11458) (d14a11c)
3.5.0-alpha.4 (2024-07-24)
... (truncated)
Commits
28db2e6release: v3.4.376be63e0workflow: new release workflowe333312workflow: fix release script in actionsc6841bdtest(compiler-sfc): add assertion for template functional (#11557)f8ce86bchore(playground): support copying vue version (#11558)47cdf24workflow: adjust release workflow32a1433workflow: fix size report base branch236fb7afix(compiler-core): useisProp.arg.locinstead ofisProp.loc(#11547)29e4a11workflow: force fetch all tags in release actione042888fix(defineModel): detect changes respect custom getter and setter (#11543)- Additional commits viewable in compare view
Updates vue-eslint-parser from 9.4.2 to 9.4.3
Release notes
Sourced from vue-eslint-parser's releases.
v9.4.3
🐛 Bug Fixes
- Fixed wrong AST for asycn function in v-on by
@ota-meshiin vuejs/vue-eslint-parser#227- Fixed parsing error when arrow function type in generics by
@ota-meshiin vuejs/vue-eslint-parser#234- Fixed type definition by
@ota-meshiin vuejs/vue-eslint-parser#225Full Changelog: https://github.com/vuejs/vue-eslint-parser/compare/v9.4.2...v9.4.3
This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml