Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lazToum committed Feb 3, 2025
1 parent 662b9be commit 3534033
Show file tree
Hide file tree
Showing 17 changed files with 395 additions and 394 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ With ths repository as a parent project, the following requirements are expected
>
> **Required files**
>
> - `package.json`: The package.json file must be present in the root of the repository. It must contain a `scripts` object and should also define the `packageManager` field (e.g. `"packageManager": "bun@1.1.45"`, or `"packageManager": "[email protected]"`)
> - `package.json`: The package.json file must be present in the root of the repository. It must contain a `scripts` object and should also define the `packageManager` field (e.g. `"packageManager": "bun@1.2.2"`, or `"packageManager": "[email protected]"`)
> - README.md: the package description
> - LICENSE: the license file
>
Expand Down
2 changes: 1 addition & 1 deletion both/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@
"format",
"lint"
],
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
4 changes: 2 additions & 2 deletions both/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dev = [
'types-waitress==3.0.1.20241117',
]
test = [
"playwright==1.49.1",
'playwright==1.49.1',
'pytest==8.3.4',
'pytest-asyncio==0.25.3',
'pytest-cov==6.0.0',
Expand All @@ -102,7 +102,7 @@ docs = [
'mkdocs-jupyter==0.25.1',
'mkdocs-macros-plugin==1.3.7',
'mkdocs-material==9.6.1',
'mkdocs-minify-html-plugin==0.2.3',
'mkdocs-minify-html-plugin==0.2.4',
'mkdocstrings[crystal,python]==0.27.0',
'mkdocstrings-python==1.13.0'
]
Expand Down
2 changes: 1 addition & 1 deletion both/requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mdx_truly_sane_lists==1.3
mkdocs-jupyter==0.25.1
mkdocs-macros-plugin==1.3.7
mkdocs-material==9.6.1
mkdocs-minify-html-plugin==0.2.3
mkdocs-minify-html-plugin==0.2.4
mkdocs==1.6.1
mkdocstrings-python==1.13.0
mkdocstrings[crystal,python]==0.27.0
2 changes: 1 addition & 1 deletion both/scripts/hooks/pre_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _find_package_manager(self) -> str:
package_json_path = Path(self.root) / "package.json"
if not package_json_path.exists():
raise RuntimeError("package.json not found.")
# get from package.json: "packageManager": "bun@1.1.45",
# get from package.json: "packageManager": "bun@1.2.2",
with open(package_json_path, "r", encoding="utf-8") as f_read:
try:
package_json = json.load(f_read)
Expand Down
42 changes: 21 additions & 21 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"workspaces": {
"": {
"devDependencies": {
"@cspell/eslint-plugin": "^8.17.3",
"@eslint/js": "^9.19.0",
"@stylistic/eslint-plugin": "^3.0.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.12.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"fs-extra": "^11.3.0",
"npm-run-all2": "^7.0.2",
"playwright": "^1.50.0",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"@cspell/eslint-plugin": "latest",
"@eslint/js": "latest",
"@stylistic/eslint-plugin": "latest",
"@trivago/prettier-plugin-sort-imports": "latest",
"@types/fs-extra": "latest",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"fs-extra": "latest",
"npm-run-all2": "latest",
"playwright": "latest",
"prettier": "latest",
"ts-node": "latest",
"tsx": "latest",
"typescript": "latest",
"typescript-eslint": "latest",
},
},
},
Expand Down Expand Up @@ -289,7 +289,7 @@

"@types/jsonfile": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ=="],

"@types/node": ["@types/node@22.12.0", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA=="],
"@types/node": ["@types/node@22.13.0", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA=="],

"@typescript-eslint/eslint-plugin": ["@typescript-eslint/[email protected]", "", { "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "8.22.0", "@typescript-eslint/type-utils": "8.22.0", "@typescript-eslint/utils": "8.22.0", "@typescript-eslint/visitor-keys": "8.22.0", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", "ts-api-utils": "^2.0.0" }, "peerDependencies": { "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.8.0" } }, "sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw=="],

Expand Down Expand Up @@ -525,9 +525,9 @@

"pidtree": ["[email protected]", "", { "bin": { "pidtree": "bin/pidtree.js" } }, "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g=="],

"playwright": ["[email protected].0", "", { "dependencies": { "playwright-core": "1.50.0" }, "optionalDependencies": { "fsevents": "2.3.2" }, "bin": { "playwright": "cli.js" } }, "sha512-+GinGfGTrd2IfX1TA4N2gNmeIksSb+IAe589ZH+FlmpV3MYTx6+buChGIuDLQwrGNCw2lWibqV50fU510N7S+w=="],
"playwright": ["[email protected].1", "", { "dependencies": { "playwright-core": "1.50.1" }, "optionalDependencies": { "fsevents": "2.3.2" }, "bin": { "playwright": "cli.js" } }, "sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw=="],

"playwright-core": ["[email protected].0", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ=="],
"playwright-core": ["[email protected].1", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ=="],

"prelude-ls": ["[email protected]", "", {}, "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="],

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"@stylistic/eslint-plugin": "^3.0.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.12.0",
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"fs-extra": "^11.3.0",
"npm-run-all2": "^7.0.2",
"playwright": "^1.50.0",
"playwright": "^1.50.1",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
Expand Down Expand Up @@ -115,5 +115,5 @@
}
]
},
"packageManager": "bun@1.1.45"
"packageManager": "bun@1.2.2"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "project_root"
version = "0.3.11"
requires-python = ">=3.10,<3.13"
dependencies = ['pip==25.0', "uv==0.5.14"]
dependencies = ['pip==25.0', "uv==0.5.26"]

[tool.uv.sources]
my_package = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion python_only/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ docs = [
'mkdocs==1.6.1',
'mkdocs-macros-plugin==1.3.7',
'mkdocs-material==9.6.1',
'mkdocs-minify-html-plugin==0.2.3',
'mkdocs-minify-html-plugin==0.2.4',
'mkdocstrings[crystal,python]==0.27.0',
'mkdocstrings-python==1.13.0'
]
Expand Down
2 changes: 1 addition & 1 deletion python_only/requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mdx-include==1.4.2
mdx_truly_sane_lists==1.3
mkdocs-macros-plugin==1.3.7
mkdocs-material==9.6.1
mkdocs-minify-html-plugin==0.2.3
mkdocs-minify-html-plugin==0.2.4
mkdocs==1.6.1
mkdocstrings-python==1.13.0
mkdocstrings[crystal,python]==0.27.0
2 changes: 1 addition & 1 deletion requirements/main.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip==25.0
uv==0.5.14
uv==0.5.26
2 changes: 1 addition & 1 deletion scripts/_ci/pm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import fs from "fs-extra";
import packageJson from "../../package.json";

const yarn = "[email protected]";
const bun = "bun@1.1.45";
const bun = "bun@1.2.2";

// check arg (if --patch or --rollback)

Expand Down
2 changes: 1 addition & 1 deletion ts_only/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
> **Required files**
>
> - `package.json`: The package.json file must be present in the root of the repository. It must contain a `scripts` object and should also define the `packageManager` field (e.g. `"packageManager": "bun@1.1.45"`, or `"packageManager": "[email protected]"`)
> - `package.json`: The package.json file must be present in the root of the repository. It must contain a `scripts` object and should also define the `packageManager` field (e.g. `"packageManager": "bun@1.2.2"`, or `"packageManager": "[email protected]"`)
>
> **Required scripts**
>
Expand Down
2 changes: 1 addition & 1 deletion ts_only/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
>
> **Required files**
>
> - `package.json`: The package.json file must be present in the root of the repository. It must contain a `scripts` object and should also define the `packageManager` field (e.g. `"packageManager": "bun@1.1.45"`, or `"packageManager": "[email protected]"`)
> - `package.json`: The package.json file must be present in the root of the repository. It must contain a `scripts` object and should also define the `packageManager` field (e.g. `"packageManager": "bun@1.2.2"`, or `"packageManager": "[email protected]"`)
>
> **Required scripts**
>
Expand Down
Loading

0 comments on commit 3534033

Please sign in to comment.