Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
43eb0f3
build: regenerate lock
FortiShield Oct 22, 2025
0703160
chore: remove CHANGELOG.md files
FortiShield Oct 22, 2025
3b1b87b
chore: update Turborepo configuration and dependencies
FortiShield Oct 22, 2025
01c377b
chore: bump package versions and standardize configuration
FortiShield Oct 22, 2025
5d6b454
docs: update README descriptions to use 'Edge Runtime'
FortiShield Oct 22, 2025
2aae590
feat: rename RuntimeEdge to EdgeRuntime in type definitions
FortiShield Oct 22, 2025
184112b
test: add integration test utilities
FortiShield Oct 22, 2025
9cc311e
test: add EdgeVM error handling integration tests
FortiShield Oct 22, 2025
9836e6b
feat: add Web Streams export module
FortiShield Oct 22, 2025
4a7526d
docs: add Next.js documentation configuration
FortiShield Oct 22, 2025
26aacc6
refactor: update naming from RuntimeEdge to EdgeRuntime across codebase
FortiShield Oct 22, 2025
2001399
test: update test files with EdgeRuntime naming
FortiShield Oct 22, 2025
da27fb6
docs: update social media references in README files
FortiShield Oct 22, 2025
14c7cf0
chore: update remaining packages configuration and dependencies
FortiShield Oct 22, 2025
dcc7a74
docs: update runtime examples with Edge Runtime naming
FortiShield Oct 22, 2025
c114b67
refactor: update primitives type definitions
FortiShield Oct 22, 2025
d1a7a0d
chore: update primitives package configuration and dependencies
FortiShield Oct 22, 2025
5c9dc12
refactor: update primitives implementation and patches
FortiShield Oct 22, 2025
964588b
chore: remove runtime package CHANGELOG.md
FortiShield Oct 22, 2025
9efe264
test: update node-utils tests with EdgeRuntime naming
FortiShield Oct 22, 2025
3531093
chore: update ponyfill package configuration and dependencies
FortiShield Oct 22, 2025
8a4c7e1
chore: remove primitives CHANGELOG and update README
FortiShield Oct 22, 2025
836283d
feat: complete Edge Runtime v4.0.0 release preparation
FortiShield Oct 22, 2025
a08355a
docs: add comprehensive README with modern project overview
FortiShield Oct 22, 2025
de077cd
docs: significantly enhance README with accurate project information
FortiShield Oct 22, 2025
0efa8c2
Merge pull request #1 from neopilotai/vercel/react-server-components-…
vercel[bot] Feb 9, 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
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{ "repo": "khulnasoft/runtime-edge" }
{ "repo": "vercel/runtime-edge" }
],
"commit": false,
"fixed": [],
Expand Down
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ updates:
directory: '/'
schedule:
interval: daily
commit-message:
prefix: ⬆
- package-ecosystem: npm
directory: '/docs'
schedule:
interval: daily
commit-message:
prefix: ⬆
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every weekday
interval: 'daily'
commit-message:
prefix: ⬆
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
# https://nodejs.org/en/about/releases/
# https://pnpm.io/installation#compatibility
version:
- node: 16
- node: 18
- node: 20
- node: 22

name: Node.js ${{ matrix.version.node }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
update-lockfile:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false }}
permissions:
pull-requests: write
contents: write
Expand Down
Loading
Loading