Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 8, 2025
1 parent 20ee6a4 commit 98311db
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 227 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
types_or: [scss]
require_serial: true
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.22.1
rev: 1.22.2
hooks:
- id: django-upgrade
args: [--target-version, "5.1"]
Expand All @@ -41,7 +41,7 @@ repos:
- id: djade
args: [--target-version, "5.1"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.0"
rev: "v0.8.6"
hooks:
- id: ruff
args: [--unsafe-fixes]
Expand All @@ -55,15 +55,15 @@ repos:
hooks:
- id: validate-pyproject
- repo: https://github.com/biomejs/pre-commit
rev: "v0.5.0"
rev: "v0.6.1"
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
args: [--unsafe]
types_or: [css, javascript, json]
verbose: true
- repo: https://github.com/boidolr/pre-commit-images
rev: v1.8.2
rev: v1.8.4
hooks:
- id: optimize-avif
- id: optimize-jpg
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"semi": false
},
"dependencies": {
"@rspack/cli": "^1.1.3",
"@rspack/core": "^1.1.3",
"@rspack/cli": "^1.1.8",
"@rspack/core": "^1.1.8",
"@swc/helpers": "^0.5.15",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
Expand Down
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# AUTOGENERATED, DO NOT EDIT

anyio==4.6.2.post1
anyio==4.8.0
asgiref==3.8.1
blacknoise==1.1.0
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
coverage==7.6.8
django==5.1.3
blacknoise==1.2.0
certifi==2024.12.14
charset-normalizer==3.4.1
click==8.1.8
coverage==7.6.10
django==5.1.4
django-authlib==0.17.2
django-canonical-domain==0.11.0
django-debug-toolbar==5.0.0a0
django-ratelimit==4.1.0
granian==1.6.4
granian==1.7.3
idna==3.10
oauthlib==3.2.2
polib==1.2.0
Expand All @@ -21,13 +21,13 @@ psycopg-binary==3.2.3
python-dateutil==2.9.0.post0
requests==2.32.3
requests-oauthlib==2.0.0
sentry-sdk==2.19.0
six==1.16.0
sentry-sdk==2.19.2
six==1.17.0
sniffio==1.3.1
speckenv==6.2
sqlparse==0.5.2
starlette==0.41.3
sqlparse==0.5.3
starlette==0.45.2
time-machine==2.16.0
typing-extensions==4.12.2
urllib3==2.2.3
urllib3==2.3.0
uvloop==0.21.0
2 changes: 1 addition & 1 deletion rspack.library.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ module.exports = (PRODUCTION) => {
},
assetRule() {
return {
test: /\.(png|woff2?|svg|eot|ttf|otf|gif|jpe?g|mp3|wav)$/i,
test: /\.(png|webp|woff2?|svg|eot|ttf|otf|gif|jpe?g|mp3|wav)$/i,
type: "asset",
parser: { dataUrlCondition: { maxSize: 512 /* bytes */ } },
}
Expand Down
Loading

0 comments on commit 98311db

Please sign in to comment.