Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ labels: enhancement
assignees: ''
---

**Is your feature request related to a problem? If so, please describe.**
**Is your feature request related to a problem?
If so, please describe.**
A clear and concise description of what the problem is.
Describe how the current behavior limits you or causes frustration.

Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/website_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ assignees: ''
A clear and concise description of the problem.

**Where?**
Which page, component, or area of the site is affected? Include a URL if applicable.
Which page, component, or area of the site is affected?
Include a URL if applicable.

**To Reproduce**
Describe the steps needed to reproduce the issue.
Expand Down
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Description

What changed? Why? (the code + comments should speak for itself on the "how")
What changed?
Why? (the code + comments should speak for itself on the "how")

We highly recommend including screenshots or a video of what was changed, to collect evidence in a place where we can later reference it.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
needs: wrapper-validation
steps:
- uses: actions/checkout@v7
- uses: actions/setup-java@v5
- uses: actions/setup-java@v6
with:
distribution: temurin
java-version: '25'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/copybara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0

- name: Setup Java
uses: actions/setup-java@v5
uses: actions/setup-java@v6
with:
distribution: 'temurin'
java-version: '21'
Expand All @@ -46,7 +46,7 @@ jobs:
# Configure git to use your PAT for all HTTPS connections to GitHub
git config --global url."https://x-access-token:${{ secrets.COPYBARA_PAT }}@github.com/".insteadOf "https://github.com/"
- name: Download Copybara
run: wget https://github.com/google/copybara/releases/download/v20260629/copybara_deploy.jar
run: wget https://github.com/google/copybara/releases/download/v20260824/copybara_deploy.jar

- name: Run Copybara
# Copybara uses exit code 4 to indicate a no-op (no files were updated).
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v6
with:
version: 10.16.0
version: 11.24.0

- name: Setup Node
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: 24
cache: pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 24
cache: pnpm
Expand All @@ -30,7 +30,7 @@ jobs:
needs: wrapper-validation
steps:
- uses: actions/checkout@v7
- uses: actions/setup-java@v5
- uses: actions/setup-java@v6
with:
distribution: temurin
java-version: '25'
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "frcsoftware-starlight",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.16.0",
"packageManager": "pnpm@11.24.0",
"engines": {
"node": ">=24.0.0"
},
Expand All @@ -29,46 +29,46 @@
"prepare": "husky"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/starlight": "^0.41.4",
"@astrojs/markdown-remark": "^7.2.4",
"@astrojs/starlight": "^0.41.10",
"@mdi/js": "^7.4.47",
"astro": "^7.1.3",
"sharp": "^0.34.5",
"astro": "^7.2.9",
"sharp": "^0.35.4",
"starlight-sidebar-topics": "^0.8.0",
"starlight-sidebar-topics-dropdown": "^0.6.0",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/check": "^0.9.10",
"@eslint/js": "^10.0.1",
"@types/estree": "^1.0.9",
"@types/mdast": "^4.0.4",
"@types/node": "^26.1.2",
"@types/node": "^26.4.0",
"@vvago/vale": "^3.16.0",
"astro-eslint-parser": "^1.4.0",
"eslint": "^10.5.0",
"eslint-plugin-astro": "^1.7.0",
"astro-eslint-parser": "^3.1.0",
"eslint": "^10.9.1",
"eslint-plugin-astro": "^3.1.0",
"fast-glob": "^3.3.3",
"globals": "^16.5.0",
"globals": "^17.11.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.8",
"lint-staged": "^17.4.1",
"mdast-util-mdx": "^3.0.0",
"mdast-util-mdx-jsx": "^3.2.0",
"mdx2vast": "^0.3.1",
"prettier": "^3.8.4",
"mdx2vast": "^0.5.0",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-sentences-per-line": "^0.2.3",
"prettier-plugin-sentences-per-line": "^0.2.4",
"remark-cli": "^12.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-lint-no-dead-urls": "^2.0.1",
"remark-lint-no-literal-urls": "^4.0.1",
"remark-mdx": "^3.1.1",
"remark-preset-lint-recommended": "^7.0.1",
"starlight-links-validator": "^0.25.1",
"tsx": "^4.22.4",
"starlight-links-validator": "^0.25.3",
"tsx": "^4.23.13",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.1",
"typescript-eslint": "^8.68.0",
"vfile": "^6.0.3"
}
}
Loading