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
2 changes: 1 addition & 1 deletion .github/workflows/bump-openapi-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Commit changes
id: commit
uses: apify/actions/signed-commit@v1.0.0
uses: apify/actions/signed-commit@v1.2.0
with:
message: "chore(openapi): Update OpenAPI version [skip ci]"
pull: '--rebase --autostash'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: 24

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- name: Build docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 24

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- name: Build docs
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/openapi-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 24

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- name: Lint with Redocly
run: pnpm openapi:lint:redocly --format=github-actions
Expand All @@ -48,7 +48,7 @@ jobs:
with:
node-version: 24

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- name: Build bundles
run: pnpm openapi:build
Expand All @@ -75,7 +75,7 @@ jobs:
with:
node-version: 24

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- name: Download bundles
uses: actions/download-artifact@v8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
node-version: 24
registry-url: 'https://registry.npmjs.org'

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- name: Setup git user and npm
run: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Commit the new theme version
continue-on-error: true
uses: apify/actions/signed-commit@v1.0.0
uses: apify/actions/signed-commit@v1.2.0
with:
message: 'chore: publish new version of @apify/docs-theme [skip ci]'
add: 'apify-docs-theme/package.json apify-docs-theme/package-lock.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
- name: Check spelling with typos
uses: crate-ci/typos@v1.44.0
uses: crate-ci/typos@v1.46.3
2 changes: 1 addition & 1 deletion .github/workflows/test-academy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: astral-sh/setup-uv@v8.1.0

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- name: Test
run: pnpm test:academy
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 24

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- run: pnpm build
env:
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
with:
node-version: 24

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- name: List and Lint Changed Markdown Files
env:
Expand All @@ -269,7 +269,7 @@ jobs:
with:
node-version: 24

- uses: apify/actions/pnpm-install@v1.1.2
- uses: apify/actions/pnpm-install@v1.2.0

- run: pnpm lint:code

Expand Down
3 changes: 1 addition & 2 deletions apify-docs-theme/src/theme/Layout/index.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import Head from '@docusaurus/Head';
import { useAllDocsData } from '@docusaurus/plugin-content-docs/client';
import { useLocation } from '@docusaurus/router';
// cannot use any of the theme aliases here as it causes a circular dependency :( ideas welcome
import Layout from '@docusaurus/theme-classic/lib/theme/Layout/index';
import Layout from '@theme-original/Layout';
import useBaseUrl from '@docusaurus/useBaseUrl';
import { usePluginData } from '@docusaurus/useGlobalData';
import React from 'react';
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
projectName: 'apify-docs',
scripts: ['/js/custom.js', ...(config.scripts ?? [])],
future: {
experimental_faster: {
faster: {
// swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,24 @@
"markdownlint": "^0.40.0",
"markdownlint-cli": "^0.48.0",
"oxfmt": "0.52.0",
"oxlint": "1.62.0",
"oxlint": "1.67.0",
"oxlint-tsgolint": "0.23.0",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"rimraf": "^6.0.0",
"typescript": "6.0.2"
"typescript": "6.0.3"
},
"dependencies": {
"@apify/ui-icons": "^1.26.0",
"@apify/ui-library": "^1.131.1",
"@docusaurus/core": "~3.9.2",
"@docusaurus/faster": "~3.9.2",
"@docusaurus/plugin-client-redirects": "~3.9.2",
"@docusaurus/plugin-content-docs": "~3.9.2",
"@docusaurus/preset-classic": "~3.9.2",
"@docusaurus/theme-common": "~3.9.2",
"@docusaurus/theme-mermaid": "~3.9.2",
"@docusaurus/utils": "~3.9.2",
"@docusaurus/core": "~3.10.0",
"@docusaurus/faster": "~3.10.0",
"@docusaurus/plugin-client-redirects": "~3.10.0",
"@docusaurus/plugin-content-docs": "~3.10.0",
"@docusaurus/preset-classic": "~3.10.0",
"@docusaurus/theme-common": "~3.10.0",
"@docusaurus/theme-mermaid": "~3.10.0",
"@docusaurus/utils": "~3.10.0",
"@redocly/cli": "^2.0.0",
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.1",
"clsx": "^2.0.0",
Expand Down
Loading
Loading