Skip to content

Commit 7dd85c8

Browse files
committed
Update pre-commit hooks
1 parent d76f818 commit 7dd85c8

5 files changed

Lines changed: 28 additions & 25 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.12.8"
22+
rev: "v0.12.9"
2323
hooks:
2424
- id: ruff-check
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: "v2.1.4"
28+
rev: "v2.2.0"
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]

biome.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
33
"assist": {
44
"actions": {
55
"source": {
@@ -18,6 +18,9 @@
1818
"a11y": {
1919
"noSvgWithoutTitle": "off"
2020
},
21+
"complexity": {
22+
"noImportantStyles": "off"
23+
},
2124
"style": {
2225
"noParameterAssign": "off"
2326
},

django_prose_editor/static/django_prose_editor/editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@rslib/core": "^0.12.0",
7+
"@rslib/core": "^0.12.1",
88
"@tiptap/core": "^3.2.0",
99
"@tiptap/extension-blockquote": "^3.2.0",
1010
"@tiptap/extension-bold": "^3.2.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -146,24 +146,24 @@
146146
resolved "https://registry.yarnpkg.com/@remirror/core-constants/-/core-constants-3.0.0.tgz#96fdb89d25c62e7b6a5d08caf0ce5114370e3b8f"
147147
integrity sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==
148148

149-
"@rsbuild/core@1.5.0-beta.0":
150-
version "1.5.0-beta.0"
151-
resolved "https://registry.yarnpkg.com/@rsbuild/core/-/core-1.5.0-beta.0.tgz#56edbd42f1bfbd881b73ad72bbe673ef4d23585b"
152-
integrity sha512-X4PMkw/scc1gR3CGpWkvLvT1ZbjXug/n9a5dHPvNev1pqnG0uQsGjmw1+QWstlnLL3kvL5/kUY+fbemnE1hkeQ==
149+
"@rsbuild/core@1.5.0-beta.3":
150+
version "1.5.0-beta.3"
151+
resolved "https://registry.yarnpkg.com/@rsbuild/core/-/core-1.5.0-beta.3.tgz#85eb2f22fe6f098a1adf556ac4a91bf17d0f3cc6"
152+
integrity sha512-b4QOPQJvmhJFIWqBZ6kI7XLI3d1qx52ASpEzBoL5cnRnfh8tCMymWi9I0xUZinRmAh9V4wdIRG8EtISe899CcA==
153153
dependencies:
154154
"@rspack/core" "1.5.0-beta.0"
155155
"@rspack/lite-tapable" "~1.0.1"
156156
"@swc/helpers" "^0.5.17"
157157
core-js "~3.45.0"
158158
jiti "^2.5.1"
159159

160-
"@rslib/core@^0.12.0":
161-
version "0.12.0"
162-
resolved "https://registry.yarnpkg.com/@rslib/core/-/core-0.12.0.tgz#2c322df0315790331f28140093999c4dddc5a4ea"
163-
integrity sha512-g5+KIJ+lwGvxff/3trRC4fhjkphDS7iWJoTLGf77xl8dvPfjhmtfoOzFwaeRQ2xs5YpafuE2scBA8G4tdaBgmA==
160+
"@rslib/core@^0.12.1":
161+
version "0.12.1"
162+
resolved "https://registry.yarnpkg.com/@rslib/core/-/core-0.12.1.tgz#668789cd579717986469d459ae6868bc811cfb15"
163+
integrity sha512-ualcmPkgBk1/IgapJ/GN5wWfl0zjH++3Wpe7f8990NzM4zk5MS9JVqDjV9oljCtf/N8Va5YDC4pEULzVES7xYQ==
164164
dependencies:
165-
"@rsbuild/core" "1.5.0-beta.0"
166-
rsbuild-plugin-dts "0.12.0"
165+
"@rsbuild/core" "1.5.0-beta.3"
166+
rsbuild-plugin-dts "0.12.1"
167167
tinyglobby "^0.2.14"
168168

169169
"@rspack/binding-darwin-arm64@1.5.0-beta.0":
@@ -474,9 +474,9 @@ crelt@^1.0.0:
474474
integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==
475475

476476
electron-to-chromium@^1.5.199:
477-
version "1.5.200"
478-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.200.tgz#adffa5db97390ce9d48987f528117a608ed0d7c9"
479-
integrity sha512-rFCxROw7aOe4uPTfIAx+rXv9cEcGx+buAF4npnhtTqCJk5KDFRnh3+KYj7rdVh6lsFt5/aPs+Irj9rZ33WMA7w==
477+
version "1.5.203"
478+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.203.tgz#ef7fc2f7e1b816fa4535c861d1ec1348204142b6"
479+
integrity sha512-uz4i0vLhfm6dLZWbz/iH88KNDV+ivj5+2SA+utpgjKaj9Q0iDLuwk6Idhe9BTxciHudyx6IvTvijhkPvFGUQ0g==
480480

481481
entities@^4.4.0:
482482
version "4.5.0"
@@ -494,9 +494,9 @@ escape-string-regexp@^4.0.0:
494494
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
495495

496496
fdir@^6.4.4:
497-
version "6.4.6"
498-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.6.tgz#2b268c0232697063111bbf3f64810a2a741ba281"
499-
integrity sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==
497+
version "6.5.0"
498+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
499+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
500500

501501
fraction.js@^4.3.7:
502502
version "4.3.7"
@@ -762,10 +762,10 @@ rope-sequence@^1.3.0:
762762
resolved "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.3.4.tgz#df85711aaecd32f1e756f76e43a415171235d425"
763763
integrity sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==
764764

765-
rsbuild-plugin-dts@0.12.0:
766-
version "0.12.0"
767-
resolved "https://registry.yarnpkg.com/rsbuild-plugin-dts/-/rsbuild-plugin-dts-0.12.0.tgz#a4f39753cb53b4466282774e84c522a9a352470e"
768-
integrity sha512-5kLjgjWaFnkjRB4p/wglCGZALUtJ1zCKpTM/6T3eQhrfU24cjCwBqr8/kNXjsP4ESP1LfjxWj+H0Rsl7oT5ncA==
765+
rsbuild-plugin-dts@0.12.1:
766+
version "0.12.1"
767+
resolved "https://registry.yarnpkg.com/rsbuild-plugin-dts/-/rsbuild-plugin-dts-0.12.1.tgz#3c695f23037e6be3b972acd13da7c5440d6ff70f"
768+
integrity sha512-NXY04mekD3e1FzRKxcP5c8/idjWcnNyDcdXh4VcF10F7UxsgqT/rIOV8FT1aT+JjFncAD2mXboPq20wkqJTiIw==
769769
dependencies:
770770
"@ast-grep/napi" "0.37.0"
771771
magic-string "^0.30.17"

0 commit comments

Comments
 (0)