Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 18, 2024
1 parent 2abd928 commit af0ed2a
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 326 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT
- name: Create the release
if: steps.changelog.outputs.changelog_content != ''
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref_name }}
body: '${{ steps.changelog.outputs.changelog_content }}'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
Expand All @@ -31,6 +31,7 @@ jobs:
strategy:
matrix:
node-version:
- 22
- 20
- 18
name: Node.js ${{ matrix.node-version }} Quick
Expand Down
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let { equal, throws } = require('uvu/assert')
let { test } = require('uvu')
let { equal, throws } = require('uvu/assert')
let postcss = require('postcss').default

let plugin = require('./')
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"postcss": "^8.2.14"
},
"dependencies": {
"postcss-selector-parser": "^6.1.1"
"postcss-selector-parser": "^6.1.2"
},
"devDependencies": {
"@logux/eslint-config": "^53.2.1",
"@logux/eslint-config": "^53.4.1",
"c8": "^10.1.2",
"clean-publish": "^5.0.0",
"eslint": "^9.7.0",
"eslint": "^9.12.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-prefer-let": "^4.0.0",
"eslint-plugin-promise": "^6.4.0",
"postcss": "^8.4.39",
"eslint-plugin-promise": "^7.1.0",
"postcss": "^8.4.47",
"uvu": "^0.5.6"
},
"prettier": {
Expand Down
Loading

0 comments on commit af0ed2a

Please sign in to comment.