Skip to content

Commit

Permalink
Merge pull request #474 from marp-team/upgrade-node-and-dependencies
Browse files Browse the repository at this point in the history
Upgrade Node.js and dependent packages
  • Loading branch information
yhatt authored Dec 30, 2024
2 parents 9906b46 + ae4efca commit ef97307
Show file tree
Hide file tree
Showing 12 changed files with 7,636 additions and 7,848 deletions.
40 changes: 30 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codecov: codecov/codecov@3.2.0
codecov: codecov/codecov@5.0.3

executors:
node:
Expand Down Expand Up @@ -85,37 +85,57 @@ jobs:
steps:
- audit

unit-electron19:
unit-electron27:
executor:
name: node
version: '16.14.2'
version: '18.17.1'
steps:
- test

unit-electron22:
unit-electron28:
executor:
name: node
version: '16.17.1'
version: '18.18.2'
steps:
- test

unit-electron25:
unit-electron29:
executor:
name: node
version: '18.15.0'
version: '20.9.0'
steps:
- test

unit-electron30:
executor:
name: node
version: '20.14.0'
steps:
- test

unit-electron32:
executor:
name: node
version: '20.18.0'
steps:
- test

workflows:
test:
jobs:
- audit
- unit-electron19:
- unit-electron27:
requires:
- audit
- unit-electron28:
requires:
- audit
- unit-electron29:
requires:
- audit
- unit-electron22:
- unit-electron30:
requires:
- audit
- unit-electron25:
- unit-electron32:
requires:
- audit
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ steps.vsix.outputs.name }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: vsix
path: ${{ steps.vsix.outputs.name }}
Expand All @@ -60,7 +60,7 @@ jobs:
id: vsce-prerelease
run: echo "prerelease=$(cat package.json | jq '.vsce.preRelease')" >> $GITHUB_OUTPUT

- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: vsix
path: ~/vsix
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
22.12.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

> 🆙 **This update is including the major update of [Marp Core](https://github.com/marp-team/marp-core) and [Marp CLI](https://github.com/marp-team/marp-cli) v3 → v4.** Please check "**[Changes in new Marp Core v4](https://github.com/orgs/marp-team/discussions/533)**" for details.
### ⚡️ Breaking

- VS Code v1.86.0 and later is now required ([#474](https://github.com/marp-team/marp-vscode/pull/474))
- Upgrade Marp Core to [v4.0.1](https://github.com/marp-team/marp-core/releases/v4.0.1) ([#472](https://github.com/marp-team/marp-vscode/pull/472), [#474](https://github.com/marp-team/marp-vscode/pull/474))
- Upgrade Marp CLI to [v4.0.4](https://github.com/marp-team/marp-cli/releases/v4.0.4) ([#473](https://github.com/marp-team/marp-vscode/pull/473), [#474](https://github.com/marp-team/marp-vscode/pull/474))

### Changed

- Upgrade dependent packages to the latest version ([#474](https://github.com/marp-team/marp-vscode/pull/474))

## v2.8.0 - 2023-10-28

### Changed
Expand Down
Loading

0 comments on commit ef97307

Please sign in to comment.