mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Bumped versions in pre-commit and npm configurations.
This commit is contained in:
parent
89e28e13ec
commit
0d131c1582
@ -1,15 +1,15 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||||
rev: 24.10.0
|
rev: 25.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
exclude: \.py-tpl$
|
exclude: \.py-tpl$
|
||||||
- repo: https://github.com/adamchainz/blacken-docs
|
- repo: https://github.com/adamchainz/blacken-docs
|
||||||
rev: 1.19.0
|
rev: 1.19.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: blacken-docs
|
- id: blacken-docs
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- black==24.10.0
|
- black==25.1.0
|
||||||
files: 'docs/.*\.txt$'
|
files: 'docs/.*\.txt$'
|
||||||
args: ["--rst-literal-block"]
|
args: ["--rst-literal-block"]
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
@ -21,6 +21,6 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v9.12.0
|
rev: v9.19.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
"npm": ">=1.3.0"
|
"npm": ">=1.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^9.12.0",
|
"eslint": "^9.19.0",
|
||||||
"puppeteer": "^23.5.1",
|
"puppeteer": "^24.1.1",
|
||||||
"globals": "^15.8.0",
|
"globals": "^15.14.0",
|
||||||
"grunt": "^1.6.1",
|
"grunt": "^1.6.1",
|
||||||
"grunt-cli": "^1.5.0",
|
"grunt-cli": "^1.5.0",
|
||||||
"grunt-contrib-qunit": "^10.1.1",
|
"grunt-contrib-qunit": "^10.1.1",
|
||||||
"qunit": "^2.21.1"
|
"qunit": "^2.24.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ aiosmtpd >= 1.4.5
|
|||||||
asgiref >= 3.8.1
|
asgiref >= 3.8.1
|
||||||
argon2-cffi >= 23.1.0
|
argon2-cffi >= 23.1.0
|
||||||
bcrypt >= 4.1.1
|
bcrypt >= 4.1.1
|
||||||
black >= 2.4.10
|
black >= 25.1.0
|
||||||
docutils >= 0.19
|
docutils >= 0.19
|
||||||
geoip2 >= 4.8.0
|
geoip2 >= 4.8.0
|
||||||
jinja2 >= 2.11.0
|
jinja2 >= 2.11.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user