Skip to content

Commit

Permalink
Merge pull request #343 from marp-team/upgrade-node-and-dependencies
Browse files Browse the repository at this point in the history
Upgrade Node and dependent packages
  • Loading branch information
yhatt authored Apr 17, 2022
2 parents 6e84788 + 77c0b85 commit 03038b5
Show file tree
Hide file tree
Showing 6 changed files with 1,348 additions and 1,139 deletions.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executors:
parameters:
version:
type: string
default: '14.18' # TODO: Use lts tag when bumped development Node to v16
default: lts
docker:
- image: cimg/node:<< parameters.version >>
working_directory: ~/marp-vscode
Expand Down Expand Up @@ -100,6 +100,13 @@ jobs:
steps:
- test

unit-electron17:
executor:
name: node
version: '16.13.0'
steps:
- test

workflows:
test:
jobs:
Expand All @@ -110,3 +117,6 @@ workflows:
- unit-electron13:
requires:
- audit
- unit-electron17:
requires:
- audit
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.1
16.14.2
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

### Changed

- Upgrade Marp Core to [v2.4.1](https://github.com/marp-team/marp-core/releases/tag/v2.4.1) ([#343](https://github.com/marp-team/marp-vscode/pull/343))
- Transform Unicode 14.0 emojis into images
- Fixed too thickness MathJax math typesettings in PDF rendering
- Fixed a bug scoped style does not apply styling to pseudo elements section::before and ::after whenever using advanced background image
- Upgrade Marp CLI to [v1.7.1](https://github.com/marp-team/marp-cli/releases/tag/v1.7.1) ([#343](https://github.com/marp-team/marp-vscode/pull/343))
- Fixed: Cannot write the conversion output to the drive root
- Upgrade Node.js and dependent packages ([#343](https://github.com/marp-team/marp-vscode/pull/343))

## v1.5.0 - 2022-03-06

### Changed
Expand Down
Loading

0 comments on commit 03038b5

Please sign in to comment.