Skip to content

Commit 11718c5

Browse files
authored
Merge pull request #655 from Ikuyadeu/prerelease
Prerelease 1.6.7
2 parents 6f3e0fb + 8e17be0 commit 11718c5

File tree

3 files changed

+199
-223
lines changed

3 files changed

+199
-223
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
You can check all of our changes from [Release Page](https://github.com/Ikuyadeu/vscode-R/releases)
66

7+
## [1.6.7](https://github.com/Ikuyadeu/vscode-R/releases/tag/v1.6.7)
8+
9+
* Update R syntax #647
10+
* Fix replacing base::.External.graphics #625
11+
12+
Thank you for your contributions.
13+
14+
* @jolars
15+
* Don't run chunks with eval = FALSE #653 (Fix #651)
16+
* @nx10
17+
* Integrate httpgd #620
18+
719
## [1.6.6](https://github.com/Ikuyadeu/vscode-R/releases/tag/v1.6.6)
820

921
Highlight

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "r",
33
"displayName": "R",
44
"description": "R language support (run, snippet, viewer)",
5-
"version": "1.6.6",
5+
"version": "1.6.7",
66
"author": "Yuki Ueda",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "Ikuyadeu",
@@ -26,7 +26,7 @@
2626
"R Markdown"
2727
],
2828
"engines": {
29-
"vscode": "^1.55.0"
29+
"vscode": "^1.56.0"
3030
},
3131
"activationEvents": [
3232
"onLanguage:r",
@@ -1214,41 +1214,41 @@
12141214
"main": "./dist/extension"
12151215
},
12161216
"devDependencies": {
1217-
"@types/cheerio": "^0.22.28",
1217+
"@types/cheerio": "^0.22.29",
12181218
"@types/ejs": "^3.0.6",
1219-
"@types/express": "^4.17.11",
1220-
"@types/fs-extra": "^9.0.10",
1219+
"@types/express": "^4.17.12",
1220+
"@types/fs-extra": "^9.0.11",
12211221
"@types/highlight.js": "^10.1.0",
12221222
"@types/mocha": "^8.2.2",
1223-
"@types/node": "^14.14.37",
1223+
"@types/node": "^14.17.1",
12241224
"@types/node-fetch": "^2.5.10",
12251225
"@types/showdown": "^1.9.3",
1226-
"@types/vscode": "^1.55.0",
1226+
"@types/vscode": "^1.56.0",
12271227
"@types/winreg": "^1.2.30",
1228-
"@types/ws": "^7.4.1",
1229-
"@typescript-eslint/eslint-plugin": "^4.21.0",
1230-
"@typescript-eslint/parser": "^4.21.0",
1231-
"copy-webpack-plugin": "^8.1.1",
1232-
"devreplay": "^1.9.29",
1233-
"eslint": "^7.24.0",
1234-
"eslint-plugin-jsdoc": "^32.3.0",
1235-
"mocha": "^8.3.2",
1236-
"ts-loader": "^8.1.0",
1237-
"typescript": "^4.2.4",
1228+
"@types/ws": "^7.4.4",
1229+
"@typescript-eslint/eslint-plugin": "^4.25.0",
1230+
"@typescript-eslint/parser": "^4.25.0",
1231+
"copy-webpack-plugin": "^9.0.0",
1232+
"devreplay": "^1.9.31",
1233+
"eslint": "^7.27.0",
1234+
"eslint-plugin-jsdoc": "^35.1.0",
1235+
"mocha": "^8.4.0",
1236+
"ts-loader": "^9.2.2",
1237+
"typescript": "^4.3.2",
12381238
"vscode-test": "^1.5.2",
1239-
"webpack": "^5.31.2",
1240-
"webpack-cli": "^4.6.0",
1239+
"webpack": "^5.38.1",
1240+
"webpack-cli": "^4.7.0",
12411241
"yamljs": "^0.3.0"
12421242
},
12431243
"dependencies": {
1244-
"bootstrap": "^4.6.0",
1245-
"cheerio": "1.0.0-rc.6",
1244+
"bootstrap": "^5.0.1",
1245+
"cheerio": "1.0.0-rc.9",
12461246
"datatables.net": "^1.10.24",
12471247
"datatables.net-bs4": "^1.10.24",
12481248
"datatables.net-fixedheader-jqui": "^3.1.8",
12491249
"ejs": "^3.1.6",
12501250
"fotorama": "^4.6.4",
1251-
"fs-extra": "^9.1.0",
1251+
"fs-extra": "^10.0.0",
12521252
"highlight.js": "^10.7.2",
12531253
"jquery": "^3.6.0",
12541254
"jquery.json-viewer": "^1.4.0",
@@ -1257,6 +1257,6 @@
12571257
"showdown": "^1.9.1",
12581258
"tree-kill": "^1.2.2",
12591259
"winreg": "^1.2.4",
1260-
"ws": "^7.4.4"
1260+
"ws": "^7.4.6"
12611261
}
12621262
}

0 commit comments

Comments
 (0)