Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependent packages to the latest version #167

Merged
merged 4 commits into from
Sep 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ commands:
default: []
yarn:
type: string
default: '^1.22.4'
default: '^1.22.5'
steps:
- run:
name: Upgrade yarn for current user
Expand Down Expand Up @@ -96,10 +96,20 @@ jobs:
steps:
- test

unit-electron9:
executor:
name: node
version: '12.14.1'
steps:
- test

workflows:
test:
jobs:
- audit
- unit-electron7:
requires:
- audit
- unit-electron9:
requires:
- audit
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

### Fixed

- Fix failure of export with [Snap Chromium](https://snapcraft.io/chromium) in Linux, by updated [Marp CLI v0.21.1](https://github.com/marp-team/marp-cli/releases/v0.21.1) ([#166](https://github.com/marp-team/marp-vscode/issues/166), [#167](https://github.com/marp-team/marp-vscode/pull/167))

> **NOTE:** We've known to fail the export command if both of VS Code and Chromium have installed by snap: [marp-team/marp-cli#287](https://github.com/marp-team/marp-cli/issues/287). It's probably insecure but setting custom Chrome path to [the raw binary of snap Chromium](https://github.com/marp-team/marp-cli/issues/287#issuecomment-693500881) may help you as a workaround.

### Changed

- Upgrade to [Marp Core v1.3.0](https://github.com/marp-team/marp-core/releases/v1.3.0) and [Marp CLI v0.21.1](https://github.com/marp-team/marp-cli/releases/v0.21.1) ([#167](https://github.com/marp-team/marp-vscode/pull/167))
- Upgrade dependent packages to the latest version ([#167](https://github.com/marp-team/marp-vscode/pull/167))

## v0.15.0 - 2020-07-25

### Breaking
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"markdown.marp.chromePath": {
"type": "string",
"default": "",
"description": "Sets the custom path for Chrome or Chromium-based browser to export PDF and image. If it's empty, Marp will find out the installed Google Chrome."
"description": "Sets the custom path for Chrome or Chromium-based browser to export PDF, PPTX, and image. If it's empty, Marp will find out the installed Google Chrome. Changes may require a restart to apply."
},
"markdown.marp.enableHtml": {
"type": "boolean",
Expand Down Expand Up @@ -219,49 +219,49 @@
"watch": "rollup -w -c ./rollup.config.js"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/jest": "^26.0.7",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@types/jest": "^26.0.14",
"@types/lodash.debounce": "^4.0.6",
"@types/markdown-it": "^10.0.1",
"@types/markdown-it": "^10.0.2",
"@types/vscode": "~1.43.0",
"@types/yaml": "^1.9.7",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"builtin-modules": "^3.1.0",
"codecov": "^3.7.2",
"dedent": "^0.7.0",
"eslint": "^7.5.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"eslint-plugin-jest": "^24.0.1",
"jest": "^26.4.2",
"jest-junit": "^11.1.0",
"lodash.debounce": "^4.0.8",
"markdown-it": "^11.0.0",
"nanoid": "^3.1.10",
"markdown-it": "^11.0.1",
"nanoid": "^3.1.12",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"prettier": "^2.1.2",
"rehype-parse": "^7.0.1",
"remark-parse": "^8.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.23.0",
"rollup-plugin-terser": "^6.1.0",
"stylelint": "^13.6.1",
"rollup": "^2.27.0",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^13.7.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"ts-jest": "^26.1.3",
"typescript": "^3.9.7",
"unified": "^9.1.0",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2",
"unified": "^9.2.0",
"unist-util-visit": "^2.0.3",
"yaml": "^1.10.0"
},
"dependencies": {
"@marp-team/marp-cli": "^0.20.0",
"@marp-team/marp-core": "^1.2.2",
"axios": "^0.19.2"
"@marp-team/marp-cli": "^0.21.1",
"@marp-team/marp-core": "^1.3.0",
"axios": "^0.20.0"
}
}
Loading