Skip to content

Commit

Permalink
Update test dependencies (#3873)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 26, 2023
1 parent c9fd910 commit 4b94326
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 87 deletions.
18 changes: 9 additions & 9 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-compat==4.1.10
ansible-core==2.15.4
ansible-core==2.15.5
attrs==23.1.0
black==23.9.1
black==23.10.1
bracex==2.4
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.2.0
charset-normalizer==3.3.1
click==8.1.7
cryptography==41.0.4
cryptography==41.0.5
filelock==3.12.4
idna==3.4
importlib-resources==5.0.7
Expand All @@ -24,21 +24,21 @@ markdown-it-py==3.0.0
markupsafe==2.1.3
mdurl==0.1.2
mypy-extensions==1.0.0
packaging==23.1
packaging==23.2
pathspec==0.11.2
platformdirs==3.10.0
platformdirs==3.11.0
pycparser==2.21
pygments==2.16.1
pyyaml==6.0.1
referencing==0.30.2
requests==2.31.0
rich==13.5.3
rpds-py==0.10.3
rich==13.6.0
rpds-py==0.10.6
ruamel-yaml==0.18.2
subprocess-tee==0.4.1
tomli==2.0.1
typing-extensions==4.8.0
urllib3==2.0.5
urllib3==2.0.7
wcmatch==8.5
yamllint==1.32.0

Expand Down
26 changes: 12 additions & 14 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-compat==4.1.10
ansible-core==2.15.4
astroid==2.15.8
ansible-core==2.15.5
astroid==3.0.1
attrs==23.1.0
babel==2.12.1
beautifulsoup4==4.12.2
black==23.9.1
black==23.10.1
boolean-py==4.0
bracex==2.4
cairocffi==1.6.1
Expand All @@ -20,9 +20,9 @@ cffi==1.16.0
charset-normalizer==3.2.0
click==8.1.7
colorama==0.4.6
coverage==7.3.1
coverage==7.3.2
coverage-enable-subprocess==1.0
cryptography==41.0.4
cryptography==41.0.5
csscompressor==0.9.5
cssselect2==0.7.0
defusedxml==0.7.1
Expand All @@ -43,7 +43,6 @@ jmespath==1.0.1
jsmin==3.0.1
jsonschema==4.19.1
jsonschema-specifications==2023.7.1
lazy-object-proxy==1.9.0
license-expression==30.1.1
markdown==3.4.4
markdown-exec==1.6.0
Expand All @@ -64,7 +63,7 @@ mkdocs-minify-plugin==0.7.1
mkdocs-monorepo-plugin==1.0.5
mkdocstrings==0.23.0
mkdocstrings-python==1.7.1
mypy==1.5.1
mypy==1.6.1
mypy-extensions==1.0.0
netaddr==0.9.0
packaging==23.1
Expand All @@ -74,13 +73,13 @@ pillow==10.0.1
pipdeptree==2.13.0
platformdirs==3.10.0
pluggy==1.3.0
psutil==5.9.5
psutil==5.9.6
pycparser==2.21
pygments==2.16.1
pylint==2.17.6
pylint==3.0.2
pymdown-extensions==10.3
pytest==7.4.2
pytest-mock==3.11.1
pytest==7.4.3
pytest-mock==3.12.0
pytest-plus==0.6.0
pytest-xdist==3.3.1
python-dateutil==2.8.2
Expand All @@ -90,8 +89,8 @@ pyyaml-env-tag==0.1
referencing==0.30.2
regex==2023.8.8
requests==2.31.0
rich==13.5.3
rpds-py==0.10.3
rich==13.6.0
rpds-py==0.10.6
ruamel-yaml==0.18.2
six==1.16.0
soupsieve==2.5
Expand All @@ -107,7 +106,6 @@ urllib3==2.0.5
watchdog==3.0.0
wcmatch==8.5
webencodings==0.5.1
wrapt==1.15.0
yamllint==1.32.0
zipp==3.17.0

Expand Down
134 changes: 75 additions & 59 deletions test/schemas/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions test/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"js-yaml": "^4.1.0",
"safe-stable-stringify": "^2.4.3",
"ts-node": "^10.9.1",
"vscode-json-languageservice": "^5.3.6"
"vscode-json-languageservice": "^5.3.7"
},
"scripts": {
"compile": "tsc -p ./src",
"deps": "npx --yes npm-check-updates -u && npm install --ignore-scripts",
"test": "python3 src/rebuild.py && mocha"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/js-yaml": "^4.0.6",
"@types/chai": "^4.3.9",
"@types/js-yaml": "^4.0.8",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.9",
"chai": "^4.3.10",
"minimatch": "^9.0.3",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 4b94326

Please sign in to comment.