Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Oct 30, 2024
1 parent adb5738 commit 66ed40f
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 283 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
engine-strict=true
manage-package-manager-versions=true
package-manager-strict=true
shell-emulator=true
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 

## [Unreleased]

### Changed

- The minimum required `stylelint` version has been increased to `16.10.0`.
- The minimum required `node.js` version has been increased to `20.12.0`, except for version `21`.

## [4.0.0] — 2024–08–14

### Changed
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"files": [
"./stylelint.config.js"
],
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.12.3",
"engines": {
"node": "^18.12 || >=20.9"
"node": "^20.12 || >=22.11"
},
"peerDependencies": {
"stylelint": "^16.8.1"
"stylelint": "^16.10.0"
},
"dependencies": {
"@stylistic/stylelint-plugin": "^3.0.1",
"@stylistic/stylelint-plugin": "^3.1.1",
"stylelint-gamut": "^1.3.4",
"stylelint-plugin-logical-css": "^1.2.1"
},
"scripts": {
"prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'",
"prepare": "git config core.hooksPath .git-hooks || true",
"lint": "eslint",
"pretest": "pnpm lint",
"test": "node --test",
Expand All @@ -43,10 +43,10 @@
"postpublish": "git push --follow-tags"
},
"devDependencies": {
"@firefoxic/eslint-config": "^3.0.0",
"@firefoxic/update-changelog": "^0.2.0",
"eslint": "^9.9.0",
"stylelint": "^16.8.2"
"@firefoxic/eslint-config": "^4.0.0",
"@firefoxic/update-changelog": "^0.2.1",
"eslint": "^9.13.0",
"stylelint": "^16.10.0"
},
"keywords": [
"config",
Expand Down
Loading

0 comments on commit 66ed40f

Please sign in to comment.