Skip to content

Commit 5f24fd5

Browse files
authored
prerelease 2.0.0 (#667)
* prerelease 2.0.0 * update dependencies * fix eslint version
1 parent e736b8e commit 5f24fd5

File tree

4 files changed

+232
-221
lines changed

4 files changed

+232
-221
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+
## [2.0.0](https://github.com/Ikuyadeu/vscode-R/releases/tag/v1.8.0)
8+
9+
Highlight
10+
11+
* Thank you for join new collaborator: Elian H. Thiele-Evans(@ElianHugh)
12+
* LiveShare Functionality #626
13+
* More detail about LiveShare: <https://code.visualstudio.com/learn/collaboration/live-share>
14+
* rmarkdown bug squashing and minor changes #663
15+
* Code cells in .R files #662
16+
17+
* Use .DollarNames for object with class in completion #660
18+
719
## [1.6.7](https://github.com/Ikuyadeu/vscode-R/releases/tag/v1.6.7)
820

921
* Update R syntax #647

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ I hope you will join us.
372372
* [@renkun-ken](https://github.com/renkun-ken)
373373
* [@MilesMcBain](https://github.com/MilesMcBain)
374374
* [@ManuelHentschel](https://github.com/ManuelHentschel)
375+
* [@ElianHugh](https://github.com/ElianHugh)
375376

376377
## FAQ
377378

package.json

Lines changed: 14 additions & 14 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.8",
5+
"version": "2.0.0",
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.56.0"
29+
"vscode": "^1.57.0"
3030
},
3131
"activationEvents": [
3232
"onLanguage:r",
@@ -1270,32 +1270,32 @@
12701270
"@types/fs-extra": "^9.0.11",
12711271
"@types/highlight.js": "^10.1.0",
12721272
"@types/mocha": "^8.2.2",
1273-
"@types/node": "^14.17.1",
1273+
"@types/node": "^14.17.3",
12741274
"@types/node-fetch": "^2.5.10",
12751275
"@types/showdown": "^1.9.3",
1276-
"@types/vscode": "^1.56.0",
1276+
"@types/vscode": "^1.57.0",
12771277
"@types/winreg": "^1.2.30",
12781278
"@types/ws": "^7.4.4",
1279-
"@typescript-eslint/eslint-plugin": "^4.25.0",
1280-
"@typescript-eslint/parser": "^4.25.0",
1279+
"@typescript-eslint/eslint-plugin": "4.25.0",
1280+
"@typescript-eslint/parser": "4.25.0",
12811281
"copy-webpack-plugin": "^9.0.0",
12821282
"devreplay": "^1.9.31",
1283-
"eslint": "^7.27.0",
1284-
"eslint-plugin-jsdoc": "^35.1.0",
1283+
"eslint": "^7.28.0",
1284+
"eslint-plugin-jsdoc": "^35.1.3",
12851285
"mocha": "^8.4.0",
1286-
"ts-loader": "^9.2.2",
1286+
"ts-loader": "^9.2.3",
12871287
"typescript": "^4.3.2",
12881288
"vscode-test": "^1.5.2",
12891289
"webpack": "^5.38.1",
1290-
"webpack-cli": "^4.7.0",
1290+
"webpack-cli": "^4.7.2",
12911291
"yamljs": "^0.3.0"
12921292
},
12931293
"dependencies": {
12941294
"bootstrap": "^5.0.1",
1295-
"cheerio": "1.0.0-rc.9",
1296-
"datatables.net": "^1.10.24",
1297-
"datatables.net-bs4": "^1.10.24",
1298-
"datatables.net-fixedheader-jqui": "^3.1.8",
1295+
"cheerio": "1.0.0-rc.10",
1296+
"datatables.net": "^1.10.25",
1297+
"datatables.net-bs4": "^1.10.25",
1298+
"datatables.net-fixedheader-jqui": "^3.1.9",
12991299
"ejs": "^3.1.6",
13001300
"fotorama": "^4.6.4",
13011301
"fs-extra": "^10.0.0",

0 commit comments

Comments
 (0)