Skip to content

Commit 442a6a8

Browse files
authored
Merge pull request #391 from NYU-RTS/docusaurus_bump
docusaurus bump
2 parents 0e1a73a + 61801fa commit 442a6a8

11 files changed

Lines changed: 4852 additions & 3822 deletions

File tree

blog/2025-05-02-blog-post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ tags: [pythia, genai]
77

88
We are pleased to announce that `o4-mini` is now available via Pythia. Here is an overview of the model: https://platform.openai.com/docs/models/o4-mini
99

10-
<!-- truncate -->
10+
{/* truncate */}
1111

1212
When compared to `o3-mini`, `o4-mini` adds support for images as inputs. It costs the same as o3-mini for regular usage, though the price is lower if you use cached inputs. Thus, this model will now be the default reasoning model we provide and the use of o3-mini is now deprecated.

blog/2025-09-10-blog-post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ tags: [pythia, genai]
88
We are pleased to announce that the `claude` (`4.0` and `3.7`) models are now available via Pythia. Here are the overviews for the models:
99
https://www.anthropic.com/claude/sonnet, https://www.anthropic.com/claude/opus
1010

11-
<!-- truncate -->
11+
{/* truncate */}
1212

1313
With API keys to access Claude, you can also enable Claude API tools like Claude Code. Refer to this guide for more details: https://portkey.ai/docs/integrations/libraries/claude-code#2-integrate-portkey-with-claude-code

docs/hpc/01_getting_started/02_HPC_Accounts/01_getting_and_renewing_an_account.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@ HPC bulk accounts request is disabled for HPC sponsors.
8585
Accounts created for courses last until the end of the semester, rather than a full year.
8686
:::
8787

88-
<!---
89-
## Getting an account with one of NYU partners
90-
91-
\[NYU partners with many state and national facilities](**TODO:link to list**) with a variety of HPC systems and expertise.
92-
93-
[Contact us](email:hpc@nyu.edu) for assistance setting up a collaboration with any of these.
94-
--->
95-
9688
## Non-NYU Researchers
9789

9890
If you are collaborating with NYU researchers you will need to obtain **affiliate** status before applying for an NYU HPC account. A full-time NYU faculty member must sponsor a non-NYU collaborator for affiliate status.

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const config: Config = {
209209

210210
future: {
211211
v4: true, // opt-in to v4 to ease transition in the future
212-
experimental_faster: {
212+
faster: {
213213
rspackBundler: true, // required flag
214214
rspackPersistentCache: true, // new flag
215215
},

eslint.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ const eslintConfig = tseslint.config(
6868

6969
{
7070
settings: {
71-
react: {
72-
version: "detect",
73-
},
71+
react: { version: "19" }, // Avoids auto-detection crash
7472
},
7573
},
7674

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -20,47 +20,47 @@
2020
"prepare": "husky"
2121
},
2222
"dependencies": {
23-
"@docusaurus/core": "^3.9.2",
24-
"@docusaurus/faster": "^3.9.2",
25-
"@docusaurus/preset-classic": "^3.9.2",
26-
"@docusaurus/theme-mermaid": "^3.9.2",
23+
"@docusaurus/core": "^3.10.1",
24+
"@docusaurus/faster": "^3.10.1",
25+
"@docusaurus/preset-classic": "^3.10.1",
26+
"@docusaurus/theme-mermaid": "^3.10.1",
2727
"@mdx-js/react": "^3.1.1",
28-
"@radix-ui/react-dialog": "^1.1.15",
29-
"@radix-ui/react-tooltip": "^1.2.8",
28+
"@radix-ui/react-dialog": "^1.1.19",
29+
"@radix-ui/react-tooltip": "^1.2.12",
3030
"clsx": "^2.1.1",
31-
"lucide-react": "^0.514.0",
31+
"lucide-react": "^1.23.0",
3232
"prism-react-renderer": "^2.4.1",
33-
"react": "^19.2.4",
34-
"react-dom": "^19.2.4",
35-
"react-use": "^17.6.0"
33+
"react": "^19.2.7",
34+
"react-dom": "^19.2.7",
35+
"react-use": "^17.6.1"
3636
},
3737
"devDependencies": {
38-
"@docusaurus/eslint-plugin": "^3.9.2",
39-
"@docusaurus/module-type-aliases": "^3.9.2",
40-
"@docusaurus/tsconfig": "^3.9.2",
41-
"@docusaurus/types": "^3.9.2",
42-
"@eslint/compat": "^1.4.1",
43-
"@types/react": "^19.2.14",
44-
"csv-parse": "^6.1.0",
38+
"@docusaurus/eslint-plugin": "^3.10.1",
39+
"@docusaurus/module-type-aliases": "^3.10.1",
40+
"@docusaurus/tsconfig": "^3.10.1",
41+
"@docusaurus/types": "^3.10.1",
42+
"@eslint/compat": "^2.1.0",
43+
"@types/react": "^19.2.17",
44+
"csv-parse": "^7.0.1",
4545
"eslint": "^9.39.4",
4646
"eslint-config-prettier": "^10.1.8",
47-
"eslint-import-resolver-typescript": "^4.4.4",
47+
"eslint-import-resolver-typescript": "^4.4.5",
4848
"eslint-plugin-import": "^2.32.0",
4949
"eslint-plugin-jsx-a11y": "^6.10.2",
50-
"eslint-plugin-prettier": "^5.5.5",
50+
"eslint-plugin-prettier": "^5.5.6",
5151
"eslint-plugin-react": "^7.37.5",
52-
"eslint-plugin-simple-import-sort": "^12.1.1",
52+
"eslint-plugin-simple-import-sort": "^13.0.0",
5353
"eslint-plugin-unicorn": "^59.0.1",
5454
"husky": "^9.1.7",
55-
"lint-staged": "^16.4.0",
56-
"prettier": "^3.8.3",
57-
"prettier-plugin-jsdoc": "^1.8.0",
58-
"stylelint": "^16.26.1",
55+
"lint-staged": "^17.0.8",
56+
"prettier": "^3.9.4",
57+
"prettier-plugin-jsdoc": "^1.8.1",
58+
"stylelint": "^17.14.0",
5959
"stylelint-config-rational-order": "^0.1.2",
60-
"stylelint-config-standard": "^38.0.0",
61-
"stylelint-order": "^7.0.1",
60+
"stylelint-config-standard": "^40.0.0",
61+
"stylelint-order": "^8.1.1",
6262
"typescript": "^5.9.3",
63-
"typescript-eslint": "^8.57.1"
63+
"typescript-eslint": "^8.63.0"
6464
},
6565
"browserslist": {
6666
"production": [

0 commit comments

Comments
 (0)