Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b7a9c75
Enable Dependabot, with tbantle22 reviewing
tbantle22 Aug 13, 2026
8756a18
chore(deps): Bump svgo from 4.0.1 to 4.0.2
dependabot[bot] Aug 13, 2026
342ffd6
chore(deps): Bump postcss from 8.5.16 to 8.5.26
dependabot[bot] Aug 13, 2026
ecef209
Merge pull request #150 from dolthub/taylor/enable-dependabot
tbantle22 Aug 13, 2026
174a439
chore(deps): Bump nanoid from 3.3.15 to 3.3.18
dependabot[bot] Aug 13, 2026
8fe3408
chore(deps): Bump actions/upload-artifact from 4 to 7
dependabot[bot] Aug 13, 2026
17fd3f8
chore(deps): Bump actions/setup-node from 4 to 7
dependabot[bot] Aug 13, 2026
d94a244
chore(deps): Bump react-tooltip from 5.30.1 to 6.0.8
dependabot[bot] Aug 13, 2026
f4d686c
chore(deps-dev): Bump @types/node from 26.1.0 to 26.2.0
dependabot[bot] Aug 13, 2026
5533468
Merge pull request #151 from dolthub/dependabot/npm_and_yarn/svgo-4.0.2
tbantle22 Aug 13, 2026
51550fc
chore(deps): Bump js-yaml from 4.3.0 to 4.3.1
dependabot[bot] Aug 13, 2026
b688429
Merge pull request #152 from dolthub/dependabot/npm_and_yarn/postcss-…
tbantle22 Aug 13, 2026
5c84ef2
Merge pull request #154 from dolthub/dependabot/github_actions/action…
tbantle22 Aug 13, 2026
60ad29c
Merge pull request #163 from dolthub/dependabot/npm_and_yarn/types/no…
tbantle22 Aug 13, 2026
ac1e637
Merge pull request #153 from dolthub/dependabot/npm_and_yarn/nanoid-3…
tbantle22 Aug 13, 2026
33d2305
chore(deps-dev): Bump cypress from 15.18.0 to 15.20.1
dependabot[bot] Aug 13, 2026
4266829
Merge pull request #155 from dolthub/dependabot/github_actions/action…
tbantle22 Aug 13, 2026
25d2add
chore(deps): Bump actions/checkout from 4 to 7
dependabot[bot] Aug 13, 2026
ade1d2b
Merge pull request #157 from dolthub/dependabot/npm_and_yarn/react-to…
tbantle22 Aug 13, 2026
ddc6284
Merge pull request #167 from dolthub/dependabot/npm_and_yarn/js-yaml-…
tbantle22 Aug 13, 2026
805b61d
Merge pull request #156 from dolthub/dependabot/github_actions/action…
tbantle22 Aug 13, 2026
a7d1881
Merge pull request #158 from dolthub/dependabot/npm_and_yarn/cypress-…
tbantle22 Aug 13, 2026
5fa1cd8
chore(deps): Bump react and @types/react
dependabot[bot] Aug 13, 2026
f845e34
Bump react-dom to 19.2.8 to match react
tbantle22 Aug 13, 2026
06d4004
Bump @types/react-dom to 19.2.4
tbantle22 Aug 13, 2026
a4da2e9
chore(deps): Bump @dolthub/react-components from 0.3.4 to 0.4.3
dependabot[bot] Aug 13, 2026
aa6f2ff
Bump @dolthub/react-hooks to 0.3.1
tbantle22 Aug 13, 2026
ddbfd08
Merge pull request #162 from dolthub/dependabot/npm_and_yarn/multi-9b…
tbantle22 Aug 13, 2026
87b8344
Merge remote-tracking branch 'origin/dev' into dependabot/npm_and_yar…
tbantle22 Aug 13, 2026
e8947ca
chore(deps): Bump astro from 6.4.8 to 7.2.0
dependabot[bot] Aug 13, 2026
46f839f
Replace @react-icons/all-files with react-icons
tbantle22 Aug 13, 2026
e0d0f3b
Migrate to Astro 7
tbantle22 Aug 13, 2026
ad88dc0
Merge pull request #166 from dolthub/dependabot/npm_and_yarn/dolthub/…
tbantle22 Aug 13, 2026
5c5cb7d
Merge origin/dev into dependabot/npm_and_yarn/astro-7.2.0
tbantle22 Aug 13, 2026
b704c7c
Merge pull request #160 from dolthub/dependabot/npm_and_yarn/astro-7.2.0
tbantle22 Aug 14, 2026
90be478
[ga-update-docs] Update benchmarks for Dolt v2.3.0
coffeegoddd Aug 17, 2026
f8b2947
Merge pull request #168 from dolthub/coffeegoddd-2.3.0
coffeegoddd Aug 17, 2026
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
10 changes: 10 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Code owners are how reviewers get requested on Dependabot PRs: the
# dependabot.yml `reviewers` option was removed on 2025-05-20, and GitHub's
# replacement is this file.
#
# Scoped to dependency manifests and CI config rather than the whole repo, so
# this doesn't put a reviewer on every docs content PR.

package.json @tbantle22
package-lock.json @tbantle22
/.github/ @tbantle22
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
# Root package.json declares `workspaces: ["site/*"]` and the root lockfile
# covers site/dolt, site/doltgres, site/doltlab, and site/shared, so a single
# npm entry here updates every site. (site/package.json is a separate project
# but declares no dependencies, so there is nothing there to update.)
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
time: "08:30"
timezone: America/Los_Angeles
open-pull-requests-limit: 10
labels:
- dependencies
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
time: "08:30"
timezone: America/Los_Angeles
open-pull-requests-limit: 10
labels:
- dependencies
22 changes: 11 additions & 11 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: TypeScript type check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: "22"
cache: "npm"
Expand All @@ -28,8 +28,8 @@ jobs:
runs-on: ubuntu-latest
needs: typecheck
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: "22"
cache: "npm"
Expand All @@ -46,7 +46,7 @@ jobs:
wait-on: "http://localhost:4321/docs/"
wait-on-timeout: 30
- name: Upload screenshots on failure
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: failure()
with:
name: cypress-screenshots-dolt
Expand All @@ -58,8 +58,8 @@ jobs:
runs-on: ubuntu-latest
needs: typecheck
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: "22"
cache: "npm"
Expand All @@ -77,7 +77,7 @@ jobs:
wait-on: "http://localhost:4322/docs/"
wait-on-timeout: 30
- name: Upload screenshots on failure
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: failure()
with:
name: cypress-screenshots-doltlab
Expand All @@ -89,8 +89,8 @@ jobs:
runs-on: ubuntu-latest
needs: typecheck
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: "22"
cache: "npm"
Expand All @@ -108,7 +108,7 @@ jobs:
wait-on: "http://localhost:4323/docs/"
wait-on-timeout: 30
- name: Upload screenshots on failure
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: failure()
with:
name: cypress-screenshots-doltgres
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
matrix:
site: [dolt, doltlab, doltgres]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: "22"
- name: Install dependencies
Expand Down
Loading
Loading