f0480f0 Thanks @iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_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
#1440a51be80 Thanks @iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.
v15.2.6
Patch Changes
#1433119adb2 Thanks @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
#142431a1f95 Thanks @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.
#142391abea0 Thanks @iiroj! - Improve error logging when failing to read or parse a configuration file
f0480f0 Thanks @iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_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
#1440a51be80 Thanks @iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.
15.2.6
Patch Changes
#1433119adb2 Thanks @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
#142431a1f95 Thanks @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.
#142391abea0 Thanks @iiroj! - Improve error logging when failing to read or parse a configuration file
Bumps the minor-patch group with 7 updates in the / directory:
9.26.0
9.27.0
9.0.11
9.1.4
15.2.2
15.2.8
6.1.2
6.2.2
3.2.5
3.3.3
5.4.5
5.5.4
1.1.4
1.3.2
Updates
eslint-plugin-vue
from 9.26.0 to 9.27.0Release notes
Sourced from eslint-plugin-vue's releases.
Commits
c64bf94
9.27.0cac8167
fix(no-setup-props-reactivity-loss): report template literal (#2489)3ad09ef
feat(require-toggle-inside-transition): check directive (#2487)bfc72a4
docs: fix build on windows (#2493)4f52734
docs: add an example on how to use custom parser with flat config (#2490)d7169e1
chore: upgrade vue-eslint-parser to v9.4.3 (#2488)ca7daff
Show nested outline in docs (#2481)9afbf2b
Update development dependencies (#2478)ab88141
Add name to flat configs. (#2476)e95b7bb
test: update typescript-eslint and fix test cases (#2477)Updates
husky
from 9.0.11 to 9.1.4Release notes
Sourced from husky's releases.
... (truncated)
Commits
fc549e0
9.1.49891ace
clarify deprecation message712cb00
9.1.37d29633
fix: better handle spaces in PATH35fba84
9.1.22060317
show message instead of automatically remove deprecated codef6cc410
Update troubleshoot.md0c71e73
update package-lock.json2968998
9.1.1902749b
docsUpdates
lint-staged
from 15.2.2 to 15.2.8Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
Commits
52f6eef
chore(changeset): release (#1462)8d8fe23
build: update repository url in package.jsonf0480f0
Revert "chore(changeset): release (#1461)"1da81c0
chore(changeset): release (#1461)cc04e08
ci: add required permission for provenance generationfa2dac8
Revert "chore(changeset): release (#1455)"8325985
chore(changeset): release (#1455)92f295f
build(deps): update dependencies (#1460)5293c09
build: generate provenance statements for npm package (#1459)f184fff
Merge pull request #1454 from Falcion/masterUpdates
npm-run-all2
from 6.1.2 to 6.2.2Release notes
Sourced from npm-run-all2's releases.
Changelog
Sourced from npm-run-all2's changelog.
Commits
bac3905
6.2.2fc35f0d
Revert "Compatibility: npm, yarn and pnpm run scripts"c707195
6.2.132a4b46
Merge pull request #143 from ayu-exorcist/masterb8d3ded
Compatibility: npm, yarn and pnpm run scripts25738ae
Use neostandard + add more static code analysis (#142)6be8fff
Upgrade: Bump c8 from 9.1.0 to 10.0.0 (#141)f80ac5c
Merge pull request #138 from bcomnes/dependabot/npm_and_yarn/p-queue-8.0.14c6a3ad
Upgrade: Bump p-queue from 7.4.1 to 8.0.1268b776
6.2.0Updates
prettier
from 3.2.5 to 3.3.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
5282938
Release 3.3.39102b73
Add parentheses for decorator expressions (#16458)6bbd461
chore(deps): update eslint related dependencies (#16478)04b560f
chore(deps): update dependency browserslist to v4.23.2 (#16475)614f070
chore(deps): update typescript-eslint to v8.0.0-alpha.41 (#16477)d59a15d
chore(deps): update dependency npm-run-all2 to v6.2.2 (#16476)5ca2fc9
Support Angular@let
declaration syntax (#16474)bfcfdcc
chore(deps): update babel to v7.24.8 (#16472)977c161
chore(deps): update dependency acorn to v8.12.1 (#16464)550606e
chore(deps): update babel to v7.24.8 (#16470)Updates
typescript
from 5.4.5 to 5.5.4Release notes
Sourced from typescript's releases.
... (truncated)
Commits
c8a7d58
Bump 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 (#...9dd6f91
Cherry-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 (#...1109550
Fix baselines on release-5.5 (#59330)8794318
🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...Updates
vitepress
from 1.1.4 to 1.3.2Release notes
Sourced from vitepress's releases.
Changelog
Sourced from vitepress's changelog.
... (truncated)
Commits
3286212
release: v1.3.22b3e486
fix: multiple cache busting imports causing useData to failb6a36bc
docs(zh): fix typo (#4101) [lunaria-ignore]e1e5d22
chore: bump vue-tsc (for ecosystem-ci)8f31a4c
ci: adjust job name84f197c
chore: adjust pull request templated016950
ci: stricter conditionscf6e8bb
chore: adjust pull request template73f5a1e
chore: adjust pull request template7bfeeed
ci: skip cr on docs or test only changesUpdates
vue
from 3.4.27 to 3.4.37Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
28db2e6
release: v3.4.376be63e0
workflow: new release workflowe333312
workflow: fix release script in actionsc6841bd
test(compiler-sfc): add assertion for template functional (#11557)f8ce86b
chore(playground): support copying vue version (#11558)47cdf24
workflow: adjust release workflow32a1433
workflow: fix size report base branch236fb7a
fix(compiler-core): useisProp.arg.loc
instead ofisProp.loc
(#11547)29e4a11
workflow: force fetch all tags in release actione042888
fix(defineModel): detect changes respect custom getter and setter (#11543)Updates
vue-eslint-parser
from 9.4.2 to 9.4.3Release notes
Sourced from vue-eslint-parser's releases.
Commits
b0e0ccc
9.4.3c7b5fbf
Fixed parsing error when arrow function type in generics (#234)79ecf1e
Fix wrong AST for asycn function in v-on (#227)ae61e8d
fix: ESLintArrowFunctionExpression.body typing (#225)Deploying website with Cloudflare Pages
2d866d4
View logs
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