Skip to content
Merged
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
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ updates:
cooldown:
default-days: 5
semver-major-days: 30
semver-minor-days: 7
semver-patch-days: 7
# +1d compared to pnpm cutoff, otherwise Dependabot opens PRs too early
# See https://github.com/facebook/docusaurus/pull/12241
semver-minor-days: 8
semver-patch-days: 8
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # 4.36.2
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # 4.37.0
with:
languages: javascript-typescript
config-file: ./.github/codeql/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # 4.36.2
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # 4.37.0
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Add Lighthouse stats as comment
id: comment_to_pr
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # 3.0.4
uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # 3.0.5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
- name: Print Diff
run: git diff

- uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
- uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0
with:
commit_message: 'refactor: apply lint autofix'
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,22 +112,22 @@
"lockfile-lint": "^5.0.0",
"npm-run-all": "^4.1.5",
"oxfmt": "^0.47.0",
"pkg-pr-new": "^0.0.68",
"pkg-pr-new": "^0.0.75",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0",
"rimraf": "^3.0.2",
"sharp": "^0.35.1",
"strip-ansi": "^7.2.0",
"stylelint": "^17.12.0",
"stylelint-copyright": "3.10.1",
"stylelint-config-standard": "^40.0.0",
"stylelint-copyright": "3.10.1",
"syncpack": "^14.3.1",
"typescript": "~6.0.3",
"typescript-eslint": "^8.59.3",
"vitest": "^4.0.0"
},
"packageManager": "pnpm@11.5.1",
"packageManager": "pnpm@11.10.0",
"engines": {
"node": ">=24.14",
"pnpm": ">=11.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-faster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"@docusaurus/types": "3.10.1",
"@rspack/core": "^2.0.8",
"@rspack/core": "^2.1.0",
"@swc/core": "^1.15.40",
"@swc/html": "^1.15.40",
"browserslist": "^4.28.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-mdx-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"remark-emoji": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"stringify-object": "^3.3.0",
"stringify-object": "^6.0.0",
"tslib": "^2.6.0",
"unified": "^11.0.3",
"unist-util-visit": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-rsdoctor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@docusaurus/core": "3.10.1",
"@docusaurus/types": "3.10.1",
"@docusaurus/utils-validation": "3.10.1",
"@rsdoctor/rspack-plugin": "^1.5.12",
"@rsdoctor/webpack-plugin": "^1.5.12",
"@rsdoctor/rspack-plugin": "^1.5.17",
"@rsdoctor/webpack-plugin": "^1.5.17",
"tslib": "^2.6.0"
},
"peerDependencies": {
Expand Down
Loading
Loading