-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all minor dependencies (#544)
* chore(deps): update all minor dependencies * fix dep updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Bromann <[email protected]>
- Loading branch information
1 parent
b780d96
commit e02114a
Showing
9 changed files
with
1,264 additions
and
1,549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,10 @@ | |
"engines": { | ||
"node": ">=20.10.0", | ||
"pnpm": ">=9.4.0" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/angular/rollup.config.js → packages/angular/rollup.config.mjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,6 @@ | |
"vitest": "^2.0.5", | ||
"rimraf": "^5.0.0", | ||
"rollup": "^4.14.3", | ||
"typescript": "~5.6.0" | ||
"typescript": "~5.7.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/index.js b/index.js | ||
index a680d25dfa98a45a3efec0bfb493500e6e9faa91..ca90b6226c88b5bc27aa5323c4e0e5f30f5b9ef2 100644 | ||
--- a/index.js | ||
+++ b/index.js | ||
@@ -4,7 +4,7 @@ exports.run = run; | ||
const runTsc_1 = require("@volar/typescript/lib/quickstart/runTsc"); | ||
const vue = require("@vue/language-core"); | ||
const windowsPathReg = /\\/g; | ||
-function run(tscPath = require.resolve('typescript/lib/tsc')) { | ||
+function run(tscPath = require.resolve('typescript/lib/_tsc')) { | ||
let runExtensions = ['.vue']; | ||
const extensionsChangedException = new Error('extensions changed'); | ||
const main = () => (0, runTsc_1.runTsc)(tscPath, runExtensions, (ts, options) => { |
Oops, something went wrong.