Skip to content

Commit ef538d0

Browse files
authored
Merge branch 'main' into feat/add-embed-mode
2 parents 76eb20c + ec393cf commit ef538d0

17 files changed

+761
-751
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## [4.4.1](https://github.com/vuejs/repl/compare/v4.4.0...v4.4.1) (2024-09-08)
2+
3+
4+
### Bug Fixes
5+
6+
* cancel creating new file ([#281](https://github.com/vuejs/repl/issues/281)) ([7467f38](https://github.com/vuejs/repl/commit/7467f38f65e4b05dacc389644a8001b24f86fcdb))
7+
* type error ([6653d0e](https://github.com/vuejs/repl/commit/6653d0e4b0b30eeee4bfe0c0c92bf00a84c0c753))
8+
9+
10+
### Features
11+
12+
* add `autoSave` toggle button ([#283](https://github.com/vuejs/repl/issues/283)) ([83d8e48](https://github.com/vuejs/repl/commit/83d8e487de724261cf709c5648cc2512b4c33732))
13+
* export `languageToolsVersion` ([5a92a92](https://github.com/vuejs/repl/commit/5a92a9259da01da4aa30b09ed6dcedfb4503c71d))
14+
15+
16+
17+
# [4.4.0](https://github.com/vuejs/repl/compare/v4.3.1...v4.4.0) (2024-09-07)
18+
19+
20+
### Bug Fixes
21+
22+
* debounce reloadLanguageTools in monaco ([f9f650a](https://github.com/vuejs/repl/commit/f9f650ada945f7ea597b7e7b51c132c4594bd5cb)), closes [#275](https://github.com/vuejs/repl/issues/275) [#263](https://github.com/vuejs/repl/issues/263)
23+
* no default value for object props ([d786626](https://github.com/vuejs/repl/commit/d78662652ec18f4610facc8f3e2a50f38c01f93f))
24+
* rollback & pin volar version ([c6f58c7](https://github.com/vuejs/repl/commit/c6f58c7f4d04799a64f788251362f8349728bea4))
25+
26+
27+
### Features
28+
29+
* add more customization options ([#274](https://github.com/vuejs/repl/issues/274)) ([c73b786](https://github.com/vuejs/repl/commit/c73b7868d73d3dad792c80a36507ce92234443d4))
30+
* expose `editorOptions.monacoOptions` ([00176d0](https://github.com/vuejs/repl/commit/00176d007ff5eb74e216abff3de87e625cde543b)), closes [#277](https://github.com/vuejs/repl/issues/277) [#232](https://github.com/vuejs/repl/issues/232)
31+
* reactivity `autoSave` option ([#266](https://github.com/vuejs/repl/issues/266)) ([d90082a](https://github.com/vuejs/repl/commit/d90082a2e44956e08fc64d296661b30ea4590506))
32+
33+
34+
135
## [4.3.1](https://github.com/vuejs/repl/compare/v4.3.0...v4.3.1) (2024-07-03)
236

337

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@vue/repl",
3-
"version": "4.3.1",
3+
"version": "4.4.1",
44
"description": "Vue component for editing Vue components",
5-
"packageManager": "pnpm@9.8.0",
5+
"packageManager": "pnpm@9.9.0",
66
"type": "module",
77
"main": "dist/ssr-stub.js",
88
"module": "dist/vue-repl.js",
@@ -71,40 +71,40 @@
7171
},
7272
"homepage": "https://github.com/vuejs/repl#readme",
7373
"devDependencies": {
74-
"@babel/standalone": "^7.25.5",
75-
"@babel/types": "^7.25.4",
76-
"@eslint/js": "^9.9.1",
74+
"@babel/standalone": "^7.25.6",
75+
"@babel/types": "^7.25.6",
76+
"@eslint/js": "^9.10.0",
7777
"@rollup/plugin-replace": "^5.0.7",
78-
"@shikijs/monaco": "^1.14.1",
78+
"@shikijs/monaco": "^1.16.2",
7979
"@types/babel__standalone": "^7.1.7",
8080
"@types/codemirror": "^5.60.15",
8181
"@types/hash-sum": "^1.0.2",
82-
"@types/node": "^22.5.0",
83-
"@vitejs/plugin-vue": "^5.1.2",
84-
"@volar/jsdelivr": "2.4.0-alpha.12",
85-
"@volar/monaco": "2.4.0-alpha.12",
86-
"@vue/babel-plugin-jsx": "^1.2.2",
87-
"@vue/language-service": "~2.0.29",
82+
"@types/node": "^22.5.4",
83+
"@vitejs/plugin-vue": "^5.1.3",
84+
"@volar/jsdelivr": "~2.4.4",
85+
"@volar/monaco": "~2.4.4",
86+
"@vue/babel-plugin-jsx": "^1.2.4",
87+
"@vue/language-service": "~2.1.6",
8888
"assert": "^2.1.0",
8989
"bumpp": "^9.5.2",
9090
"codemirror": "^5.65.17",
9191
"conventional-changelog-cli": "^5.0.0",
92-
"eslint": "^9.9.1",
93-
"eslint-plugin-vue": "^9.27.0",
92+
"eslint": "^9.10.0",
93+
"eslint-plugin-vue": "^9.28.0",
9494
"fflate": "^0.8.2",
9595
"hash-sum": "^2.0.0",
96-
"lint-staged": "^15.2.9",
96+
"lint-staged": "^15.2.10",
9797
"monaco-editor-core": "^0.51.0",
9898
"prettier": "^3.3.3",
99-
"shiki": "^1.14.1",
99+
"shiki": "^1.16.2",
100100
"simple-git-hooks": "^2.11.1",
101101
"sucrase": "^3.35.0",
102102
"typescript": "^5.5.4",
103-
"typescript-eslint": "^8.2.0",
104-
"vite": "^5.4.2",
105-
"vite-plugin-dts": "^4.0.3",
103+
"typescript-eslint": "^8.4.0",
104+
"vite": "^5.4.3",
105+
"vite-plugin-dts": "^4.2.1",
106106
"vscode-uri": "^3.0.8",
107-
"vue": "^3.4.38",
108-
"vue-tsc": "~2.0.29"
107+
"vue": "^3.5.3",
108+
"vue-tsc": "~2.1.6"
109109
}
110110
}

0 commit comments

Comments
 (0)