Skip to content
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
5 changes: 5 additions & 0 deletions .changeset/bright-sloths-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-prettier": patch
---

chore: bump all (dev)Dependencies
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ jobs:

- name: Install older transitive dependencies for ESLint 8
if: ${{ matrix.eslint == 8 }}
run: pnpm upgrade @eslint/js@9 @eslint/json@0.14 @graphql-eslint/eslint-plugin@3 eslint-plugin-svelte@2 svelte@3 vue-eslint-parser@9 eslint-mdx@3.6.2 eslint-plugin-mdx@3.6.2
run: pnpm upgrade @eslint/js@9 @eslint/json@0.14 @graphql-eslint/eslint-plugin@3 eslint-plugin-svelte@2 svelte@3 vue-eslint-parser@9
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


- name: Test
run: pnpm mocha

- name: Perf
# Skip on node 14, as eslint-plugin-n contains syntax that doesn't work
# with node 14
if: ${{ matrix.node != 14 }}
# Skip syntax errors or unavailable features on older Node.js versions
if: ${{ matrix.node >= 20 }}
run: TIMING=1 pnpm lint
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"funding": "https://opencollective.com/eslint-plugin-prettier",
"license": "MIT",
"packageManager": "pnpm@7.33.5",
"packageManager": "pnpm@7.33.7",
Comment thread
JounQin marked this conversation as resolved.
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
Expand Down Expand Up @@ -64,46 +64,46 @@
},
"dependencies": {
"prettier-linter-helpers": "^1.0.1",
"synckit": "^0.11.12"
"synckit": "^0.11.13"
},
"devDependencies": {
"@1stg/remark-preset": "^3.1.2",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
"@eslint/js": "^10.0.1",
"@eslint/json": "^1.0.0",
"@eslint/json": "^1.2.0",
"@graphql-eslint/eslint-plugin": "^4.4.0",
"@html-eslint/parser": "^0.58.0",
"@html-eslint/parser": "^0.61.0",
"@prettier/plugin-pug": "^3.4.2",
"clean-pkg-json": "^1.3.0",
"eslint": "^10.0.0",
"clean-pkg-json": "^1.4.2",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-mdx": "^3.7.0",
"eslint-plugin-eslint-plugin": "^7.3.0",
"eslint-plugin-mdx": "^3.7.0",
"eslint-plugin-n": "^17.23.2",
"eslint-mdx": "^3.7.1",
"eslint-plugin-eslint-plugin": "^7.3.3",
"eslint-plugin-mdx": "^3.7.1",
"eslint-plugin-n": "^18.0.1",
Comment thread
JounQin marked this conversation as resolved.
"eslint-plugin-prettier": "link:",
"eslint-plugin-pug": "^1.2.5",
"eslint-plugin-svelte": "^3.15.0",
"graphql": "^16.12.0",
"lint-staged": "^16.2.7",
"mocha": "^11.7.5",
"prettier": "^3.6.1",
"prettier-plugin-pkg": "^0.22.0",
"prettier-plugin-svelte": "^3.3.3",
"eslint-plugin-pug": "^1.2.7",
"eslint-plugin-svelte": "^3.18.0",
"graphql": "^16.14.0",
"lint-staged": "^17.0.5",
"mocha": "^11.7.6",
"prettier": "^3.8.3",
"prettier-plugin-pkg": "^0.22.1",
"prettier-plugin-svelte": "^4.0.1",
"simple-git-hooks": "^2.13.1",
"svelte": "^5.25.3",
"svelte": "^5.55.10",
Comment thread
JounQin marked this conversation as resolved.
"vue-eslint-parser": "^10.4.0"
},
"pnpm": {
"patchedDependencies": {
"unified-engine@11.2.2": "patches/unified-engine@11.2.2.patch"
},
"overrides": {
"prettier": "^3.6.1"
"webcrypto-core": "~1.8.1"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}
}
}
Loading
Loading