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 #342

Merged
merged 3 commits into from
Sep 10, 2022
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
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,6 @@ jobs:
steps:
- audit

test-node12:
executor:
name: node
version: '12.22'
steps:
- prepare:
force: true
- lint
- test

test-node14:
executor:
name: node
Expand All @@ -132,9 +122,6 @@ workflows:
test:
jobs:
- audit
- test-node12:
requires:
- audit
- test-node14:
requires:
- audit
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

- Improve module interface of `@marp-team/marpit/plugin` to make compatible with CJS ([#341](https://github.com/marp-team/marpit/pull/341))

### Changed

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

### Removed

- Continuous test against EoL Node.js 12 ([#291](https://github.com/marp-team/marpit/issues/291), [#342](https://github.com/marp-team/marpit/pull/342))

## v2.4.0 - 2022-08-11

### Added
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,28 @@
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"@babel/preset-env": "^7.19.0",
"autoprefixer": "^10.4.8",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"cssnano": "^5.1.12",
"cssnano": "^5.1.13",
"dedent": "^0.7.0",
"docsify-themeable": "^0.9.0",
"eslint": "^8.21.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-junit": "^14.0.0",
"jest": "^29.0.2",
"jest-junit": "^14.0.1",
"jsdoc": "^3.6.11",
"minami": "^1.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sass": "1.54.4",
"sass": "1.54.9",
"serve-handler": "^6.1.3",
"stylelint": "^14.9.1",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^5.0.0",
"ws": "^8.8.1"
Expand Down
Loading