Skip to content

Commit b5c96a3

Browse files
authored
chore: bump all (dev)Dependencies (#791)
1 parent e867680 commit b5c96a3

4 files changed

Lines changed: 1295 additions & 1243 deletions

File tree

.changeset/bright-sloths-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-prettier": patch
3+
---
4+
5+
chore: bump all (dev)Dependencies

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@ jobs:
5050

5151
- name: Install older transitive dependencies for ESLint 8
5252
if: ${{ matrix.eslint == 8 }}
53-
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
53+
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
5454

5555
- name: Test
5656
run: pnpm mocha
5757

5858
- name: Perf
59-
# Skip on node 14, as eslint-plugin-n contains syntax that doesn't work
60-
# with node 14
61-
if: ${{ matrix.node != 14 }}
59+
# Skip syntax errors or unavailable features on older Node.js versions
60+
if: ${{ matrix.node >= 20 }}
6261
run: TIMING=1 pnpm lint

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"funding": "https://opencollective.com/eslint-plugin-prettier",
1212
"license": "MIT",
13-
"packageManager": "pnpm@7.33.5",
13+
"packageManager": "pnpm@7.33.7",
1414
"engines": {
1515
"node": "^14.18.0 || >=16.0.0"
1616
},
@@ -64,46 +64,46 @@
6464
},
6565
"dependencies": {
6666
"prettier-linter-helpers": "^1.0.1",
67-
"synckit": "^0.11.12"
67+
"synckit": "^0.11.13"
6868
},
6969
"devDependencies": {
7070
"@1stg/remark-preset": "^3.1.2",
71-
"@changesets/changelog-github": "^0.6.0",
72-
"@changesets/cli": "^2.29.8",
73-
"@commitlint/cli": "^20.4.1",
74-
"@commitlint/config-conventional": "^20.4.1",
75-
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
71+
"@changesets/changelog-github": "^0.7.0",
72+
"@changesets/cli": "^2.31.0",
73+
"@commitlint/cli": "^21.0.1",
74+
"@commitlint/config-conventional": "^21.0.1",
75+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
7676
"@eslint/js": "^10.0.1",
77-
"@eslint/json": "^1.0.0",
77+
"@eslint/json": "^1.2.0",
7878
"@graphql-eslint/eslint-plugin": "^4.4.0",
79-
"@html-eslint/parser": "^0.58.0",
79+
"@html-eslint/parser": "^0.61.0",
8080
"@prettier/plugin-pug": "^3.4.2",
81-
"clean-pkg-json": "^1.3.0",
82-
"eslint": "^10.0.0",
81+
"clean-pkg-json": "^1.4.2",
82+
"eslint": "^10.4.0",
8383
"eslint-config-prettier": "^10.1.8",
84-
"eslint-mdx": "^3.7.0",
85-
"eslint-plugin-eslint-plugin": "^7.3.0",
86-
"eslint-plugin-mdx": "^3.7.0",
87-
"eslint-plugin-n": "^17.23.2",
84+
"eslint-mdx": "^3.7.1",
85+
"eslint-plugin-eslint-plugin": "^7.3.3",
86+
"eslint-plugin-mdx": "^3.7.1",
87+
"eslint-plugin-n": "^18.0.1",
8888
"eslint-plugin-prettier": "link:",
89-
"eslint-plugin-pug": "^1.2.5",
90-
"eslint-plugin-svelte": "^3.15.0",
91-
"graphql": "^16.12.0",
92-
"lint-staged": "^16.2.7",
93-
"mocha": "^11.7.5",
94-
"prettier": "^3.6.1",
95-
"prettier-plugin-pkg": "^0.22.0",
96-
"prettier-plugin-svelte": "^3.3.3",
89+
"eslint-plugin-pug": "^1.2.7",
90+
"eslint-plugin-svelte": "^3.18.0",
91+
"graphql": "^16.14.0",
92+
"lint-staged": "^17.0.5",
93+
"mocha": "^11.7.6",
94+
"prettier": "^3.8.3",
95+
"prettier-plugin-pkg": "^0.22.1",
96+
"prettier-plugin-svelte": "^4.0.1",
9797
"simple-git-hooks": "^2.13.1",
98-
"svelte": "^5.25.3",
98+
"svelte": "^5.55.10",
9999
"vue-eslint-parser": "^10.4.0"
100100
},
101101
"pnpm": {
102102
"patchedDependencies": {
103103
"unified-engine@11.2.2": "patches/unified-engine@11.2.2.patch"
104104
},
105105
"overrides": {
106-
"prettier": "^3.6.1"
106+
"webcrypto-core": "~1.8.1"
107107
}
108108
}
109109
}

0 commit comments

Comments
 (0)